-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCanvasAllInfo.user.css
165 lines (141 loc) · 2.88 KB
/
CanvasAllInfo.user.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
@-moz-document url("https://modesto.instructure.com/all") {
/*remeber to change the url above to match your instance!*/
html,
html[class],
html[id],
body,
body[class],
body[id],
input {
background: #0c0c0c !important;
}
div:last-child,
:not(span),
:not(a) {
border-color: #4AF !important;
background-color: #0c0c0c !important;
}
:link,
:visited,
a,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
video,
div,
span,
img~*,
img *,
video *,
video~*>*,
div[style*="text-align:"] *,
button,
button *,
div[style*="text-align:"],
[style*="background-image:"]~*,
div[style*="background-image:"] *,
[style*=".gif"],
[style*=".jpg"],
[style*=".png"] {
background-color: transparent !important;
}
a,
a[class] {
color: #9CF !important;
}
a:hover {
color: #39F !important;
}
li {
color: #8BF !important;
}
tr {
color: #F00 !important;
}
cite {
color: #268 !important;
}
input {
color: #5BF !important;
}
em {
color: #DEF !important;
}
ul {
color: #F00 !important;
}
nobr {
color: #F00 !important;
}
div {
color: #BDF !important;
}
strong {
color: #9CC !important;
}
s {
color: #F00 !important;
}
h1 {
color: #ABC !important;
}
h2 {
color: #DEF !important;
}
h3 {
color: #ffffff !important;
}
* {
color: #7CF !important;
}
b {
color: #7AF !important;
}
a,
span,
p,
div,
textarea,
i,
td {
color: #ffeeff !important;
}
::-moz-selection {
color: #0FF !important;
background-color: #333 !important;
}
::selection {
color: #0FF !important;
background-color: #333 !important;
}
::-webkit-selection {
color: #0FF !important;
background-color: #333 !important;
}
.canvasall_status_late {background: #E0a3a3!important; font-weight:100!important; font-style: italic!important}
.canvasall_status_missing {background: #B74C4C!important; font-weight:bold!important}
.canvasall_assignment_icon {display:none!important;}
.class_button {margin-left:2px;margin-top: .5cm; border: 1px solid;margin-bottom:auto;}
.canvasall_status_done {text-decoration:none!important;filter:sepia(50%)}
.canvasall_assignment_title{text-decoration:none;}
}
@-moz-document url("https://modesto.instructure.com/all") {
/*borders etc.*/
#canvasall_announcement_wrapper {border-left: 2px solid #ffffff!important; height:100%; text-align: center; padding-left:3px; float:right; position: sticky; position: -webkit-sticky;
position: sticky;
top: 0; bottom: 100%; overflow:scroll;}
#canvasall_class_grades {border-bottom:2px solid #ffffff!important; padding:15px 10px;}
.canvasall_class_grade_wrapper {border-bottom: 1px dotted #ffffff!important;
width:90%!important; margin: auto!important;}
.canvasall_class_grade_wrapper:last-child {
border-bottom: 0!important;
padding-bottom: 0!important;
}
#canvasall_class_grade_header {font-style: italic!important;}
select {outline: 4px Grey double!important; border: 1px solid LightGrey!important; margin-left: .5cm; padding: 5px;}
}