/* CSS placed here will affect users of the Monobook skin */

/* make a few corners round, only supported by moz/firefox/other gecko browsers for now */ 
/* rounded corners for browsers that support them */
.pBody
{
    -moz-border-radius: 0.5em;
    -khtml-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
}
 
#p-cactions ul li, #p-cactions ul li a
{  
    -moz-border-radius-topright: 0.5em;
    -moz-border-radius-topleft: 0.5em;
    -khtml-border-radius-topright: 0.5em;
    -khtml-border-radius-topleft: 0.5em;
    -webkit-border-radius-topright: 0.5em;
    -webkit-border-radius-topleft: 0.5em;
    border-radius-topright: 0.5em;
    border-radius-topleft: 0.5em;
}
 
#content, .toc
{
    -moz-border-radius: 0.5em;
    -khtml-border-radius: 0.5em;
    -webkit-border-radius: 0.5em;
    border-radius: 0.5em;
}

/* Opacity (only FF) */
#p-navigation,#p-search,#p-tb,#footer,#p-cactions { opacity:0.83; }
#content { opacity:1.0; }

/* Background image */
body{ background: #FFFFFF url("http://bunglist.com/gwiki/Bunglist_server_plate3_by_mnthorpe.jpg") 0px 0px no-repeat; }