This repository has been archived by the owner on Jun 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
258 lines (222 loc) · 6.16 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
/*
* Table
*/
.path-report-mygrades table.dataTable {
margin: 0 auto;
clear: both;
width: 100%;
}
.path-report-mygrades table.dataTable thead th {
padding: 3px 18px 3px 10px;
border-bottom: 1px solid black;
font-weight: bold;
cursor: pointer;
*cursor: hand;
}
.path-report-mygrades table.dataTable tfoot th {
padding: 3px 18px 3px 10px;
border-top: 1px solid black;
font-weight: bold;
}
.path-report-mygrades table.dataTable td {
padding: 3px 10px;
}
.path-report-mygrades table.dataTable td.center,
.path-report-mygrades table.dataTable td.dataTables_empty {
text-align: center;
}
.path-report-mygrades table.dataTable tr.odd { background-color: #E2E4FF; }
.path-report-mygrades table.dataTable tr.even { background-color: white; }
.path-report-mygrades table.dataTable tr.odd td.sorting_1 { background-color: #D3D6FF; }
.path-report-mygrades table.dataTable tr.odd td.sorting_2 { background-color: #DADCFF; }
.path-report-mygrades table.dataTable tr.odd td.sorting_3 { background-color: #E0E2FF; }
.path-report-mygrades table.dataTable tr.even td.sorting_1 { background-color: #EAEBFF; }
.path-report-mygrades table.dataTable tr.even td.sorting_2 { background-color: #F2F3FF; }
.path-report-mygrades table.dataTable tr.even td.sorting_3 { background-color: #F9F9FF; }
/*
* Table wrapper
*/
.path-report-mygrades .dataTables_wrapper {
position: relative;
clear: both;
*zoom: 1;
}
/*
* Page length menu
*/
.path-report-mygrades .dataTables_length {
float: left;
}
/*
* Filter
*/
.path-report-mygrades .dataTables_filter {
float: right;
text-align: right;
}
/*
* Table information
*/
.path-report-mygrades .dataTables_info {
clear: both;
float: left;
}
/*
* Pagination
*/
.path-report-mygrades .dataTables_paginate {
float: right;
text-align: right;
}
/* Two button pagination - previous / next */
.path-report-mygrades .paginate_disabled_previous,
.path-report-mygrades .paginate_enabled_previous,
.path-report-mygrades .paginate_disabled_next,
.path-report-mygrades .paginate_enabled_next {
height: 19px;
float: left;
cursor: pointer;
*cursor: hand;
color: #111 !important;
}
.path-report-mygrades .paginate_disabled_previous:hover,
.path-report-mygrades .paginate_enabled_previous:hover,
.path-report-mygrades .paginate_disabled_next:hover,
.path-report-mygrades .paginate_enabled_next:hover {
text-decoration: none !important;
}
.path-report-mygrades .paginate_disabled_previous:active,
.path-report-mygrades .paginate_enabled_previous:active,
.path-report-mygrades .paginate_disabled_next:active,
.path-report-mygrades .paginate_enabled_next:active {
outline: none;
}
.path-report-mygrades .paginate_disabled_previous,
.path-report-mygrades .paginate_disabled_next {
color: #666 !important;
}
.path-report-mygrades .paginate_disabled_previous,
.path-report-mygrades .paginate_enabled_previous {
padding-left: 23px;
}
.path-report-mygrades .paginate_disabled_next,
.path-report-mygrades .paginate_enabled_next {
padding-right: 23px;
margin-left: 10px;
}
/* Full number pagination */
.path-report-mygrades .paging_full_numbers {
height: 22px;
line-height: 22px;
}
.path-report-mygrades .paging_full_numbers a:active {
outline: none
}
.path-report-mygrades .paging_full_numbers a:hover {
text-decoration: none;
}
.path-report-mygrades .paging_full_numbers a.paginate_button,
.path-report-mygrades .paging_full_numbers a.paginate_active {
border: 1px solid #aaa;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 2px 5px;
margin: 0 3px;
cursor: pointer;
*cursor: hand;
color: #333 !important;
}
.path-report-mygrades .paging_full_numbers a.paginate_button {
background-color: #ddd;
}
.path-report-mygrades .paging_full_numbers a.paginate_button:hover {
background-color: #ccc;
text-decoration: none !important;
}
.path-report-mygrades .paging_full_numbers a.paginate_active {
background-color: #99B3FF;
}
/*
* Processing indicator
*/
.path-report-mygrades .dataTables_processing {
position: absolute;
top: 50%;
left: 50%;
width: 250px;
height: 30px;
margin-left: -125px;
margin-top: -15px;
padding: 14px 0 2px 0;
border: 1px solid #ddd;
text-align: center;
color: #999;
font-size: 14px;
background-color: white;
}
/*
* Sorting
*/
.path-report-mygrades .sorting { background-image:url([[pix:moodle|t/sort]]) !important; background-position: center right !important; background-repeat: no-repeat !important; }
.path-report-mygrades .sorting_asc { background-image:url([[pix:moodle|t/sort_asc]]) !important;background-position: center right !important; background-repeat: no-repeat !important; }
.path-report-mygrades .sorting_desc { background-image:url([[pix:moodle|t/sort_desc]]) !important; background-position: center right !important; background-repeat: no-repeat !important; }
.path-report-mygrades table.dataTable thead th:active,
.path-report-mygrades table.dataTable thead td:active {
outline: none;
}
/*
* Scrolling
*/
.path-report-mygrades .dataTables_scroll {
clear: both;
}
.path-report-mygrades .dataTables_scrollBody {
*margin-top: -1px;
-webkit-overflow-scrolling: touch;
}
.path-report-mygrades table.grades {
color:#666;
font-size:12px;
background:#eaebec;
width: 100%;
border:#ccc 1px solid;
}
.path-report-mygrades table.grades th {
padding:8px 10px 8px 10px;
border-top:1px solid #fafafa;
border-bottom:1px solid #e0e0e0;
background: #ededed;
}
.path-report-mygrades table.grades th:first-child {
text-align: center;
padding-left:10px;
width: 80%;
border-right: 1px solid #e0e0e0;
}
.path-report-mygrades table.grades tr {
text-align: center;
padding-left:10px;
}
.path-report-mygrades table.grades td:first-child {
text-align: center;
padding-left:5px;
border-left: 0;
}
.path-report-mygrades table.grades td, .path-report-mygrades table.dataTable tr.odd {
padding:5px;
border-top: 1px solid #ffffff;
border-bottom:1px solid #e0e0e0;
border-left: 1px solid #e0e0e0;
min-width: 80px;
background: #fafafa !important;
}
.path-report-mygrades table.grades tr.even td, .path-report-mygrades table.dataTable tr.even {
background: #f6f6f6 !important;
}
.path-report-mygrades table.grades tr:last-child td {
border-bottom:0;
}
.path-report-mygrades table.grades tr:hover td {
background: #f2f2f2 !important;
}