Template:Clr/styles.css: Difference between revisions

From Mizuumi Wiki
Jump to navigation Jump to search
m (Reverted edits by Shiburizu (talk) to last revision by KojoZero)
Tag: Rollback
No edit summary
Line 77: Line 77:
.text-color--16 {
.text-color--16 {
   color: #e2258a;
   color: #e2258a;
}
[data-darkreader-mode="dynamic"] .text-color--16 {
  color: #e2258a !important;
}
}



Revision as of 15:16, 4 December 2022

/* Guilty Gear P button */
.text-color--1 {
  color: #d96aca;
}

/* Guilty Gear K button */
.text-color--2 {
  color: #1f8ccc;
}

/* Guilty Gear S button */
.text-color--3 {
  color: #009e4e;
}

/* Guilty Gear H button */
.text-color--4 {
  color: #de1616;
}

/* Guilty Gear D button */
.text-color--5 {
  color: #e8982c;
}

/* very easy difficulty combo*/
.text-color--6 {
  color: #3197d3;
}

/* medium difficulty combo*/
.text-color--7 {
  color: #e49f48;
}

/* very hard difficulty combo*/
.text-color--8 {
  color: #b769c4;
}

/* Skullgirls Stage 1 & 2 color*/
.text-color--9 {
  color: #5EC6BB;
}

/* Skullgirls Stage 3 & 4 color*/
.text-color--10 {
  color: #FFAA0F;
}

/* Skullgirls Stage 5 color*/
.text-color--11 {
  color: #FD1068;
}

/* Them's Fightin' Herds A button*/
.text-color--12 {
  color: #8f8b11;
}

/* Them's Fightin' Herds B button*/
.text-color--13 {
  color: #e6882f;
}

/* Them's Fightin' Herds C button*/
.text-color--14 {
  color: #de0440;
}

/* Them's Fightin' Herds D button*/
.text-color--15 {
  color: #01b9eb;
}

/* Melty Blood Type Lumina A button*/
.text-color--16 {
  color: #e2258a;
}

[data-darkreader-mode="dynamic"] .text-color--16 {
  color: #e2258a !important;
}

/* Melty Blood Type Lumina B button*/
.text-color--17 {
  color: #ff7606;
}

/* Melty Blood Type Lumina C button*/
.text-color--18 {
  color: #36b270;
}

/* Melty Blood Type Lumina D button*/
.text-color--19 {
  color: #1e8bcb;
}