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 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 18: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;
}