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; }