Template:BLItem/styles.css: Difference between revisions

From Digital Media Wiki 3 - Selfhost
Jump to navigation Jump to search
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)
Remake is 100% going to not be readable like this but I'll send it anyways (also Build is supposed to be "Build list" but HTML classes use spaces to split them so)
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: #2e3192;
   color: #2e3192;
}
.bl-item-Unconfirmed {
  color: #29abe2;
}
.bl-item-File {
  color: #ff00ff;
}
.bl-item-Build {
  color: #000000;
}
}


Line 11: Line 39:
}
}


.bl-item-Unconfirmed {
.bl-item-Unsure {
   color: #29abe2;
   color: #7f7f7f;
}
 
.bl-item-Available {
  color: #009245;
}
}

Revision as of 04:18, 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 {
  color: #000000;
}

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

.bl-item-Unsure {
  color: #7f7f7f;
}