PluginProbe
Booking Calendar / 11.1
Booking Calendar v11.1
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 10.11.3 All 202 releases
booking / css / skins / light__24_8.css

light__24_8.css in Booking Calendar 11.1, at css/skins/light__24_8.css

41 lines 1.8 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/24_9__light.css" C O L O R S K I N */
3 /* ------------------------------------------------------------------------------------------------------------------ */
4 @import url("24_9__light.css");
5 /* Color Scheme: - light__24_8.css */
6 :root {
7 /* Round Properties */
8 --wpbc_cal-day-cell-border-radius: 5%;
9 --wpbc_cal-day-cell-border-width: 0px;
10 --wpbc_cal-day-bg-color-opacity: 100%;
11 --wpbc_cal-selected-day-bg-color-opacity: 90%;
12 /* Default Font Sizes */
13 --wpbc_cal-text-general-size: 14px;
14 --wpbc_cal-text-cost-size: 50%;
15 --wpbc_cal-text-header-size: 13px;
16 --wpbc_cal-text-weekdays-size: 10px;
17 --wpbc_cal-text-prev-next-links-size: 25px;
18 /* Main Colors */
19 --wpbc_cal-main-background-color: #fff;
20 --wpbc_cal-header-text-color: #000;
21 --wpbc_cal-text-prev-next-links-color: #555;
22 --wpbc_cal-text-weekdays-color: rgb(85, 85, 85);
23 /* Days Colors */
24 --wpbc_cal-unavailable-day-color: var(--wpbc_cal-main-background-color); /* Usually it has to be the same as --wpbc_cal-main-background-color */
25 --wpbc_cal-unavailable-text-color: #d4d4d4c7;
26 --wpbc_cal-available-day-color: #FFF;
27 --wpbc_cal-available-text-color: #000;
28 --wpbc_cal-approved-day-color: #f6f2ea;
29 --wpbc_cal-approved-text-color: #c25b00;
30 --wpbc_cal-pending-day-color: #eaecf6;
31 --wpbc_cal-pending-text-color: #303960;
32 --wpbc_cal-selected-day-color: #6b96ce;
33 --wpbc_cal-selected-text-color: #fff;
34 --wpbc_cal-hover-day-color: #6b96ce6e;
35 --wpbc_cal-hover-text-color: #fff;
36 --wpbc_cal-timespartly-day-color: #ececec;
37 --wpbc_cal-timespartly-text-color: #000;
38
39 /* Minor Parameters */
40 --wpbc_cal-day-cells-padding: 2px;
41 }