Difference between revisions of "MediaWiki:Vector.css"
From Dungeon Defenders 2 Wiki
| Line 126: | Line 126: | ||
div.vectorTabs li.selected { | div.vectorTabs li.selected { | ||
| − | background: rgba(0, 0, 0, 0) url("http://i.imgur.com/ | + | background: rgba(0, 0, 0, 0) url("http://i.imgur.com/bkDHNL7.png") repeat-x scroll center bottom; |
} | } | ||
Revision as of 21:29, 5 July 2016
/* CSS placed here will affect users of the Hydra skin */
/* For elements which display only in the mobile view */
.mobileonly {
display: none;
}
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 */
#left-navigation {
background: url("http://i.imgur.com/a5a6S06.png");
margin-top: 39px;
}
#right-navigation {
background: url("http://i.imgur.com/a5a6S06.png");
margin-right: 10px;
margin-top: 39px;
}
div.vectorTabs,
div.vectorTabs ul li {
background-color: rgba(0, 0, 0, 0);
background-image: none;
}
div.vectorTabs ul {
background-color: rgba(0, 0, 0, 0);
background-image: none;
}
div.vectorTabs span {
background-color: rgba(0, 0, 0, 0);
background-image: none;
}
div#mw-head div.vectorMenu h4,
div#p-variants.vectorMenu #mw-vector-current-variant {
color: #ffffff;
padding-top: 1.375em !important;
text-transform: uppercase;
}
div.vectorTabs li a,
div.vectorTabs li a:visited {
color: #ffffff;
text-transform: uppercase;
}
div.vectorTabs li.selected {
background: rgba(0, 0, 0, 0) url("http://i.imgur.com/bkDHNL7.png") repeat-x scroll center bottom;
}
div.vectorTabs li.selected a,
div.vectorTabs li.selected a:visited {
color: #ffffff !important;
}
div#mw-head div.vectorMenu h3,
div.vectorMenu h3 > a {
background-image: none;
}
div.vectorMenu h3 span {
color: #ffffff;
text-transform: uppercase;
}
.htmlform-tip {
padding-left: 20%;
}