diff options
Diffstat (limited to 'static/css/spc')
-rw-r--r-- | static/css/spc/treehugger.css | 113 |
1 files changed, 113 insertions, 0 deletions
diff --git a/static/css/spc/treehugger.css b/static/css/spc/treehugger.css new file mode 100644 index 0000000..10fd30e --- /dev/null +++ b/static/css/spc/treehugger.css @@ -0,0 +1,113 @@ +body, +textarea { + color: #111; +} +body { + background: #b1d9ae; +} +a, +a .name, +#n2, +h3, +h5, +#size { + color: #4e993f; +} +a:active, +a:active .name, +#n2:active { + color: #004d00; +} +input[type="submit"], +input[type="button"], +button { + border: 1px outset #b3ffbf; + background: #daffe0; +} +#main_nav { + background: #fff; + border-bottom: 1px solid #4e993f; +} +h1 { + color: #fff; +} +#titlebox { + background: #7dbc73; + border: 1px solid #d9f0d8; + box-shadow: 1px 1px #537e4c; +} +#titlebox .innerbox { + background: none; + border: 0; + box-shadow: none; +} +.innerbox { + background: #ddf4e1; + border: 0; + box-shadow: 1px 1px #7d8f80; +} +#threadlist { + border: 1px inset #daffe0; +} +#threadlist a { + border: 1px outset #daffe0; +} +body.threadpage, .thread .innerbox, #q-p { + background: #edfff0; +} +h4, .postform { + background: #daffe0; + border-right: 1px dotted #b3ffbf; + border-bottom: 1px dotted #b3ffbf; + color: #3cae4e; +} +.threadpage .threadlinks { + margin-top: 0; +} +.mainpage .postform, .postform { + padding: 0.5em; +} +.threadpage .postform { + margin-top: -0.55em; +} +.name, +.abbrev { + color: #009E25; +} +.name em { + color: #28370f; +} +.del a { + color: #3cae4e; +} +hr { + border: 0; + border-top: 2px solid #daffe0; +} +.lastposts { + color: #3cae4e; +} +.q { + color: #777; +} +.yt { + border: 1px solid #b3ffbf; +} +#q-p { + border: 1px solid #b3ffbf; +} +form .msg { + border: 1px dotted #b3ffbf; + background: #edfff0; +} +#threads th { + background: #ddf4e1; +} +#threads tr:nth-child(odd) { + background: #daffe0; +} +@media (max-width: 600px) { + #threadlinks { + margin-top: 0.25em; + } +}
\ No newline at end of file |