MediaWiki:Monobook.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 17: | Line 17: | ||
background-position: top; | background-position: top; | ||
background-repeat: repeat-x; | background-repeat: repeat-x; | ||
} | |||
#pBody { | |||
background-color:white; | |||
/* for IE */ | |||
filter:alpha(opacity=60); | |||
/* CSS3 standard */ | |||
opacity:0.6; | |||
/* for Mozilla */ | |||
-moz-opacity:0.6; | |||
} | } | ||
/*</nowiki></pre>*/ | /*</nowiki></pre>*/ |
Revision as of 10:23, 27 December 2007
/***** Edit this file to customize the monobook skin for the entire site. Please ensure you do not violate Wikia's Terms of Use by obscuring or removing the advertising. *****/ /* See also: [[MediaWiki:Common.css]] */ /*<pre><nowiki>*/ /*** Bold 'edit this page' link to encourage newcomers ***/ #ca-edit a { font-weight: bold !important; } body { background:url('http://images.wikia.com/telefang/images//9/94/Telefang_Background.png'); background-position: top; background-repeat: repeat-x; } #pBody { background-color:white; /* for IE */ filter:alpha(opacity=60); /* CSS3 standard */ opacity:0.6; /* for Mozilla */ -moz-opacity:0.6; } /*</nowiki></pre>*/