aboutsummaryrefslogtreecommitdiff
path: root/static/css/txt/berries.css
diff options
context:
space:
mode:
Diffstat (limited to 'static/css/txt/berries.css')
-rw-r--r--static/css/txt/berries.css24
1 files changed, 20 insertions, 4 deletions
diff --git a/static/css/txt/berries.css b/static/css/txt/berries.css
index a24ee4a..d3d5a21 100644
--- a/static/css/txt/berries.css
+++ b/static/css/txt/berries.css
@@ -1,12 +1,24 @@
-@import url('https://fonts.googleapis.com/css2?family=Courier+Prime&display=swap%27');
-
body {
background: #222 url("../img/berries.gifv");
color: #7788e9;
font-family: 'Courier Prime', monospace;
}
body.threadpage {
- background-image: none;
+ background: #0c0616;
+ z-index: 1;
+}
+body.threadpage:before {
+ content: ' ';
+ display: block;
+ position: fixed;
+ top: 0;
+ left: 0;
+ bottom: 0;
+ width: 100%;
+ height: 100%;
+ background: #222 url("../img/berries.gifv");
+ z-index: -9;
+ opacity: 0.1;
}
a,
a .name,
@@ -24,7 +36,8 @@ h4 a, .lastposts {
text-decoration: none;
}
hr {
- border: 1px inset #111;
+ border: 0;
+ border-top: 1px solid #4b4e55;
}
input[type="text"],
input[type="submit"],
@@ -148,6 +161,9 @@ form .msg {
background: #383838;
border: 1px dotted #000;
}
+.threadpage .postform {
+ opacity: 0.9;
+}
#footer {
color: #f7ca88;
}