Template:Current Situation/styles.css: Difference between revisions

From Daniel Larson Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 18: Line 18:
color: white;
color: white;
text-decoration: underline;
text-decoration: underline;
}
.codedesc > a:hover {
color: white;
text-decoration: underline dotted white;
}
}

Revision as of 22:20, 1 February 2024

.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 {
color: white;
text-decoration: underline;
}

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