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 {
    align-self: center;
    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;
    a:link {
        color: #FFFFFF;
        background-color: #B2FF99;
    }
    a:visited {
        color: #CCCCCC;
        background-color: #B2FF99;
    }
    a:hover {
        color: #0000FF;
        background-color: #B2FF99;
    }
    a:active {
        color: #00FFFF;
        background-color: #B2FF99;
    }
}