MediaWiki:Common.css
From Bo's Wiki
/* CSS placed here will be applied to all skins */
/* Background Colour */
body {
background-color: #8E0000;
}
#mw-page-base {
background-color: transparent;
background-image: none;
}
/* --------------- */
/* Left Hand Panel */
/* --------------- */
#p-logo a {
width: 234px;
margin-top: 15px;
}
#mw-panel {
width: 234px !important;
}
.portal .first {
margin-top: 20px !important;
}
.body ul li {
padding-top: 20px !important;
}
.body ul li a {
color: white !important;
font-size: 15pt;
}
/* Tools */
#p-tb {
background-repeat: repeat-x !important;
margin-top: 100px !important;
}
.portal h3 a {
font-size: 14pt !important;
color: white !important;
font-style: italic;
}
.body #p-tb-list li a {
font-size: 12pt;
}
.body #p-tb-list li {
padding-top: 10px !important;
}
/* ---------- */
/* Main Panel */
/* ---------- */
/* Top-Right Stuff */
#p-personal ul li a {
color: white !important;
}
/* Tabs */
.vectorTabs {
background-color: transparent !important;
background-image: none !important;
}
.vectorTabs ul li {
background-color: transparent !important;
background-image: none !important;
}
.vectorTabs ul {
background-image: none !important;
}
.vectorTabs ul span {
background-image: none !important;
}
.vectorTabs ul li a {
color: white !important;
}
#p-cactions-label a {
background-image: none !important;
}
#simpleSearch {
background-image: none !important;
}
/* Content */
#content {
margin-left: 250px !important;
}
#left-navigation {
margin-left: 250px !important;
}
/* Footer */
#footer {
margin-left: 250px !important;
}
#footer-icons, #footer-places {
height: 0px;
overflow: hidden;
}
#footer ul li {
color: white !important;
}