Open main menu

UESPWiki β

User:Game Lord/monobook.css

< User:Game Lord

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/*<pre><nowiki>*/

 #p-logo a {
  background:url(http://www.uesp.net/w/images/images.new/9/91/Wiki3.png) 35% 50% no-repeat !important;
 }

/****************************************************************************************************************************

 For copyright reasons: Permission to reproduce the following image has been granted with kind permission of Lisa Nelthropp

****************************************************************************************************************************/

 body {
  background:url(http://www.theprimitivemuralist.com/images/glazing_parchment.jpg) 0 0 repeat;
 }

 #content_withads { 
    -moz-border-radius-topleft: 1em; 
    -moz-border-radius-topright: 1em; 
    -moz-border-radius-bottomleft: 1em;
    -moz-border-radius-bottomright: 1em;
    border: 2px outset #aaaaaa;
 }

 #content {
    -moz-border-radius-topleft: 1em; 
    -moz-border-radius-topright: 1em; 
    -moz-border-radius-bottomleft: 1em;
    -moz-border-radius-bottomright: 1em;
    border: 2px outset #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;
 }

 #toc {
  background:#F8F8F8;
 }
/*</nowiki></pre>*/