Difference between revisions of "User:JHobz/sdaknowledgebase.css"
From SDA Knowledge Base
(Created page with "body { background: #111; color: #ddd; } #content { background: #2a2a2a; color: #f1f1f1; } #footer { background: #080808; color: #ddd; border-top:...") |
|||
| Line 15: | Line 15: | ||
border-bottom: 1px solid #a00000; | border-bottom: 1px solid #a00000; | ||
padding-top: 0.7em; | padding-top: 0.7em; | ||
| + | } | ||
| + | |||
| + | h1, h2, h3, h4, h5, h6 { | ||
| + | background: none; | ||
| + | color: #f1f1f1; | ||
| + | } | ||
| + | |||
| + | #toc, .toc, .mw-warning { | ||
| + | background: #444; | ||
| + | } | ||
| + | |||
| + | #toc h2, .toc h2 { | ||
| + | background: none; | ||
| + | color: #f1f1f1; | ||
} | } | ||
Revision as of 13:58, 10 August 2016
body {
background: #111;
color: #ddd;
}
#content {
background: #2a2a2a;
color: #f1f1f1;
}
#footer {
background: #080808;
color: #ddd;
border-top: 1px solid #a00000;
border-bottom: 1px solid #a00000;
padding-top: 0.7em;
}
h1, h2, h3, h4, h5, h6 {
background: none;
color: #f1f1f1;
}
#toc, .toc, .mw-warning {
background: #444;
}
#toc h2, .toc h2 {
background: none;
color: #f1f1f1;
}