Difference between revisions of "MediaWiki:Vector.css"
From Dungeon Defenders 2 Wiki
| Line 151: | Line 151: | ||
#p-search form { | #p-search form { | ||
margin-top: 26px; | 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; | ||
} | } | ||
Revision as of 14:56, 6 July 2016
body {
background-image: url("https://dungeondefenders.com/2/images/backgrounds/Duxter-BG1-DD2.jpg");
}
#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;
}