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/cyber.css | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) (limited to 'static/css/cyber.css') diff --git a/static/css/cyber.css b/static/css/cyber.css index 2ded143..135fe9a 100644 --- a/static/css/cyber.css +++ b/static/css/cyber.css @@ -5,8 +5,6 @@ body { font-family: monospace; } a, -a .name, -a .name b, .nav label { color: #c80b63; } @@ -17,8 +15,6 @@ a .name b, color: #fff; } a:hover, -a:hover .name, -a:hover .name b, .nav label:hover, #main_nav a:hover { color: #f00; @@ -43,10 +39,12 @@ textarea { color: #61ce3c; } input[type="submit"] { - border: 1px outset #999; + background: #000; + border: 1px solid #61ce3c; } input[type="submit"]:active { - border-style: inset; + color: #1a5506; + border: 1px solid #1a5506; } #main_nav { background: #1a1a1a; @@ -96,12 +94,12 @@ input[type="submit"]:active { .subj { color: #7b68ee; } -.name { - color: #fbde2d; -} -.name b { +.info > .name { color: #989898; } +.info > .trip { + color: #fbde2d; +} .omitted, .abbrev { color: #428c29; @@ -113,6 +111,7 @@ input[type="submit"]:active { margin-top: 1em; margin-bottom: 1em; padding: 5px; + overflow: hidden; } .reply, #q-p { -- cgit v1.2.1-18-gbd029