소스 검색

Color some tag namespaces

test
spaghetti 8 년 전
committed by Tomochin
부모
커밋
dfe5cebe15
2개의 변경된 파일28개의 추가작업 그리고 0개의 파일을 삭제
  1. +16
    -0
      static/styles/beluga/style.css
  2. +12
    -0
      static/styles/genaviv/style.css

+ 16
- 0
static/styles/beluga/style.css 파일 보기

@@ -2044,6 +2044,22 @@ tbody .staff_post {
border-top: none !important;
}

.tag_parody {
color: #e8ab3a !important;
}

.tag_character {
color: #529e63 !important;
}

.tag_male {
color: #3d77e2 !important;
}

.tag_female {
color: #e896e8 !important;
}

/* Pink Additions */

body.style_pink .cats_anime:after { color: #78467f; }


+ 12
- 0
static/styles/genaviv/style.css 파일 보기

@@ -1399,6 +1399,18 @@ div.pad#threadpoll p strong {
.autocomplete-suggestion {
padding:5px
}
.tag_parody {
background: #d2aa4b !important;
}
.tag_character {
background: #689f78 !important;
}
.tag_female {
background: #e993e9 !important;
}
.tag_male {
background: #5959f9 !important;
}

/* Fixed Header addition */
body.style_fixed_header #menu, body.style_fixed_header .main-menu {


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