MediaWiki:Vector.css
From Dungeon Defenders 2 Wiki
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will affect users of the Vector skin */ body { background-color: #1a1a1a; min-width: 500px; } #pageWrapper { margin-right: 10px; } div#content { background-color: #FFFFFF; background-image: none; border-left: 1px solid #1a1a1a; box-sizing: border-box; color: #000000; } h1, h2, h3, h4, h5, h6 { color: #2D2723; } div#mw-page-base { background: transparent; } div#mw-head-base { background: transparent; } div#mw-panel div.portal { background-image: url("http://i.imgur.com/VNxqRL2.png"); background-position: left top; background-repeat: no-repeat; direction: ltr; margin: 0 0.6em 0 0.7em; padding: 0.25em 0; } div#mw-panel div.portal h3, #mw-panel.collapsible-nav .portal h3 a, #mw-panel.collapsible-nav .portal.collapsed h3 a { color: #ffffcc; } div#mw-panel div.portal div.body ul li a:visited { color: #DDDDDD; } div#mw-panel div.portal div.body ul li a { color: #DDDDDD; } div#mw-panel div.portal div.body, #mw-panel.collapsible-nav .portal { border-bottom:; } div#mw-panel.collapsible-nav div#p-socialProfiles.portal, #mw-panel.collapsible-nav #p-sitePromos.portal { background-image: none; } div#footer ul li { color: #eae8d3; } div#footer a { color: #E4C62E; } table { font-size: 100%; color: #2D2723; /* we don't want the bottom borders of <h2>s to be visible through * floated tables */ background-color: transparent; } /* tabs */ div.vectorTabs li a, div.vectorTabs li a:visited, div.vectorMenu li a, #p-cactions-label { text-decoration: none; font-size: .85em; } div.vectorTabs { padding: 0; background-color:transparent; background-image: none; } div.vectorTabs span { overflow: hidden; height: 1.875em; background: transparent; } div.vectorMenu { margin-top: 2; background-color: #eee; border: 1px solid #ccc; } #mw-navigation div.vectorMenu h3 span { display: inline-block; height: 100%; line-height: 2.3em; padding: 0 0.25em 0 0.8em; } #mw-navigation div.vectorMenu div.menu { top: 1.875em; border: none; left: 0; } div.vectorMenu ul { margin-left: 0px; background-color: #eee; border: solid 1px #ccc; } div.vectorMenu li a { height: 10em; line-height:1em; } div.vectorTabs ul li { line-height: 0; margin: 0 -1px 0 0; background-image: none; background-color:#eee; border:1px solid #ccc; } div.vectorTabs ul li:first-child { border-top-left-radius:0.5em; } div.vectorTabs ul li:hover, div.vectorMenu ul li:hover, div.vectorMenu:hover { background-color:#f8f8f8; } div.vectorTabs li a { padding-left: 0.8em; padding-right: 0.8em; background-image: none; } div.vectorTabs li.selected { background-color: #fff; border: 1px solid #ccc; border-bottom-width: 0; padding-bottom: 0px; margin: 0 -1px 0 0; } div#simpleSearch { border: 1px solid #ccc !important; height: 2.5em !important; width: 11em !important; margin-top: 0px !important; } #p-search { margin: 0 0 0 -1px; } #p-search form, #p-search input { margin: 0; } div#simpleSearch input#searchInput { height:100% !important; padding: 0.2em 0px 0px 0.2em; } #p-personal a, #p-personal a.new, p-personal a:visited { color: #FFFFFF; } #p-personal a.hover, p-personal a:focus { color: #FFFFFF; text-decoration:none; }