Template:BLItem/styles.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Just to make sure it's covered |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
a:not(.new) > span.bl-item { | a:not(.new) > span.bl-item { | ||
font-weight: bold; | font-weight: bold; | ||
} | |||
.bl-item-Available { | |||
color: #009245; | |||
} | |||
.bl-item-Modified { | |||
color: #b100ff; | |||
} | |||
.bl-item-Partial { | |||
color: #ff8000; | |||
} | |||
.bl-item-Remake { | |||
color: #dee200; | |||
} | } | ||
.bl-item-Confirmed { | .bl-item-Confirmed { | ||
color: # | color: #2e3192; | ||
} | } | ||
.bl-item- | .bl-item-Unconfirmed { | ||
color: # | color: #29abe2; | ||
} | |||
.bl-item-File { | |||
color: #ff00ff; | |||
} | |||
.bl-item-Build, .bl-item-Build_list { | |||
color: #000000; | |||
} | } | ||
.bl-item- | .bl-item-Fake { | ||
color: # | color: #c1272d; | ||
} | } | ||
.bl-item- | .bl-item-Unsure { | ||
color: # | color: #7f7f7f; | ||
} | } | ||
Latest revision as of 04:56, 24 December 2025
a:not(.new) > span.bl-item {
font-weight: bold;
}
.bl-item-Available {
color: #009245;
}
.bl-item-Modified {
color: #b100ff;
}
.bl-item-Partial {
color: #ff8000;
}
.bl-item-Remake {
color: #dee200;
}
.bl-item-Confirmed {
color: #2e3192;
}
.bl-item-Unconfirmed {
color: #29abe2;
}
.bl-item-File {
color: #ff00ff;
}
.bl-item-Build, .bl-item-Build_list {
color: #000000;
}
.bl-item-Fake {
color: #c1272d;
}
.bl-item-Unsure {
color: #7f7f7f;
}