aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/void.css
diff options
context:
space:
mode:
authorLibravatar Choom 2022-12-30 04:33:10 -0300
committerLibravatar Choom 2023-01-09 17:53:50 -0300
commit65fd303962d7744a5268db83a72fe66c7378565a (patch)
tree423403211c6006ed9eeaf101f8856ace78e81ffe /static/css/txt/void.css
parentb7e1bbd2c15961f3871e02cb3657cecc5f72b45f (diff)
downloadweabot-65fd303962d7744a5268db83a72fe66c7378565a.tar.gz
weabot-65fd303962d7744a5268db83a72fe66c7378565a.tar.xz
weabot-65fd303962d7744a5268db83a72fe66c7378565a.zip
Devolviendo previews
Diffstat (limited to 'static/css/txt/void.css')
-rw-r--r--static/css/txt/void.css18
1 files changed, 16 insertions, 2 deletions
diff --git a/static/css/txt/void.css b/static/css/txt/void.css
index a28acee..fff6587 100644
--- a/static/css/txt/void.css
+++ b/static/css/txt/void.css
@@ -23,17 +23,24 @@ input[type="submit"],
input[type="button"],
textarea,
button,
-select,
-form .msg {
+select {
background: #000;
border: 1px solid #222;
}
+a:hover,
+a:hover b,
+input[type="submit"]:hover,
+input[type="button"]:hover,
+button:hover {
+ color: #bbb;
+}
a:active,
a:active b,
.yt:active,
#n2:active,
input[type="submit"]:active,
input[type="button"]:active,
+input[type="button"].active,
button:active,
h4,
.name,
@@ -48,6 +55,7 @@ h4,
#footer,
#footer a,
#threads th {
+ background: #000;
color: #333;
}
.reply {
@@ -64,6 +72,12 @@ h4 a {
.q {
color: #555;
}
+.postform {
+ margin-top: 0.5em;
+}
+form .msg {
+ border: 1px dashed #444;
+}
#size {
margin: 0.5em 0;
}