User:ElStrages/vector.css

From RimWorld Wiki
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.
.ESTB a:link {
        color: #FFFFFF;
        background-color: #CCCCEB;
    background: url('http://imgur.com/uGTmWdN');
    background-repeat:no-repeat;
    background-color: #CCCCEB;
    border: 1px solid;
    border-top-right-radius: 1em;
    border-top-left-radius: 1em;
    border-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em;
    padding: 3px;
    text-align: center;
    width: 100px;
    }
.ESTB a:visited {
        color: #DDDDDD;
    background: url('http://imgur.com/uGTmWdN');
    background-repeat: no-repeat;
    background-color: #CC00EB;
    border: 1px solid;
    border-top-right-radius: 1em;
    border-top-left-radius: 1em;
    border-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em;
    padding: 3px;
    text-align: center;
    width: 100px;
    }
.ESTB a:hover {
        color: #BBBBBB;
    background: url('http://imgur.com/uGTmWdN');
    background-repeat: no-repeat;
    background-color: #00CCEB;
    border: 1px solid;
    border-top-right-radius: 1em;
    border-top-left-radius: 1em;
    border-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em;
    padding: 3px;
    text-align: center;
    width: 100px;
    }
.ESTB a:active {
        color: #000000;
    background: url('http://imgur.com/uGTmWdN');
    background-repeat: no-repeat;
    background-color: #CCCC00;
    border: 1px solid;
    border-top-right-radius: 1em;
    border-top-left-radius: 1em;
    border-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em;
    padding: 3px;
    text-align: center;
    width: 100px;
    }
}