-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathwms_v2_CanvasGlobal.css
377 lines (305 loc) · 8.07 KB
/
wms_v2_CanvasGlobal.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
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
/**********************************************
** People: Add Face Book and Learning Mode
***********************************************/
#wms_roster_controls {
display: block !important;
}
.wms_roster_user {
float: left;
width: 124px;
height: 180px;
margin-right: 8px;
margin-bottom: 8px;
border: 1px solid #CCCCCC;
background-color: #F8FAFB;
color: #333333;
padding: 4px;
position: relative;
}
.wms_roster_user .fOyUs_bGBk {
margin: 4px auto 0;
height: 110px;
width: 110px;
}
.wms_roster_user:hover {
border: 1px solid #0096db;
background-color: #0096db;
color: #FFF;
}
.wms_roster_user:hover A {
color: #FFF;
}
#wms_roster_btn_learning {
outline: 0;
}
.wms_wso_link {
text-align: right;
text-decoration: underline;
position: absolute;
bottom: 4px;
right: 0;
margin-top: 10px;
}
@media print {
/*Force Canvas avatar background-images to show when printed*/
/*Works for webkit browsers like Chrome and Safari; no hack available for FF or IE*/
A.avatar {
-webkit-print-color-adjust: exact;
}
/*Remove urls from print mode Canvas avatar background-images to show when printed*/
A.roster_user_name[href]:after {
content: "";
}
.wms_wso_link {
display: none;
}
}
/**********************************************
** Add Presenter View (zoom main div; hide all other columns)
**********************************************/
#wms_presenter_breadcrumb {
margin: 0 0 0 150px !important;
}
.wmsDisplayNone {
display: none !important;
}
.wmsMarginZero {
margin: 0 !important;
}
.wmsPresenterExit {
z-index: 1000 !important;
position: fixed;
top: 0;
left: 0;
cursor: pointer;
background-color: #0096db;
border: 1px solid #006796;
width: 20px;
height: 100%;
}
.wmsPresenterExit:hover {
background-color: #0085c2;
border: 1px solid #006594;
}
/*Rotate internal text of "exit button"*/
.wmsPresenterRotate {
position: absolute;
top: 350px;
-webkit-transform: rotate(-90deg);
-ff-transform: rotate(-90deg);
transform: rotate(-90deg);
width: 20px;
font-weight: bold;
color: #FFFFFF;
}
/**********************************************
** Customize UI: LOGIN PAGE
**********************************************/
/*********************************************
Tested the accessibility of the color contrast of #666666 on white and it works, so these warnings can be safely ignored.
*/
/*remove Canvas gradient*/
.ic-Login-Body {
background: none no-repeat #F0F0F0 !important;
}
/*use custom logo and resize the login box*/
.ic-Login {
background: #FFFFFF url("https://apps.williams.edu/glow/images/custom-login-image.jpg") no-repeat center top / 1140px 400px !important;
margin: 0 auto !important;
width: 1140px !important;
/** height: 675px !important; **/
}
.ic-Login__container {
margin: 390px 0 0 0 !important;
}
.ic-Login__content {
width: 490px !important;
border: 0 none !important;
padding: 0 !important;
}
.ic-Login__innerContent {
padding: 0 !important;
}
.ic-Login__header {
display: none !important;
}
.ic-Login__body {
margin-top: 47px !important;
padding: 0 !important;
}
/*change: color of text, links, labels, decrease font size*/
#login_form, #login_form A, #login_form LABEL {
color: #666666 !important;
font-size: 96% !important;
font-weight: normal;
}
#login_form .ic-Form-control--login {
margin: 0 auto !important;
}
/** Adjusted to expose the upload labels and the announcement audience choices for accessibility **/
#login_form label {
/* display: none !important; */
}
#login_form INPUT#pseudonym_session_unique_id, #login_form INPUT#pseudonym_session_password {
width: 235px !important;
height: 56px !important;
background: #EDEBE9 no-repeat !important;
border: 6px solid #f1f0ee !important;
box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.4) !important;
outline: none !important;
color: #303030 !important;
font-size: 96% !important;
}
.ic-Login__actions {
padding: 10px 0 0 5px !important;
}
#pseudonym_session_remember_me {
margin: -28px 0 0 0 !important;
}
.ic-Login__actions-timeout label {
margin: -13px 0 0 0 !important;
color: green !important;
vertical-align: text-top !important;
}
#login_forgot_password {
margin: -31px 7px 0 0 !important;
float: right !important;
}
/*login button color with gentle transition for hover action*/
#login_form .btn-primary, #login_form .ic-Login__actions button.Button--login {
background-color: #512698 !important;
border-color: #98A0A5 !important;
height: 42px !important;
margin: 2px 10px 0 -305px !important;
-webkit-transition: All 0.3s ease !important;
-moz-transition: All 0.3s ease !important;
-o-transition: All 0.3s ease !important;
-ms-transition: All 0.3s ease !important;
transition: All 0.3s ease !important;
}
/*login button color on hover*/
#login_form .btn-primary:hover, #login_form .ic-Login__actions button.Button--login:hover {
background-color: #8AB840 !important;
border-color: #98A0A5 !important;
}
/*hide canvas footer links and canvas logo*/
#footer-links {
display: none !important;
}
#footer a.ic-Login-footer__logo-link {
display: none !important;
}
/*custom footer position*/
P#wms-login-footer {
padding: 40px 9px 0 0 !important;
text-align: center !important;
font-size: 92% !important;
}
/*custom footer link color*/
P#wms-login-footer A {
color: #666666 !important;
}
/*error alert message holder: set to same width as your login-box above*/
#unauthorized_holder {
width: 1140px !important;
}
/*error alert message: remove box shadow*/
/*do not set width, as internal error msgs are negatively affected*/
#unauthorized_holder, #unauthorized_holder #unauthorized_message {
box-shadow: none !important;
margin: 0 auto 0 !important;
}
/**********************************************
** Customize UI: MOBILE LOGIN PAGE
**********************************************/
#f1_container {
background: #FFFFFF url("https://apps.williams.edu/glow/images/custom-mobile-login-image.jpg") no-repeat center top !important;
background-size: 300px 132px !important;
color: #373737 !important;
}
#f1_card {
margin-top: 10px !important;
}
#login_form.front.face {
background: #FFFFFF no-repeat !important;
position: relative !important;
}
/*resize the input fields*/
#login_form.front.face INPUT.input-block-level {
background: #EDEBE9 !important;
}
/*adjust the login button (it picks up default characteristics, like bgcolor, from primary css file*/
#login_form.front.face BUTTON[type=submit] {
margin: 0 !important;
border: 1px solid #98A0A5 !important;
}
#login_form.front.face A.forgot-password {
margin-top: 15px !important;
}
/*hide Canvas branding on new mobile UX*/
.mobileLogin-Header {
background-image: none;
}
/**********************************************
** Customize UI: INTERNAL PAGES
**********************************************/
/*edit left column*/
#left-side {
border-right: 1px solid #f0f0f0 !important;
}
/*edit right column*/
#right-side-wrapper {
background-color: #f0f0f0;
}
/*hide the Canvas Inbox*/
LI A#global_nav_conversations_link {
display: none;
}
/*extend existing partial horizontal rule to boundary edges*/
.wmsBreadCrumbsLine {
border-bottom: 1px solid #d6d6d6 !important;
margin: 0 !important;
padding-left: 24px;
padding-right: 24px;
}
.wmsFooterLine {
border-top: 1px solid #d6d6d6 !important;
margin: 0 !important;
padding-left: 24px;
padding-right: 24px;
}
#wms_presenter_breadcrumb > a > i {
}
/**********************************************
** Footer/Branding Link Overrides
***********************************************/
/*Hide Canvas logo and Canvas footer links*/
#footer A.footer-logo, #footer #footer-links {
display: none !important;
}
/************************************************
* Temporarily hide gradebook during course evaluation survey blackout
.list-view>nav>ul>li>a.grades {
display: none;
}
**/
/*****
Hide the course navigation for Resources
a.context_external_tool_470486 {
display: none;
}
**/
/****************
Hide course navigation for CPH Test
*/
@media only screen and (min-width: 600px) {
a[title='CPH Test']{
display: none!important
}
}
/**************************
Customize the slide out on the student roster
***************************/
.StudentContextTray-Header__Actions {
display: none;
}