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/dickgirl.css | 30 +++++++++++++++++++++++------- 1 file changed, 23 insertions(+), 7 deletions(-) (limited to 'static/css/dickgirl.css') diff --git a/static/css/dickgirl.css b/static/css/dickgirl.css index 69b2a3a..75a5944 100644 --- a/static/css/dickgirl.css +++ b/static/css/dickgirl.css @@ -4,7 +4,6 @@ body { color: #fff; } a, -a .name, .nav label { color: #dfca89; } @@ -12,7 +11,6 @@ a.rep { color: #fff; } a:hover, -a:hover .name, .nav label:hover { color: #d00; } @@ -42,6 +40,14 @@ hr { background: #a0c8de; color: #2c4c0b; } +input[type="text"], +textarea, +select { + border-top: 1px solid #000; + border-left: 1px solid #000; + border-bottom: none; + border-right: none; +} input[type="submit"], input[type="button"], button { @@ -49,15 +55,24 @@ 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, +button:hover { + background: #63b6e9; } input[type="submit"]:active, input[type="button"]:active, +input[type="button"].active, button:active { background: #7979a5; - color: #191d25; - border: 1px inset #4c6c88; + color: #10181f; + border-top: 1px solid #10181f; + border-left: 1px solid #10181f; + border-bottom: 1px solid #85c8ff; + border-right: 1px solid #85c8ff; } input[type="file"] { border: none; @@ -71,7 +86,8 @@ input[type="file"] { .subj { color: #ff7a7a; } -.name { +.info > .name, +.info > .trip { color: #acca82; } .omitted { -- cgit v1.2.1-18-gbd029