From c00e0f9f07827630ccba2cf4ac8bf0793d0ba930 Mon Sep 17 00:00:00 2001 From: Choom Date: Mon, 23 Jan 2023 18:09:26 -0300 Subject: Separando .trip de .name --- static/css/txt/amber.css | 5 ++--- static/css/txt/ayashii.css | 2 -- static/css/txt/baisano.css | 16 ++++------------ static/css/txt/bbs.css | 10 ++++------ static/css/txt/berries.css | 7 ++----- static/css/txt/bios.css | 7 ++----- static/css/txt/blue moon.css | 7 +++---- static/css/txt/ciber.css | 4 +--- static/css/txt/cuteanarchy.css | 6 ++---- static/css/txt/futanari.css | 25 +++++++++++-------------- static/css/txt/gamer.css | 7 +++---- static/css/txt/headline.css | 6 +++--- static/css/txt/mercury.css | 1 - static/css/txt/postal.css | 5 ++--- static/css/txt/ventanas.css | 5 ++--- static/css/txt/void.css | 2 +- 16 files changed, 42 insertions(+), 73 deletions(-) (limited to 'static/css/txt') diff --git a/static/css/txt/amber.css b/static/css/txt/amber.css index 4f24254..100a4a2 100644 --- a/static/css/txt/amber.css +++ b/static/css/txt/amber.css @@ -23,8 +23,8 @@ h4 { padding: 0 3px; } h4 a, -.name, -.name a { +h4 > .name, +h4 > .trip { color: #000; } h1:after, @@ -129,7 +129,6 @@ button:active { .q { color: #d4b300; } - .yt { background: #000; border: 1px solid #f9690e; diff --git a/static/css/txt/ayashii.css b/static/css/txt/ayashii.css index e4c3343..3103143 100644 --- a/static/css/txt/ayashii.css +++ b/static/css/txt/ayashii.css @@ -3,12 +3,10 @@ body { color: #fff; } a, -a .name, #n2:active { color: #efe; } a:active, -a:active .name, #n2:active { color: #f00; } diff --git a/static/css/txt/baisano.css b/static/css/txt/baisano.css index a5d1a7e..a3ce009 100644 --- a/static/css/txt/baisano.css +++ b/static/css/txt/baisano.css @@ -13,21 +13,13 @@ body.threadpage { background: #efefef; } a, -a .name, #n2 { color: #00f; } a:active, -a:active .name, #n2:active { color: #f00; } -body[data-brd="zonavip"] a .name { - color: #00f; -} -body[data-brd="zonavip"] a .name:active { - color: #f00; -} h2 a { color: #f00; } @@ -70,13 +62,13 @@ h4 { background: #efefef; border: 1px outset #fff; } -.name, +h4 > .name, +h4 > .trip, .abbrev { color: green; } -body[data-brd="zonavip"] .name, -body[data-brd="zonavip"] .abbrev -{ +body[data-brd="zonavip"] h4 > .name, +body[data-brd="zonavip"] h4 > .trip { color: #f00; } .name em { diff --git a/static/css/txt/bbs.css b/static/css/txt/bbs.css index 83d1148..7eb496f 100644 --- a/static/css/txt/bbs.css +++ b/static/css/txt/bbs.css @@ -71,11 +71,6 @@ button { color: #333; padding: 3px 1em; } -input[type="submit"], -input[type="button"], -button { - background: #e8e8e8; -} input[type="submit"]:active, input[type="button"]:active, input[type="button"].active, @@ -158,7 +153,7 @@ label { margin-right: 2px; } #search > input[type="text"] { - padding: 4px; + padding: 6px; max-width: 500px; width: 100%; } @@ -204,6 +199,9 @@ label { font-weight: bold; text-decoration: none; } +.name { + font-weight: bold; +} .name em { font-style: normal; } diff --git a/static/css/txt/berries.css b/static/css/txt/berries.css index fd0e5a0..8337fd3 100644 --- a/static/css/txt/berries.css +++ b/static/css/txt/berries.css @@ -21,14 +21,10 @@ body.threadpage:before { opacity: 0.1; } a, -a .name, #n2 { color: #9d81be; } a:active, -a:focus, -a:active .name, -a:focus .name, #n2:active { color: #5d4d72; } @@ -115,7 +111,8 @@ h4 { .threadpage .thread { color: #ced1cf; } -.name, +h4 > .name, +h4 > .trip, .abbrev { color: #bd689a; } diff --git a/static/css/txt/bios.css b/static/css/txt/bios.css index 2974d57..8542d6e 100644 --- a/static/css/txt/bios.css +++ b/static/css/txt/bios.css @@ -126,14 +126,11 @@ h4 { background: #fff; color: #00a; } -h4 a, -a .name { +h4 a { color: #000; } h4 a:active, -h4 a:focus, -a:active .name, -a:focus .name { +h4 a:focus { color: #fff; } .name em { diff --git a/static/css/txt/blue moon.css b/static/css/txt/blue moon.css index da73058..41e00ce 100644 --- a/static/css/txt/blue moon.css +++ b/static/css/txt/blue moon.css @@ -26,7 +26,6 @@ form a, #main_nav a:active, .reply a:active, #q-p a:active, -a:active .name, .row a:active { color: #8c9fb4; } @@ -136,8 +135,8 @@ h5 { .reply:first-child { border-top: 2px solid #ddd; } -.name, -a .name { +h4 > .name, +h4 > .trip { color: #2b3037; } .name em { @@ -150,7 +149,7 @@ a .name { a.thumb { background: #fff; color: #000080; - margin: 10px; + margin: 12px; } .msg hr { display: block; diff --git a/static/css/txt/ciber.css b/static/css/txt/ciber.css index 12e99a8..fd54221 100644 --- a/static/css/txt/ciber.css +++ b/static/css/txt/ciber.css @@ -30,9 +30,7 @@ h4 { padding: 0 3px; } h4, -h4 a, -.name, -.name a { +h4 a { color: #9370db; } h1, diff --git a/static/css/txt/cuteanarchy.css b/static/css/txt/cuteanarchy.css index a1d7935..de15e56 100644 --- a/static/css/txt/cuteanarchy.css +++ b/static/css/txt/cuteanarchy.css @@ -138,19 +138,17 @@ h3 span { } a, -a .name, #n2 { color: #e39edc; } -.name, -.hidden { +h4 > .name, +h4 > .trip { color: #7ca380; text-shadow: 2px 0 11px #ffd7c6; background-image: url("/static/css/img/bg1.gif"); } -.name, .abbrev { color: #e9b2c8; } diff --git a/static/css/txt/futanari.css b/static/css/txt/futanari.css index 53ac646..3362d57 100644 --- a/static/css/txt/futanari.css +++ b/static/css/txt/futanari.css @@ -3,17 +3,14 @@ body { color: #fff; } a, -a .name, #n2 { color: #dfca89; } a:hover, -a:hover .name, #n2:hover { color: #ffe9a4; } a:active, -a:active .name, #n2:active { color: #d00; } @@ -40,14 +37,13 @@ h2 span, h3 span { color: #ccc; } -input, input[type="text"], textarea, select { - border-top: 1px solid #333; - border-left: 1px solid #333; - border-bottom: 1px solid #ccc; - border-right: 1px solid #ccc; + border-top: 1px solid #000; + border-left: 1px solid #000; + border-bottom: none; + border-right: none; } input[type="submit"], input[type="button"], @@ -56,8 +52,8 @@ button { color: #343b4d; border-top: 1px solid #85c8ff; border-left: 1px solid #85c8ff; - border-bottom: 1px solid #40607c; - border-right: 1px solid #40607c; + border-bottom: 1px solid #10181f; + border-right: 1px solid #10181f; } input[type="submit"]:hover, input[type="button"]:hover, @@ -69,9 +65,9 @@ input[type="button"]:active, input[type="button"].active, button:active { background: #7979a5; - color: #191d25; - border-top: 1px solid #40607c; - border-left: 1px solid #40607c; + color: #10181f; + border-top: 1px solid #10181f; + border-left: 1px solid #10181f; border-bottom: 1px solid #85c8ff; border-right: 1px solid #85c8ff; } @@ -141,7 +137,8 @@ h4:hover { .abbrev { color: #999; } -.name { +h4 > .name, +h4 > .trip { color: #afd775; } .name em { diff --git a/static/css/txt/gamer.css b/static/css/txt/gamer.css index ca7ab43..e579bfa 100644 --- a/static/css/txt/gamer.css +++ b/static/css/txt/gamer.css @@ -5,12 +5,11 @@ body { background: #000 url("../img/g_bg.png") fixed; } a, -.name, -a .name { +h4 > .name, +h4 > .trip { color: #7f6; } -a:active, -a:active .name { +a:active { color: #fff; } h1,h2,h3,h5, diff --git a/static/css/txt/headline.css b/static/css/txt/headline.css index 8e7f1dc..82b908f 100644 --- a/static/css/txt/headline.css +++ b/static/css/txt/headline.css @@ -12,16 +12,16 @@ a, #n2 { color: #d60; } -a:active .name, +a:active, h2 a:active, h4 a:active, -a:active, #n2:active { color: #fa4; } h2 a, +h4 > .name, +h4 > .trip .del a, -.name, h4 a, h4 { color: #000; diff --git a/static/css/txt/mercury.css b/static/css/txt/mercury.css index 37d6778..9323485 100644 --- a/static/css/txt/mercury.css +++ b/static/css/txt/mercury.css @@ -10,7 +10,6 @@ a, color: #32a; } a:active, -a:active .name, h2 a:active, #n2:active { color: #f48; diff --git a/static/css/txt/postal.css b/static/css/txt/postal.css index e0a6dd2..d95e049 100644 --- a/static/css/txt/postal.css +++ b/static/css/txt/postal.css @@ -6,12 +6,10 @@ body { background: #e5b98d; } a, -a .name, #n2 { color: #3683c2; } a:active, -a:active .name, #n2:active { color: #e9976b; } @@ -121,7 +119,8 @@ h4 { border-top: 1px solid #e5b98d; margin: 0 -1px; } -.name, +h4 > .name, +h4 > .trip, .abbrev { color: #416d91; } diff --git a/static/css/txt/ventanas.css b/static/css/txt/ventanas.css index 9fd4984..6fac0fa 100644 --- a/static/css/txt/ventanas.css +++ b/static/css/txt/ventanas.css @@ -20,12 +20,10 @@ body.threadpage, color: white; } a, -a .name, #n2 { color: #00f; } a:active, -a:active .name, #n2:active { color: #f00; } @@ -179,7 +177,8 @@ select:focus { .hidden, .deleted { margin-bottom: 0.5em; } -.name, +h4 > .name, +h4 > .trip, .abbrev { color: #444; } diff --git a/static/css/txt/void.css b/static/css/txt/void.css index a3264a0..5c935f2 100644 --- a/static/css/txt/void.css +++ b/static/css/txt/void.css @@ -41,7 +41,7 @@ input[type="button"].active, button:active, h4, .name, -.name b, +.trip, .date, .posterid, .del a, -- cgit v1.2.1-18-gbd029