More actions
Idkman changed the content model of the page Template:Statsbar.css from "wikitext" to "Sanitized CSS" Tag: content model change |
mNo edit summary |
||
Line 1: | Line 1: | ||
.statsbar { | .statsbar { | ||
display: flex; | |||
overflow-x: auto; | |||
background-color: #f4f4f4; | background-color: #f4f4f4; | ||
border: 1px solid #ddd; | border: 1px solid #ddd; | ||
padding: | padding: 5px; | ||
border-radius: 5px; | border-radius: 5px; | ||
} | } | ||
. | .stat { | ||
margin-right: 15px; | |||
font-size: 14px; | font-size: 14px; | ||
color: #333; | color: #333; | ||
} | } | ||
. | .stat:last-child { | ||
margin-right: 0; | |||
} | |||
.stat strong { | |||
color: #0073e6; | color: #0073e6; | ||
} | } |