Browse Source

Overhaul

Overhaul bringing making it more like gurochan
pull/40/head
pat-90 7 years ago
committed by GitHub
parent
commit
9744ca25ff
  1. 65
      stylesheets/gurochan.css

65
stylesheets/gurochan.css

@ -25,7 +25,7 @@ a.quotelink {
color:#DD0000; color:#DD0000;
} }
div.post.reply.highlighted{ div.post.reply.highlighted{
background:#CA927B background:#D9AF9E
} }
form table tr th { form table tr th {
background: #D9AF9E; background: #D9AF9E;
@ -35,17 +35,14 @@ form table tr th {
div.banner{ div.banner{
background: #D9AF9E; background: #D9AF9E;
border: 1px solid #CA927B; border: 1px solid #CA927B;
color: black; color: #800;
font-weight: bold; font-weight: bold;
padding: 2px 5px 2px 5px; padding: 2px 5px 2px 5px;
} }
div.banner a{
color: black;
}
div.post.reply{ div.post.reply{
padding: 2px 5px 2px 5px; padding: 2px 5px 2px 5px;
background:#E6CBC0; background:#E6CBC0;
color:#000000; color:#800;
border:1px solid #D9AF9E; border:1px solid #D9AF9E;
} }
div.post.reply div.body a{ div.post.reply div.body a{
@ -66,11 +63,13 @@ div.post.reply div.body a{
border-top: 1px solid #CA927B; border-top: 1px solid #CA927B;
} }
.desktop-style div.boardlist:not(.bottom) { .desktop-style div.boardlist:not(.bottom), .desktop-style div.boardlist:not(.bottom) a {
font-size:10pt; font-size: 10pt;
background:#D9AF9E; background:#D9AF9E;
color:#000000; color:#800;
border-bottom: 1px solid #CA927B;
} }
h1.glitch a{ h1.glitch a{
font-size: 24pt; font-size: 24pt;
color: #AF0A0F; color: #AF0A0F;
@ -118,30 +117,35 @@ div.ban h2 {
color: #AF0A0F; color: #AF0A0F;
} }
.intro span.subject {
color: #800;
}
.options_tab_icon{ .options_tab_icon{
color: #AF0A0F; color: #AF0A0F;
} }
#quick-reply th {
border: 1px solid #D9AF9E;
}
NEW NEW NEW div.pages input{
background:#D9AF9E;
html, body, div.banner, div.post.reply, div.banner a, textarea { color:#800;
color: #800;
} }
div.post.reply { div.pages a.selected{
color: #800; color:#800;
} }
.quote { .quote {
color: #866; color: #866;
} }
.intro span.subject { div.banner a, textarea {
color: #800; color: #800;
} }
@ -149,28 +153,3 @@ div.post.reply {
a.selected:nth-child(1) { a.selected:nth-child(1) {
color:#800; color:#800;
} }
.desktop-style div.boardlist:not(.bottom), .desktop-style div.boardlist:not(.bottom) a {
font-size: 10pt;
color:#800;
border-bottom: 1px solid #CA927B;
}
div.pages input{
background:#D9AF9E;
color:#800;
}
div.pages a.selected{
color:#800;
}
div.post.reply.highlighted{
background:#D9AF9E
}
#quick-reply th {
border: 1px solid #D9AF9E;
}

Loading…
Cancel
Save