MediaWiki:Common.css: Difference between revisions

From Rollaclub
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: .menublock_title { position: relative; width:96%; margin:0 auto; background-color: #2C5687; background: #2C5687 url(ht...")
(No difference)

Revision as of 01:19, 18 September 2012

/* CSS placed here will be applied to all skins */


.menublock_title {
position: relative; 
width:96%; 
margin:0 auto; 
background-color: #2C5687; 
background: #2C5687 url(http://www.rollaclub.com/board/public/style_images/master/maintitle.png) repeat-x top;
color: white; 
padding: 0.4em; 
margin: 3px; 
font-weight: bold; 
text-align: center; 
font-size: 120%; 
font-size: 16px; 
font-weight: 300; 
-moz-border-radius: 4px 4px 0 0; 
-webkit-border-top-left-radius: 4px; 
-webkit-border-top-right-radius: 4px; 
border-radius: 4px 4px 0 0; 
-webkit-box-shadow: inset 0px 1px 0 #528CBC;
}