MediaWiki:Common.css

From Rollaclub
Revision as of 01:19, 18 September 2012 by Irokin (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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;
}