aboutsummaryrefslogtreecommitdiff
path: root/static/css/spc/treehugger.css
diff options
context:
space:
mode:
authorLibravatar junk 2021-03-31 06:07:15 -0300
committerLibravatar junk 2021-04-08 14:14:40 -0400
commite9a0a02f9e17a7a03e39d066c8157285e774a376 (patch)
treef2792c6390d5560e66f85e9053968d7f27695c9a /static/css/spc/treehugger.css
parentf7baf0c69606d49c6be86d3f27bc88d9d58cd4ba (diff)
downloadweabot-e9a0a02f9e17a7a03e39d066c8157285e774a376.tar.gz
weabot-e9a0a02f9e17a7a03e39d066c8157285e774a376.tar.xz
weabot-e9a0a02f9e17a7a03e39d066c8157285e774a376.zip
Nuevos estilos
Diffstat (limited to 'static/css/spc/treehugger.css')
-rw-r--r--static/css/spc/treehugger.css113
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