Anonymous user
Template:Current Situation/styles.css: Difference between revisions
Template:Current Situation/styles.css (view source)
Revision as of 00:25, 19 March 2024
, 19 March 2024no edit summary
imported>HoodMoney54 (Created page with ".codebox { width: 300px; border: 1px solid #aaa; text-align: center; padding: 2px; }") |
imported>HoodMoney54 No edit summary |
||
| (11 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
.codebox { | .codebox { | ||
width: | width: 100%; | ||
border: 1px solid #aaa; | border: 1px solid #aaa; | ||
text-align: center; | text-align: center; | ||
padding: 2px; | padding: 2px; | ||
} | |||
.codelabel { | |||
font-family: 'Courier', monospace; | |||
font-size: 20pt; | |||
} | |||
.codedesc { | |||
color: inherit !important; | |||
padding-bottom:2px; | |||
} | } | ||