-The Dream Cancel Wiki has successfully upgraded it's wiki software and editing has returned. Tables for data have returned.
Template:Clr/styles.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
/* KOF A button (RED)*/ | /* KOF A button (RED)*/ | ||
.text-color-- | .text-color--20 { | ||
color: #ee1c24; | color: #ee1c24; | ||
} | } | ||
/* KOF B button (YELLOW)*/ | /* KOF B button (YELLOW)*/ | ||
.text-color-- | .text-color--21 { | ||
color: #fff200; | color: #fff200; | ||
} | } | ||
/* KOF C button (GREEN)*/ | /* KOF C button (GREEN)*/ | ||
.text-color-- | .text-color--22 { | ||
color: #13e321; | color: #13e321; | ||
} | } | ||
/* KOF D button (BLUE)*/ | /* KOF D button (BLUE)*/ | ||
.text-color-- | .text-color--23 { | ||
color: #046978; | color: #046978; | ||
} | } | ||
Revision as of 00:12, 14 November 2022
/* KOF A button (RED)*/ .text-color--20 {
color: #ee1c24;
}
/* KOF B button (YELLOW)*/ .text-color--21 {
color: #fff200;
}
/* KOF C button (GREEN)*/ .text-color--22 {
color: #13e321;
}
/* KOF D button (BLUE)*/ .text-color--23 {
color: #046978;
}