Difference between revisions of "User:Rob/monodark.css"

From HLKitWiki
Jump to: navigation, search
Line 22: Line 22:
 
     border: 1px dashed #808080;
 
     border: 1px dashed #808080;
 
     color: #eeeeee;
 
     color: #eeeeee;
     background-color: #404040;
+
     background-color: #202020;
 
     line-height: 1.1em;
 
     line-height: 1.1em;
 
}
 
}

Revision as of 16:37, 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;
    border: 1px dashed #808080;
    color: #eeeeee;
    background-color: #202020;
    line-height: 1.1em;
}

code { background-color: #005555; }
code { color: #ccffcc }
/* Color of the summary of the article */
#toc { background: #000020; }
#toc { border: 1px solid #000080; }