MediaWiki:Common.css

From Rollaclub
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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


/* Header */

#header {
	position: relative;
z-index:10;
}
 
#branding {
	background: #1d3652 url(http://www.rollaclub.com/board/public/style_images/master/branding_bg.png) repeat-x top;
	min-height: 64px;
}

.clearfix:after { content: ".";display: block;height: 0;clear: both;visibility: hidden;}

.main_width {
	margin: 0 auto;
	/* Uncomment for fixed */
	/*width: 980px;*/
	/* Fluid */
	width: 87% !important;
   	min-width: 960px;
}


/* Navigation */

#primary_nav {
	background: #204066;
	font-size: 13px;
	padding: 4px 0 0 0;
}

	#community_app_menu > li { margin: 0px 3px 0 0; position: relative; }

	
	#community_app_menu > li > a {
		color: #c5d5e2;
		background: #1c3b5f;
		display: block;
		padding: 6px 15px 8px;
		text-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	}

		#community_app_menu > li > a:hover, #community_app_menu > li > a.menu_active { background: #173455; color: #fff; }
	
	
	#community_app_menu > li.active > a {
		background: #fff;
		color: #0b5794;
		font-weight: bold;
		margin-top: 0;
		text-shadow: none;
	}

.menuleft { float: left; list-style:none; margin:0; padding:0; }