User:O/monobook.css

From Wiktionary, the free dictionary
Jump to navigation Jump to search

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 and Chrome: click Reload or press F5;
  • Opera: clear the cache in Tools → Preferences;
  • Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.

This CSS is applied for O to every page, when User:O is using the Monobook skin.


#p-logo { 
    background: url('http://upload.wikimedia.org/wikipedia/commons/thumb/9/9f/Wiktprintable_without_text.svg/150px-Wiktprintable_without_text.svg.png') no-repeat; 
    position:absolute;
    top: 8;
    left: 100;
    right: 65;
    height: 0;
    width: 0;
    padding: 0 0 150px 150px;
    overflow: hidden;
}
 
#content, #footer {
   -moz-border-radius-topleft: 4px;
   -moz-border-radius-bottomleft: 4px;
}
 
div.pBody {
   -moz-border-radius-topright: 4px;
   -moz-border-radius-bottomright: 4px;
}
 
#bodyContent pre {
    border: 1px solid #aaa;
}