MediaWiki:Monobook.css

From Role Players Resource

(Difference between revisions)
(Created page with '- CSS placed here will affect users of the Monobook skin: /***** Edit this file to customize the Monobook skin for the entire site. Please ensure you do not violate Wikia's Te…')
 
Line 3: Line 3:
/* See also: [[MediaWiki:Common.css]] */
/* See also: [[MediaWiki:Common.css]] */
   
   
-
@import "http://gaia.wikia.com/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/css";
+
@import "http://megaverse.wikia.com/wiki/MediaWiki:Common.css;
   
   
/*** Bold 'edit this page' link to encourage newcomers ***/
/*** Bold 'edit this page' link to encourage newcomers ***/

Current revision as of 04:07, 22 April 2012

/* CSS placed here will affect users of the Monobook skin */
/***** 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]] */
 
@import "http://megaverse.wikia.com/wiki/MediaWiki:Common.css;
 
/*** Bold 'edit this page' link to encourage newcomers ***/
 
#ca-edit a { 
    font-weight: bold !important; 
}
 
body { background: url('http://images1.wikia.nocookie.net/megaverse/images/c/c2/Wormhole.jpg'); background-attachment: fixed; }
 
/* round edges */
#content_withads { 
    -moz-border-radius-topleft: 1em; 
    -moz-border-radius-topright: 1em; 
    -moz-border-radius-bottomleft: 1em;
    -moz-border-radius-bottomright: 1em;
    border: 2px solid #aaaaaa;
}
 
#content {
    -moz-border-radius-topleft: 1em; 
    -moz-border-radius-topright: 1em; 
    -moz-border-radius-bottomleft: 1em;
    -moz-border-radius-bottomright: 1em;
    border: 2px solid #aaaaaa;
}
 
#p-cactions ul li, #p-cactions ul li a {  
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
}
 
div.pBody {
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 1em;
}
 
div.pBody {
  border-radius-topright: 1em;
  border-radius-bottomright: 1em;
}
.mw-headline {
    font-weight:bold;
}
Personal tools