-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuserstyle.css
154 lines (124 loc) · 2.17 KB
/
userstyle.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
@-moz-document url-prefix("https://calendar.google.com") {
/* Events */
.chip {
border-radius: 5px;
}
.chip-border {
border-width: 1px !important;
}
.chip dl {
border-radius: 5px;
padding: 3px 0 1px;
}
.cpchip {
line-height: inherit;
}
.chip dt {
padding: 0px 2px 0 4px;
font-size: 9px;
font-weight: 900;
}
.mask-right, .mask-left, .mask-top, .mask-bottom {
border-color: transparent !important;
background-color: transparent !important;
}
.cbrd {
border-color: transparent !important;
}
.st-c {
border-left: 1px solid #eee;
}
/* All day */
.st-grid {
background-color: #fff;
}
/* Hide gap between all-day and events */
.wk-webcontent {
display: none;
}
.wk-allday .st-grid {
margin-bottom: -1px;
padding: 0;
}
.wk-border {
display: none;
}
/* Today */
.wk-full-mode .wk-today {
background-color: #d14836;
border: 0;
border-radius: 5px;
color: #fff;
}
.wk-full-mode .wk-tomorrow {
border-left: 0;
}
.tg-col-today {
border: 0;
}
/* Background */
.tg-dualmarker {
border-bottom: 0;
border-top: 1px solid #eee;
}
.tg-col {
border-left: 1px solid transparent;
}
.tg-timedevents {
background: #fff;
}
.wk-border-right .tg-timedevents {
border-right: 0;
}
/* Time Zones */
.tg-time-pri, .tg-time-sec, .tg-times-pri, .tg-times-sec {
border: 0;
}
.tg-times-pri > div, .tg-times-sec > div {
margin-top: -7px !important;
padding-bottom: 7px;
}
.tg-times-sec .tg-timesnotlast {
border-left: 0;
}
/* Do not push time marker down. */
#tgnowptr {
margin-top: 0 !important;
}
}
@-moz-document url-prefix("https://calendar.google.com") {
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
/* Font */
html,
body,
.tg-timedevents,
.calLabelListText,
.evt-lk,
.chip dd,
.wk-dayname,
.wk-allday,
.rb-ni,
.te-s {
font-family: -apple-system, BlinkMacSystemFont, 'Roboto', sans-serif !important;
font-size: 11px;
line-height: 1.1;
}
}
@-moz-document url-prefix("https://calendar.google.com") {
/* Sidebar */
.calListSquare {
border-radius: 5px;
}
.dp-monthtable {
padding: 0 10px !important;
}
.dp-today,
.dp-weekday-selected {
border: 0;
}
.dp-today {
background-color: #d14836;
border-radius: 5px;
color: #fff;
}
}