UNPKG

4.59 kBCSSView Raw
1:root {
2--calendar-fullscreen-header-margin-bottom: 8px;
3--calendar-fullscreen-table-head-font-weight: bold;
4--calendar-fullscreen-table-head-font-size: 16px;
5--calendar-fullscreen-table-head-padding-r: 12px;
6--calendar-fullscreen-table-head-padding-b: 4px;
7--calendar-fullscreen-table-cell-font-size: 14px;
8--calendar-fullscreen-table-cell-boder-top-width: 2px;
9--calendar-fullscreen-table-cell-margin-tb: 0px;
10--calendar-fullscreen-table-cell-margin-lr: 4px;
11--calendar-fullscreen-table-cell-padding-tb: 4px;
12--calendar-fullscreen-table-cell-padding-lr: 8px;
13--calendar-fullscreen-table-cell-min-height: 80px;
14--calendar-fullscreen-table-head-color: #333333;
15--calendar-fullscreen-table-cell-normal-background: #FFFFFF;
16--calendar-fullscreen-table-cell-normal-color: #333333;
17--calendar-fullscreen-table-cell-normal-border-color: #DCDEE3;
18--calendar-fullscreen-table-cell-hover-background: #DEE8FF;
19--calendar-fullscreen-table-cell-hover-color: #5584FF;
20--calendar-fullscreen-table-cell-hover-border-color: #5584FF;
21--calendar-fullscreen-table-cell-select-background: #DEE8FF;
22--calendar-fullscreen-table-cell-select-color: #5584FF;
23--calendar-fullscreen-table-cell-select-border-color: #5584FF;
24--calendar-fullscreen-table-cell-select-font-weight: bold;
25--calendar-fullscreen-table-cell-current-background: #FFFFFF;
26--calendar-fullscreen-table-cell-current-color: #5584FF;
27--calendar-fullscreen-table-cell-current-border-color: #5584FF;
28--calendar-fullscreen-table-cell-current-font-weight: bold;
29--calendar-fullscreen-table-cell-other-background: transparent;
30--calendar-fullscreen-table-cell-other-color: #CCCCCC;
31--calendar-fullscreen-table-cell-other-border-color: transparent;
32--calendar-fullscreen-table-cell-disabled-background: #F7F8FA;
33--calendar-fullscreen-table-cell-disabled-color: #CCCCCC;
34--calendar-fullscreen-table-cell-disabled-border-color: #E6E7EB;
35--calendar-card-header-margin-bottom: 8px;
36--calendar-card-table-head-font-size: 12px;
37--calendar-card-table-head-font-weight: normal;
38--calendar-card-table-cell-font-size: 12px;
39--calendar-card-table-cell-date-border-radius: 3px;
40--calendar-card-table-cell-date-width: 24px;
41--calendar-card-table-cell-date-height: 24px;
42--calendar-card-table-cell-month-border-radius: 3px;
43--calendar-card-table-cell-month-width: 60px;
44--calendar-card-table-cell-month-height: 24px;
45--calendar-card-table-cell-year-border-radius: 3px;
46--calendar-card-table-cell-year-width: 48px;
47--calendar-card-table-cell-year-height: 24px;
48--calendar-card-table-head-color: #999999;
49--calendar-card-table-cell-corner: 0;
50--calendar-card-table-cell-normal-background: #FFFFFF;
51--calendar-card-table-cell-normal-color: #666666;
52--calendar-card-table-cell-normal-border-color: #FFFFFF;
53--calendar-card-table-cell-hover-background: #DEE8FF;
54--calendar-card-table-cell-hover-color: #5584FF;
55--calendar-card-table-cell-hover-border-color: #DEE8FF;
56--calendar-card-table-cell-select-background: #5584FF;
57--calendar-card-table-cell-select-color: #FFFFFF;
58--calendar-card-table-cell-select-border-color: #5584FF;
59--calendar-card-table-cell-select-font-weight: bold;
60--calendar-card-table-cell-other-background: #FFFFFF;
61--calendar-card-table-cell-other-color: #CCCCCC;
62--calendar-card-table-cell-other-border-color: #FFFFFF;
63--calendar-card-table-cell-disabled-background: #F7F8FA;
64--calendar-card-table-cell-disabled-color: #CCCCCC;
65--calendar-card-table-cell-disabled-border-color: #F7F8FA;
66--calendar-card-table-cell-current-background: #FFFFFF;
67--calendar-card-table-cell-current-color: #5584FF;
68--calendar-card-table-cell-current-border-color: transparent;
69--calendar-card-table-cell-current-font-weight: bold;
70--calendar-card-table-cell-inrange-background: #DEE8FF;
71--calendar-card-table-cell-inrange-color: #5584FF;
72--calendar-card-table-cell-inrange-border-color: #DEE8FF;
73--calendar-panel-header-margin-bottom: 8px;
74--calendar-panel-header-height: 32px;
75--calendar-panel-header-border-bottom-width: 1px;
76--calendar-panel-header-background: #5584FF;
77--calendar-panel-header-border-bottom-color: transparent;
78--calendar-btn-date-font-weight: bold;
79--calendar-btn-date-margin-lr: 4px;
80--calendar-btn-arrow-single-offset-lr: 28px;
81--calendar-btn-arrow-double-offset-lr: 8px;
82--calendar-btn-arrow-size: 12px;
83--calendar-btn-arrow-color: #FFFFFF;
84--calendar-btn-arrow-color-hover: #FFFFFF;
85--calendar-btn-date-color: #FFFFFF;
86--calendar-btn-date-color-hover: #FFFFFF;
87--calendar-btn-arrow-content-prev: "";
88--calendar-btn-arrow-content-next: "";
89--calendar-btn-arrow-content-prev-super: "";
90--calendar-btn-arrow-content-next-super: "";
91}