User:Admin/Monobook.css

From Role Players Resource

< User:Admin(Difference between revisions)
Admin (Talk | contribs)
(Created page with '@import "http://megaverse.wikia.com/wiki/MediaWiki:Common.css; - ** Bold 'edit this page' link to encourage newcomers **: #ca-edit a { font-weight: bold !important; } …')

Current revision as of 04:12, 22 April 2012

@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