|
@@ -2028,6 +2028,22 @@ tbody .staff_post {
|
2028
|
2028
|
background-color: #634852;
|
2029
|
2029
|
}
|
2030
|
2030
|
|
|
2031
|
+/* Fucking noty */
|
|
2032
|
+.noty_bar {
|
|
2033
|
+ border-left: #3eaca7 2px solid;
|
|
2034
|
+}
|
|
2035
|
+
|
|
2036
|
+#noty_bottomRight_layout_container li {
|
|
2037
|
+ background-color: #52555c !important;
|
|
2038
|
+ color: #E9E9E9 !important;
|
|
2039
|
+ border: none !important;
|
|
2040
|
+}
|
|
2041
|
+
|
|
2042
|
+.noty_buttons {
|
|
2043
|
+ background-color: #2c2f36 !important;
|
|
2044
|
+ border-top: none !important;
|
|
2045
|
+}
|
|
2046
|
+
|
2031
|
2047
|
/* Pink Additions */
|
2032
|
2048
|
|
2033
|
2049
|
body.style_pink .cats_anime:after { color: #78467f; }
|
|
@@ -2095,3 +2111,6 @@ body.style_pink .forum_index td.unread_locked:before,
|
2095
|
2111
|
body.style_pink .forum_index td.unread_locked_sticky:before {
|
2096
|
2112
|
background-color: #db7bc7;
|
2097
|
2113
|
}
|
|
2114
|
+body.style_pink .noty_bar {
|
|
2115
|
+ border-left: #ef86d5 2px solid;
|
|
2116
|
+}
|