User:AcDie/vector.css

From RimWorld Wiki
< User:AcDie
Revision as of 12:00, 11 March 2014 by AcDie (talk | contribs)
Jump to navigation Jump to 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 / 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.
/* <source lang="css"> */
.catlinks li {margin: 0 0 0 0 !important;}
.pause { display:block; width:50px; height:50px; position: relative;}
.pause:before {
    content:"\E174";
    font-family: 'Glyphicons Regular'
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #F8951F;
    font-size: 18px;
    padding-right: 0.5em;
    position: absolute;
    top: 0; left: 0;
}
.pause:hover:before {color: #FF0000 !important;}
/* </source> */