Template:BLItem/styles.css: Difference between revisions

From Digital Media Wiki 3 - Selfhost
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: #d00000;
   color: #c00000;
}
}


.bl-item-Unconfirmed {
.bl-item-Unconfirmed {
   color: #00e0e0;
   color: #00c0c0;
}
}


.bl-item-Available {
.bl-item-Available {
   color: #00d000;
   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;
}