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/putaba.css | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) (limited to 'static/css/putaba.css') diff --git a/static/css/putaba.css b/static/css/putaba.css index 9dd38be..01d3a22 100644 --- a/static/css/putaba.css +++ b/static/css/putaba.css @@ -19,16 +19,6 @@ a:hover, .nav label:hover { background: #f00; } -a .name, -a .name b { - background: #0cf; - color: #903; -} -a:hover .name, -a:hover .name b { - background: #f33; - color: #fff; -} input[type="button"], input[type="submit"] { background: #eff931; @@ -82,7 +72,7 @@ hr, padding: 10px; overflow: auto; } -.postarea table { +#postform-t { margin: 0 auto 10px; } .info, @@ -121,13 +111,21 @@ hr, color: #909; letter-spacing: -1px; } -.name { +.info > .name { + color: white; + background: black; +} +.info > .trip { color: black; background: white; } -.name b { - color: white; - background: black; +.email { + background: #0cf; + color: #903; +} +.email:hover { + background: #f33; + color: #fff; } .date { background: #ff0; -- cgit v1.2.1-18-gbd029