Difference between revisions of "MediaWiki:Vector.css"
From Dungeon Defenders 2 Wiki
| Line 87: | Line 87: | ||
div.vectorTabs li.selected a, | div.vectorTabs li.selected a, | ||
div.vectorTabs li.selected a:visited { | div.vectorTabs li.selected a:visited { | ||
| − | background: # | + | background: #e04a40; |
} | } | ||
| Line 115: | Line 115: | ||
div.vectorMenu div.menu { | div.vectorMenu div.menu { | ||
background: none; | background: none; | ||
| − | border: 3px solid # | + | border: 3px solid #e04a40; |
border-top: none; | border-top: none; | ||
} | } | ||
Revision as of 15:01, 6 July 2016
body {
background-color: #1a1a1a;
min-width: 500px;
}
#pageWrapper {
padding-right: 1em;
}
#p-logo a {
width: auto;
}
#p-logo {
left: -5px;
margin: 22px 0 0;
position: absolute;
width: 204px;
}
div#mw-page-base {
background: #262626;
height: 82px;
margin-bottom: 0;
border-bottom: 3px solid #e04a40;
}
div#mw-head {
height: 82px;
}
#mw-head-base {
display: none;
}
#left-navigation {
position: absolute;
top: 2px;
left: 204px;
margin: 0;
margin-left: 2em;
}
#right-navigation {
position: absolute;
top: 2px;
right: 0;
margin: 0;
}
div.vectorTabs {
padding-left: 0;
}
div.vectorTabs span,
div.vectorTabs ul,
div.vectorTabs ul li,
div.vectorTabs ul li.selected,
div.vectorTabs,
div#mw-head div.vectorMenu h3 {
background: none;
}
div.vectorTabs li a,
div.vectorTabs li a:visited,
div.vectorMenu h3 span,
div#mw-head li.new a {
color: #ffffff;
text-transform: uppercase;
}
div.vectorTabs li a {
padding: 0 1em;
height: 80px;
line-height: 80px;
}
div.vectorTabs li:not(.new) a:hover,
div.vectorTabs li.selected a,
div.vectorTabs li.selected a:visited {
color: #ffffff;
}
div.vectorTabs li.new a {
color: #ffffff;
}
div.vectorTabs li.selected a,
div.vectorTabs li.selected a:visited {
background: #e04a40;
}
div.vectorMenu {}
div#mw-head div.vectorMenu h3 {
background-image: none;
}
div.vectorMenu h3 a {
height: 80px;
background-position: 100% 50%;
}
div.vectorMenu h3 span {
color: #fff;
text-transform: uppercase;
padding: 0;
height: 80px;
line-height: 80px;
}
div.vectorMenu div.menu {
top: 5em;
}
div.vectorMenu div.menu {
background: none;
border: 3px solid #e04a40;
border-top: none;
}
div.vectorMenu ul {
background: #262626;
border: none;
}
div.vectorMenu#p-cactions ul {
left: auto;
right: 0;
}
div.vectorMenu li a {
color: #ffffff;
}
div#mw-head div.vectorMenu h3 {
height: 80px;
line-height: 80px;
padding: 0 0 0 1em;
margin: 0;
}
#ca-unwatch.icon a,
#ca-watch.icon a {
margin-top: 17px;
}
#p-search input,
div#simpleSearch {
margin-top: 0;
}
#p-search form {
margin-top: 26px;
}
div#content {
background: #ffffff;
color: #000000;
border: none;
margin-top: 1em;
font-family: OpenSans, sans-serif;
font-weight: normal;
}
.mw-notification {
background: #000;
background: rgba(0, 0, 0, .7);
border-color: #e04a40;
color: #FFF;
}
li.gallerybox {
border-color: #e04a40;
}
li.gallerybox div.thumb {
border: none;
}
div.thumbinner {
border-color: #e04a40;
}
code {
background: none;
}
pre,
.mw-code {
border-color: #e04a40;
overflow-x: scroll;
}
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: #FFFFFF;
}
div#mw-panel div.portal div.body ul li a {
color: #FFFFFF;
}
div#mw-panel div.portal div.body,
#mw-panel.collapsible-nav .portal {
border-bottom:;
}