l33t.css. Hideous color scheme just for fun
This commit is contained in:
parent
59bf476cf8
commit
d2c8986ce9
22
l33t.css
22
l33t.css
@ -1,28 +1,28 @@
|
|||||||
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
|
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
|
||||||
|
|
||||||
body{
|
body{
|
||||||
color:#444;
|
color:#00cc04;
|
||||||
font-family:Gill, Helvetica, 'Helvetica', sans-serif;
|
font-family:Gill, Helvetica, 'Helvetica', sans-serif;
|
||||||
font-size:12px;
|
font-size:12px;
|
||||||
line-height:1.5em;
|
line-height:1.5em;
|
||||||
padding:1em;
|
padding:1em;
|
||||||
margin:auto;
|
margin:auto;
|
||||||
max-width:42em;
|
max-width:42em;
|
||||||
background:#fefefe;
|
background:#010101;
|
||||||
}
|
}
|
||||||
|
|
||||||
a{ color: #0645ad; text-decoration:none;}
|
a{ color: #0004fd; text-decoration:none;}
|
||||||
a:visited{ color: #0b0080; }
|
a:visited{ color: #aaaa00; }
|
||||||
a:hover{ color: #06e; }
|
a:hover{ color: #aaaa00; }
|
||||||
a:active{ color:#faa700; }
|
a:active{ color:#00ff00; }
|
||||||
a:focus{ outline: thin dotted; }
|
a:focus{ outline: thin dotted; }
|
||||||
a:hover, a:active{ outline: 0; }
|
a:hover, a:active{ outline: 0; }
|
||||||
|
|
||||||
::-moz-selection{background:rgba(255,255,0,0.3);color:#000}
|
::-moz-selection{background:rgba(0,255,0,0.3);color:#000}
|
||||||
::selection{background:rgba(255,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::-moz-selection{background:rgba(0,255,0,0.3)}
|
||||||
a::selection{background:rgba(255,255,0,0.3);color:#0645ad}
|
a::selection{background:rgba(0,255,0,0.3)}
|
||||||
|
|
||||||
p{
|
p{
|
||||||
margin:1em 0;
|
margin:1em 0;
|
||||||
@ -34,7 +34,7 @@ max-width:100%;
|
|||||||
|
|
||||||
h1,h2,h3,h4,h5,h6{
|
h1,h2,h3,h4,h5,h6{
|
||||||
font-weight:normal;
|
font-weight:normal;
|
||||||
color:#111;
|
color:#008800;
|
||||||
line-height:1em;
|
line-height:1em;
|
||||||
}
|
}
|
||||||
h4,h5,h6{ font-weight: bold; }
|
h4,h5,h6{ font-weight: bold; }
|
||||||
|
Loading…
Reference in New Issue
Block a user