Browse Source

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
undefined
Tomochin 3 years ago
parent
commit
9014d78cd0
1 changed files with 33 additions and 6 deletions
  1. +33
    -6
      static/styles/sugoi/style.css

+ 33
- 6
static/styles/sugoi/style.css View File

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


Loading…
Cancel
Save