-
Notifications
You must be signed in to change notification settings - Fork 58
/
styles.css
299 lines (246 loc) · 6.78 KB
/
styles.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
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
.local_o365_statusmessage.alert {
margin-bottom: 0.25rem;
}
.local_o365_statusmessage img {
margin-right: 0.25rem;
}
.local_o365_statusmessage span,
.local_o365_statusmessage a {
vertical-align: middle;
}
#local_o365_admin-verifysetup button.refreshperms {
margin: 0 0 0.75rem;
}
.local_o365_adminsetting_verifysetup_results section {
margin-bottom: 1rem;
}
.local_o365_adminsetting_verifysetup_results section h5 {
margin: 0 0 0.25rem;
}
.local_o365_ucp_index .connectionstatus {
float: right;
width: 14rem;
padding: 0.5rem;
}
.local_o365_ucp_index .connectionstatus img {
float: left;
padding: 0.25rem;
}
.local_o365_ucp_index .connectionstatus small {
font-weight: bold;
font-size: 0.8rem;
}
.local_o365_ucp_index .connectionstatus img.smallicon {
width: 12px;
height: 12px;
}
.local_o365_ucp_index .local_o365_features {
margin-right: 16rem;
}
.local_o365_ucp_index .local_o365_features > div {
margin-bottom: 1rem;
}
.local_o365_ucp_index .local_o365_features > div a,
.local_o365_ucp_index .local_o365_features > div b {
background-position: 2px 0;
background-size: 28px;
background-repeat: no-repeat;
background-color: transparent;
display: inline-block;
padding: 4px 4px 4px 40px;
}
.local_o365_ucp_index .local_o365_features .local_o365_feature_connection a,
.local_o365_ucp_index .local_o365_features .local_o365_feature_connection b {
background-image: url([[pix:local_o365|o365color]]);
}
.local_o365_ucp_index .local_o365_features .local_o365_feature_calendar a,
.local_o365_ucp_index .local_o365_features .local_o365_feature_calendar b {
background-image: url([[pix:local_o365|outlookcolor]]);
}
.local_o365_ucp_index .local_o365_features .local_o365_feature_onenote a,
.local_o365_ucp_index .local_o365_features .local_o365_feature_onenote b {
background-image: url([[pix:local_o365|onenotecolor]]);
}
.local_o365_ucp_featurepage h3.local_o365_featureheader {
background-position: center left;
background-size: 28px;
background-repeat: no-repeat;
background-color: transparent;
padding: 4px 4px 4px 35px;
}
.local_o365_ucp_featurepage h3.local_o365_featureheader.local_o365_feature_calendar {
background-image: url([[pix:local_o365|outlookcolor]]);
}
.local_o365_ucp_featurepage h3.local_o365_featureheader.local_o365_feature_onenote {
background-image: url([[pix:local_o365|onenotecolor]]);
}
.local_o365_ucp_featurepage.local_o365_feature_connection h3.local_o365_featureheader {
background-image: url([[pix:local_o365|o365color]]);
}
.local_o365_ucp_featurepage.local_o365_feature_connection div.connectionstatus {
margin: 2rem 0;
}
.local_o365_ucp_featurepage.local_o365_feature_connection div.local_o365_connectionoption {
margin: 0 0 1rem;
padding: 1rem;
}
.local_o365_ucp_featurepage.local_o365_feature_connection div.local_o365_connectionoption h4 {
margin-top: 0;
}
.local_o365_o365toollink {
margin-bottom: 1rem;
}
.local_o365_matchqueuetoolbar {
margin: 0.75rem 0 0.5rem 0;
}
table.local_o365_matchqueue {
width: 100%;
}
table.local_o365_matchqueue td,
table.local_o365_matchqueue th {
padding: 0.25rem 0.5rem;
vertical-align: top;
}
table.local_o365_matchqueue td:first-child,
table.local_o365_matchqueue th:first-child {
width: 1.5rem;
text-align: center;
}
/* Display spinner while course data is syncing. */
.local_o365_spinner {
margin: 0 0 1em 1em;
display: none;
}
/* Teams tab configuration page. */
select#id_local_o365_teams_course select::-webkit-scrollbar {
width: 6px;
}
select#id_local_o365_teams_course::-webkit-scrollbar-track {
box-shadow: inset 0 0 0 grey;
border-radius: 0;
}
select#id_local_o365_teams_course::-webkit-scrollbar-thumb {
background: rgba(50, 50, 50, .3);
border-radius: 10px;
}
select#id_local_o365_teams_course::-webkit-scrollbar-thumb:hover {
background: rgba(100, 100, 100, .5);
}
select#id_local_o365_teams_course > option:hover {
background-color: #6264a7;
color: white;
}
select#id_local_o365_teams_course:focus option:checked {
background: #6264a7 linear-gradient(0deg, #6264a7 0%, #6264a7 100%);
color: white;
}
select#id_local_o365_teams_course {
overflow: auto;
width: 100%;
max-height: 270px;
overflow-x: hidden;
border-color: #f1f1f1;
color: #484644;
}
select#id_local_o365_teams_course:focus {
outline-offset: 0;
outline: none;
}
select#id_local_o365_teams_course option {
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
font-size: 15px;
}
form#local_o365_course_list label {
font-size: 13px;
}
form#local_o365_course_list {
font-family: "Segoe UI", "Helvetica Neue", "Apple Color Emoji", "Segoe UI Emoji", Helvetica, Arial, sans-serif;
}
/* Teams tab page. */
#id_local_o365_teams_tab_name {
background-color: #f0f2f4;
border: 0;
padding: 8px 8px 8px 12px;
width: 100%;
margin-bottom: 20px;
color: #484644;
font-size: 15px;
}
/* Teams tab manual login. */
div.local_o365_manual_login {
display: none;
margin: auto;
width: 300px;
height: 300px;
position: absolute;
top: 100px;
left: 0;
right: 0;
}
button.local_o365_manual_login_button {
font-family: "Segoe UI", "Helvetica Neue", "Apple Color Emoji", "Segoe UI Emoji", Helvetica, Arial, sans-serif;
display: block;
width: 200px;
background: #6264a7;
border: 0.125rem solid;
border-color: transparent;
border-radius: 0.1875rem;
box-sizing: border-box;
cursor: pointer;
height: 2rem;
min-width: 6rem;
padding: 0.25rem;
white-space: nowrap;
-webkit-box-shadow: unset;
box-shadow: unset;
color: #fff;
margin: 5px;
}
button.local_o365_manual_login_button:not(:disabled):not(.disabled):active {
background: #a6a7dc;
border-color: transparent;
color: #201f1f;
}
button.local_o365_manual_login_button:hover,
button.local_o365_manual_login_button.enabled {
background: #464775;
border-color: transparent;
color: #fff;
}
.local_o365_acp_option {
vertical-align: top;
margin-right: 10px;
}
.local_o365_settings_manifest_container {
margin: 40px 0 20px 0;
}
.local_o365_settings_teams_banner_part_1 {
margin: 30px 40px 0 40px;
text-align: center;
}
.local_o365_settings_teams_app_img {
width: 100%;
margin-bottom: 30px;
}
.local_o365_settings_moodle_app_id_img {
margin-left: auto;
margin-right: auto;
display: block;
}
.local_o365_settings_moodle_app_id {
background-color: yellow;
}
.local_o365_settings_teams_horizontal_spacer {
margin-left: 80px;
}
.local_o365_settings_teams_h4_spacer {
margin: 20px 0 30px 0;
border-top: 1px solid #e9ecef;
padding-top: 10px;
}
.support_user_identifier_change_case_detail {
font-weight: normal;
font-size: 0.8rem;
}