aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/void.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/txt/void.css
parentf7baf0c69606d49c6be86d3f27bc88d9d58cd4ba (diff)
downloadweabot-e9a0a02f9e17a7a03e39d066c8157285e774a376.tar.gz
weabot-e9a0a02f9e17a7a03e39d066c8157285e774a376.tar.xz
weabot-e9a0a02f9e17a7a03e39d066c8157285e774a376.zip
Nuevos estilos
Diffstat (limited to 'static/css/txt/void.css')
-rw-r--r--static/css/txt/void.css70
1 files changed, 70 insertions, 0 deletions
diff --git a/static/css/txt/void.css b/static/css/txt/void.css
new file mode 100644
index 0000000..50d8275
--- /dev/null
+++ b/static/css/txt/void.css
@@ -0,0 +1,70 @@
+*,
+input[type="submit"],
+input[type="button"],
+button,
+input[type="text"],
+textarea,
+select {
+ color: #888;
+}
+body {
+ background: #000;
+ -webkit-filter: grayscale(100%);
+ filter: grayscale(100%);
+}
+input[type="text"],
+input[type="submit"],
+input[type="button"],
+textarea,
+button,
+select,
+form .msg {
+ background: #000;
+ border: 1px solid #222;
+}
+a:active,
+a:active b,
+.yt:active,
+#n2:active,
+input[type="submit"]:active,
+input[type="button"]:active,
+button:active,
+h4,
+.name,
+.name b,
+.date,
+.del a,
+.pblock,
+.postform span,
+#size,
+.abbrev,
+.end,
+#footer,
+#footer a,
+#threads th {
+ color: #333;
+}
+.reply {
+ border-bottom: 1px solid #151515;
+ margin-top: 0.5em;
+}
+.hidden {
+ margin: 0;
+}
+h4 a {
+ text-decoration: none;
+}
+.q {
+ color: #555;
+}
+#q-p, .yt {
+ background: #000;
+ border: 1px solid #111;
+}
+hr {
+ border: 0;
+ border-top: 1px solid #151515;
+}
+.yt:hover {
+ text-decoration: none;
+} \ No newline at end of file