From d2c8986ce90416f49df43771be52be3e6425e588 Mon Sep 17 00:00:00 2001 From: coydog Date: Tue, 3 Dec 2013 09:53:52 -0600 Subject: [PATCH] l33t.css. Hideous color scheme just for fun --- l33t.css | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/l33t.css b/l33t.css index a8804d7..ae95cd3 100644 --- a/l33t.css +++ b/l33t.css @@ -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; }