AproJo

 view release on metacpan or  search on metacpan

share/files/public/skins/default/css/colors.css  view on Meta::CPAN

table.GREEN_LIGHT th.title {
    background-color: #00CC00;
    color: #000000;
    text-align: center;
}
input.WHITE {
    background-color: White;
    color: #000000;
    width: 25px;
}
table.WHITE th.title {
    background-color: White;
    color: #000000;
    text-align: center;
}
input.ROSA {
    background-color: #FF99FF;
    color: #000000;
    width: 25px;
}
table.ROSA th.title {
    background-color: #FF99FF;
    color: #000000;
    text-align: center;
}
input.BLUE {
    background-color: Blue;
    color: #FFFFFF;
    width: 25px;
}
table.BLUE th.title {
    background-color: BLUE;
    color: #FFFFFF;
    text-align: center;
}
input.BLUE_LIGHT {
    background-color: #78AFF5;
    color: #000000;
    width: 25px;
}
table.BLUE_LIGHT th.title {
    background-color: #78AFF5;
    color: #000000;
    text-align: center;
}
input.PURPLE {
    background-color: Purple;
    color: #FFFFFF;
    width: 25px;
}
table.PURPLE th.title {
    background-color: Purple;
    color: #FFFFFF;
    text-align: center;
}

/* TABLEAU */
/*
.Bookable {
    background-color: #2EF12E !important;
    cursor: pointer;
}
.NotBookable {
    background-color: #E3362C !important;
    cursor: not-allowed;
}
.SlotsLocked {
    background-color: yellow;
}
*/
td.YELLOW {
    background-color: yellow !important;
}

td.WHITE {
    background-color: white !important;
}

span.GREEN_LIGHT {
    color: #00CC00;
}



( run in 0.531 second using v1.01-cache-2.11-cpan-0bb4e1dffa6 )