Template:Clr/styles.css: Difference between revisions

Template page
mNo edit summary
No edit summary
Line 1: Line 1:
/* Guilty Gear P button */
/* UMvC3 Light (Blue) */
.text-color--1 {
.text-color--1 {
   color: #d96aca;
   color: #0a75cb;
}
}


/* Guilty Gear K button */
/* UMvC3 Medium (Yellow) */
.text-color--2 {
.text-color--2 {
   color: #1f8ccc;
   color: #dcb811;
}
}


/* Guilty Gear S button */
/* UMvC3 Heavy (Red) */
.text-color--3 {
.text-color--3 {
   color: #009e4e;
   color: #d70520;
}
}


/* Guilty Gear H button */
/* UMvC3 Special (Green) */
.text-color--4 {
.text-color--4 {
   color: #de1616;
   color: #05a942;
}
}


/* Guilty Gear D button */
/* UMvC3 Assist 1 (Purple) */
.text-color--5 {
.text-color--5 {
   color: #e8982c;
   color: #8d00a3;
}
}


/* UMvC3 Assist 2 (Turquoise)*/
.text-color--6 {
  color: #00bed0;
}
/* Street Fighter Light Punch / Light Kick (Blue) */
.text-color--7 {
  color: #7dffff;
}
/* Street Fighter Medium Punch / Medium Kick (Yellow) */
.text-color--8 {
  color: #ffff01;
}
/* Street Fighter Heavy Punch / Heavy Kick (Red) */
.text-color--9 {
  color: #ff9899;
}
/* very easy difficulty combo*/
/* very easy difficulty combo*/
.text-color--6 {
.text-color--6 {

Revision as of 15:01, 4 August 2022

/* UMvC3 Light (Blue) */
.text-color--1 {
  color: #0a75cb;
}

/* UMvC3 Medium (Yellow) */
.text-color--2 {
  color: #dcb811;
}

/* UMvC3 Heavy (Red) */
.text-color--3 {
  color: #d70520;
}

/* UMvC3 Special (Green) */
.text-color--4 {
  color: #05a942;
}

/* UMvC3 Assist 1 (Purple) */
.text-color--5 {
  color: #8d00a3;
}

/* UMvC3 Assist 2 (Turquoise)*/
.text-color--6 {
  color: #00bed0;
}

/* Street Fighter Light Punch / Light Kick (Blue) */
.text-color--7 {
  color: #7dffff;
}

/* Street Fighter Medium Punch / Medium Kick (Yellow) */
.text-color--8 {
  color: #ffff01;
}

/* Street Fighter Heavy Punch / Heavy Kick (Red) */
.text-color--9 {
  color: #ff9899;
}
/* 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;
}