From 5d9a1998fe63b86aff68793e48e961fa2df8e676 Mon Sep 17 00:00:00 2001 From: Choom Date: Thu, 19 Jan 2023 02:33:51 -0300 Subject: Config para el usuario --- static/css/txt/blue moon.css | 10 ++++++---- static/css/txt/headline.css | 7 +++++++ static/css/txt/mercury.css | 12 +++++++++++- static/css/txt/void.css | 6 ++---- static/example/bbs1.html | 6 +++--- static/example/bbs2.html | 6 +++--- 6 files changed, 32 insertions(+), 15 deletions(-) (limited to 'static') 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 @@

[1:3]Hilo de ejemplo

-

1 : Sin Nombre : 01/09/93(mie)00:26:56 ID:BdsM7DCu0

+

1 : Sin Nombre : 01/09/93(mie)00:26:56 ID:BdsM7DCu0

Mensaje de ejemplo.
-

2 : Sin Nombre ◆Tripcode : 01/09/93(mie)00:30:40 ID:pBCyve6z0

+

2 : Sin Nombre ◆Tripcode : 01/09/93(mie)00:30:40 ID:pBCyve6z0

Mensaje de ejemplo.
-

3 : Sin Nombre : 01/09/93(mie)01:02:10 ID:UpB2akif4

+

3 : Sin Nombre : 01/09/93(mie)01:02:10 ID:UpB2akifa

Mensaje de ejemplo.
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 @@

Hilo de ejemplo (3 respuestas)

-

1 : Sin Nombre : 01/09/93(mie)00:26:56 ID:BdsM7DCu0

+

1 : Sin Nombre : 01/09/93(mie)00:26:56 ID:BdsM7DCu0

Mensaje de ejemplo.
-

2 : Sin Nombre ◆Tripcode : 01/09/93(mie)00:30:40 ID:pBCyve6z0

+

2 : Sin Nombre ◆Tripcode : 01/09/93(mie)00:30:40 ID:pBCyve6z0

Mensaje de ejemplo.
-

3 : Sin Nombre : 01/09/93(mie)01:02:10 ID:UpB2akif4

+

3 : Sin Nombre : 01/09/93(mie)01:02:10 ID:UpB2akifa

Mensaje de ejemplo.
-- cgit v1.2.1-18-gbd029