MediaWiki:Myskin.css

From Role Players Resource

Note - After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh); Konqueror: click Reload or press F5; Opera: clear the cache in Tools → Preferences; Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.

/* CSS placed here will affect users of the Myskin skin */
@import "http://gaia.wikia.com/index.php?title=MediaWiki:Common.css&action=raw&ctype=text/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