소스 검색

Style alert box in beluga

test
spaghetti 7 년 전
committed by Tomochin
부모
커밋
1cc24a92c7
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;
}

/* 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 */

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 {
background-color: #db7bc7;
}
body.style_pink .noty_bar {
border-left: #ef86d5 2px solid;
}

불러오는 중...
취소
저장