mirror of git://git.qorg11.net/kill9.git
added themes
This commit is contained in:
parent
07449a0bf7
commit
4eb78ddff5
|
@ -0,0 +1,4 @@
|
|||
# t. uncle ted
|
||||
|
||||
Do you think [Bob Page](https://en.wikipedia.org/wiki/Elon_Musk) won't
|
||||
botnet his transhumanist shit? haha
|
|
@ -11,6 +11,11 @@ These themes are in the public domain.
|
|||
|
||||
[SICP](https://kill-9.xyz/sicp.css)
|
||||
|
||||
[Yotsuba](https://kill-9.xyz/yotsuba.css)
|
||||
|
||||
[Yotsuba B](https://kill-9.xyz/yotsubab.css)
|
||||
|
||||
[Tomorrow](https://kill-9.xyz/tomorrow.css)
|
||||
|
||||
[Fauux](https://kill-9.xyz/fauux.css)
|
||||
|
||||
|
|
|
@ -0,0 +1,25 @@
|
|||
* { cursor: url(https://callcc.kill-9.xyz/cursor.png), auto; }
|
||||
body { background-color: #1d1f21;}
|
||||
.midHeader{ background-color: #282a2e!important; }
|
||||
#side-bar { background-color: #1d1f21; }
|
||||
#side-bar a { color: black; }
|
||||
#side-bar a:hover {
|
||||
color: white!important;
|
||||
background-color: #428a42;
|
||||
}
|
||||
h1,h2,h3,h4,h5,h6, p, #footer a{
|
||||
color:#c5c8c6!important;
|
||||
|
||||
}
|
||||
.headerTitle a{color:#81a2be !important;}
|
||||
|
||||
#footer {background-color: #282a2e!important;}
|
||||
|
||||
#side-bar a{color:#81a2be !important;}
|
||||
|
||||
#main-copy a { color: #81a2be !important; }
|
||||
|
||||
li, ul, ol {
|
||||
padding-left: 0.7em !important;
|
||||
color: #81a2be !important;
|
||||
}
|
|
@ -0,0 +1,16 @@
|
|||
body { background-color: #ffffee;}
|
||||
.midHeader{ background-color: #f0e0d6!important; }
|
||||
#side-bar { background-color: #ffffee; }
|
||||
#side-bar a { color: black; }
|
||||
#side-bar a:hover {
|
||||
color: white!important;
|
||||
background-color: #428a42;
|
||||
}
|
||||
h1,h2,h3,h4,h5,h6, p{
|
||||
color:maroon!important;}
|
||||
|
||||
p {
|
||||
color:maroon!important;
|
||||
}
|
||||
#footer {background-color: #f0e0d6!important;}
|
||||
blockquote > p {color:#789922!important;}
|
Loading…
Reference in New Issue