Template:BLItem/styles.css: Difference between revisions

From Digital Media Wiki 3 - Selfhost
Jump to navigation Jump to search
No edit summary
I'm just going to make the text colors match the icon colors (I will save these 4 as a test, then will fill the rest out afterward)
Line 4: Line 4:


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


.bl-item-Fake {
.bl-item-Fake {
   color: #c00000;
   color: #c1272d;
}
}


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


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

Revision as of 04:10, 24 December 2025

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

.bl-item-Confirmed {
  color: #2e3192;
}

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

.bl-item-Unconfirmed {
  color: #29abe2;
}

.bl-item-Available {
  color: #009245;
}