PluginProbe
Booking Calendar / 10.11
Booking Calendar v10.11
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 10.11.2 All 203 releases
booking / css / skins / light__24_8_red_2.css

light__24_8_red_2.css in Booking Calendar 10.11, at css/skins/light__24_8_red_2.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 2 */
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: #ca8578;
12 --wpbc_cal-approved-text-color: #6b433b;
13 --wpbc_cal-pending-day-color: #e6d0cc;
14 --wpbc_cal-pending-text-color: #93716b;
15 --wpbc_cal-selected-day-color: #729978;
16 --wpbc_cal-selected-text-color: #f0f0f0;
17 --wpbc_cal-hover-day-color: #7299783b;
18 --wpbc_cal-hover-text-color: #4b4b4b;
19 --wpbc_cal-timespartly-day-color: #b2a8b8;
20 --wpbc_cal-timespartly-text-color: #656168;
21 }