Template:Current Situation/styles.css
.codebox {
width: 300px;
border: 1px solid #aaa;
text-align: center;
padding: 2px;
}
.codelabel {
font-family: 'Courier', monospace;
font-size: 120%;
}
.codedesc {
color: inherit;
padding-bottom:2px;
}
.codedesc > a {
text-decoration: underline;
}
.codedesc > a:hover {
text-decoration: underline dotted;
}