aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorLibravatar Choom 2022-12-18 03:44:46 -0300
committerLibravatar Choom 2022-12-18 03:49:28 -0300
commit6226e8f3be4beb3e912b7163ab57367b9f64b1ea (patch)
tree54e470d122e0e26a2435a8aedbc267e491875137 /static
parentd56dff8b21a0add21ff4bab845c541b86bbb990f (diff)
downloadweabot-6226e8f3be4beb3e912b7163ab57367b9f64b1ea.tar.gz
weabot-6226e8f3be4beb3e912b7163ab57367b9f64b1ea.tar.xz
weabot-6226e8f3be4beb3e912b7163ab57367b9f64b1ea.zip
Cambios a css bbs
Diffstat (limited to 'static')
-rw-r--r--static/css/txt/baisano.css5
-rw-r--r--static/css/txt/bbs.css15
-rw-r--r--static/css/txt/berries.css24
-rw-r--r--static/css/txt/ciber.css11
-rw-r--r--static/css/txt/futanari.css9
-rw-r--r--static/css/txt/gamer.css4
6 files changed, 53 insertions, 15 deletions
diff --git a/static/css/txt/baisano.css b/static/css/txt/baisano.css
index 45a267a..f0b8f28 100644
--- a/static/css/txt/baisano.css
+++ b/static/css/txt/baisano.css
@@ -37,6 +37,9 @@ h3 {
h3 span {
color: #000;
}
+h4 {
+ font-size: 1em;
+}
.mainpage h4:hover {
background: #ffefef;
}
@@ -139,4 +142,4 @@ form .msg {
.extrabox {
display: none;
}
-} \ No newline at end of file
+}
diff --git a/static/css/txt/bbs.css b/static/css/txt/bbs.css
index 55d74d1..9d2fffa 100644
--- a/static/css/txt/bbs.css
+++ b/static/css/txt/bbs.css
@@ -42,8 +42,10 @@ h3 span {
font-weight: normal;
}
h4 {
- clear: both;
+ font-size: 14px;
+ line-height: 1em;
font-weight: normal;
+ clear: both;
margin: 0;
}
h5 {
@@ -329,6 +331,14 @@ form .msg {
line-height: 1em;
font-size: 12px;
}
+
+
+@media (min-width: 1600px) {
+ #threadlist {
+ max-height: 15em;
+ }
+}
+
@media (max-width: 600px) {
body.threadpage {
margin: 5px;
@@ -364,7 +374,8 @@ form .msg {
font-size: 12px;
line-height: 14px;
}
- h4, .quoted {
+ h4,
+ .quoted {
font-size: 10px;
line-height: 12px;
}
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;
}
diff --git a/static/css/txt/ciber.css b/static/css/txt/ciber.css
index e5449b7..ed7e95b 100644
--- a/static/css/txt/ciber.css
+++ b/static/css/txt/ciber.css
@@ -6,6 +6,11 @@ body,
h3 {
color: #ba55d3;
}
+body.threadpage {
+ margin: 0;
+ padding: 8px;
+ box-shadow: inset 0 0 25px;
+}
a,
h2 a,
#n2 {
@@ -19,6 +24,7 @@ h4 {
background: #2a4a75;
padding: 0 7px;
text-shadow: 0 2px #000;
+ padding: 1px 0;
}
.threadpage h4 {
padding: 0 3px;
@@ -224,6 +230,11 @@ form .msg {
text-shadow: 0 0 8px;
}
@media (max-width: 600px) {
+ body.threadpage {
+ margin: 0;
+ padding: 5px;
+ box-shadow: inset 0 0 5px;
+ }
.mainpage .postform {
padding: 0.25em;
}
diff --git a/static/css/txt/futanari.css b/static/css/txt/futanari.css
index 9e0d225..b6aef4e 100644
--- a/static/css/txt/futanari.css
+++ b/static/css/txt/futanari.css
@@ -120,7 +120,6 @@ input[type="file"] {
h4 {
background: #38546c;
color: #aaa;
- line-height: 1em;
padding: 2px;
}
.reply.deleted h4 {
@@ -160,11 +159,9 @@ form .msg {
background: #5e8db4;
}
#threads tr:nth-child(odd) {
- background: #21323f;
-}
-#threads tr:nth-child(even) {
- background: #294b68;
+ background: #38546c;
}
+/*#threads tr:nth-child(even) {}*/
@media (max-width: 600px) {
body.threadpage {
@@ -195,4 +192,4 @@ form .msg {
#createbox .innerbox {
padding: 0.5em !important;
}
-} \ No newline at end of file
+}
diff --git a/static/css/txt/gamer.css b/static/css/txt/gamer.css
index 5e11600..7f197fb 100644
--- a/static/css/txt/gamer.css
+++ b/static/css/txt/gamer.css
@@ -123,7 +123,7 @@ h4 a,
.name em {
color: #ff0;
}
-h4 .date,
+h4,
.del a,
.abbrev {
color: #777;
@@ -193,4 +193,4 @@ form .msg {
margin: 0;
padding: .5em 0;
}
-} \ No newline at end of file
+}