Template:BLItem/styles.css: Difference between revisions
Jump to navigation
Jump to search
Filling in some more, though I'm not sure how they will look until I save this |
No edit summary |
||
| Line 8: | Line 8: | ||
.bl-item-Fake { | .bl-item-Fake { | ||
color: # | color: #c00000; | ||
} | } | ||
.bl-item-Unconfirmed { | .bl-item-Unconfirmed { | ||
color: # | color: #00c0c0; | ||
} | } | ||
.bl-item-Available { | .bl-item-Available { | ||
color: # | color: #00c000; | ||
} | } | ||
Revision as of 03:07, 24 December 2025
a:not(.new) > span.bl-item {
font-weight: bold;
}
.bl-item-Confirmed {
color: #000080;
}
.bl-item-Fake {
color: #c00000;
}
.bl-item-Unconfirmed {
color: #00c0c0;
}
.bl-item-Available {
color: #00c000;
}