User:Kundrt/common.css

From Hitchwiki
< User:Kundrt
Revision as of 20:48, 3 November 2014 by Kundrt (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: 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 {
    display: inline-block;
    box-sizing: border-box;
    padding: 0.3em 0.35em 0.2em 0.3em;
    margin: 0 0.1em;
    line-height: 100%;
    font-size: 80%;
    text-align: center;
    vertical-align: text-bottom;
    color: white;
}
.roadnumber img {
    box-sizing: border-box;
    height: 1.63em;
    width: auto;
}
.roadnumber span {
    display: none;
}
.round, .round img {
    border-radius: 0.35em;
}
.dir {
    border-style: dashed !important;
    box-shadow: none !important;
}
.Dcz {
    border: 0.12em solid #E9132F;
    background: #E9132F;
    box-shadow: 0 0 0 0.2em white inset;
    min-width: 2.5em;
}
.E {
    border: 0.12em solid #007f00;
    background: #007f00;
    box-shadow: 0 0 0 0.2em white inset;
    min-width: 2.5em;
}
.Bde {
    border: 0.12em solid gold;
    background: gold;
    box-shadow: 0 0 0 0.2em black inset;
    color: black;
    min-width: 2.5em;
}

.roadnumber_img {
    padding: 0;
}