MediaWiki:Monobook.css

From wwwelab
Revision as of 14:37, 12 November 2012 by Ist165721 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump 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: 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.
/* CSS placed here will affect users of the Monobook skin
 
See also: [[MediaWiki:Common.css]]
 
Tools: [{{fullurl:{{FULLPAGENAME}}|action=raw&ctype=text/css&smaxage=18000}} reload cache] |  [http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fdofus.wikia.com%2Findex.php%3Ftitle%3DMediaWiki%3AMonobook.css%26action%3Draw%26ctype%3Dtext%2Fcss%26smaxage%3D18000&usermedium=all check w3c validation]
 
 This is best view with Moz/Firefox/other gecko Browsers. The
 credits are huge so go to [[Dofus:Monobook info]] for a full
 list with a deep explanation on the styling modifications.
	__NOTOC__
 
	Monobook common css */
 @import "http://dofuswiki.wikia.com/index.php?title=MediaWiki:Monobook_common.css&action=raw&ctype=text/css";
 
/*<source lang="css"><pre style="height:20em;overflow:auto;"><nowiki> */
#content {
	background: #EDE9CE;
	border: 1px solid #FF9900;
	-moz-border-radius: 1em;
	margin: 2.8em 10em 0 11.8em;
}
#content table{	background-color: #EDE9CE;}
 
.portlet h5 {
	background: transparent;
	padding: 4px 5px;
	display: block;
	text-transform: capitalize;
	font-weight: bold;
	background-color: transparent;
	font-family: Tahoma, Arial, sans-serif;
	letter-spacing: 0.4em;
	/*color: #fff;*/
        color: #46555f;
	text-align: center;
	border-Bottom: 1px solid #FF9900;
}
.pBody {
	background-color: #EDE9CE;
	-moz-border-radius-bottomright: 1em;
	border-right: 1px solid #FF9900;
	border-bottom: 1px solid #FF9900;
}
#p-personal ul {
	background: #EDE9CE;
	border-left: 1px solid #514A3C;
	border-bottom: 1px solid #514A3C;
	-moz-border-radius-bottomleft: 1em;
	width: auto;
	display: inline;
	position: absolute;
	right: 0px;
	padding-left: 0px;
	padding-bottom: 1px;
}
#p-personal li a {
	color: #32A000;
}
#p-personal li a:hover {
	background-color: transparent;
	text-decoration: underline;
	color: #A34413;
}
#p-personal li.active a:hover {
	background-color: transparent;
}
li#pt-userpage,
li#pt-anonuserpage,
li#pt-login {
	background: url(http://images.wikia.com/dofus/images/1/1c/User.gif) top left no-repeat;
	padding-left: 20px;
	text-transform: none;
}
/*# FF looks awsome, menu tab users looks awful and IE creates a padding space
p-cactions li {
	background: #FF9900;
}*/
#p-cactions li.selected {
	border-color: #FFCC33;
}
#p-cactions li a {
	background-color: #93866C;
	color: #fff;
	font-weight: bold;
}
#p-cactions li.selected a {
	background-color: #FFCC33;
	color: #514A3C;
}
#p-cactions li a:hover {
	background-color: #EDE9CE;
	color: #514A3C;
}
#p-lang h5{
	letter-spacing: 0.1em;
}
.NavFrame {
background-color: #E3DFC5;
}
td.diff-addedline,
td.diff-deletedline,
td.diff-context {
	vertical-align: top;
}
#p-cactions {
	Padding-left:0.3em;
}
#p-cactions,
#p-cactions li,
#p-cactions li a {  
	-moz-border-radius-topleft: 0.5em;
	-moz-border-radius-topright: 0.5em;
	border-color: #FF9900;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	text-transform: capitalize;
}
#p-cactions li.new a {
	color: #ba0000;
	text-decoration: none;
}
#p-cactions li.selected.new a {
	color: #ff6320;
	text-decoration: none;
}
#pt-anonlogin {
  font-weight: bold;
  font-size: 110%;
}
#column-google Table {
	-moz-border-radius: 1em;
	background: White;
}
#edittools, #editpage-specialchars {
	border:2px solid #807D6F;
	background:#E3DFC5;
}
li#ca-talk {
	margin-right:1em;
}
li#ca-watch, li#ca-unwatch, li#ca-varlang-0, li#ca-print {
	margin-left:1em;
}
/*I dont understand why wikia likes so much to do so specific tags*/
#column-google {
	-moz-border-radius-bottomleft: 1em;
	-moz-border-radius-topleft: 1em;
	background: White;
	Padding:0 0 7px 3px;
	Top:2.8em;
}
body.with-adsense #content {
	margin: 2.8em 10em 0 11.8em;
	border-right: 1px solid #FF9900;
}
 
/* </nowiki> </pre> </source>*/