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:...") |
(No difference)
|
Revision as of 13:53, 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;
}