User:Kundrt/common.css

From Hitchwiki
< User:Kundrt
Revision as of 01:41, 3 November 2014 by Kundrt (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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: 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.
.roadnumber {
    padding: 2px 5px 1px 5px;
    font-size: 80%;
    font-weight: /*normal !important*/bold;
    margin: 0 2px;
    display: inline-block;
    min-width: 1.5em;
    line-height: 100%;
    text-align: center;
}
.roadnumber img {
    height: 1.35em;
    position: relative;
    top: 0.35em;
    border:  1px solid grey;
    padding: 0; margin: 0;
}
.roadnumber span {
    display: none;
}
.round, .round img {
    border-radius: 0.25em;
}
.dir {
    border-style: dashed !important;
    box-shadow: none !important;
}
.Dcz {
    border: 2px solid white;
    background: #E9132F;
    box-shadow: 0px 0px 0px 1px #E9132F;
    color: white;
}
.E {
    border: 2px solid white;
    background: #479A38;
    box-shadow: 0px 0px 0px 1px #479A38;
    color: white;
}
.Mru {
    border: 2px solid white;
    background: blue;
    box-shadow: 0px 0px 0px 1px blue;
    color: white;
}
.Bde {
    border: 2px solid black;
    color: black;
    background: gold;
    box-shadow: 0px 0px 0px 1px gold;
}