l33t.css. Hideous color scheme just for fun

This commit is contained in:
coydog 2013-12-03 09:53:52 -06:00
parent 59bf476cf8
commit d2c8986ce9
1 changed files with 11 additions and 11 deletions

View File

@ -1,28 +1,28 @@
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body{
color:#444;
color:#00cc04;
font-family:Gill, Helvetica, 'Helvetica', sans-serif;
font-size:12px;
line-height:1.5em;
padding:1em;
margin:auto;
max-width:42em;
background:#fefefe;
background:#010101;
}
a{ color: #0645ad; text-decoration:none;}
a:visited{ color: #0b0080; }
a:hover{ color: #06e; }
a:active{ color:#faa700; }
a{ color: #0004fd; text-decoration:none;}
a:visited{ color: #aaaa00; }
a:hover{ color: #aaaa00; }
a:active{ color:#00ff00; }
a:focus{ outline: thin dotted; }
a:hover, a:active{ outline: 0; }
::-moz-selection{background:rgba(255,255,0,0.3);color:#000}
::selection{background:rgba(255,255,0,0.3);color:#000}
::-moz-selection{background:rgba(0,255,0,0.3);color:#000}
::selection{background:rgba(0,255,0,0.3);color:#000}
a::-moz-selection{background:rgba(255,255,0,0.3);color:#0645ad}
a::selection{background:rgba(255,255,0,0.3);color:#0645ad}
a::-moz-selection{background:rgba(0,255,0,0.3)}
a::selection{background:rgba(0,255,0,0.3)}
p{
margin:1em 0;
@ -34,7 +34,7 @@ max-width:100%;
h1,h2,h3,h4,h5,h6{
font-weight:normal;
color:#111;
color:#008800;
line-height:1em;
}
h4,h5,h6{ font-weight: bold; }