Difference between revisions of "MediaWiki:Common.css"
(Adding site bar css.) |
|||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | /* Include Site Bar CSS */ | + | /* Include Site Bar CSS and Move Body Down */ |
@import url(http://www.vg-resource.com/inc/sitebar.css); | @import url(http://www.vg-resource.com/inc/sitebar.css); | ||
+ | body { | ||
+ | margin-top: 28px; | ||
/* Hide Unnecessary Elements */ | /* Hide Unnecessary Elements */ | ||
Line 39: | Line 41: | ||
padding-top: 0px !important; | padding-top: 0px !important; | ||
} | } | ||
− | |||
div#footer { | div#footer { | ||
padding: 0px !important; | padding: 0px !important; | ||
} | } | ||
− | |||
.navbox { | .navbox { | ||
− | border: 1px solid # | + | border: 1px solid #AAA000; |
− | width: 100%; | + | width: 100%; |
− | margin: auto; | + | margin: auto; |
− | clear: both; | + | clear: both; |
− | font-size: 90%; | + | font-size: 90%; |
− | text-align: center; | + | text-align: center; |
− | padding: 1px; | + | padding: 1px; |
} | } | ||
− | |||
.navbox-title { | .navbox-title { | ||
− | background-color: #97BCE6; | + | background-color: #97BCE6; |
} | } | ||
− | |||
.navbox-group { | .navbox-group { | ||
− | background-color: #C7DDF5; | + | background-color: #C7DDF5; |
} | } | ||
− | |||
.navbox-list { | .navbox-list { | ||
− | + | text-align: left; | |
− | text-align: left; | ||
} | } |
Revision as of 22:08, 24 May 2014
/* CSS placed here will be applied to all skins */
/* Include Site Bar CSS and Move Body Down */
@import url(http://www.vg-resource.com/inc/sitebar.css);
body {
margin-top: 28px;
/* Hide Unnecessary Elements */
#left-navigation, #ca-talk, #ca-viewsource,
#ca-nstab-main, #ca-nstab-mediawiki, #ca-nstab-special, #pt-mytalk {
display: none !important;
}
/* Main Styles */
#p-personal {
top: 0px !important;
padding: 3px 17px 3px 3px !important;
border-radius: 0px 0px 15px 15px;
background-color: #FFFFFF;
}
#p-personal ul {
padding: 0px !important;
}
#mw-head {
background-image: url("http://www.vg-resource.com/images/twilight/header.png");
}
#right-navigation {
background-color: #FFFFFF; border-radius: 15px 15px 0px 0px;
}
div.vectorTabs {
background-image: none !important;
}
div.vectorTabs ul li {
background-image: none !important;
background-color: transparent !important;
}
#footer-places {
display: none !important;
}
div#mw-panel {
padding-top: 0px !important;
}
div#footer {
padding: 0px !important;
}
.navbox {
border: 1px solid #AAA000;
width: 100%;
margin: auto;
clear: both;
font-size: 90%;
text-align: center;
padding: 1px;
}
.navbox-title {
background-color: #97BCE6;
}
.navbox-group {
background-color: #C7DDF5;
}
.navbox-list {
text-align: left;
}