aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorLibravatar Choom 2022-12-24 11:53:12 -0300
committerLibravatar Choom 2022-12-24 11:53:48 -0300
commit761ed53b112f0431efd9d2b7b6e52d66d4c52715 (patch)
treede979e9f78ca00dc46552d9a48ed3fe40b47b78c /static
parent34f09a27562be60413f8352b508ee0f0d4b04b6e (diff)
downloadweabot-761ed53b112f0431efd9d2b7b6e52d66d4c52715.tar.gz
weabot-761ed53b112f0431efd9d2b7b6e52d66d4c52715.tar.xz
weabot-761ed53b112f0431efd9d2b7b6e52d66d4c52715.zip
Navidad 2022
Diffstat (limited to 'static')
-rw-r--r--static/css/spc/navidad2022.css200
1 files changed, 200 insertions, 0 deletions
diff --git a/static/css/spc/navidad2022.css b/static/css/spc/navidad2022.css
new file mode 100644
index 0000000..fa4b072
--- /dev/null
+++ b/static/css/spc/navidad2022.css
@@ -0,0 +1,200 @@
+body {
+ background: #004608;
+ color: #fff;
+}
+a,
+a .name,
+#n2 {
+ color: #fff;
+}
+a:active,
+a:active .name,
+#n2:active {
+ color: #ff0;
+}
+hr {
+ border: none;
+ height: 0.5em;
+ background-image: repeating-linear-gradient(
+ 140deg,
+ #f00 0px,
+ #f00 10px,
+ #fff 10px,
+ #fff 20px
+ );
+}
+h2 {
+ margin-bottom: 0;
+}
+h2 a,
+h2 a:active,
+h3,
+#size {
+ color: #fff;
+ text-decoration: none;
+}
+input,
+input[type="text"],
+textarea,
+select {
+ border-top: 1px solid #333;
+ border-left: 1px solid #333;
+ border-bottom: 1px solid #ccc;
+ border-right: 1px solid #ccc;
+}
+input[type="text"] {
+ background-image: repeating-linear-gradient(
+ 25deg,
+ #f00 0px,
+ #f00 10px,
+ #fff 10px,
+ #fff 20px
+ );
+ border: 0;
+ box-shadow: 1px 1px #000;
+}
+input[name="subject"] {
+ background-image: repeating-linear-gradient(
+ 135deg,
+ #ffbebe 0px,
+ #ffa4a4 20px,
+ #fff 20px,
+ #fff 40px
+ );
+}
+input[type="submit"],
+input[type="button"],
+button {
+ background: #184238;
+ color: #fff;
+ border-top: 1px solid #6ea699;
+ border-left: 1px solid #6ea699;
+ border-bottom: 1px solid #00281f;
+ border-right: 1px solid #00281f;
+}
+input[type="submit"]:active,
+input[type="button"]:active,
+button:active {
+ background: #0e2620;
+ color: #888;
+ border-top: 1px solid #00281f;
+ border-left: 1px solid #00281f;
+ border-bottom: 1px solid #6ea699;
+ border-right: 1px solid #6ea699;
+}
+input[type="file"] {
+ border: none;
+}
+#main_nav {
+ background: #1d7548;
+}
+#titlebox {
+ margin-bottom: 0;
+ border-bottom: 0;
+}
+.outerbox,
+.replies,
+.thread .postform,
+.threadpage .postform,
+#threads th {
+ background: #b00000;
+ border-top: 1px solid #ff8080;
+ border-left: 1px solid #ff8080;
+ border-bottom: 1px solid #410000;
+ border-right: 1px solid #410000;
+}
+.replies,
+#q-p .reply,
+#threads td {
+ background: #078b26;
+ border-top: 1px solid #60cd7a;
+ border-left: 1px solid #60cd7a;
+ border-bottom: 1px solid #002b0a;
+ border-right: 1px solid #002b0a;
+}
+#settings {
+ border-bottom: 8px solid #078b26;
+}
+#threadbox {
+ border-top: 0;
+}
+.outerbox {
+ background: #b00;
+}
+.outerbox .innerbox,
+#createbox .innerbox {
+ margin: 0;
+ padding: 8px;
+}
+.links {
+ background: #078b26;
+}
+#threadlist {
+ background: #9f0000;
+ border: 1px solid #642929;
+}
+#threadlist a {
+ border-right: 1px solid #642929;
+ border-bottom: 1px solid #642929;
+}
+h4 {
+ background: #02bf31;
+ padding: 2px;
+}
+.reply:nth-child(odd) h4 {
+ background: #832f10;
+}
+.reply.deleted h4 {
+ color: #777;
+}
+.name em {
+ color: #ff0;
+}
+.q,
+.abbrev {
+ color: #ceb700;
+}
+.yt {
+ background: #06711f;
+ border: 1px solid #ccc;
+}
+.postform {
+ color: #d3f8d3;
+ padding: 8px;
+}
+form .msg {
+ background: #078b26;
+ border: 1px dashed #fff;
+ color: #fff;
+}
+#q-p {
+ box-shadow: 2px 2px #000;
+ padding: 0;
+}
+
+@media (max-width: 600px) {
+ #createbox,
+ .innerbox,
+ #threadbox {
+ margin: 0;
+ padding: 0;
+ }
+ #threadbox .innerbox {
+ padding: 8px 5px 5px;
+ }
+ h2 {
+ text-align: center;
+ }
+ form .msg {
+ margin: 4px 0 0;
+ }
+ .reply.deleted {
+ margin-bottom: 0;
+ }
+ .mainpage .postform {
+ padding: 4px;
+ }
+ #createbox .innerbox {
+ padding: 0.5em !important;
+ }
+} \ No newline at end of file