MediaWiki:Monobook.css

From WarWiki
Jump to navigationJump to 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 / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/** edit this file to customize the monobook skin for the entire site – see also: [[MediaWiki:Common.css]] **/
/* <pre><nowiki> */

/* === Bold 'edit this page' link to encourage newcomers === */
#ca-edit a { 
	font-weight: bold !important; 
}

/* === Left Navigation === */
.portlet h5 {
	background-color: #ececec;
	border: 1px solid silver;
}

/* === Gray Borders === */
#content {
	border: 1px solid #4a4a4a;
}

#p-cactions li.selected {
	border-color: #4a4a4a;
}

#footer {
	border-top: 1px solid #aaaaaa;
	border-bottom: 1px solid #aaaaaa;
}

/* === Bullets === */
ul {
	list-style-image: url("http://images.shoutwiki.com/war/5/5e/WarWiki_bullet1.png");
}

ul li:hover { 
	list-style-image: url("http://images.shoutwiki.com/war/7/74/WarWiki_bullet2.png"); 
}

.portlet ul {
	list-style-image: url("http://images.shoutwiki.com/war/5/5e/WarWiki_bullet1.png");
}

.portlet ul li:hover { 
	list-style-image: url("http://wimagesww.shoutwiki.com/war/7/74/WarWiki_bullet2.png");
}

/* === Background === */
body {
	background-color: #f7f7f7;
}

/* === Coloring in Special:RecentChanges === */
span.mw-plusminus-pos { color: #006400; } 
span.mw-plusminus-neg { color: #FF0000; } 

/* </pre></nowiki> */