Template:Clr/styles.css: Difference between revisions

Template page
(Copied from DL)
 
(added light pink (11) and orange (12))
 
(15 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 
/* UMvC3 Light (Blue) */
.text-color--1 {
.text-color--1 {
   color: #d96aca;
   color: #33d9ff;
}
}


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


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


 
/* UMvC3 Special (Green) */
/* Guilty Gear S button */
 
.text-color--4 {
.text-color--4 {
   color: #de1616;
   color: #2ad35d;
}
}


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


 
/* UMvC3 Assist 2 (Turquoise)*/
/* Guilty Gear D button */
 
.text-color--6 {
.text-color--6 {
   color: #3197d3;
   color: #00bed0;
}
}


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


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


/* medium difficulty combo*/
/* Street Fighter Heavy Punch / Heavy Kick (Red) */
.text-color--9 {
  color: #ff9899;
}


.text-color--8 {
/* UMvC3 Attack (Pink) */
   color: #b769c4;
.text-color--10 {
   color: #ee44e0;
}
}


/* SF6 Super Art (Light Pink) */
.text-color--11 {
  color: #ee6da8;
}


/* very hard difficulty combo*/
/* SF6 Punish Counter (Orange) */
.text-color--12 {
  color: #fa6d0d;
}

Latest revision as of 13:30, 30 June 2024

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

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

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

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

/* 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;
}

/* UMvC3 Attack (Pink) */
.text-color--10 {
  color: #ee44e0;
}

/* SF6 Super Art (Light Pink) */
.text-color--11 {
  color: #ee6da8;
}

/* SF6 Punish Counter (Orange) */
.text-color--12 {
  color: #fa6d0d;
}