PluginProbe
Booking Calendar / 10.11
Booking Calendar v10.11
11.8.4 11.8.3 11.8.2 11.8.1 11.8 11.7 11.6.1 11.6 11.5 11.4.3 11.4.2 11.4.1 11.4 11.3 11.2.1 11.2 11.1 11.0 10.15.7 10.15.6 10.1.3 10.10 10.10.1 10.10.2 10.11 All 204 releases
booking / css / skins / light__24_8_red_3.css

light__24_8_red_3.css in Booking Calendar 10.11, at css/skins/light__24_8_red_3.css

21 lines 1.0 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* ------------------------------------------------------------------------------------------------------------------ */
2 /* Child calendar theme of "/css/skins/light__24_8.css" C O L O R S K I N */
3 /* ------------------------------------------------------------------------------------------------------------------ */
4 @import url("light__24_8.css");
5 /* Color Scheme: - Red 3 */
6 :root {
7 --wpbc_cal-unavailable-day-color: #FFF;
8 --wpbc_cal-unavailable-text-color: #d4d4d4c7;
9 --wpbc_cal-available-day-color: #FFF;
10 --wpbc_cal-available-text-color: #000;
11 --wpbc_cal-approved-day-color: #ce826b;
12 --wpbc_cal-approved-text-color: #8e5a4e;
13 --wpbc_cal-pending-day-color: #ce996b;
14 --wpbc_cal-pending-text-color: #957050;
15 --wpbc_cal-selected-day-color: #006aff;
16 --wpbc_cal-selected-text-color: #f0f0f0;
17 --wpbc_cal-hover-day-color: #a5cbff;
18 --wpbc_cal-hover-text-color: #fff;
19 --wpbc_cal-timespartly-day-color: #d4d3c238;
20 --wpbc_cal-timespartly-text-color: #000;
21 }