MediaWiki:Common.css

From AnopeWiki
Revision as of 07:09, 4 December 2013 by Yoerger (Talk | contribs)

Jump to: navigation, search

Note: After saving, 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: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Clear the cache in Tools → Preferences
 
table.modules {
	width: 100%;
	border: 1px solid #64719b;
	padding-left: 4px;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
}
 
.modules th {
	padding-left: 4px;
	border: 1px solid #64719b;
	background-color: #64719b;
	color: #FFF;
}	
 
.modules td {
	border: 1px solid #64719b;
}
 
/* first field in the row can have a light blue background */
.modules #f {
	background-color: #a8bee3;
}
 
.moduleheader {
style="background-color: #64719b;
width: 99%;
margin: 0px 0px 10px 0px;
font-size:18px;
font-family: Verdana;
text-align:left;
font-weight: bold;
color:#ffffff;
padding: 0.2em 0.4em;
}