PluginProbe
Booking Calendar / 11.2
Booking Calendar v11.2
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 / 26_4_green_1.css

26_4_green_1.css in Booking Calendar 11.2, at css/skins/26_4_green_1.css

25 lines 1.1 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: - Green 1 */
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: #555;
11 --wpbc_cal-approved-day-color: #8b9820;
12 --wpbc_cal-approved-text-color: #fff;
13 --wpbc_cal-pending-day-color: #9b807b;
14 --wpbc_cal-pending-text-color: #fff;
15 --wpbc_cal-selected-day-color: #698a9f;
16 --wpbc_cal-selected-text-color: #f0f0f0;
17 --wpbc_cal-hover-day-color: #698a9f57;
18 --wpbc_cal-hover-text-color: #fff;
19 --wpbc_cal-timespartly-day-color: #acae89;
20 --wpbc_cal-timespartly-text-color: #514d54;
21
22 --wpbc_cal-day-cell-border-radius: 0%;
23 --wpbc_cal-day-cells-padding: 1px;
24
25 }