Template:BLItem/styles.css: Difference between revisions

From Digital Media Wiki 3 - Selfhost
Jump to navigation Jump to search
No edit summary
Filling in some more, though I'm not sure how they will look until I save this
Line 5: Line 5:
.bl-item-Confirmed {
.bl-item-Confirmed {
   color: #000080;
   color: #000080;
}
.bl-item-Fake {
  color: #d00000;
}
.bl-item-Unconfirmed {
  color: #00e0e0;
}
.bl-item-Available {
  color: #00d000;
}
}

Revision as of 03:06, 24 December 2025

a:not(.new) > span.bl-item {
  font-weight: bold;
}

.bl-item-Confirmed {
  color: #000080;
}

.bl-item-Fake {
  color: #d00000;
}

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

.bl-item-Available {
  color: #00d000;
}