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

From Daniel Larson Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
.codebox {
.codebox {
width: 300px;  
width: 100%;
border: 1px solid #aaa;  
border: 1px solid #aaa;  
text-align: center;  
text-align: center;  
Line 8: Line 8:
.codelabel {
.codelabel {
font-family: 'Courier', monospace;
font-family: 'Courier', monospace;
font-size: 120%;
font-size: 20pt;
}
}


.codedesc {
.codedesc {
color: inherit !important;
padding-bottom:2px;
padding-bottom:2px;
}
.codedesc > a > span {
text-decoration: underline;
}
.codedesc > a > span:hover {
text-decoration: underline dotted;
}
}

Latest revision as of 04:25, 19 March 2024

.codebox {
width: 100%;
border: 1px solid #aaa; 
text-align: center; 
padding: 2px;
}

.codelabel {
font-family: 'Courier', monospace;
font-size: 20pt;
}

.codedesc {
color: inherit !important;
padding-bottom:2px;
}