แม่แบบ:BTS Lines/styles.css

จากวิกิพีเดีย สารานุกรมเสรี
.bts-line {
    margin: 0 .5em;
    padding: 2px 5px; /* if you change this please edit also at transform:translate(); too! */
    border-radius: 3px;
    transform: translate(0,2.5px); /* here */
    display: inline-block;
}

.bts-line.text-color-white a {
    color: white !important;
}

.bts-line.text-color-black a {
    color: black !important;
}

.bts-line.text-color-white a:active,
.bts-line.text-color-white a:hover {
    outline: 1px dashed #ddd;
}

.bts-line.text-color-black a:active,
.bts-line.text-color-black a:hover {
    color: yellow;
    outline: 1px dashed #555;
}