You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
90 lines
1.7 KiB
90 lines
1.7 KiB
/* /story/ */
|
|
.theme-story .color-menu {
|
|
color: #789;
|
|
}
|
|
.theme-story .MenuLink.selected {
|
|
background-color: rgba(17, 187, 255, 0.125);
|
|
}
|
|
.theme-story .MenuLink:hover, .theme-story .Menu > .head-menu > a:hover {
|
|
background-color: rgba(17, 187, 255, 0.25);
|
|
}
|
|
.theme-story .color-primary {
|
|
color: #4BF;
|
|
}
|
|
.theme-story .color-text {
|
|
color: #ABC;
|
|
}
|
|
.theme-story .color-highlight-primary {
|
|
background-color: rgba(34, 187, 255, 0.25);
|
|
color: #4BF;
|
|
}
|
|
.theme-story .color-highlight-dark {
|
|
background-color: rgba(0, 9, 18, 0.50);
|
|
}
|
|
|
|
/* /logs/ */
|
|
.theme-logs .color-menu {
|
|
color: #998;
|
|
}
|
|
.theme-logs .MenuLink.selected {
|
|
background-color: rgba(255, 187, 17, 0.125);
|
|
}
|
|
.theme-logs .MenuLink:hover, .theme-logs .Menu > .head-menu > a:hover {
|
|
background-color: rgba(255, 187, 17, 0.25);
|
|
}
|
|
.theme-logs .color-primary {
|
|
color: #FB1;
|
|
}
|
|
.theme-logs .color-text {
|
|
color: #CCB;
|
|
}
|
|
.theme-logs .color-highlight-primary {
|
|
background-color: rgba(255, 187, 15, 0.25);
|
|
color: #FB1;
|
|
}
|
|
.theme-logs .color-highlight-dark {
|
|
background-color: rgba(18, 9, 0, 0.50);
|
|
}
|
|
|
|
/* /data/ */
|
|
.theme-data .color-menu {
|
|
color: #898;
|
|
}
|
|
.theme-data .MenuLink.selected {
|
|
background-color: rgba(35, 255, 128, 0.125);
|
|
}
|
|
.theme-data .MenuLink:hover, .theme-data .Menu > .head-menu > a:hover {
|
|
background-color: rgba(35, 255, 128, 0.25);
|
|
}
|
|
.theme-data .color-primary {
|
|
color: #1F8;
|
|
}
|
|
.theme-data .color-text {
|
|
color: #ACB;
|
|
}
|
|
|
|
/* Tag colors */
|
|
.color-tag-event {
|
|
color: #B77;
|
|
}
|
|
.color-tag-location {
|
|
color: #7B7;
|
|
}
|
|
.color-tag-organization {
|
|
color: #B7B;
|
|
}
|
|
.color-tag-series {
|
|
color: #BB7;
|
|
}
|
|
.color-tag-character {
|
|
color: #37B;
|
|
}
|
|
|
|
/* Danger */
|
|
.color-danger {
|
|
color: #FA3;
|
|
}
|
|
|
|
.MenuLink:hover, .MenuLink:hover .text, .Menu > .head-menu > a:hover {
|
|
color: #EEE !important;
|
|
}
|