Browse Source

Merge pull request #134 from pat-90/master

Gurochan stylesheet update
pull/40/head
Appleman1234 7 years ago
committed by GitHub
parent
commit
4c4101af01
  1. 110
      stylesheets/gurochan.css

110
stylesheets/gurochan.css

@ -1,30 +1,31 @@
body { html, body {
font-size:10pt; font-size:10pt;
background:#EDDAD2; background:#EDDAD2;
color:#000000; color: #800;
} }
* { * {
font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; font-family: Tahoma, Verdana, Arial, sans-serif;
font-size: 10pt; font-size: 10pt;
} }
input, textarea { input, textarea {
background-color: #E6CBC0; background-color: #E6CBC0;
border: 1px solid #CA927B; border: 1px solid #CA927B;
} }
a {
color:#34345C; a, a:visited{
} color: #AF0A0F;
a:visited {
color:#34345C;
} }
a:hover { a:hover {
color:#DD0000; color: #D00;
} }
a.quotelink { 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;
@ -34,29 +35,41 @@ 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:#D9AF9E; background:#E6CBC0;
color:#000000; color:#800;
border:1px solid #CA927B; border:1px solid #D9AF9E;
}
div.post.reply div.body a{
color: #AF0A0F;
} }
.bar .bar
{ {
background:#D9AF9E; background:#D9AF9E;
color:#000000; color:#800;
} }
.desktop-style div.boardlist:not(.bottom) {
font-size:10pt; .bar a {
background:#D9AF9E; color:#800;
color:#000000; }
.bar.bottom {
border-top: 1px solid #CA927B;
} }
.desktop-style div.boardlist:not(.bottom), .desktop-style div.boardlist:not(.bottom) a {
font-size: 10pt;
background:#D9AF9E;
color:#800;
border-bottom: 1px solid #CA927B;
}
h1.glitch a{ h1.glitch a{
font-size: 24pt; font-size: 24pt;
color: #AF0A0F; color: #AF0A0F;
@ -68,7 +81,7 @@ h1.glitch {
font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif; font-family: "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
} }
hr { hr {
border-top: 1px solid #000000;; border-top: 1px dotted #D9AF9E;
} }
#options_div { #options_div {
background: #D9AF9E; background: #D9AF9E;
@ -91,3 +104,52 @@ div.ban h2 {
background: #EDDAD2; background: #EDDAD2;
border: 1px solid #CA927B; border: 1px solid #CA927B;
} }
.intro a.email:hover{
color: #D00;
}
.intro a.email span.name {
color: #AF0A0F;
}
.intro span.name {
color: #AF0A0F;
}
.intro span.subject {
color: #800;
}
.options_tab_icon{
color: #AF0A0F;
}
#quick-reply th {
border: 1px solid #D9AF9E;
}
div.pages input{
background:#D9AF9E;
color:#800;
}
div.pages a.selected{
color:#800;
}
.quote {
color: #866;
}
div.banner a, textarea {
color: #800;
}
a.selected:nth-child(1) {
color:#800;
}

Loading…
Cancel
Save