Template:Clr/styles.css: Difference between revisions

Template page
(Copied from DL)
 
mNo edit summary
Line 1: Line 1:
 
/* Guilty Gear P button */
.text-color--1 {
.text-color--1 {
   color: #d96aca;
   color: #d96aca;
}
}


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


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


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


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


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


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


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

Revision as of 22:13, 26 March 2021

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