From 9014d78cd0b491625788a377c3f71342a5166092 Mon Sep 17 00:00:00 2001 From: Tomochin Date: Mon, 19 Oct 2020 00:47:27 +0700 Subject: [PATCH] More Sugoi CSS changes * Input input, selector and bbcode colour change to use dark blue instead of white, inline with the previous colour changes * Forum posts now use same colhead_dark as other areas to it looks neater. * Reimplented forum staff posts colour * Fixed unread forum post colour to not use OT colour * noty colours not used sugoi colours --- static/styles/sugoi/style.css | 39 +++++++++++++++++++++++++++++++++------ 1 file changed, 33 insertions(+), 6 deletions(-) diff --git a/static/styles/sugoi/style.css b/static/styles/sugoi/style.css index be12601..db9dc3e 100755 --- a/static/styles/sugoi/style.css +++ b/static/styles/sugoi/style.css @@ -663,7 +663,7 @@ color: #FFFFFF; background: #081654; color: #FFF; } -.forum_post .colhead_dark { +.staff_post .colhead_dark { background: #4d73ff; } @@ -886,7 +886,7 @@ table.forum_post td { } table.forum_unread { - border: 2px solid #F0BBD6; + border: 2px solid #335fff; } td.avatar { @@ -1169,9 +1169,28 @@ input.inputtext:focus { border-bottom: 1px solid #081654; } +input, textarea { + background-color: #081653; + padding: 5px 5px; + color: white; + outline: none; + border: none; +} + +select { + padding: 5px 5px; + background-color: #081653; + color: white; + border-radius: 0px; + outline: 0; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + border: none; +} + .bbcode_bar { - background: white; - border: 1px solid #c7c7c7; + background: #081653; border-bottom: none; } .collage_images .collage_image { @@ -1251,10 +1270,18 @@ caption { font-weight: bold; } -.forum_post .staff_post { - background: #4637cf; +#noty_bottomRight_layout_container li { + background-color:#0a133d !important; + color: #E9E9E9 !important; + border: none !important; } +.noty_buttons { + background-color: #222f68 !important; + border-top: none !important; +} + + .tag_parody { color: #e08e00 !important; }