From e9a0a02f9e17a7a03e39d066c8157285e774a376 Mon Sep 17 00:00:00 2001 From: junk Date: Wed, 31 Mar 2021 06:07:15 -0300 Subject: Nuevos estilos --- static/css/spc/treehugger.css | 113 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 113 insertions(+) create mode 100644 static/css/spc/treehugger.css (limited to 'static/css/spc/treehugger.css') 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 -- cgit v1.2.1-18-gbd029