User:Dat Hack3r/styles.css: Difference between revisions
Appearance
Dat Hack3r (talk | contribs) These should not apply to the table of contents. |
Dat Hack3r (talk | contribs) Just defined table of contents styles seperately. |
||
| Line 4: | Line 4: | ||
} | } | ||
p, ul, ol, dl { | p, ul, ol, dl, .toctitle { | ||
color: #FF0000; | color: #FF0000; | ||
font-family: monospace, monospace; | font-family: monospace, monospace; | ||
| Line 10: | Line 10: | ||
} | } | ||
.red-border-box | .red-border-box { | ||
border-radius: 100px; | border-radius: 100px; | ||
border: 10px solid #ff0000; | border: 10px solid #ff0000; | ||
background-color: #000000; | background-color: #000000; | ||
padding: 80px; | padding: 80px; | ||
width: calc(100% - 2 * 10px - 2 * 80px); | width: calc(100% - 2 * 10px - 2 * 80px); | ||
| Line 32: | Line 29: | ||
.red-border-box a:visited { | .red-border-box a:visited { | ||
color: #008800; | color: #008800; | ||
} | |||
.toc { | |||
border: 10px solid #ff0000; | |||
background-color: #000000; | |||
} | } | ||