MediaWiki:Monobook.css: Difference between revisions

From Wikifang, a definitive guide to Telefang, Dino Device and Bugsite
Jump to navigation Jump to search
No edit summary
(let's not hotlink stuff from wikia :D)
 
(2 intermediate revisions by one other user not shown)
Line 12: Line 12:
     font-weight: bold !important;  
     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>*/
/*</nowiki></pre>*/

Latest revision as of 16:10, 7 June 2011

/***** 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; 
}
/*</nowiki></pre>*/