aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Choom 2023-01-19 02:33:51 -0300
committerLibravatar Choom 2023-01-19 04:26:01 -0300
commit5d9a1998fe63b86aff68793e48e961fa2df8e676 (patch)
tree2ac6e436538ac3733a48078cc98d45bdd29b6eb2
parent6f6263415be7d893e332d6e6c3404c453304e9e4 (diff)
downloadweabot-5d9a1998fe63b86aff68793e48e961fa2df8e676.tar.gz
weabot-5d9a1998fe63b86aff68793e48e961fa2df8e676.tar.xz
weabot-5d9a1998fe63b86aff68793e48e961fa2df8e676.zip
Config para el usuario
-rw-r--r--static/css/txt/blue moon.css10
-rw-r--r--static/css/txt/headline.css7
-rw-r--r--static/css/txt/mercury.css12
-rw-r--r--static/css/txt/void.css6
-rw-r--r--static/example/bbs1.html6
-rw-r--r--static/example/bbs2.html6
6 files changed, 32 insertions, 15 deletions
diff --git a/static/css/txt/blue moon.css b/static/css/txt/blue moon.css
index 549ae0c..9ac26ba 100644
--- a/static/css/txt/blue moon.css
+++ b/static/css/txt/blue moon.css
@@ -30,8 +30,10 @@ a:active .name,
.row a:active {
color: #8c9fb4;
}
-h2, h2 a {
+h2,
+h2 a {
color: #eee;
+ margin: 0;
}
h3 {
color: #eee;
@@ -131,6 +133,9 @@ h5 {
color: #000;
margin-bottom: 0;
}
+.reply:first-child {
+ border-top: 2px solid #ddd;
+}
.name,
a .name {
color: #2b3037;
@@ -213,9 +218,6 @@ form .msg {
padding: 4px;
padding-left: 4px;
}
- h2 {
- margin-bottom: 4px;
- }
.threadpage .thread {
padding: 1px 4px 4px;
}
diff --git a/static/css/txt/headline.css b/static/css/txt/headline.css
index 24eb7d2..6c1a1bf 100644
--- a/static/css/txt/headline.css
+++ b/static/css/txt/headline.css
@@ -5,6 +5,9 @@ body,
textarea {
color: #000;
}
+#main_nav {
+ background:#fff;
+}
a,
#n2 {
color: #d60;
@@ -145,6 +148,10 @@ form .msg {
background: #ddd;
}
@media (max-width: 600px) {
+ .innerbox {
+ margin: 0;
+ padding: 0;
+ }
.mainpage .postform,
.postform {
padding: .25em;
diff --git a/static/css/txt/mercury.css b/static/css/txt/mercury.css
index bc4273b..c727026 100644
--- a/static/css/txt/mercury.css
+++ b/static/css/txt/mercury.css
@@ -30,7 +30,8 @@ h1 {
}
h2,
h3 {
- background: #DDDDE7 url(../img/rose.png) no-repeat scroll 0 50%;
+ background: #DDDDE7 url(../img/rose.png) no-repeat scroll;
+ background-position: 0 50%;
border-bottom: 2px solid #418;
display: table;
padding-left: 1em;
@@ -155,6 +156,15 @@ form .msg {
body {
background-position: 100% 125%;
}
+ .innerbox {
+ margin: 0;
+ padding: 0;
+ }
+ h2,
+ h3 {
+ background-position: 2px 2px;
+ padding-left: 0;
+ }
.mainpage .postform,
.postform {
padding: .25em;
diff --git a/static/css/txt/void.css b/static/css/txt/void.css
index 38a49dc..a3264a0 100644
--- a/static/css/txt/void.css
+++ b/static/css/txt/void.css
@@ -11,10 +11,7 @@ body,
#main_nav {
background: #000;
}
-#banner,
-.outerbox,
-.thread,
-#threads {
+img {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
@@ -46,6 +43,7 @@ h4,
.name,
.name b,
.date,
+.posterid,
.del a,
.pblock,
.postform span,
diff --git a/static/example/bbs1.html b/static/example/bbs1.html
index fdf59ba..67da2cf 100644
--- a/static/example/bbs1.html
+++ b/static/example/bbs1.html
@@ -29,15 +29,15 @@
<h2><span>[1:3]</span><a href="#">Hilo de ejemplo</a></h2>
<div class="replies">
<div class="reply">
- <h4>1 : <span class="name"><b>Sin Nombre</b></span> : <span class="date">01/09/93(mie)00:26:56 ID:BdsM7DCu0</span></h4>
+ <h4>1 : <span class="name"><b>Sin Nombre</b></span> : <span class="date">01/09/93(mie)00:26:56</span> <span class="hash">ID:BdsM7DCu0</span></h4>
<div class="msg">Mensaje de ejemplo.</div>
</div>
<div class="reply">
- <h4>2 : <span class="name"><b>Sin Nombre</b> ◆Tripcode</span> : <span class="date">01/09/93(mie)00:30:40 ID:pBCyve6z0</span></h4>
+ <h4>2 : <span class="name"><b>Sin Nombre</b> ◆Tripcode</span> : <span class="date">01/09/93(mie)00:30:40</span> <span class="hash">ID:pBCyve6z0</span></h4>
<div class="msg">Mensaje de ejemplo.</div>
</div>
<div class="reply">
- <h4>3 : <a href="#"><span class="name"><b>Sin Nombre</b></span></a> : <span class="date">01/09/93(mie)01:02:10 ID:UpB2akif4</span></h4>
+ <h4>3 : <a href="#"><span class="name"><b>Sin Nombre</b></span></a> : <span class="date">01/09/93(mie)01:02:10</span> <span class="hash">ID:UpB2akifa</span></h4>
<div class="msg">Mensaje de ejemplo.</div>
</div>
</div>
diff --git a/static/example/bbs2.html b/static/example/bbs2.html
index f9b4386..b5b86bf 100644
--- a/static/example/bbs2.html
+++ b/static/example/bbs2.html
@@ -21,15 +21,15 @@
<h3>Hilo de ejemplo <span>(3 respuestas)</span></h3>
<div class="replies">
<div class="reply">
- <h4>1 : <span class="name"><b>Sin Nombre</b></span> : <span class="date">01/09/93(mie)00:26:56 ID:BdsM7DCu0</span></h4>
+ <h4>1 : <span class="name"><b>Sin Nombre</b></span> : <span class="date">01/09/93(mie)00:26:56</span> <span class="hash">ID:BdsM7DCu0</span></h4>
<div class="msg">Mensaje de ejemplo.</div>
</div>
<div class="reply">
- <h4>2 : <span class="name"><b>Sin Nombre</b> ◆Tripcode</span> : <span class="date">01/09/93(mie)00:30:40 ID:pBCyve6z0</span></h4>
+ <h4>2 : <span class="name"><b>Sin Nombre</b> ◆Tripcode</span> : <span class="date">01/09/93(mie)00:30:40</span> <span class="hash">ID:pBCyve6z0</span></h4>
<div class="msg">Mensaje de ejemplo.</div>
</div>
<div class="reply">
- <h4>3 : <a href="#"><span class="name"><b>Sin Nombre</b></span></a> : <span class="date">01/09/93(mie)01:02:10 ID:UpB2akif4</span></h4>
+ <h4>3 : <a href="#"><span class="name"><b>Sin Nombre</b></span></a> : <span class="date">01/09/93(mie)01:02:10</span> <span class="hash">ID:UpB2akifa</span></h4>
<div class="msg">Mensaje de ejemplo.</div>
</div>
</div>