User:Jomegat/monobook.css

From Pathfinder Wiki
< User:Jomegat
Revision as of 17:22, 19 July 2012 by Jomegat (talk | contribs) (Created page with "→‎Bold &: #ca-edit a { font-weight: bold; } →‎Eliminate extraneous category space: #catlinks li { display: inline; ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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 / Edge: 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.
/* Bold 'edit this page' link to encourage newcomers */
#ca-edit a { font-weight: bold; }
 
/* Eliminate extraneous category space */
#catlinks li {
        display: inline;
        border-left: none;
        padding: 0;
}
#catlinks li:first-child { padding-left: 0; }
#catlinks li:before { content: " | "; }
#catlinks li:first-child:before { content: ""; }

#coordinates {  
    position: absolute;
    z-index: 1;
    border: none;
    background: none;
    right: 30px;
    top: 3.7em;
    float: right;
    margin: 0.0em;
    padding: 0.0em;
    line-height: 1.5em;
    text-align: right;
    text-indent: 0;
    font-size: 85%;
    text-transform: none;
    white-space: nowrap;
}
body  
{ 
    background: #309acc url("/images/f/f6/Pfwiki-bkgrnd.jpg") 0px 0px no-repeat;
}