From 6226e8f3be4beb3e912b7163ab57367b9f64b1ea Mon Sep 17 00:00:00 2001 From: Choom Date: Sun, 18 Dec 2022 03:44:46 -0300 Subject: Cambios a css bbs --- static/css/txt/berries.css | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) (limited to 'static/css/txt/berries.css') 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; } -- cgit v1.2.1-18-gbd029