Difference between revisions of "MediaWiki:Common.css"
m (Formatting updates.) |
|||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
− | #left-navigation | + | /* Hide Unnecessary Elements */ |
− | #ca-talk | + | #left-navigation, #ca-talk, #ca-viewsource, |
− | #ca-viewsource | + | #ca-nstab-main, #ca-nstab-mediawiki, #ca-nstab-special { |
− | #ca-nstab-main | + | display: none !important; |
− | #ca-nstab-mediawiki | + | } |
− | #ca-nstab-special { display: none !important; } | ||
− | #p-personal { | + | /* Main Styles */ |
− | #p-personal ul { padding: 0px !important; } | + | #p-personal { |
− | #mw-head { background-image: url("http://www.vg-resource.com/images/twilight/header.png"); } | + | top: 0px !important; |
− | #right-navigation { background-color: #FFFFFF; border-radius: 15px 15px 0px 0px; } | + | padding: 3px 17px 3px 3px !important; |
− | div.vectorTabs { background-image: none !important; } | + | border-radius: 0px 0px 15px 15px; |
− | div.vectorTabs ul li { background-image: none !important; background-color: transparent !important; } | + | background-color: #FFFFFF; |
− | #footer-places { display: none !important; } | + | } |
− | div#mw-panel { padding-top: 0px !important; } | + | #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; | ||
+ | } |
Revision as of 17:57, 21 May 2014
/* CSS placed here will be applied to all skins */
/* Hide Unnecessary Elements */
#left-navigation, #ca-talk, #ca-viewsource,
#ca-nstab-main, #ca-nstab-mediawiki, #ca-nstab-special {
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;
}