MediaWiki:Monobook.css

From WikiChem
Revision as of 10:47, 14 August 2009 by Physchim62 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.
/* edit this file to customize the monobook skin for the entire site */

/* For positioning the small FlaggedRevs message for reviewers */
div.flaggedrevs_short {
    border: 0px;
    background-color: #f9f9f9;
    padding: 1px;
    font-weight: normal;
    float: right;
    text-align: left;
    max-width: 450px;
    position: absolute; 
    z-index: 1; 
    top: 10px;
    display: block !important;
    border: none;
    background: none;
    right: 30px;
    top: 2.0em;
    float: right;
    margin: 0.0em;
    line-height: 1.5em;
    text-indent: 0;
    font-size: 85%;
    text-transform: none;
    white-space: nowrap;
}

#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;
}

.portlet li {
    list-style-image: url("http://upload.wikimedia.org/wikipedia/en/1/18/Monobook-bullet.png");
}
 
li.FR {
    list-style-image: url("http://pluto.potsdam.edu/wikichem/extensions/FlaggedRevs/img/1.png");
}