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 edit summary
Line 7: Line 7:
margin:0 auto;  
margin:0 auto;  
background-color: #2C5687;  
background-color: #2C5687;  
background: #2C5687 url(http://www.rollaclub.com/board/public/style_images/master/maintitle.png) repeat-x top;
 
color: white;  
color: white;  
padding: 0.4em;  
padding: 0.4em;  

Revision as of 01:22, 18 September 2012

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


.menublock_title {
position: relative; 
width:96%; 
margin:0 auto; 
background-color: #2C5687; 

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;
}