Difference between revisions of "User:Kundrt/common.css"

From Hitchwiki
Jump to navigation Jump to search
Line 7: Line 7:
 
     font-size: 80%;
 
     font-size: 80%;
 
     text-align: center;
 
     text-align: center;
 +
    vertical-align: text-bottom;
 
     color: white;
 
     color: white;
 
}
 
}
Line 13: Line 14:
 
     height: 1.63em;
 
     height: 1.63em;
 
     width: auto;
 
     width: auto;
    position: relative;
 
    bottom: 0.1em;
 
 
}
 
}
 
.roadnumber span {
 
.roadnumber span {
Line 27: Line 26:
 
}
 
}
 
.Dcz {
 
.Dcz {
     border: 1px solid #E9132F;
+
     border: 0.12em solid #E9132F;
 
     background: #E9132F;
 
     background: #E9132F;
 
     box-shadow: 0 0 0 0.2em white inset;
 
     box-shadow: 0 0 0 0.2em white inset;
Line 33: Line 32:
 
}
 
}
 
.E {
 
.E {
     border: 1px solid #007f00;
+
     border: 0.12em solid #007f00;
 
     background: #007f00;
 
     background: #007f00;
 
     box-shadow: 0 0 0 0.2em white inset;
 
     box-shadow: 0 0 0 0.2em white inset;
Line 39: Line 38:
 
}
 
}
 
.Bde {
 
.Bde {
     border: 1px solid black;
+
     border: 0.12em solid gold;
 
     background: gold;
 
     background: gold;
     box-shadow: 0 0 0 0.2em gold inset;
+
     box-shadow: 0 0 0 0.2em black inset;
 
     color: black;
 
     color: black;
 
     min-width: 2.5em;
 
     min-width: 2.5em;

Revision as of 20:48, 3 November 2014

.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;
}