浏览代码

Style alert box in beluga

undefined
spaghetti 9 年前
committed by Tomochin
父节点
当前提交
44cad91fcd
共有 1 个文件被更改,包括 19 次插入0 次删除
  1. +19
    -0
      static/styles/beluga/style.css

+ 19
- 0
static/styles/beluga/style.css 查看文件

@@ -2028,6 +2028,22 @@ tbody .staff_post {
background-color: #634852; background-color: #634852;
} }


/* Fucking noty */
.noty_bar {
border-left: #3eaca7 2px solid;
}

#noty_bottomRight_layout_container li {
background-color: #52555c !important;
color: #E9E9E9 !important;
border: none !important;
}

.noty_buttons {
background-color: #2c2f36 !important;
border-top: none !important;
}

/* Pink Additions */ /* Pink Additions */


body.style_pink .cats_anime:after { color: #78467f; } body.style_pink .cats_anime:after { color: #78467f; }
@@ -2095,3 +2111,6 @@ body.style_pink .forum_index td.unread_locked:before,
body.style_pink .forum_index td.unread_locked_sticky:before { body.style_pink .forum_index td.unread_locked_sticky:before {
background-color: #db7bc7; background-color: #db7bc7;
} }
body.style_pink .noty_bar {
border-left: #ef86d5 2px solid;
}

正在加载...
取消
保存