Browse Source

Color some tag namespaces

test
spaghetti 8 years ago
committed by Tomochin
parent
commit
dfe5cebe15
2 changed files with 28 additions and 0 deletions
  1. +16
    -0
      static/styles/beluga/style.css
  2. +12
    -0
      static/styles/genaviv/style.css

+ 16
- 0
static/styles/beluga/style.css View File

@@ -2044,6 +2044,22 @@ tbody .staff_post {
border-top: none !important; 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 */ /* Pink Additions */


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


+ 12
- 0
static/styles/genaviv/style.css View File

@@ -1399,6 +1399,18 @@ div.pad#threadpoll p strong {
.autocomplete-suggestion { .autocomplete-suggestion {
padding:5px 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 */ /* Fixed Header addition */
body.style_fixed_header #menu, body.style_fixed_header .main-menu { body.style_fixed_header #menu, body.style_fixed_header .main-menu {


Loading…
Cancel
Save