User:Rob/monodark.css: Difference between revisions

From HLKitWiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 5: Line 5:


#content { color: #eeeeee; background : #0a0a30; font-size: 11pt; }
#content { color: #eeeeee; background : #0a0a30; font-size: 11pt; }
table { color: #eeeeee; background: #0a0a30; }
code { background-color: #005555; }
code { color: #ccffcc }
/* Color of the preformatted text */
pre {
    padding: 1em;
    border: 1px dashed #00AAAA;
    color: #eeeeee;
    background-color: #000020;
    line-height: 1.1em;
}
h1, h2, h3, h4, h5, h6 { color: #c0c0c0; }
#bodyContent h1 { color : #c0c0c0; }
#bodyContent h2 { color : #c0c0c0; }
#bodyContent h3 { color : #c0c0c0; }
#bodyContent h4 { color : #c0c0c0; }
#bodyContent h5 { color : #c0c0c0; }
#bodyContent h6 { color : #c0c0c0; }
h1 { border-bottom: 2px solid #000080; }
h2 { border-bottom: 1px solid #000080; }
/* Color of the summary of the article */
#toc { background: #000020; }
#toc { border: 1px solid #000080; }

Revision as of 23:31, 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; }

code { background-color: #005555; }
code { color: #ccffcc }
/* Color of the preformatted text */
pre {
    padding: 1em;
    border: 1px dashed #00AAAA;
    color: #eeeeee;
    background-color: #000020;
    line-height: 1.1em;
}
h1, h2, h3, h4, h5, h6 { color: #c0c0c0; }
#bodyContent h1 { color : #c0c0c0; }
#bodyContent h2 { color : #c0c0c0; }
#bodyContent h3 { color : #c0c0c0; }
#bodyContent h4 { color : #c0c0c0; }
#bodyContent h5 { color : #c0c0c0; }
#bodyContent h6 { color : #c0c0c0; }
h1 { border-bottom: 2px solid #000080; }
h2 { border-bottom: 1px solid #000080; }
/* Color of the summary of the article */
#toc { background: #000020; }
#toc { border: 1px solid #000080; }