User:Rob/monodark.css: Difference between revisions
From HLKitWiki
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 19: | Line 19: | ||
pre { | pre { | ||
padding: 1em; | padding: 1em; line-height: 1.1em; | ||
border: 1px dashed #808080; | border: 1px dashed #808080; | ||
color: #eeeeee; | color: #eeeeee; background-color: #202020; | ||
} | |||
} | |||
code { | code { color: #eeeeee; background-color: #202020; } | ||
#toc { color: #eeeeee; background: #000020; border: 1px solid #000080; } | |||
#toc { background: #000020; | |||
Revision as of 23:40, 18 November 2008
BODY { color: #eeeeee; background: #0a0a30; }
P { color: #eeeeee; background-color: #0a0a30; font-size: 11pt; }
textarea { color: #eeeeee; background : #0a0a30; font-size: 11pt; }
#content { color: #eeeeee; background : #0a0a30; font-size: 11pt; }
table { color: #eeeeee; background: #0a0a30; }
h1, h2, h3, h4, h5, h6 { color: #d0d0d0; background : #0a0a30; }
#bodyContent h1 { color : #d0d0d0; background : #0a0a30; }
#bodyContent h2 { color : #d0d0d0; background : #0a0a30; }
#bodyContent h3 { color : #d0d0d0; background : #0a0a30; }
#bodyContent h4 { color : #d0d0d0; background : #0a0a30; }
#bodyContent h5 { color : #d0d0d0; background : #0a0a30; }
#bodyContent h6 { color : #d0d0d0; background : #0a0a30; }
h1 { border-bottom: 2px solid #000080; }
h2 { border-bottom: 1px solid #000080; }
pre {
padding: 1em; line-height: 1.1em;
border: 1px dashed #808080;
color: #eeeeee; background-color: #202020;
}
code { color: #eeeeee; background-color: #202020; }
#toc { color: #eeeeee; background: #000020; border: 1px solid #000080; }