Template:Current Situation/styles.css

From Daniel Larson Wiki
Jump to navigation Jump to search
.codebox {
width: 300px; 
border: 1px solid #aaa; 
text-align: center; 
padding: 2px;
}

.codelabel {
font-family: 'Courier', monospace;
font-size: 120%;
}

.codedesc {
padding-bottom:2px;
}

.codedesc > a > span {
text-decoration: underline;
}

.codedesc > a > span:hover {
text-decoration: underline dotted;
}