MediaWiki:Vector.css
MediaWiki interface page
More actions
Note: After publishing, 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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will affect users of the Vector skin */
#footer-info-lastmod { display: none; } /* last modification disable */
#mw-page-base {
background:none;
}
div#mw-panel {
border: 2px solid;
background-color: #232323;
left: -12px;
border-color:#919191;
padding-bottom: 15px;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
top: 10px;
}
div#mw-panel div.portal {
margin: 0 0.6em 0 0.7em;
padding: 0.25em 0;
}
div#mw-panel div.portal h3 {
font-size: 0.75em;
color: #d0cbc8;
font-weight: normal;
margin: 0;
padding: 0.25em 0 0.25em 0.25em;
cursor: default;
border: none;
}
div#mw-panel div.portal div.body ul li {
line-height: 1.125em;
margin: 0;
padding: 0.25em 0;
font-size: 0.75em;
word-wrap: break-word;
}
div#mw-panel div.portal div.body ul li a:visited { /* Visited Panel Links */
color: #C0BAB6;
}
div#mw-panel div.portal div.body ul li a { /* Normal Panel Links*/
color: #C0BAB6;
}
div#footer {
background: rgba(0, 0, 0, 0.8) none repeat scroll 0% 0%;
width: 100%;
padding: 0px !important;
margin-top: 20px !important;
bottom: 0px !important;
margin-left: auto !important;
margin-right: auto !important;
direction: ltr;
color: #C2C8CF;
}
div#footer a {
color:white;
}
div#footer ul {
padding-left: 190px;
padding-right: 15px;
}
div#footer ul li {
color:#C2C8CF;
}
.mw-body {
min-height: 500px; /* Works with footer */
margin-right: 15px;
margin-bottom: 60px;
}
/* Animal Infobox Style */
#infoboxborder {
border: 12px solid transparent;
border-color: #BC9E82;
background-color: rgba(255,255,255,0.58);
float:right;
border-radius: 12px;
margin-left: 15px;
margin-bottom:15px;
min-width: 300px;
}
#infoboxdata {
vertical-align:top;
padding-left:3px;
padding-right:12px;
}
#infoboxlabel {
background-color:#03A007;
vertical-align:top;
padding-left:15px;
padding-right:5px;
width:105px;
border-color:#007448;
box-shadow: 0px 1px rgba(0,0,0,0.3);
color: white;
text-shadow: 0px 2px #00321f;
}
#infoboxtable {
max-width:350px;
width:100%;
}
#infoboxtitle {
text-align:center;
font-size:24px;
padding-top:5px;
padding-bottom:5px;
text-shadow: 0px 1.5px 0px rgba(0,0,0,0.2);
}
#producttemplate {
margin: 2px 5px 1px 2px;
display:block;
white-space:nowrap;
}
ul#StaffDisplay {
padding: 10px !important;
}
ul#StaffDisplay li {
display: inline-block;
background-color: #05A8AA;
list-style: none;
width: 150px;
padding: 10px 20px;
text-align: center;
margin-bottom: 3px;
font-weight: bolder;
}
h3#StaffMenuHeader {
text-align: center;
font-family: Helvetica;
font-weight: bold;
}
span#StaffUser {
color: white !important;
}
div#StaffMenu {
font-weight: 500;
letter-spacing: 1px;
font: inherit;
padding: 0 20px;
color: #f1f1f1;
overflow: auto;
opacity: 0.9;
display: block;
text-align: center;
}
div#LinkMenu {
font-weight: 500;
letter-spacing: 1px;
font: inherit;
padding: 0 20px;
color: #f1f1f1;
overflow: auto;
opacity: 0.9;
display: block;
text-align: center;
}
div#mw-head div.vectorMenu h3, div.vectorTabs ul, div.vectorTabs li.selected, div.vectorTabs ul li, div.vectorTabs, div.vectorTabs span {
background:none;
}
div.vectorTabs li a {
color: #C0BAB6;
}
div.vectorTabs li.new a, div.vectorTabs li.new a:visited, div.vectorMenu h3 span {
color: #C0BAB6;
}
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {
color: #C0BAB6;
}
div.vectorMenu div.menu {
background-color: #C0BAB6;
}
div.vectorMenu div.menu a {
color: #C6DBFF;
}
#p-personal a, #p-personal a.new, p-personal a:visited {
color: #C0BAB6;
}
#p-personal a.hover, p-personal a:focus {
color: #C0BAB6;
text-decoration:none;
}
#mw-head {
background-color: #232323;
}
body {
background-color: #232323;
}