Current Situation/styles.css - Daniel Larson Wiki - lolcow.city
Jump to navigation
Jump to search
imported>HoodMoney54 No edit summary |
imported>HoodMoney54 No edit summary |
||
| Line 12: | Line 12: | ||
.codedesc { | .codedesc { | ||
color: inherit; | |||
padding-bottom:2px; | padding-bottom:2px; | ||
} | } | ||
Revision as of 18:29, 1 February 2024
.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;
}