User:O/monobook.css

From Wikipedia, the free encyclopedia
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
#p-logo { 
    background: url('http://upload.wikimedia.org/wikipedia/commons/thumb/6/6c/Wiki_letter_w.svg/150px-Wiki_letter_w.svg.png') no-repeat; 
    position:absolute;  /*needed to use z-index */
    top: 8;
    left: 100;
    right: 65;
    height: 0;
    width: 0;
    padding: 0 0 150px 150px;
    overflow: hidden;
}

#bodyContent pre {
    border: 1px solid #aaa;
}
 
#content, #footer {
   -moz-border-radius-topleft: 4px;
   -moz-border-radius-bottomleft: 4px;
}
 
div.pBody {
   -moz-border-radius-topright: 4px;
   -moz-border-radius-bottomright: 4px;
}