/*******************************************************************************
 *
 *  QuakeNet IRC Network website colour mappings for control codes CSS2/3 file
 *
 ******************************************************************************/

.controlcodes .past_c0 {
    color: white;
}
.controlcodes .past_c1 {
    color: black;
}
.controlcodes .past_c2 {
    color: darkBlue;
}
.controlcodes .past_c3 {
    color: darkGreen;
}
.controlcodes .past_c4 {
    color: red;
}
.controlcodes .past_c5 {
    color: darkRed;
}
.controlcodes .past_c6 {
    color: purple;
}
.controlcodes .past_c7 {
    color: orange;
}
.controlcodes .past_c8 {
    color: yellow;
}
.controlcodes .past_c9 {
    color: green;
}
.controlcodes .past_c10 {
    color: teal;
}
.controlcodes .past_c11 {
    color: cyan;
}
.controlcodes .past_c12 {
    color: blue;
}
.controlcodes .past_c13 {
    color: fuchsia;
}
.controlcodes .past_c14 {
    color: darkGray;
}
.controlcodes .past_c15 {
    color: gray;
}
.controlcodes .past_k0 {
    background-color: white;
}
.controlcodes .past_k1 {
    background-color: black;
}
.controlcodes .past_k2 {
    background-color: darkBlue;
}
.controlcodes .past_k3 {
    background-color: darkGreen;
}
.controlcodes .past_k4 {
    background-color: red;
}
.controlcodes .past_k5 {
    background-color: darkRed;
}
.controlcodes .past_k6 {
    background-color: purple;
}
.controlcodes .past_k7 {
    background-color: orange;
}
.controlcodes .past_k8 {
    background-color: yellow;
}
.controlcodes .past_k9 {
    background-color: green;
}
.controlcodes .past_k10 {
    background-color: teal;
}
.controlcodes .past_k11 {
    background-color: cyan;
}
.controlcodes .past_k12 {
    background-color: blue;
}
.controlcodes .past_k13 {
    background-color: fuchsia;
}
.controlcodes .past_k14 {
    background-color: darkGray;
}
.controlcodes .past_k15 {
    background-color: gray;
}
.controlcodes .past_b {
    font-weight: bold;
}
.controlcodes .past_u {
    text-decoration: underline;
}

/*******************************************************************************
 *
 *  eof
 *
 ******************************************************************************/
