MediaWiki:Common.css: Difference between revisions

From WaveCDN Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
body{background-color:#f4f5f8}
p,li{color:#1F4478;font-family: "trebuchet ms",arial,helvetica,sans-serif;}  
p,li{color:#1F4478;font-family: "trebuchet ms",arial,helvetica,sans-serif;}  
h1,h2{margin-top:0.9em}
h1,h2{margin-top:0.9em}

Revision as of 16:42, 28 November 2013

/* CSS placed here will be applied to all skins */
body{background-color:#f4f5f8}
p,li{color:#1F4478;font-family: "trebuchet ms",arial,helvetica,sans-serif;} 
h1,h2{margin-top:0.9em}
h1, h2, h3, h4, h5, h6 {border:none; color: #c1e044;}
pre, .mw-code {border: 1px solid #CCCCCC;}
a,a:visited{color:#0000EE}
.mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul {margin:1.1em 0 1.3em 3em}

#content.mw-body{background-color: #FFF;-webkit-bottom-left-radius: 8px;-moz-bottom-left-radius: 8px;border-bottom-left-radius: 8px;-khtml-border-radius: 8px;-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.30);-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.30);box-shadow: 0 1px 5px rgba(0,0,0,0.30);-khtml-box-shadow: 0 1px 5px rgba(0,0,0,0.30);border: 0px;}

.vectorTabs, .vectorTabs li.selected, .vectorTabs ul, .vectorTabs ul li, .vectorTabs span {background-image:none !important; background-color: #f4f5f8 !important}

#left-navigation, #right-navigation{}