From b96314ef23121f0ad030e75755ea85a0c25bbe49 Mon Sep 17 00:00:00 2001 From: gtx Date: Tue, 27 Aug 2013 12:50:32 +1000 Subject: [PATCH] notsuba.css from tagechan --- stylesheets/notsuba.css | 88 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 stylesheets/notsuba.css diff --git a/stylesheets/notsuba.css b/stylesheets/notsuba.css new file mode 100644 index 00000000..ef9e1057 --- /dev/null +++ b/stylesheets/notsuba.css @@ -0,0 +1,88 @@ +/** +* notsuba.css +* Tagechan is the best +* you are forbidden by law from making any unauthorized edits to this file. I-I'll sue! ;_; +*/ +body { +background: #f2edd0 +} + +a:link, a:visited { +text-decoration: none; +color: #608673; +} + +a:link:hover, a:visited:hover { +color: #DD0000; +} + +a.post_no { +color: #000033; +} + +p.intro a.email span.name { +color: #608673; +} + +p.intro a.email:hover span.name { +color: #DD0000; +} + +h2, div.title, h1 { +color: #800000; +} + +form table tr th { +background: #ded8b7; +} + +div.banner { +background-color: #E04000; +} + +div.post.op hr { +border-color: #608673; +} + +p.intro span.subject { +color: #8a2e2e; +font-weight: 800; +} + +p.intro span.name { +color: #117743; +font-weight: 800; +} + +div.post.reply.highlighted { +background: #dcae9b; +} + +div.post.reply { +background: #e9d1be; +border-color: #dcae9b; +} + +div.ban { +border: 1px solid #B0C2B9; +} + +div.ban h2 { +background: #e9d1be; +color: #608673; +} + +div.pages { +color: #8899AA; +background: #e9d1be; +border-right: 1px solid #8FCCCD; +border-bottom: 1px solid #8FCCCD; +} + +hr { +border-color: #B0C2B9; +} + +div.boardlist { +color: #608673; +} \ No newline at end of file