Commit 039fe525b9e59d6d1121f3268b27eeb5e6a1fe55
1 parent
ee36e1d8
Exists in
master
and in
3 other branches
red theme is almost 100%, still has progress to do
Showing
8 changed files
with
1746 additions
and
812 deletions
Show diff stats
amadeus/static/css/themes/.sass-cache/064d6f773ef38851a5655d63e666097a9c1f0155/green.sassc
0 → 100644
No preview for this file type
amadeus/static/css/themes/.sass-cache/064d6f773ef38851a5655d63e666097a9c1f0155/red.sassc
0 → 100644
No preview for this file type
amadeus/static/css/themes/green.css
1 | -/* | |
2 | -* === COMMON TAGS (Body, h4, p, etc...) and base.html === | |
3 | -*/ | |
4 | - | |
5 | 1 | body .container .jumbotron-inverse, body .container .well-inverse, body .container-fluid .jumbotron-inverse, body .container-fluid .well-inverse { |
6 | - background-color: white; | |
7 | -} | |
2 | + background-color: white; } | |
8 | 3 | |
9 | 4 | a, a:focus, a:hover { |
10 | - color: #009688; | |
11 | -} | |
5 | + color: #009688; } | |
12 | 6 | |
13 | -.radio input[type=radio]:checked~.check, label.radio-inline input[type=radio]:checked~.check { | |
14 | - background-color: #009688; | |
15 | -} | |
7 | +.radio input[type=radio]:checked ~ .check, label.radio-inline input[type=radio]:checked ~ .check { | |
8 | + background-color: #009688; } | |
16 | 9 | |
17 | -.radio input[type=radio]:checked~.circle, label.radio-inline input[type=radio]:checked~.circle { | |
18 | - border-color: #009688; | |
19 | -} | |
10 | +.radio input[type=radio]:checked ~ .circle, label.radio-inline input[type=radio]:checked ~ .circle { | |
11 | + border-color: #009688; } | |
20 | 12 | |
21 | 13 | .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { |
22 | - color: #fff; | |
23 | - background-color: #337ab7; | |
24 | - border-color: #337ab7; | |
25 | -} | |
14 | + color: #fff; | |
15 | + background-color: #009688; | |
16 | + border-color: #009688; } | |
26 | 17 | |
27 | 18 | .navbar, .navbar.navbar-default { |
28 | - background-color: #009688; | |
29 | - color: rgba(255,255,255,.84); | |
30 | -} | |
19 | + background-color: #009688; | |
20 | + color: rgba(255, 255, 255, 0.84); } | |
31 | 21 | |
32 | 22 | .notify_badge { |
33 | - background-color: #FF0000 !important; | |
34 | -} | |
23 | + background-color: #FF0000 !important; } | |
35 | 24 | |
36 | -.bottom-menu{ | |
37 | - background: #009688; | |
38 | -} | |
25 | +.bottom-menu { | |
26 | + background: #009688; } | |
39 | 27 | |
40 | 28 | #btn-search:hover { |
41 | - background: #00695C; | |
42 | -} | |
43 | - | |
44 | -/* | |
45 | -* — Language selector — | |
46 | -*/ | |
29 | + background: #00695C; } | |
47 | 30 | |
31 | +/* language selector */ | |
48 | 32 | .language-selector .dropdown-menu > .active > a { |
49 | - background: #EEEEEE; | |
50 | - color: #009688; | |
51 | -} | |
33 | + background: #EEEEEE; | |
34 | + color: #009688; } | |
52 | 35 | |
53 | 36 | .language-selector .dropdown-menu > .active > a:hover { |
54 | - color: #009688; | |
55 | -} | |
56 | - | |
57 | -/* | |
58 | -* — Sidebar menu in every page — | |
59 | -*/ | |
37 | + color: #009688; } | |
60 | 38 | |
39 | +/* Sidebar menu in every page */ | |
61 | 40 | #sidebar-menu .item { |
62 | - background-color: #009688; | |
63 | - color: white; | |
64 | -} | |
41 | + background-color: #009688; | |
42 | + color: white; } | |
65 | 43 | |
66 | -#sidebar-menu .item a{ | |
67 | - color: white; | |
68 | -} | |
44 | +#sidebar-menu .item a { | |
45 | + color: white; } | |
69 | 46 | |
70 | 47 | #sidebar-menu > .subjects_menu_active { |
71 | - background-color: #00695C; | |
72 | -} | |
73 | - | |
74 | -#sidebar-menu > .item:hover{ | |
75 | - background-color: #00695C; | |
76 | -} | |
48 | + background-color: #00695C; } | |
77 | 49 | |
78 | -/* | |
79 | -* === SUBJECT APP === | |
80 | -*/ | |
50 | +#sidebar-menu > .item:hover { | |
51 | + background-color: #00695C; } | |
81 | 52 | |
82 | -/* | |
83 | -* — Home — | |
84 | -*/ | |
53 | +/* === SUBJECT APP === */ | |
54 | +/* home */ | |
55 | +.users-cloud .small a { | |
56 | + color: #2E8B57; } | |
85 | 57 | |
86 | -.users-cloud .small a { | |
87 | - color: #2E8B57; | |
88 | -} | |
89 | - | |
90 | -.users-cloud .big a { | |
91 | - color: #6B8E23; | |
92 | -} | |
58 | +.users-cloud .big a { | |
59 | + color: #6B8E23; } | |
93 | 60 | |
94 | 61 | .users-cloud .medium a { |
95 | - color: #66CDAA; | |
96 | -} | |
97 | - | |
98 | -.users-cloud .tiny a { | |
99 | - color: #654321; | |
100 | -} | |
62 | + color: #66CDAA; } | |
101 | 63 | |
64 | +.users-cloud .tiny a { | |
65 | + color: #654321; } | |
102 | 66 | |
103 | 67 | .my-subjects-title { |
104 | - color: #26A69A; | |
105 | -} | |
106 | - | |
68 | + color: #26A69A; } | |
107 | 69 | |
108 | -.panel-invisible{ | |
109 | - background-color: #BDBDBD !important; | |
110 | - color: #F5F5F5; | |
111 | -} | |
70 | +.panel-invisible { | |
71 | + background-color: #BDBDBD !important; | |
72 | + color: #F5F5F5; } | |
112 | 73 | |
113 | 74 | .category-panel > .panel-heading { |
114 | - background-color: #015E96 !important; | |
115 | -} | |
75 | + background-color: #015E96 !important; } | |
116 | 76 | |
117 | 77 | .category-panel .category-header .category-card-items i { |
118 | - color: #014e7d; | |
119 | -} | |
78 | + color: #014e7d; } | |
120 | 79 | |
121 | 80 | .category-panel .category-header .category-card-items i:hover { |
122 | - color: #ffffff; | |
123 | -} | |
81 | + color: #FFFFFF; } | |
124 | 82 | |
125 | 83 | .subject-panel > .panel-heading { |
126 | - background-color: #0277BD !important; | |
127 | -} | |
84 | + background-color: #0277BD !important; } | |
128 | 85 | |
129 | 86 | .subject-panel .category-header .category-card-items i { |
130 | - color: #0267a4; | |
131 | -} | |
87 | + color: #0267a4; } | |
132 | 88 | |
133 | 89 | .subject-panel .category-header .category-card-items i:hover { |
134 | - color: #ffffff; | |
135 | -} | |
90 | + color: #FFFFFF; } | |
136 | 91 | |
137 | -.resource-link{ | |
138 | - color: #000000 !important; | |
139 | -} | |
92 | +.resource-link { | |
93 | + color: #000000 !important; } | |
140 | 94 | |
141 | -/* | |
142 | -* — subscribe.html — | |
143 | -*/ | |
95 | +/* subscribe.html */ | |
144 | 96 | .modal-header { |
145 | - border-bottom: 1px solid #E6E7E8 !important; | |
146 | -} | |
97 | + border-bottom: 1px solid #E6E7E8 !important; } | |
147 | 98 | |
148 | 99 | .modal-footer { |
149 | - border-top: 1px solid #E6E7E8 !important; | |
150 | -} | |
151 | - | |
152 | -/* | |
153 | -* — subject_card.html — | |
154 | -*/ | |
100 | + border-top: 1px solid #E6E7E8 !important; } | |
155 | 101 | |
102 | +/* subject_card.html */ | |
156 | 103 | .access-subject { |
157 | - background-color: #2eb82e !important; | |
158 | - color: white; | |
159 | -} | |
160 | - | |
161 | -/* | |
162 | -* — Groups App — | |
163 | -*/ | |
104 | + background-color: #2eb82e !important; | |
105 | + color: white; } | |
164 | 106 | |
107 | +/* Groups App */ | |
165 | 108 | .group-panel > .panel-heading { |
166 | - background-color: #FFFFFF !important; | |
167 | -} | |
109 | + background-color: #FFFFFF !important; } | |
168 | 110 | |
169 | -.group-panel .panel-title, .group-panel .category-header i, .group-panel .category-course-link { | |
170 | - color: #000000 !important; | |
171 | -} | |
111 | +.group-panel .panel-title, .group-panel .category-header i, .group-panel .category-course-link { | |
112 | + color: #000000 !important; } | |
172 | 113 | |
173 | 114 | .group-panel-body { |
174 | - background: #FFFFFF !important; | |
175 | - border-top: 1px solid #CCCCCC; | |
176 | -} | |
177 | - | |
178 | - | |
179 | -/* | |
180 | -* === Resources Common (ex: PDF, WebPage ) App === | |
181 | -*/ | |
115 | + background: #FFFFFF !important; | |
116 | + border-top: 1px solid #CCCCCC; } | |
182 | 117 | |
118 | +/* === Resources Common (ex: PDF, WebPage) App === */ | |
183 | 119 | .topic-panel > .panel-heading { |
184 | - background-color: #1d8fe0 !important; | |
185 | -} | |
120 | + background-color: #1d8fe0 !important; } | |
186 | 121 | |
187 | 122 | .topic-panel .category-header .category-card-items i, .topic-panel-invisible .category-header .category-card-items i { |
188 | - color: #1772b3; | |
189 | -} | |
123 | + color: #1772b3; } | |
190 | 124 | |
191 | 125 | .topic-panel .category-header .category-card-items i:hover, .topic-panel-invisible .category-header .category-card-items i:hover { |
192 | - color: #ffffff; | |
193 | -} | |
126 | + color: #FFFFFF; } | |
194 | 127 | |
195 | 128 | .topic-panel > .category-panel-content, .topic-panel-invisible > .category-panel-content { |
196 | - background: #FFFFFF; | |
197 | -} | |
129 | + background: #FFFFFF; } | |
198 | 130 | |
199 | 131 | .topic-panel-invisible > .panel-heading { |
200 | - background-color: #BDBDBD !important; | |
201 | - color: #F5F5F5; | |
202 | -} | |
132 | + background-color: #BDBDBD !important; | |
133 | + color: #F5F5F5; } | |
203 | 134 | |
204 | 135 | .pendencies-content { |
205 | - background: #FFFFFF; | |
206 | -} | |
136 | + background: #FFFFFF; } | |
207 | 137 | |
208 | 138 | .pendencies-content .core-subjects-options li { |
209 | - background: #F5F5F5; | |
210 | -} | |
139 | + background: #F5F5F5; } | |
211 | 140 | |
212 | 141 | .category-header i { |
213 | - color: white; | |
214 | -} | |
142 | + color: white; } | |
215 | 143 | |
216 | -.category-header i:hover{ | |
217 | - color: #90CAF9; | |
218 | -} | |
144 | +.category-header i:hover { | |
145 | + color: #90CAF9; } | |
219 | 146 | |
220 | 147 | .category-header .dropdown-menu i { |
221 | - color: inherit !important; | |
222 | -} | |
148 | + color: inherit !important; } | |
223 | 149 | |
224 | 150 | #create-category { |
225 | - background-color: #66BB6A; | |
226 | - color: #FFFFFF; | |
227 | -} | |
151 | + background-color: #66BB6A; | |
152 | + color: #FFFFFF; } | |
228 | 153 | |
229 | 154 | .category-panel-content { |
230 | - background: #F5F5F5; | |
231 | -} | |
155 | + background: #F5F5F5; } | |
232 | 156 | |
233 | -.core-subjects-options li { | |
234 | - background-color: #FFFFFF; | |
235 | - border-bottom-color: #D2D2D2; | |
236 | - color: #A0A0A0; | |
237 | -} | |
157 | +.core-subjects-options li { | |
158 | + background-color: #FFFFFF; | |
159 | + border-bottom-color: #D2D2D2; | |
160 | + color: #A0A0A0; } | |
238 | 161 | |
239 | -.core-subjects-options li.active { | |
240 | - color: inherit; | |
241 | - border-bottom-color: #00695C; | |
242 | -} | |
162 | +.core-subjects-options li.active { | |
163 | + color: inherit; | |
164 | + border-bottom-color: #00695C; } | |
243 | 165 | |
244 | 166 | .create-subject-btn { |
245 | - background-color: #26A69A; | |
246 | - color: white; | |
247 | -} | |
167 | + background-color: #26A69A; | |
168 | + color: white; } | |
248 | 169 | |
249 | 170 | #coordinators_accordion .panel-heading, #professors_accordion .panel-heading { |
250 | - background: #FFFFFF; | |
251 | -} | |
252 | - | |
253 | -/* | |
254 | -* === Amadeus APP === | |
255 | -*/ | |
256 | - | |
257 | - | |
171 | + background: #FFFFFF; } | |
258 | 172 | |
173 | +/* === Amadeus APP === */ | |
259 | 174 | .navbar-brand:hover { |
260 | - background: #00695C !important; | |
261 | -} | |
175 | + background: #00695C !important; } | |
262 | 176 | |
263 | 177 | .navbar .project_name { |
264 | - color: white; | |
265 | -} | |
178 | + color: white; } | |
266 | 179 | |
267 | 180 | .navbar-nav li.open { |
268 | - background: #00695C; | |
269 | -} | |
181 | + background: #00695C; } | |
270 | 182 | |
271 | 183 | .navbar-nav li > a:hover { |
272 | - background: #00695C !important; | |
273 | -} | |
184 | + background: #00695C !important; } | |
274 | 185 | |
275 | 186 | .navbar-nav li.settings_menu_active { |
276 | - background: #00695C | |
277 | -} | |
187 | + background: #00695C; } | |
278 | 188 | |
279 | 189 | .top-search { |
280 | - color: #F5F5F5; | |
281 | -} | |
282 | - | |
190 | + color: #F5F5F5; } | |
283 | 191 | |
284 | 192 | .dropdown-menu { |
285 | - background: #F5F5F5; | |
286 | -} | |
193 | + background: #F5F5F5; } | |
287 | 194 | |
288 | 195 | .dropdown-menu li > a { |
289 | - background: #F5F5F5; | |
290 | - color: #333333; | |
291 | -} | |
196 | + background: #F5F5F5; | |
197 | + color: #333333; } | |
292 | 198 | |
293 | 199 | .dropdown-menu li > a:hover { |
294 | - background: #EEEEEE !important; | |
295 | -} | |
200 | + background: #EEEEEE !important; } | |
296 | 201 | |
297 | 202 | #system_accordion > .panel > .panel-heading { |
298 | - background: #F5F5F5; | |
299 | -} | |
203 | + background: #F5F5F5; } | |
300 | 204 | |
301 | 205 | #system_accordion > .panel > .panel-heading:hover { |
302 | - background: #EEEEEE; | |
303 | -} | |
206 | + background: #EEEEEE; } | |
304 | 207 | |
305 | 208 | #system_accordion > .panel > .panel-heading > a > .panel-title { |
306 | - color: #333333; | |
307 | -} | |
209 | + color: #333333; } | |
308 | 210 | |
309 | 211 | #system_accordion > .panel > .panel-heading > a > .panel-title:hover { |
310 | - color: #009688; | |
311 | -} | |
212 | + color: #009688; } | |
312 | 213 | |
313 | 214 | #system_accordion > .panel > .panel-heading > a:hover { |
314 | - color: #009688; | |
315 | -} | |
215 | + color: #009688; } | |
316 | 216 | |
317 | 217 | #system_menu { |
318 | - background: #F5F5F5; | |
319 | -} | |
320 | - | |
218 | + background: #F5F5F5; } | |
321 | 219 | |
322 | -#horizontal-line{ | |
323 | - background-color: black; | |
324 | -} | |
220 | +#horizontal-line { | |
221 | + background-color: black; } | |
325 | 222 | |
326 | 223 | .breadcrumb > li > span.divider { |
327 | - color: #26A69A; | |
328 | -} | |
224 | + color: #26A69A; } | |
329 | 225 | |
330 | -.breadcrumb > li > a{ | |
331 | - color: #26A69A; | |
332 | -} | |
226 | +.breadcrumb > li > a { | |
227 | + color: #26A69A; } | |
333 | 228 | |
334 | 229 | .breadcrumb > li { |
335 | - color: #BDBDBD; | |
336 | -} | |
230 | + color: #BDBDBD; } | |
337 | 231 | |
338 | -.panel-title { /*Because we use an outer a tag*/ | |
339 | - color: rgba(255,255,255,.84); | |
340 | -} | |
232 | +/*Because we use an outer a tag */ | |
233 | +.panel-title { | |
234 | + color: rgba(255, 255, 255, 0.84); } | |
341 | 235 | |
342 | 236 | .category-header > h4.panel-title span { |
343 | - color: #FFFFFF; | |
344 | -} | |
237 | + color: #FFFFFF; } | |
345 | 238 | |
346 | 239 | .accordion { |
347 | - background: white; | |
348 | -} | |
240 | + background: white; } | |
349 | 241 | |
350 | 242 | .accordion_list { |
351 | - background: #F5F5F5; | |
352 | -} | |
243 | + background: #F5F5F5; } | |
353 | 244 | |
354 | 245 | .outside-title { |
355 | - color: #43a251; | |
356 | -} | |
246 | + color: #43a251; } | |
357 | 247 | |
358 | 248 | .titleTopic a h4, .titleTopic h4 { |
359 | - color: white; | |
360 | -} | |
249 | + color: white; } | |
361 | 250 | |
362 | -.Topic-detail a h4{ | |
363 | - color: black; | |
364 | -} | |
251 | +.Topic-detail a h4 { | |
252 | + color: black; } | |
365 | 253 | |
366 | 254 | .cards-detail .panel .panel-heading h4 { |
367 | - color:black; | |
368 | -} | |
255 | + color: black; } | |
369 | 256 | |
370 | -.data_register_course p { | |
371 | - color: grey; | |
372 | -} | |
257 | +.data_register_course p { | |
258 | + color: grey; } | |
373 | 259 | |
374 | 260 | .category-course-link { |
375 | - color: #FFFFFF !important; | |
376 | -} | |
261 | + color: #FFFFFF !important; } | |
377 | 262 | |
378 | 263 | .profile_function { |
379 | - border-bottom: 1px solid #D2D2D2; | |
380 | -} | |
381 | - | |
264 | + border-bottom: 1px solid #D2D2D2; } | |
382 | 265 | |
383 | 266 | .mobile-menu .item { |
384 | - color: #FFFFFF; | |
385 | - background: #009688; | |
386 | -} | |
267 | + color: #FFFFFF; | |
268 | + background: #009688; } | |
387 | 269 | |
388 | 270 | .mobile-menu .item a { |
389 | - color: white; | |
390 | -} | |
271 | + color: white; } | |
391 | 272 | |
392 | 273 | .mobile-menu > .subjects_menu_active { |
393 | - background-color: #00695C; | |
394 | -} | |
395 | - | |
396 | -.mobile-menu > .item:hover{ | |
397 | - background-color: #00695C; | |
398 | -} | |
274 | + background-color: #00695C; } | |
399 | 275 | |
276 | +.mobile-menu > .item:hover { | |
277 | + background-color: #00695C; } | |
400 | 278 | |
401 | 279 | .page_selector h4 { |
402 | - border-bottom: 1px solid #e5e5e5; | |
403 | -} | |
280 | + border-bottom: 1px solid #e5e5e5; } | |
404 | 281 | |
405 | 282 | .subscribe-subject { |
406 | - background-color: #33cc33 !important; | |
407 | - color:white; | |
408 | -} | |
283 | + background-color: #33cc33 !important; | |
284 | + color: white; } | |
409 | 285 | |
410 | 286 | .filedrag { |
411 | - color: #555; | |
412 | - border: 2px dashed #555; | |
413 | -} | |
287 | + color: #555; | |
288 | + border: 2px dashed #555; } | |
414 | 289 | |
415 | 290 | .footer { |
416 | - color: #FFFFFF; | |
417 | - background: #26A69A; | |
418 | -} | |
291 | + color: #FFFFFF; | |
292 | + background: #26A69A; } | |
419 | 293 | |
420 | 294 | .no-subjects { |
421 | - color: #999999; | |
422 | -} | |
295 | + color: #999999; } | |
423 | 296 | |
424 | 297 | .holder a.jp-disabled, a.jp-disabled:hover { |
425 | - background: none !important; | |
426 | - color: #bbb !important; | |
427 | -} | |
298 | + background: none !important; | |
299 | + color: #bbb !important; } | |
428 | 300 | |
429 | 301 | .holder a.jp-current, a.jp-current:hover { |
430 | - background: none; | |
431 | -} | |
302 | + background: none; } | |
432 | 303 | |
433 | 304 | .holder a, .holder span { |
434 | - border: 1px solid #ddd; | |
435 | - color: #337ab7; | |
436 | -} | |
305 | + border: 1px solid #ddd; | |
306 | + color: #337ab7; } | |
437 | 307 | |
438 | 308 | .holder a:hover { |
439 | - color: #23527c; | |
440 | - background-color: #eee; | |
441 | - border-color: #ddd; | |
442 | -} | |
309 | + color: #23527c; | |
310 | + background-color: #eee; | |
311 | + border-color: #ddd; } | |
443 | 312 | |
444 | 313 | .holder a.jp-current, a.jp-current:hover { |
445 | - background: #039BE5; | |
446 | - color: #FFFFFF; | |
447 | - border-color: #039BE5; | |
448 | -} | |
449 | - | |
450 | - | |
451 | -/* | |
452 | -* — Pendencies Form — | |
453 | -*/ | |
314 | + background: #039BE5; | |
315 | + color: #FFFFFF; | |
316 | + border-color: #039BE5; } | |
454 | 317 | |
318 | +/* Pendencies Form */ | |
455 | 319 | .notifies { |
456 | - border: 1px solid #EEEEEE; | |
457 | -} | |
320 | + border: 1px solid #EEEEEE; } | |
458 | 321 | |
459 | 322 | .bootstrap-datetimepicker-widget { |
460 | - background-color: #fff; | |
461 | -} | |
323 | + background-color: #fff; } | |
462 | 324 | |
463 | 325 | .notifies a.delete-row { |
464 | - -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12); | |
465 | - box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12); | |
466 | - background-color: #EEE; | |
467 | - color: rgba(0,0,0,.87); | |
468 | -} | |
326 | + -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); | |
327 | + box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); | |
328 | + background-color: #EEE; | |
329 | + color: rgba(0, 0, 0, 0.87); } | |
469 | 330 | |
470 | 331 | a.add-row { |
471 | - -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12); | |
472 | - box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12); | |
473 | - background-color: #59b75c; | |
474 | - color: rgba(255,255,255,.84); | |
475 | -} | |
476 | - | |
477 | - | |
478 | -/* | |
479 | -* — Resource List on topic templates — | |
480 | -*/ | |
332 | + -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); | |
333 | + box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); | |
334 | + background-color: #59b75c; | |
335 | + color: rgba(255, 255, 255, 0.84); } | |
481 | 336 | |
337 | +/* Resource list on topic templates */ | |
482 | 338 | .resource_list > .list-group-item { |
483 | - background-color: #fff; | |
484 | - border: 1px solid #ddd; | |
485 | -} | |
339 | + background-color: #fff; | |
340 | + border: 1px solid #ddd; } | |
486 | 341 | |
487 | 342 | .resource_list > .disabled { |
488 | - background-color: #eee; | |
489 | -} | |
343 | + background-color: #eee; } | |
490 | 344 | |
491 | 345 | .resource_list > .disabled:hover { |
492 | - background-color: #eee !important; | |
493 | -} | |
346 | + background-color: #eee !important; } | |
494 | 347 | |
495 | 348 | .resource_list > .disabled a.resource_link { |
496 | - color: #BDBDBD; | |
497 | -} | |
349 | + color: #BDBDBD; } | |
498 | 350 | |
499 | 351 | .resource_list > .list-group-item:hover { |
500 | - background: #F5F5F5; | |
501 | -} | |
352 | + background: #F5F5F5; } | |
502 | 353 | |
503 | 354 | .resource_list > .list-group-item:last-child { |
504 | - border-bottom: 1px solid #ddd !important; | |
505 | -} | |
355 | + border-bottom: 1px solid #ddd !important; } | |
506 | 356 | |
507 | 357 | .resource_list .category-card-items i { |
508 | - color: #e5e5e5; | |
509 | -} | |
358 | + color: #e5e5e5; } | |
510 | 359 | |
511 | 360 | .resource_list .category-card-items i:hover { |
512 | - color: #7f7f7f; | |
513 | -} | |
361 | + color: #7f7f7f; } | |
514 | 362 | |
515 | 363 | .resource_list .category-card-items .dropdown-menu i { |
516 | - color: #333; | |
517 | -} | |
364 | + color: #333; } | |
518 | 365 | |
519 | 366 | .resource_list a { |
520 | - color: inherit; | |
521 | -} | |
367 | + color: inherit; } | |
522 | 368 | |
523 | 369 | .resource_list .btn-group button:active, .resource_list .btn-group button:focus, .resource_list .btn-group button:hover { |
524 | - background-color: initial !important; | |
525 | -} | |
526 | - | |
527 | - | |
528 | - | |
529 | -#search-results-title{ | |
530 | - color: #BDBDBD; | |
531 | -} | |
370 | + background-color: initial !important; } | |
532 | 371 | |
372 | +#search-results-title { | |
373 | + color: #BDBDBD; } | |
533 | 374 | |
534 | -.no-subscribe-btn{ | |
535 | - background-color: #BDBDBD !important; | |
536 | - color: #F5F5F5 !important; | |
537 | -} | |
375 | +.no-subscribe-btn { | |
376 | + background-color: #BDBDBD !important; | |
377 | + color: #F5F5F5 !important; } | |
538 | 378 | |
539 | 379 | .pendency { |
540 | - border-color: #CCCCCC; | |
541 | -} | |
380 | + border-color: #CCCCCC; } | |
542 | 381 | |
543 | 382 | .pendency .breadcrumb { |
544 | - background-color: #FFFFFF; | |
545 | -} | |
383 | + background-color: #FFFFFF; } | |
546 | 384 | |
547 | 385 | .pendency .meta { |
548 | - color: #FF0000; | |
549 | -} | |
386 | + color: #FF0000; } | |
550 | 387 | |
551 | 388 | .alert-low, .alert-medium { |
552 | - background-color: #FFA500; | |
553 | - color: #FFFFFF; | |
554 | -} | |
389 | + background-color: #FFA500; | |
390 | + color: #FFFFFF; } | |
555 | 391 | |
556 | 392 | .no_button:hover, .no_button:focus, .no_button:active { |
557 | - background-color: initial !important; | |
558 | -} | |
393 | + background-color: initial !important; } | |
559 | 394 | |
560 | 395 | .popover { |
561 | - background: #FFF; | |
562 | - color: #333; | |
563 | -} | |
396 | + background: #FFF; | |
397 | + color: #333; } | |
564 | 398 | |
565 | 399 | .mural .post_make { |
566 | - background: #FFFFFF; | |
567 | -} | |
400 | + background: #FFFFFF; } | |
568 | 401 | |
569 | 402 | .mural .post_make .user-img, .post .post-img, .post .post-comment .user-img div, .comment .comment-img div { |
570 | - background: #CCCCCC; | |
571 | -} | |
403 | + background: #CCCCCC; } | |
572 | 404 | |
573 | 405 | .mural .post_make .post-field div { |
574 | - border-color: #CCCCCC; | |
575 | -} | |
406 | + border-color: #CCCCCC; } | |
576 | 407 | |
577 | 408 | .mural .post_make .post-field h4 { |
578 | - color: #CCCCCC; | |
579 | -} | |
409 | + color: #CCCCCC; } | |
580 | 410 | |
581 | 411 | .post_action i, .post .post-user .user-action i, .comment .comment-user .user-action i { |
582 | - color: #1d8fe0; | |
583 | -} | |
412 | + color: #1d8fe0; } | |
584 | 413 | |
585 | 414 | .post .post-user, .comment .comment-user, .marked_user { |
586 | - color: #26A69A; | |
587 | -} | |
415 | + color: #26A69A; } | |
588 | 416 | |
589 | 417 | .post .post-user .user-action { |
590 | - color: #BBBBBB; | |
591 | -} | |
418 | + color: #BBBBBB; } | |
592 | 419 | |
593 | 420 | .post .time { |
594 | - color: #ABABAB; | |
595 | -} | |
421 | + color: #ABABAB; } | |
596 | 422 | |
597 | 423 | .post .post-comment { |
598 | - border-top-color: #888888; | |
599 | - background: #e5e5e5; | |
600 | -} | |
424 | + border-top-color: #888888; | |
425 | + background: #e5e5e5; } | |
601 | 426 | |
602 | 427 | .post .post-comment .comment-field div { |
603 | - border-color: #888888; | |
604 | - background: #FFFFFF; | |
605 | -} | |
428 | + border-color: #888888; | |
429 | + background: #FFFFFF; } | |
606 | 430 | |
607 | 431 | .comment-section { |
608 | - background: #f5f5f5; | |
609 | - border-top-color: #AAAAAA; | |
610 | -} | |
432 | + background: #F5F5F5; | |
433 | + border-top-color: #AAAAAA; } | |
611 | 434 | |
612 | 435 | .comment .comment-user .user-action { |
613 | - color: #999999; | |
614 | -} | |
436 | + color: #999999; } | |
615 | 437 | |
616 | 438 | .comment-time { |
617 | - color: #9A9A9A; | |
618 | -} | |
439 | + color: #9A9A9A; } | |
619 | 440 | |
620 | 441 | .btn_unfav { |
621 | - color: #FF0000 !important; | |
622 | -} | |
442 | + color: #FF0000 !important; } | |
623 | 443 | |
624 | 444 | .btn_fav { |
625 | - color: #BBBBBB !important; | |
626 | -} | |
445 | + color: #BBBBBB !important; } | |
627 | 446 | |
628 | 447 | .post-filter { |
629 | - background: #f5f5f5; | |
630 | -} | |
448 | + background: #F5F5F5; } | |
631 | 449 | |
632 | 450 | .post-filter h4 { |
633 | - color: #26A69A; | |
634 | -} | |
451 | + color: #26A69A; } | |
635 | 452 | |
636 | 453 | .post-filter label { |
637 | - color: #333333; | |
638 | -} | |
454 | + color: #333333; } | |
639 | 455 | |
640 | 456 | .post-filter i { |
641 | - color: #FF0000; | |
642 | -} | |
457 | + color: #FF0000; } | |
643 | 458 | |
644 | 459 | .suggestions { |
645 | - background: #FFFFFF; | |
646 | -} | |
460 | + background: #FFFFFF; } | |
647 | 461 | |
648 | 462 | .mural-category { |
649 | - background: #EEE; | |
650 | -} | |
463 | + background: #EEE; } | |
651 | 464 | |
652 | 465 | .btn:not(.btn-raised):not(.btn-link):focus, .btn:not(.btn-raised):not(.btn-link):hover, .input-group-btn .btn:not(.btn-raised):not(.btn-link):focus, .input-group-btn .btn:not(.btn-raised):not(.btn-link):hover { |
653 | - background-color: initial; | |
654 | -} | |
655 | - | |
466 | + background-color: initial; } | |
656 | 467 | |
657 | 468 | @media(max-width: 768px) { |
658 | - .navbar .navbar-nav .dropdown .dropdown-menu li > a { | |
659 | - color: #333333 !important; | |
660 | - } | |
661 | - .navbar .navbar-nav .dropdown .dropdown-menu li > a:hover { | |
662 | - color: #009688 !important; | |
663 | - } | |
664 | -} | |
665 | 469 | \ No newline at end of file |
470 | + .navbar .navbar-nav .dropdown .dropdown-menu li > a { | |
471 | + color: #333333 !important; } | |
472 | + | |
473 | + .navbar .navbar-nav .dropdown .dropdown-menu li > a:hover { | |
474 | + color: #009688 !important; } } | |
475 | + | |
476 | +/*# sourceMappingURL=green.css.map */ | ... | ... |
... | ... | @@ -0,0 +1,7 @@ |
1 | +{ | |
2 | +"version": 3, | |
3 | +"mappings": "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", | |
4 | +"sources": ["green.sass"], | |
5 | +"names": [], | |
6 | +"file": "green.css" | |
7 | +} | |
0 | 8 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,647 @@ |
1 | +//Primary colors | |
2 | +$primary-color: #009688 //lighter shade of green | |
3 | +$secondary-color: #00695C //stronger shade of green | |
4 | +$default-white: #F5F5F5 | |
5 | +$white: #FFFFFF | |
6 | +$disabled: #E6E7E8 //light shade of gray | |
7 | + | |
8 | +body .container .jumbotron-inverse, body .container .well-inverse, body .container-fluid .jumbotron-inverse, body .container-fluid .well-inverse | |
9 | + background-color: white | |
10 | + | |
11 | + | |
12 | +a, a:focus, a:hover | |
13 | + color: $primary-color | |
14 | + | |
15 | + | |
16 | +.radio input[type=radio]:checked~.check, label.radio-inline input[type=radio]:checked~.check | |
17 | + background-color: $primary-color | |
18 | + | |
19 | + | |
20 | +.radio input[type=radio]:checked~.circle, label.radio-inline input[type=radio]:checked~.circle | |
21 | + border-color: $primary-color | |
22 | + | |
23 | + | |
24 | +.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus | |
25 | + color: #fff | |
26 | + background-color: $primary-color | |
27 | + border-color: $primary-color | |
28 | + | |
29 | + | |
30 | +.navbar, .navbar.navbar-default | |
31 | + background-color: $primary-color | |
32 | + color: rgba(255,255,255,.84) | |
33 | + | |
34 | + | |
35 | +.notify_badge | |
36 | + background-color: #FF0000 !important | |
37 | + | |
38 | + | |
39 | +.bottom-menu | |
40 | + background: $primary-color | |
41 | + | |
42 | + | |
43 | +#btn-search:hover | |
44 | + background: $secondary-color | |
45 | + | |
46 | + | |
47 | +/* language selector */ | |
48 | + | |
49 | + | |
50 | +.language-selector .dropdown-menu > .active > a | |
51 | + background: #EEEEEE | |
52 | + color: $primary-color | |
53 | + | |
54 | + | |
55 | +.language-selector .dropdown-menu > .active > a:hover | |
56 | + color: $primary-color | |
57 | + | |
58 | + | |
59 | +/* Sidebar menu in every page */ | |
60 | + | |
61 | +#sidebar-menu .item | |
62 | + background-color: $primary-color | |
63 | + color: white | |
64 | + | |
65 | + | |
66 | +#sidebar-menu .item a | |
67 | + color: white | |
68 | + | |
69 | + | |
70 | +#sidebar-menu > .subjects_menu_active | |
71 | + background-color: $secondary-color | |
72 | + | |
73 | + | |
74 | +#sidebar-menu > .item:hover | |
75 | + background-color: $secondary-color | |
76 | + | |
77 | + | |
78 | +/* === SUBJECT APP === */ | |
79 | + | |
80 | +/* home */ | |
81 | + | |
82 | +.users-cloud .small a | |
83 | + color: #2E8B57 | |
84 | + | |
85 | + | |
86 | +.users-cloud .big a | |
87 | + color: #6B8E23 | |
88 | + | |
89 | + | |
90 | +.users-cloud .medium a | |
91 | + color: #66CDAA | |
92 | + | |
93 | + | |
94 | +.users-cloud .tiny a | |
95 | + color: #654321 | |
96 | + | |
97 | + | |
98 | + | |
99 | +.my-subjects-title | |
100 | + color: #26A69A | |
101 | + | |
102 | + | |
103 | + | |
104 | +.panel-invisible | |
105 | + background-color: #BDBDBD !important | |
106 | + color: $default-white | |
107 | + | |
108 | + | |
109 | +.category-panel > .panel-heading | |
110 | + background-color: #015E96 !important | |
111 | + | |
112 | + | |
113 | +.category-panel .category-header .category-card-items i | |
114 | + color: #014e7d | |
115 | + | |
116 | + | |
117 | +.category-panel .category-header .category-card-items i:hover | |
118 | + color: $white | |
119 | + | |
120 | + | |
121 | +.subject-panel > .panel-heading | |
122 | + background-color: #0277BD !important | |
123 | + | |
124 | + | |
125 | +.subject-panel .category-header .category-card-items i | |
126 | + color: #0267a4 | |
127 | + | |
128 | + | |
129 | +.subject-panel .category-header .category-card-items i:hover | |
130 | + color: $white | |
131 | + | |
132 | + | |
133 | +.resource-link | |
134 | + color: #000000 !important | |
135 | + | |
136 | + | |
137 | +/* subscribe.html */ | |
138 | + | |
139 | +.modal-header | |
140 | + border-bottom: 1px solid $disabled !important | |
141 | + | |
142 | + | |
143 | +.modal-footer | |
144 | + border-top: 1px solid $disabled !important | |
145 | + | |
146 | + | |
147 | +/* subject_card.html */ | |
148 | + | |
149 | + | |
150 | +.access-subject | |
151 | + background-color: #2eb82e !important | |
152 | + color: white | |
153 | + | |
154 | +/* Groups App */ | |
155 | + | |
156 | + | |
157 | +.group-panel > .panel-heading | |
158 | + background-color: $white !important | |
159 | + | |
160 | + | |
161 | +.group-panel .panel-title, .group-panel .category-header i, .group-panel .category-course-link | |
162 | + color: #000000 !important | |
163 | + | |
164 | + | |
165 | +.group-panel-body | |
166 | + background: $white !important | |
167 | + border-top: 1px solid #CCCCCC | |
168 | + | |
169 | + | |
170 | +/* === Resources Common (ex: PDF, WebPage) App === */ | |
171 | + | |
172 | +.topic-panel > .panel-heading | |
173 | + background-color: #1d8fe0 !important | |
174 | + | |
175 | + | |
176 | +.topic-panel .category-header .category-card-items i, .topic-panel-invisible .category-header .category-card-items i | |
177 | + color: #1772b3 | |
178 | + | |
179 | + | |
180 | +.topic-panel .category-header .category-card-items i:hover, .topic-panel-invisible .category-header .category-card-items i:hover | |
181 | + color: $white | |
182 | + | |
183 | + | |
184 | +.topic-panel > .category-panel-content, .topic-panel-invisible > .category-panel-content | |
185 | + background: $white | |
186 | + | |
187 | + | |
188 | +.topic-panel-invisible > .panel-heading | |
189 | + background-color: #BDBDBD !important | |
190 | + color: $default-white | |
191 | + | |
192 | + | |
193 | +.pendencies-content | |
194 | + background: $white | |
195 | + | |
196 | + | |
197 | +.pendencies-content .core-subjects-options li | |
198 | + background: $default-white | |
199 | + | |
200 | + | |
201 | +.category-header i | |
202 | + color: white | |
203 | + | |
204 | + | |
205 | +.category-header i:hover | |
206 | + color: #90CAF9 | |
207 | + | |
208 | + | |
209 | +.category-header .dropdown-menu i | |
210 | + color: inherit !important | |
211 | + | |
212 | + | |
213 | +#create-category | |
214 | + background-color: #66BB6A | |
215 | + color: $white | |
216 | + | |
217 | + | |
218 | +.category-panel-content | |
219 | + background: $default-white | |
220 | + | |
221 | + | |
222 | +.core-subjects-options li | |
223 | + background-color: $white | |
224 | + border-bottom-color: #D2D2D2 | |
225 | + color: #A0A0A0 | |
226 | + | |
227 | + | |
228 | +.core-subjects-options li.active | |
229 | + color: inherit | |
230 | + border-bottom-color: $secondary-color | |
231 | + | |
232 | + | |
233 | +.create-subject-btn | |
234 | + background-color: #26A69A | |
235 | + color: white | |
236 | + | |
237 | + | |
238 | +#coordinators_accordion .panel-heading, #professors_accordion .panel-heading | |
239 | + background: $white | |
240 | + | |
241 | + | |
242 | +/* === Amadeus APP === */ | |
243 | + | |
244 | + | |
245 | + | |
246 | + | |
247 | +.navbar-brand:hover | |
248 | + background: $secondary-color !important | |
249 | + | |
250 | + | |
251 | +.navbar .project_name | |
252 | + color: white | |
253 | + | |
254 | + | |
255 | +.navbar-nav li.open | |
256 | + background: $secondary-color | |
257 | + | |
258 | + | |
259 | +.navbar-nav li > a:hover | |
260 | + background: $secondary-color !important | |
261 | + | |
262 | + | |
263 | +.navbar-nav li.settings_menu_active | |
264 | + background: $secondary-color | |
265 | + | |
266 | + | |
267 | +.top-search | |
268 | + color: $default-white | |
269 | + | |
270 | + | |
271 | + | |
272 | +.dropdown-menu | |
273 | + background: $default-white | |
274 | + | |
275 | + | |
276 | +.dropdown-menu li > a | |
277 | + background: $default-white | |
278 | + color: #333333 | |
279 | + | |
280 | + | |
281 | +.dropdown-menu li > a:hover | |
282 | + background: #EEEEEE !important | |
283 | + | |
284 | + | |
285 | +#system_accordion > .panel > .panel-heading | |
286 | + background: $default-white | |
287 | + | |
288 | + | |
289 | +#system_accordion > .panel > .panel-heading:hover | |
290 | + background: #EEEEEE | |
291 | + | |
292 | + | |
293 | +#system_accordion > .panel > .panel-heading > a > .panel-title | |
294 | + color: #333333 | |
295 | + | |
296 | + | |
297 | +#system_accordion > .panel > .panel-heading > a > .panel-title:hover | |
298 | + color: $primary-color | |
299 | + | |
300 | + | |
301 | +#system_accordion > .panel > .panel-heading > a:hover | |
302 | + color: $primary-color | |
303 | + | |
304 | + | |
305 | +#system_menu | |
306 | + background: $default-white | |
307 | + | |
308 | + | |
309 | + | |
310 | +#horizontal-line | |
311 | + background-color: black | |
312 | + | |
313 | + | |
314 | +.breadcrumb > li > span.divider | |
315 | + color: #26A69A | |
316 | + | |
317 | + | |
318 | +.breadcrumb > li > a | |
319 | + color: #26A69A | |
320 | + | |
321 | + | |
322 | +.breadcrumb > li | |
323 | + color: #BDBDBD | |
324 | + | |
325 | +/*Because we use an outer a tag*/ | |
326 | +.panel-title | |
327 | + color: rgba(255,255,255,.84) | |
328 | + | |
329 | + | |
330 | +.category-header > h4.panel-title span | |
331 | + color: $white | |
332 | + | |
333 | + | |
334 | +.accordion | |
335 | + background: white | |
336 | + | |
337 | + | |
338 | +.accordion_list | |
339 | + background: $default-white | |
340 | + | |
341 | + | |
342 | +.outside-title | |
343 | + color: #43a251 | |
344 | + | |
345 | + | |
346 | +.titleTopic a h4, .titleTopic h4 | |
347 | + color: white | |
348 | + | |
349 | + | |
350 | +.Topic-detail a h4 | |
351 | + color: black | |
352 | + | |
353 | + | |
354 | +.cards-detail .panel .panel-heading h4 | |
355 | + color: black | |
356 | + | |
357 | +.data_register_course p | |
358 | + color: grey | |
359 | + | |
360 | + | |
361 | +.category-course-link | |
362 | + color: $white !important | |
363 | + | |
364 | + | |
365 | +.profile_function | |
366 | + border-bottom: 1px solid #D2D2D2 | |
367 | + | |
368 | + | |
369 | + | |
370 | +.mobile-menu .item | |
371 | + color: $white | |
372 | + background: $primary-color | |
373 | + | |
374 | + | |
375 | +.mobile-menu .item a | |
376 | + color: white | |
377 | + | |
378 | + | |
379 | +.mobile-menu > .subjects_menu_active | |
380 | + background-color: $secondary-color | |
381 | + | |
382 | + | |
383 | +.mobile-menu > .item:hover | |
384 | + background-color: $secondary-color | |
385 | + | |
386 | + | |
387 | + | |
388 | +.page_selector h4 | |
389 | + border-bottom: 1px solid #e5e5e5 | |
390 | + | |
391 | + | |
392 | +.subscribe-subject | |
393 | + background-color: #33cc33 !important | |
394 | + color: white | |
395 | + | |
396 | + | |
397 | +.filedrag | |
398 | + color: #555 | |
399 | + border: 2px dashed #555 | |
400 | + | |
401 | + | |
402 | +.footer | |
403 | + color: $white | |
404 | + background: #26A69A | |
405 | + | |
406 | + | |
407 | +.no-subjects | |
408 | + color: #999999 | |
409 | + | |
410 | + | |
411 | +.holder a.jp-disabled, a.jp-disabled:hover | |
412 | + background: none !important | |
413 | + color: #bbb !important | |
414 | + | |
415 | + | |
416 | +.holder a.jp-current, a.jp-current:hover | |
417 | + background: none | |
418 | + | |
419 | + | |
420 | +.holder a, .holder span | |
421 | + border: 1px solid #ddd | |
422 | + color: #337ab7 | |
423 | + | |
424 | + | |
425 | +.holder a:hover | |
426 | + color: #23527c | |
427 | + background-color: #eee | |
428 | + border-color: #ddd | |
429 | + | |
430 | + | |
431 | +.holder a.jp-current, a.jp-current:hover | |
432 | + background: #039BE5 | |
433 | + color: $white | |
434 | + border-color: #039BE5 | |
435 | + | |
436 | + | |
437 | +/* Pendencies Form */ | |
438 | + | |
439 | + | |
440 | +.notifies | |
441 | + border: 1px solid #EEEEEE | |
442 | + | |
443 | + | |
444 | +.bootstrap-datetimepicker-widget | |
445 | + background-color: #fff | |
446 | + | |
447 | + | |
448 | +.notifies a.delete-row | |
449 | + -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12) | |
450 | + box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12) | |
451 | + background-color: #EEE | |
452 | + color: rgba(0,0,0,.87) | |
453 | + | |
454 | + | |
455 | +a.add-row | |
456 | + -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12) | |
457 | + box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12) | |
458 | + background-color: #59b75c | |
459 | + color: rgba(255,255,255,.84) | |
460 | + | |
461 | +/* Resource list on topic templates */ | |
462 | + | |
463 | + | |
464 | +.resource_list > .list-group-item | |
465 | + background-color: #fff | |
466 | + border: 1px solid #ddd | |
467 | + | |
468 | + | |
469 | +.resource_list > .disabled | |
470 | + background-color: #eee | |
471 | + | |
472 | + | |
473 | +.resource_list > .disabled:hover | |
474 | + background-color: #eee !important | |
475 | + | |
476 | + | |
477 | +.resource_list > .disabled a.resource_link | |
478 | + color: #BDBDBD | |
479 | + | |
480 | + | |
481 | +.resource_list > .list-group-item:hover | |
482 | + background: $default-white | |
483 | + | |
484 | + | |
485 | +.resource_list > .list-group-item:last-child | |
486 | + border-bottom: 1px solid #ddd !important | |
487 | + | |
488 | + | |
489 | +.resource_list .category-card-items i | |
490 | + color: #e5e5e5 | |
491 | + | |
492 | + | |
493 | +.resource_list .category-card-items i:hover | |
494 | + color: #7f7f7f | |
495 | + | |
496 | + | |
497 | +.resource_list .category-card-items .dropdown-menu i | |
498 | + color: #333 | |
499 | + | |
500 | + | |
501 | +.resource_list a | |
502 | + color: inherit | |
503 | + | |
504 | + | |
505 | +.resource_list .btn-group button:active, .resource_list .btn-group button:focus, .resource_list .btn-group button:hover | |
506 | + background-color: initial !important | |
507 | + | |
508 | + | |
509 | + | |
510 | + | |
511 | +#search-results-title | |
512 | + color: #BDBDBD | |
513 | + | |
514 | + | |
515 | + | |
516 | +.no-subscribe-btn | |
517 | + background-color: #BDBDBD !important | |
518 | + color: $default-white !important | |
519 | + | |
520 | + | |
521 | +.pendency | |
522 | + border-color: #CCCCCC | |
523 | + | |
524 | + | |
525 | +.pendency .breadcrumb | |
526 | + background-color: $white | |
527 | + | |
528 | + | |
529 | +.pendency .meta | |
530 | + color: #FF0000 | |
531 | + | |
532 | + | |
533 | +.alert-low, .alert-medium | |
534 | + background-color: #FFA500 | |
535 | + color: $white | |
536 | + | |
537 | + | |
538 | +.no_button:hover, .no_button:focus, .no_button:active | |
539 | + background-color: initial !important | |
540 | + | |
541 | + | |
542 | +.popover | |
543 | + background: #FFF | |
544 | + color: #333 | |
545 | + | |
546 | + | |
547 | +.mural .post_make | |
548 | + background: $white | |
549 | + | |
550 | + | |
551 | +.mural .post_make .user-img, .post .post-img, .post .post-comment .user-img div, .comment .comment-img div | |
552 | + background: #CCCCCC | |
553 | + | |
554 | + | |
555 | +.mural .post_make .post-field div | |
556 | + border-color: #CCCCCC | |
557 | + | |
558 | + | |
559 | +.mural .post_make .post-field h4 | |
560 | + color: #CCCCCC | |
561 | + | |
562 | + | |
563 | +.post_action i, .post .post-user .user-action i, .comment .comment-user .user-action i | |
564 | + color: #1d8fe0 | |
565 | + | |
566 | + | |
567 | +.post .post-user, .comment .comment-user, .marked_user | |
568 | + color: #26A69A | |
569 | + | |
570 | + | |
571 | +.post .post-user .user-action | |
572 | + color: #BBBBBB | |
573 | + | |
574 | + | |
575 | +.post .time | |
576 | + color: #ABABAB | |
577 | + | |
578 | + | |
579 | +.post .post-comment | |
580 | + border-top-color: #888888 | |
581 | + background: #e5e5e5 | |
582 | + | |
583 | + | |
584 | +.post .post-comment .comment-field div | |
585 | + border-color: #888888 | |
586 | + background: $white | |
587 | + | |
588 | + | |
589 | +.comment-section | |
590 | + background: $default-white | |
591 | + border-top-color: #AAAAAA | |
592 | + | |
593 | + | |
594 | +.comment .comment-user .user-action | |
595 | + color: #999999 | |
596 | + | |
597 | + | |
598 | +.comment-time | |
599 | + color: #9A9A9A | |
600 | + | |
601 | + | |
602 | +.btn_unfav | |
603 | + color: #FF0000 !important | |
604 | + | |
605 | + | |
606 | +.btn_fav | |
607 | + color: #BBBBBB !important | |
608 | + | |
609 | + | |
610 | +.post-filter | |
611 | + background: $default-white | |
612 | + | |
613 | + | |
614 | +.post-filter h4 | |
615 | + color: #26A69A | |
616 | + | |
617 | + | |
618 | +.post-filter | |
619 | + label | |
620 | + color: #333333 | |
621 | + | |
622 | + | |
623 | +.post-filter | |
624 | + i | |
625 | + color: #FF0000 | |
626 | + | |
627 | + | |
628 | +.suggestions | |
629 | + background: $white | |
630 | + | |
631 | + | |
632 | +.mural-category | |
633 | + background: #EEE | |
634 | + | |
635 | + | |
636 | +.btn:not(.btn-raised):not(.btn-link):focus, .btn:not(.btn-raised):not(.btn-link):hover, .input-group-btn .btn:not(.btn-raised):not(.btn-link):focus, .input-group-btn .btn:not(.btn-raised):not(.btn-link):hover | |
637 | + background-color: initial | |
638 | + | |
639 | + | |
640 | + | |
641 | +@media(max-width: 768px) | |
642 | + .navbar .navbar-nav .dropdown .dropdown-menu li > a | |
643 | + color: #333333 !important | |
644 | + | |
645 | + .navbar .navbar-nav .dropdown .dropdown-menu li > a:hover | |
646 | + color: $primary-color !important | |
647 | + | ... | ... |
amadeus/static/css/themes/red.css
1 | -/* | |
2 | -* === COMMON TAGS (Body, h4, p, etc...) and base.html === | |
3 | -*/ | |
4 | - | |
5 | 1 | body .container .jumbotron-inverse, body .container .well-inverse, body .container-fluid .jumbotron-inverse, body .container-fluid .well-inverse { |
6 | - background-color: white; | |
7 | -} | |
2 | + background-color: white; } | |
8 | 3 | |
9 | 4 | a, a:focus, a:hover { |
10 | - color: #009688; | |
11 | -} | |
5 | + color: #FF3333; } | |
12 | 6 | |
13 | -.radio input[type=radio]:checked~.check, label.radio-inline input[type=radio]:checked~.check { | |
14 | - background-color: #009688; | |
15 | -} | |
7 | +.radio input[type=radio]:checked ~ .check, label.radio-inline input[type=radio]:checked ~ .check { | |
8 | + background-color: #FF3333; } | |
16 | 9 | |
17 | -.radio input[type=radio]:checked~.circle, label.radio-inline input[type=radio]:checked~.circle { | |
18 | - border-color: #009688; | |
19 | -} | |
10 | +.radio input[type=radio]:checked ~ .circle, label.radio-inline input[type=radio]:checked ~ .circle { | |
11 | + border-color: #FF3333; } | |
20 | 12 | |
21 | 13 | .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { |
22 | - color: #fff; | |
23 | - background-color: #337ab7; | |
24 | - border-color: #337ab7; | |
25 | -} | |
14 | + color: #fff; | |
15 | + background-color: #FF3333; | |
16 | + border-color: #FF3333; } | |
26 | 17 | |
27 | 18 | .navbar, .navbar.navbar-default { |
28 | - background-color: #009688; | |
29 | - color: rgba(255,255,255,.84); | |
30 | -} | |
19 | + background-color: #FF3333; | |
20 | + color: rgba(255, 255, 255, 0.84); } | |
31 | 21 | |
32 | 22 | .notify_badge { |
33 | - background-color: #FF0000 !important; | |
34 | -} | |
35 | - | |
23 | + background-color: #FF0000 !important; } | |
36 | 24 | |
25 | +.bottom-menu { | |
26 | + background: #FF3333; } | |
37 | 27 | |
38 | 28 | #btn-search:hover { |
39 | - background: #00695C; | |
40 | -} | |
41 | - | |
42 | -/* | |
43 | -* — Language selector — | |
44 | -*/ | |
29 | + background: #669999; } | |
45 | 30 | |
31 | +/* language selector */ | |
46 | 32 | .language-selector .dropdown-menu > .active > a { |
47 | - background: #EEEEEE; | |
48 | - color: #009688; | |
49 | -} | |
33 | + background: #EEEEEE; | |
34 | + color: #FF3333; } | |
50 | 35 | |
51 | 36 | .language-selector .dropdown-menu > .active > a:hover { |
52 | - color: #009688; | |
53 | -} | |
54 | - | |
55 | -/* | |
56 | -* — Sidebar menu in every page — | |
57 | -*/ | |
37 | + color: #FF3333; } | |
58 | 38 | |
39 | +/* Sidebar menu in every page */ | |
59 | 40 | #sidebar-menu .item { |
60 | - background-color: #009688; | |
61 | - color: white; | |
62 | -} | |
41 | + background-color: #FF3333; | |
42 | + color: white; } | |
63 | 43 | |
64 | -#sidebar-menu .item a{ | |
65 | - color: white; | |
66 | -} | |
44 | +#sidebar-menu .item a { | |
45 | + color: white; } | |
67 | 46 | |
68 | 47 | #sidebar-menu > .subjects_menu_active { |
69 | - background-color: #00695C; | |
70 | -} | |
48 | + background-color: #669999; } | |
71 | 49 | |
72 | -#sidebar-menu > .item:hover{ | |
73 | - background-color: #00695C; | |
74 | -} | |
50 | +#sidebar-menu > .item:hover { | |
51 | + background-color: #669999; } | |
75 | 52 | |
76 | -/* | |
77 | -* === SUBJECT APP === | |
78 | -*/ | |
53 | +/* === SUBJECT APP === */ | |
54 | +/* home */ | |
55 | +.users-cloud .small a { | |
56 | + color: #2E8B57; } | |
79 | 57 | |
80 | -/* | |
81 | -* — Home — | |
82 | -*/ | |
83 | - | |
84 | -.users-cloud .small a { | |
85 | - color: #2E8B57; | |
86 | -} | |
87 | - | |
88 | -.users-cloud .big a { | |
89 | - color: #6B8E23; | |
90 | -} | |
58 | +.users-cloud .big a { | |
59 | + color: #6B8E23; } | |
91 | 60 | |
92 | 61 | .users-cloud .medium a { |
93 | - color: #66CDAA; | |
94 | -} | |
95 | - | |
96 | -.users-cloud .tiny a { | |
97 | - color: #654321; | |
98 | -} | |
62 | + color: #66CDAA; } | |
99 | 63 | |
64 | +.users-cloud .tiny a { | |
65 | + color: #654321; } | |
100 | 66 | |
101 | 67 | .my-subjects-title { |
102 | - color: #26A69A; | |
103 | -} | |
104 | - | |
68 | + color: #003333; } | |
105 | 69 | |
106 | -.panel-invisible{ | |
107 | - background-color: #BDBDBD !important; | |
108 | - color: #F5F5F5; | |
109 | -} | |
70 | +.panel-invisible { | |
71 | + background-color: #BDBDBD !important; | |
72 | + color: #F5F5F5; } | |
110 | 73 | |
111 | 74 | .category-panel > .panel-heading { |
112 | - background-color: #015E96 !important; | |
113 | -} | |
75 | + background-color: #669999 !important; } | |
114 | 76 | |
115 | 77 | .category-panel .category-header .category-card-items i { |
116 | - color: #014e7d; | |
117 | -} | |
78 | + color: #014e7d; } | |
118 | 79 | |
119 | 80 | .category-panel .category-header .category-card-items i:hover { |
120 | - color: #ffffff; | |
121 | -} | |
81 | + color: #FFFFFF; } | |
122 | 82 | |
123 | 83 | .subject-panel > .panel-heading { |
124 | - background-color: #0277BD !important; | |
125 | -} | |
84 | + background-color: #669999 !important; } | |
126 | 85 | |
127 | 86 | .subject-panel .category-header .category-card-items i { |
128 | - color: #0267a4; | |
129 | -} | |
87 | + color: #003333; } | |
130 | 88 | |
131 | 89 | .subject-panel .category-header .category-card-items i:hover { |
132 | - color: #ffffff; | |
133 | -} | |
90 | + color: #FFFFFF; } | |
134 | 91 | |
135 | -.resource-link{ | |
136 | - color: #000000 !important; | |
137 | -} | |
92 | +.resource-link { | |
93 | + color: #000000 !important; } | |
138 | 94 | |
139 | -/* | |
140 | -* — subscribe.html — | |
141 | -*/ | |
95 | +/* subscribe.html */ | |
142 | 96 | .modal-header { |
143 | - border-bottom: 1px solid #E6E7E8 !important; | |
144 | -} | |
97 | + border-bottom: 1px solid #999999 !important; } | |
145 | 98 | |
146 | 99 | .modal-footer { |
147 | - border-top: 1px solid #E6E7E8 !important; | |
148 | -} | |
149 | - | |
150 | -/* | |
151 | -* — subject_card.html — | |
152 | -*/ | |
100 | + border-top: 1px solid #999999 !important; } | |
153 | 101 | |
102 | +/* subject_card.html */ | |
154 | 103 | .access-subject { |
155 | - background-color: #2eb82e !important; | |
156 | - color: white; | |
157 | -} | |
158 | - | |
159 | -/* | |
160 | -* — Groups App — | |
161 | -*/ | |
104 | + background-color: #2eb82e !important; | |
105 | + color: white; } | |
162 | 106 | |
107 | +/* Groups App */ | |
163 | 108 | .group-panel > .panel-heading { |
164 | - background-color: #FFFFFF !important; | |
165 | -} | |
109 | + background-color: #FFFFFF !important; } | |
166 | 110 | |
167 | -.group-panel .panel-title, .group-panel .category-header i, .group-panel .category-course-link { | |
168 | - color: #000000 !important; | |
169 | -} | |
111 | +.group-panel .panel-title, .group-panel .category-header i, .group-panel .category-course-link { | |
112 | + color: #000000 !important; } | |
170 | 113 | |
171 | 114 | .group-panel-body { |
172 | - background: #FFFFFF !important; | |
173 | - border-top: 1px solid #CCCCCC; | |
174 | -} | |
175 | - | |
176 | - | |
177 | -/* | |
178 | -* === Resources Common (ex: PDF, WebPage ) App === | |
179 | -*/ | |
115 | + background: #FFFFFF !important; | |
116 | + border-top: 1px solid #CCCCCC; } | |
180 | 117 | |
118 | +/* === Resources Common (ex: PDF, WebPage) App === */ | |
181 | 119 | .topic-panel > .panel-heading { |
182 | - background-color: #1d8fe0 !important; | |
183 | -} | |
120 | + background-color: #1d8fe0 !important; } | |
184 | 121 | |
185 | 122 | .topic-panel .category-header .category-card-items i, .topic-panel-invisible .category-header .category-card-items i { |
186 | - color: #1772b3; | |
187 | -} | |
123 | + color: #1772b3; } | |
188 | 124 | |
189 | 125 | .topic-panel .category-header .category-card-items i:hover, .topic-panel-invisible .category-header .category-card-items i:hover { |
190 | - color: #ffffff; | |
191 | -} | |
126 | + color: #FFFFFF; } | |
192 | 127 | |
193 | 128 | .topic-panel > .category-panel-content, .topic-panel-invisible > .category-panel-content { |
194 | - background: #FFFFFF; | |
195 | -} | |
129 | + background: #FFFFFF; } | |
196 | 130 | |
197 | 131 | .topic-panel-invisible > .panel-heading { |
198 | - background-color: #BDBDBD !important; | |
199 | - color: #F5F5F5; | |
200 | -} | |
132 | + background-color: #BDBDBD !important; | |
133 | + color: #F5F5F5; } | |
201 | 134 | |
202 | 135 | .pendencies-content { |
203 | - background: #FFFFFF; | |
204 | -} | |
136 | + background: #FFFFFF; } | |
205 | 137 | |
206 | 138 | .pendencies-content .core-subjects-options li { |
207 | - background: #F5F5F5; | |
208 | -} | |
139 | + background: #F5F5F5; } | |
209 | 140 | |
210 | 141 | .category-header i { |
211 | - color: white; | |
212 | -} | |
142 | + color: white; } | |
213 | 143 | |
214 | -.category-header i:hover{ | |
215 | - color: #90CAF9; | |
216 | -} | |
144 | +.category-header i:hover { | |
145 | + color: #90CAF9; } | |
217 | 146 | |
218 | 147 | .category-header .dropdown-menu i { |
219 | - color: inherit !important; | |
220 | -} | |
148 | + color: inherit !important; } | |
221 | 149 | |
222 | 150 | #create-category { |
223 | - background-color: #66BB6A; | |
224 | - color: #FFFFFF; | |
225 | -} | |
151 | + background-color: #66BB6A; | |
152 | + color: #FFFFFF; } | |
226 | 153 | |
227 | 154 | .category-panel-content { |
228 | - background: #F5F5F5; | |
229 | -} | |
155 | + background: #F5F5F5; } | |
230 | 156 | |
231 | -.core-subjects-options li { | |
232 | - background-color: #FFFFFF; | |
233 | - border-bottom-color: #D2D2D2; | |
234 | - color: #A0A0A0; | |
235 | -} | |
157 | +.core-subjects-options li { | |
158 | + background-color: #FFFFFF; | |
159 | + border-bottom-color: #D2D2D2; | |
160 | + color: #A0A0A0; } | |
236 | 161 | |
237 | -.core-subjects-options li.active { | |
238 | - color: inherit; | |
239 | - border-bottom-color: #00695C; | |
240 | -} | |
162 | +.core-subjects-options li.active { | |
163 | + color: inherit; | |
164 | + border-bottom-color: #669999; } | |
241 | 165 | |
242 | 166 | .create-subject-btn { |
243 | - background-color: #26A69A; | |
244 | - color: white; | |
245 | -} | |
167 | + background-color: #003333; | |
168 | + color: white; } | |
246 | 169 | |
247 | 170 | #coordinators_accordion .panel-heading, #professors_accordion .panel-heading { |
248 | - background: #FFFFFF; | |
249 | -} | |
250 | - | |
251 | -/* | |
252 | -* === Amadeus APP === | |
253 | -*/ | |
254 | - | |
255 | - | |
171 | + background: #FFFFFF; } | |
256 | 172 | |
173 | +/* === Amadeus APP === */ | |
257 | 174 | .navbar-brand:hover { |
258 | - background: #00695C !important; | |
259 | -} | |
175 | + background: #669999 !important; } | |
260 | 176 | |
261 | 177 | .navbar .project_name { |
262 | - color: white; | |
263 | -} | |
178 | + color: white; } | |
264 | 179 | |
265 | 180 | .navbar-nav li.open { |
266 | - background: #00695C; | |
267 | -} | |
181 | + background: #669999; } | |
268 | 182 | |
269 | 183 | .navbar-nav li > a:hover { |
270 | - background: #00695C !important; | |
271 | -} | |
184 | + background: #669999 !important; } | |
272 | 185 | |
273 | 186 | .navbar-nav li.settings_menu_active { |
274 | - background: #00695C | |
275 | -} | |
187 | + background: #669999; } | |
276 | 188 | |
277 | 189 | .top-search { |
278 | - color: #F5F5F5; | |
279 | -} | |
280 | - | |
190 | + color: #F5F5F5; } | |
281 | 191 | |
282 | 192 | .dropdown-menu { |
283 | - background: #F5F5F5; | |
284 | -} | |
193 | + background: #F5F5F5; } | |
285 | 194 | |
286 | 195 | .dropdown-menu li > a { |
287 | - background: #F5F5F5; | |
288 | - color: #333333; | |
289 | -} | |
196 | + background: #F5F5F5; | |
197 | + color: #333333; } | |
290 | 198 | |
291 | 199 | .dropdown-menu li > a:hover { |
292 | - background: #EEEEEE !important; | |
293 | -} | |
200 | + background: #EEEEEE !important; } | |
294 | 201 | |
295 | 202 | #system_accordion > .panel > .panel-heading { |
296 | - background: #F5F5F5; | |
297 | -} | |
203 | + background: #F5F5F5; } | |
298 | 204 | |
299 | 205 | #system_accordion > .panel > .panel-heading:hover { |
300 | - background: #EEEEEE; | |
301 | -} | |
206 | + background: #EEEEEE; } | |
302 | 207 | |
303 | 208 | #system_accordion > .panel > .panel-heading > a > .panel-title { |
304 | - color: #333333; | |
305 | -} | |
209 | + color: #333333; } | |
306 | 210 | |
307 | 211 | #system_accordion > .panel > .panel-heading > a > .panel-title:hover { |
308 | - color: #009688; | |
309 | -} | |
212 | + color: #FF3333; } | |
310 | 213 | |
311 | 214 | #system_accordion > .panel > .panel-heading > a:hover { |
312 | - color: #009688; | |
313 | -} | |
215 | + color: #FF3333; } | |
314 | 216 | |
315 | 217 | #system_menu { |
316 | - background: #F5F5F5; | |
317 | -} | |
318 | - | |
218 | + background: #F5F5F5; } | |
319 | 219 | |
320 | -#horizontal-line{ | |
321 | - background-color: black; | |
322 | -} | |
220 | +#horizontal-line { | |
221 | + background-color: black; } | |
323 | 222 | |
324 | 223 | .breadcrumb > li > span.divider { |
325 | - color: #26A69A; | |
326 | -} | |
224 | + color: #003333; } | |
327 | 225 | |
328 | -.breadcrumb > li > a{ | |
329 | - color: #26A69A; | |
330 | -} | |
226 | +.breadcrumb > li > a { | |
227 | + color: #003333; } | |
331 | 228 | |
332 | 229 | .breadcrumb > li { |
333 | - color: #BDBDBD; | |
334 | -} | |
230 | + color: #BDBDBD; } | |
335 | 231 | |
336 | -.panel-title { /*Because we use an outer a tag*/ | |
337 | - color: rgba(255,255,255,.84); | |
338 | -} | |
232 | +/*Because we use an outer a tag */ | |
233 | +.panel-title { | |
234 | + color: rgba(255, 255, 255, 0.84); } | |
339 | 235 | |
340 | 236 | .category-header > h4.panel-title span { |
341 | - color: #FFFFFF; | |
342 | -} | |
237 | + color: #FFFFFF; } | |
343 | 238 | |
344 | 239 | .accordion { |
345 | - background: white; | |
346 | -} | |
240 | + background: white; } | |
347 | 241 | |
348 | 242 | .accordion_list { |
349 | - background: #F5F5F5; | |
350 | -} | |
243 | + background: #F5F5F5; } | |
351 | 244 | |
352 | 245 | .outside-title { |
353 | - color: #43a251; | |
354 | -} | |
246 | + color: #43a251; } | |
355 | 247 | |
356 | 248 | .titleTopic a h4, .titleTopic h4 { |
357 | - color: white; | |
358 | -} | |
249 | + color: white; } | |
359 | 250 | |
360 | -.Topic-detail a h4{ | |
361 | - color: black; | |
362 | -} | |
251 | +.Topic-detail a h4 { | |
252 | + color: black; } | |
363 | 253 | |
364 | 254 | .cards-detail .panel .panel-heading h4 { |
365 | - color:black; | |
366 | -} | |
255 | + color: black; } | |
367 | 256 | |
368 | -.data_register_course p { | |
369 | - color: grey; | |
370 | -} | |
257 | +.data_register_course p { | |
258 | + color: grey; } | |
371 | 259 | |
372 | 260 | .category-course-link { |
373 | - color: #FFFFFF !important; | |
374 | -} | |
261 | + color: #FFFFFF !important; } | |
375 | 262 | |
376 | 263 | .profile_function { |
377 | - border-bottom: 1px solid #D2D2D2; | |
378 | -} | |
379 | - | |
264 | + border-bottom: 1px solid #D2D2D2; } | |
380 | 265 | |
381 | 266 | .mobile-menu .item { |
382 | - color: #FFFFFF; | |
383 | - background: #009688; | |
384 | -} | |
267 | + color: #FFFFFF; | |
268 | + background: #FF3333; } | |
385 | 269 | |
386 | 270 | .mobile-menu .item a { |
387 | - color: white; | |
388 | -} | |
271 | + color: white; } | |
389 | 272 | |
390 | 273 | .mobile-menu > .subjects_menu_active { |
391 | - background-color: #00695C; | |
392 | -} | |
393 | - | |
394 | -.mobile-menu > .item:hover{ | |
395 | - background-color: #00695C; | |
396 | -} | |
274 | + background-color: #669999; } | |
397 | 275 | |
276 | +.mobile-menu > .item:hover { | |
277 | + background-color: #669999; } | |
398 | 278 | |
399 | 279 | .page_selector h4 { |
400 | - border-bottom: 1px solid #e5e5e5; | |
401 | -} | |
280 | + border-bottom: 1px solid #e5e5e5; } | |
402 | 281 | |
403 | 282 | .subscribe-subject { |
404 | - background-color: #33cc33 !important; | |
405 | - color:white; | |
406 | -} | |
283 | + background-color: #33cc33 !important; | |
284 | + color: white; } | |
407 | 285 | |
408 | 286 | .filedrag { |
409 | - color: #555; | |
410 | - border: 2px dashed #555; | |
411 | -} | |
287 | + color: #555; | |
288 | + border: 2px dashed #555; } | |
412 | 289 | |
413 | 290 | .footer { |
414 | - color: #FFFFFF; | |
415 | - background: #26A69A; | |
416 | -} | |
291 | + color: #FFFFFF; | |
292 | + background: #003333; } | |
417 | 293 | |
418 | 294 | .no-subjects { |
419 | - color: #999999; | |
420 | -} | |
295 | + color: #999999; } | |
421 | 296 | |
422 | 297 | .holder a.jp-disabled, a.jp-disabled:hover { |
423 | - background: none !important; | |
424 | - color: #bbb !important; | |
425 | -} | |
298 | + background: none !important; | |
299 | + color: #bbb !important; } | |
426 | 300 | |
427 | 301 | .holder a.jp-current, a.jp-current:hover { |
428 | - background: none; | |
429 | -} | |
302 | + background: none; } | |
430 | 303 | |
431 | 304 | .holder a, .holder span { |
432 | - border: 1px solid #ddd; | |
433 | - color: #337ab7; | |
434 | -} | |
305 | + border: 1px solid #ddd; | |
306 | + color: #337ab7; } | |
435 | 307 | |
436 | 308 | .holder a:hover { |
437 | - color: #23527c; | |
438 | - background-color: #eee; | |
439 | - border-color: #ddd; | |
440 | -} | |
309 | + color: #23527c; | |
310 | + background-color: #eee; | |
311 | + border-color: #ddd; } | |
441 | 312 | |
442 | 313 | .holder a.jp-current, a.jp-current:hover { |
443 | - background: #039BE5; | |
444 | - color: #FFFFFF; | |
445 | - border-color: #039BE5; | |
446 | -} | |
447 | - | |
448 | - | |
449 | -/* | |
450 | -* — Pendencies Form — | |
451 | -*/ | |
314 | + background: #039BE5; | |
315 | + color: #FFFFFF; | |
316 | + border-color: #039BE5; } | |
452 | 317 | |
318 | +/* Pendencies Form */ | |
453 | 319 | .notifies { |
454 | - border: 1px solid #EEEEEE; | |
455 | -} | |
320 | + border: 1px solid #EEEEEE; } | |
456 | 321 | |
457 | 322 | .bootstrap-datetimepicker-widget { |
458 | - background-color: #fff; | |
459 | -} | |
323 | + background-color: #fff; } | |
460 | 324 | |
461 | 325 | .notifies a.delete-row { |
462 | - -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12); | |
463 | - box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12); | |
464 | - background-color: #EEE; | |
465 | - color: rgba(0,0,0,.87); | |
466 | -} | |
326 | + -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); | |
327 | + box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); | |
328 | + background-color: #EEE; | |
329 | + color: rgba(0, 0, 0, 0.87); } | |
467 | 330 | |
468 | 331 | a.add-row { |
469 | - -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12); | |
470 | - box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12); | |
471 | - background-color: #59b75c; | |
472 | - color: rgba(255,255,255,.84); | |
473 | -} | |
474 | - | |
475 | - | |
476 | -/* | |
477 | -* — Resource List on topic templates — | |
478 | -*/ | |
332 | + -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); | |
333 | + box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); | |
334 | + background-color: #59b75c; | |
335 | + color: rgba(255, 255, 255, 0.84); } | |
479 | 336 | |
337 | +/* Resource list on topic templates */ | |
480 | 338 | .resource_list > .list-group-item { |
481 | - background-color: #fff; | |
482 | - border: 1px solid #ddd; | |
483 | -} | |
339 | + background-color: #fff; | |
340 | + border: 1px solid #ddd; } | |
484 | 341 | |
485 | 342 | .resource_list > .disabled { |
486 | - background-color: #eee; | |
487 | -} | |
343 | + background-color: #eee; } | |
488 | 344 | |
489 | 345 | .resource_list > .disabled:hover { |
490 | - background-color: #eee !important; | |
491 | -} | |
346 | + background-color: #eee !important; } | |
492 | 347 | |
493 | 348 | .resource_list > .disabled a.resource_link { |
494 | - color: #BDBDBD; | |
495 | -} | |
349 | + color: #BDBDBD; } | |
496 | 350 | |
497 | 351 | .resource_list > .list-group-item:hover { |
498 | - background: #F5F5F5; | |
499 | -} | |
352 | + background: #F5F5F5; } | |
500 | 353 | |
501 | 354 | .resource_list > .list-group-item:last-child { |
502 | - border-bottom: 1px solid #ddd !important; | |
503 | -} | |
355 | + border-bottom: 1px solid #ddd !important; } | |
504 | 356 | |
505 | 357 | .resource_list .category-card-items i { |
506 | - color: #e5e5e5; | |
507 | -} | |
358 | + color: #e5e5e5; } | |
508 | 359 | |
509 | 360 | .resource_list .category-card-items i:hover { |
510 | - color: #7f7f7f; | |
511 | -} | |
361 | + color: #7f7f7f; } | |
512 | 362 | |
513 | 363 | .resource_list .category-card-items .dropdown-menu i { |
514 | - color: #333; | |
515 | -} | |
364 | + color: #333; } | |
516 | 365 | |
517 | 366 | .resource_list a { |
518 | - color: inherit; | |
519 | -} | |
367 | + color: inherit; } | |
520 | 368 | |
521 | 369 | .resource_list .btn-group button:active, .resource_list .btn-group button:focus, .resource_list .btn-group button:hover { |
522 | - background-color: initial !important; | |
523 | -} | |
524 | - | |
525 | - | |
526 | - | |
527 | -#search-results-title{ | |
528 | - color: #BDBDBD; | |
529 | -} | |
370 | + background-color: initial !important; } | |
530 | 371 | |
372 | +#search-results-title { | |
373 | + color: #BDBDBD; } | |
531 | 374 | |
532 | -.no-subscribe-btn{ | |
533 | - background-color: #BDBDBD !important; | |
534 | - color: #F5F5F5 !important; | |
535 | -} | |
375 | +.no-subscribe-btn { | |
376 | + background-color: #BDBDBD !important; | |
377 | + color: #F5F5F5 !important; } | |
536 | 378 | |
537 | 379 | .pendency { |
538 | - border-color: #CCCCCC; | |
539 | -} | |
380 | + border-color: #CCCCCC; } | |
540 | 381 | |
541 | 382 | .pendency .breadcrumb { |
542 | - background-color: #FFFFFF; | |
543 | -} | |
383 | + background-color: #FFFFFF; } | |
544 | 384 | |
545 | 385 | .pendency .meta { |
546 | - color: #FF0000; | |
547 | -} | |
386 | + color: #FF0000; } | |
548 | 387 | |
549 | 388 | .alert-low, .alert-medium { |
550 | - background-color: #FFA500; | |
551 | - color: #FFFFFF; | |
552 | -} | |
389 | + background-color: #FFA500; | |
390 | + color: #FFFFFF; } | |
553 | 391 | |
554 | 392 | .no_button:hover, .no_button:focus, .no_button:active { |
555 | - background-color: initial !important; | |
556 | -} | |
393 | + background-color: initial !important; } | |
557 | 394 | |
558 | 395 | .popover { |
559 | - background: #FFF; | |
560 | - color: #333; | |
561 | -} | |
396 | + background: #FFF; | |
397 | + color: #333; } | |
562 | 398 | |
563 | 399 | .mural .post_make { |
564 | - background: #FFFFFF; | |
565 | -} | |
400 | + background: #FFFFFF; } | |
566 | 401 | |
567 | 402 | .mural .post_make .user-img, .post .post-img, .post .post-comment .user-img div, .comment .comment-img div { |
568 | - background: #CCCCCC; | |
569 | -} | |
403 | + background: #CCCCCC; } | |
570 | 404 | |
571 | 405 | .mural .post_make .post-field div { |
572 | - border-color: #CCCCCC; | |
573 | -} | |
406 | + border-color: #CCCCCC; } | |
574 | 407 | |
575 | 408 | .mural .post_make .post-field h4 { |
576 | - color: #CCCCCC; | |
577 | -} | |
409 | + color: #CCCCCC; } | |
578 | 410 | |
579 | 411 | .post_action i, .post .post-user .user-action i, .comment .comment-user .user-action i { |
580 | - color: #1d8fe0; | |
581 | -} | |
412 | + color: #1d8fe0; } | |
582 | 413 | |
583 | 414 | .post .post-user, .comment .comment-user, .marked_user { |
584 | - color: #26A69A; | |
585 | -} | |
415 | + color: #003333; } | |
586 | 416 | |
587 | 417 | .post .post-user .user-action { |
588 | - color: #BBBBBB; | |
589 | -} | |
418 | + color: #BBBBBB; } | |
590 | 419 | |
591 | 420 | .post .time { |
592 | - color: #ABABAB; | |
593 | -} | |
421 | + color: #ABABAB; } | |
594 | 422 | |
595 | 423 | .post .post-comment { |
596 | - border-top-color: #888888; | |
597 | - background: #e5e5e5; | |
598 | -} | |
424 | + border-top-color: #888888; | |
425 | + background: #e5e5e5; } | |
599 | 426 | |
600 | 427 | .post .post-comment .comment-field div { |
601 | - border-color: #888888; | |
602 | - background: #FFFFFF; | |
603 | -} | |
428 | + border-color: #888888; | |
429 | + background: #FFFFFF; } | |
604 | 430 | |
605 | 431 | .comment-section { |
606 | - background: #f5f5f5; | |
607 | - border-top-color: #AAAAAA; | |
608 | -} | |
432 | + background: #F5F5F5; | |
433 | + border-top-color: #AAAAAA; } | |
609 | 434 | |
610 | 435 | .comment .comment-user .user-action { |
611 | - color: #999999; | |
612 | -} | |
436 | + color: #999999; } | |
613 | 437 | |
614 | 438 | .comment-time { |
615 | - color: #9A9A9A; | |
616 | -} | |
439 | + color: #9A9A9A; } | |
617 | 440 | |
618 | 441 | .btn_unfav { |
619 | - color: #FF0000 !important; | |
620 | -} | |
442 | + color: #FF0000 !important; } | |
621 | 443 | |
622 | 444 | .btn_fav { |
623 | - color: #BBBBBB !important; | |
624 | -} | |
445 | + color: #BBBBBB !important; } | |
625 | 446 | |
626 | 447 | .post-filter { |
627 | - background: #f5f5f5; | |
628 | -} | |
448 | + background: #F5F5F5; } | |
629 | 449 | |
630 | 450 | .post-filter h4 { |
631 | - color: #26A69A; | |
632 | -} | |
451 | + color: #003333; } | |
633 | 452 | |
634 | 453 | .post-filter label { |
635 | - color: #333333; | |
636 | -} | |
454 | + color: #333333; } | |
637 | 455 | |
638 | 456 | .post-filter i { |
639 | - color: #FF0000; | |
640 | -} | |
457 | + color: #FF0000; } | |
641 | 458 | |
642 | 459 | .suggestions { |
643 | - background: #FFFFFF; | |
644 | -} | |
460 | + background: #FFFFFF; } | |
645 | 461 | |
646 | 462 | .mural-category { |
647 | - background: #EEE; | |
648 | -} | |
463 | + background: #EEE; } | |
649 | 464 | |
650 | 465 | .btn:not(.btn-raised):not(.btn-link):focus, .btn:not(.btn-raised):not(.btn-link):hover, .input-group-btn .btn:not(.btn-raised):not(.btn-link):focus, .input-group-btn .btn:not(.btn-raised):not(.btn-link):hover { |
651 | - background-color: initial; | |
652 | -} | |
653 | - | |
466 | + background-color: initial; } | |
654 | 467 | |
655 | 468 | @media(max-width: 768px) { |
656 | - .navbar .navbar-nav .dropdown .dropdown-menu li > a { | |
657 | - color: #333333 !important; | |
658 | - } | |
659 | - .navbar .navbar-nav .dropdown .dropdown-menu li > a:hover { | |
660 | - color: #009688 !important; | |
661 | - } | |
662 | -} | |
663 | 469 | \ No newline at end of file |
470 | + .navbar .navbar-nav .dropdown .dropdown-menu li > a { | |
471 | + color: #333333 !important; } | |
472 | + | |
473 | + .navbar .navbar-nav .dropdown .dropdown-menu li > a:hover { | |
474 | + color: #FF3333 !important; } } | |
475 | + | |
476 | +/*# sourceMappingURL=red.css.map */ | ... | ... |
... | ... | @@ -0,0 +1,7 @@ |
1 | +{ | |
2 | +"version": 3, | |
3 | +"mappings": "AASA,gJAAgJ;EAC5I,gBAAgB,EAAE,KAAK;;AAG3B,mBAAmB;EACf,KAAK,EAbO,OAAO;;AAgBvB,gGAA4F;EACxF,gBAAgB,EAjBJ,OAAO;;AAoBvB,kGAA8F;EAC1F,YAAY,EArBA,OAAO;;AAwBvB,iMAAiM;EAC7L,KAAK,EAAE,IAAI;EACX,gBAAgB,EA1BJ,OAAO;EA2BnB,YAAY,EA3BA,OAAO;;AA8BvB,+BAA+B;EAC3B,gBAAgB,EA/BJ,OAAO;EAgCnB,KAAK,EAAE,yBAAqB;;AAGhC,aAAa;EACT,gBAAgB,EAAE,kBAAkB;;AAGxC,YAAY;EACR,UAAU,EAxCE,OAAO;;AA2CvB,iBAAiB;EACb,UAAU,EA3CI,OAAO;;;AAiDzB,+CAA+C;EAC3C,UAAU,EAAE,OAAO;EACnB,KAAK,EApDO,OAAO;;AAuDvB,qDAAqD;EACjD,KAAK,EAxDO,OAAO;;;AA6DvB,mBAAmB;EACf,gBAAgB,EA9DJ,OAAO;EA+DnB,KAAK,EAAE,KAAK;;AAGhB,qBAAqB;EACjB,KAAK,EAAE,KAAK;;AAGhB,qCAAqC;EACjC,gBAAgB,EAtEF,OAAO;;AAyEzB,2BAA2B;EACvB,gBAAgB,EA1EF,OAAO;;;;AAiFzB,qBAAsB;EAClB,KAAK,EAAE,OAAO;;AAGlB,mBAAoB;EAChB,KAAK,EAAE,OAAO;;AAGlB,sBAAsB;EAClB,KAAK,EAAG,OAAO;;AAGnB,oBAAqB;EACjB,KAAK,EAAE,OAAO;;AAIlB,kBAAkB;EACd,KAAK,EA/FM,OAAO;;AAmGtB,gBAAgB;EACZ,gBAAgB,EAAE,kBAAkB;EACpC,KAAK,EAxGO,OAAO;;AA2GvB,gCAAgC;EAC5B,gBAAgB,EAAE,kBAA2B;;AAGjD,uDAAuD;EACnD,KAAK,EAAE,OAAO;;AAGlB,6DAA6D;EACzD,KAAK,EAnHD,OAAO;;AAsHf,+BAA+B;EAC3B,gBAAgB,EAAE,kBAA2B;;AAGjD,sDAAsD;EAClD,KAAK,EAzHM,OAAO;;AA4HtB,4DAA4D;EACxD,KAAK,EA/HD,OAAO;;AAkIf,cAAc;EACV,KAAK,EAAE,kBAAkB;;;AAK7B,aAAa;EACT,aAAa,EAAE,4BAA8B;;AAGjD,aAAa;EACT,UAAU,EAAE,4BAA8B;;;AAM9C,eAAe;EACX,gBAAgB,EAAE,kBAAkB;EACpC,KAAK,EAAE,KAAK;;;AAKhB,6BAA6B;EACzB,gBAAgB,EAAE,kBAAiB;;AAGvC,8FAA8F;EAC1F,KAAK,EAAE,kBAAkB;;AAG7B,iBAAiB;EACb,UAAU,EAAE,kBAAiB;EAC7B,UAAU,EAAE,iBAAiB;;;AAKjC,6BAA6B;EACzB,gBAAgB,EAAE,kBAAkB;;AAGxC,oHAAoH;EAChH,KAAK,EAAE,OAAO;;AAGlB,gIAAgI;EAC5H,KAAK,EAlLD,OAAO;;AAqLf,wFAAwF;EACpF,UAAU,EAtLN,OAAO;;AAyLf,uCAAuC;EACnC,gBAAgB,EAAE,kBAAkB;EACpC,KAAK,EA5LO,OAAO;;AA+LvB,mBAAmB;EACf,UAAU,EA/LN,OAAO;;AAkMf,6CAA6C;EACzC,UAAU,EApME,OAAO;;AAuMvB,kBAAkB;EACd,KAAK,EAAE,KAAK;;AAGhB,wBAAwB;EACpB,KAAK,EAAE,OAAO;;AAGlB,iCAAiC;EAC7B,KAAK,EAAE,kBAAkB;;AAG7B,gBAAgB;EACZ,gBAAgB,EAAE,OAAO;EACzB,KAAK,EApND,OAAO;;AAuNf,uBAAuB;EACnB,UAAU,EAzNE,OAAO;;AA4NvB,yBAA0B;EACtB,gBAAgB,EA5NZ,OAAO;EA6NX,mBAAmB,EAAE,OAAO;EAC5B,KAAK,EAAE,OAAO;;AAGlB,gCAAiC;EAC7B,KAAK,EAAE,OAAO;EACd,mBAAmB,EArOL,OAAO;;AAwOzB,mBAAmB;EACf,gBAAgB,EArOL,OAAO;EAsOlB,KAAK,EAAE,KAAK;;AAGhB,4EAA4E;EACxE,UAAU,EA5ON,OAAO;;;AAoPf,mBAAmB;EACf,UAAU,EAAE,kBAA2B;;AAG3C,qBAAqB;EACjB,KAAK,EAAE,KAAK;;AAGhB,mBAAmB;EACf,UAAU,EA/PI,OAAO;;AAkQzB,wBAAwB;EACpB,UAAU,EAAE,kBAA2B;;AAG3C,mCAAmC;EAC/B,UAAU,EAvQI,OAAO;;AA0QzB,WAAW;EACP,KAAK,EA1QO,OAAO;;AA8QvB,cAAc;EACV,UAAU,EA/QE,OAAO;;AAkRvB,qBAAqB;EACjB,UAAU,EAnRE,OAAO;EAoRnB,KAAK,EAAE,OAAO;;AAGlB,2BAA2B;EACvB,UAAU,EAAE,kBAAkB;;AAGlC,2CAA2C;EACvC,UAAU,EA5RE,OAAO;;AA+RvB,iDAAiD;EAC7C,UAAU,EAAE,OAAO;;AAGvB,8DAA8D;EAC1D,KAAK,EAAE,OAAO;;AAGlB,oEAAoE;EAChE,KAAK,EA1SO,OAAO;;AA6SvB,qDAAqD;EACjD,KAAK,EA9SO,OAAO;;AAiTvB,YAAY;EACR,UAAU,EAhTE,OAAO;;AAoTvB,gBAAgB;EACZ,gBAAgB,EAAE,KAAK;;AAG3B,+BAA+B;EAC3B,KAAK,EAtTM,OAAO;;AAyTtB,oBAAoB;EAChB,KAAK,EA1TM,OAAO;;AA6TtB,gBAAgB;EACZ,KAAK,EAAE,OAAO;;;AAGlB,YAAY;EACR,KAAK,EAAE,yBAAqB;;AAGhC,sCAAsC;EAClC,KAAK,EAxUD,OAAO;;AA2Uf,UAAU;EACN,UAAU,EAAE,KAAK;;AAGrB,eAAe;EACX,UAAU,EAjVE,OAAO;;AAoVvB,cAAc;EACV,KAAK,EAAE,OAAO;;AAGlB,gCAAgC;EAC5B,KAAK,EAAE,KAAK;;AAGhB,kBAAkB;EACd,KAAK,EAAE,KAAK;;AAGhB,sCAAsC;EAClC,KAAK,EAAE,KAAK;;AAEhB,uBAAuB;EACnB,KAAK,EAAE,IAAI;;AAGf,qBAAqB;EACjB,KAAK,EAAE,kBAAiB;;AAG5B,iBAAiB;EACb,aAAa,EAAE,iBAAiB;;AAIpC,kBAAkB;EACd,KAAK,EAhXD,OAAO;EAiXX,UAAU,EApXE,OAAO;;AAuXvB,oBAAoB;EAChB,KAAK,EAAE,KAAK;;AAGhB,oCAAoC;EAChC,gBAAgB,EA3XF,OAAO;;AA8XzB,0BAA0B;EACtB,gBAAgB,EA/XF,OAAO;;AAmYzB,iBAAiB;EACb,aAAa,EAAE,iBAAiB;;AAGpC,kBAAkB;EACd,gBAAgB,EAAE,kBAAkB;EACpC,KAAK,EAAE,KAAK;;AAGhB,SAAS;EACL,KAAK,EAAE,IAAI;EACX,MAAM,EAAE,eAAe;;AAG3B,OAAO;EACH,KAAK,EAhZD,OAAO;EAiZX,UAAU,EA/YC,OAAO;;AAkZtB,YAAY;EACR,KAAK,EAAE,OAAO;;AAGlB,0CAA0C;EACtC,UAAU,EAAE,eAAe;EAC3B,KAAK,EAAE,eAAe;;AAG1B,wCAAwC;EACpC,UAAU,EAAE,IAAI;;AAGpB,uBAAuB;EACnB,MAAM,EAAE,cAAc;EACtB,KAAK,EAAE,OAAO;;AAGlB,eAAe;EACX,KAAK,EAAE,OAAO;EACd,gBAAgB,EAAE,IAAI;EACtB,YAAY,EAAE,IAAI;;AAGtB,wCAAwC;EACpC,UAAU,EAAE,OAAO;EACnB,KAAK,EA9aD,OAAO;EA+aX,YAAY,EAAE,OAAO;;;AAMzB,SAAS;EACL,MAAM,EAAE,iBAAiB;;AAG7B,gCAAgC;EAC5B,gBAAgB,EAAE,IAAI;;AAG1B,sBAAsB;EAClB,kBAAkB,EAAE,mGAAqF;EACzG,UAAU,EAAE,mGAAqF;EACjG,gBAAgB,EAAE,IAAI;EACtB,KAAK,EAAE,mBAAe;;AAG1B,SAAS;EACL,kBAAkB,EAAE,mGAAqF;EACzG,UAAU,EAAE,mGAAqF;EACjG,gBAAgB,EAAE,OAAO;EACzB,KAAK,EAAE,yBAAqB;;;AAKhC,iCAAiC;EAC7B,gBAAgB,EAAE,IAAI;EACtB,MAAM,EAAE,cAAc;;AAG1B,0BAA0B;EACtB,gBAAgB,EAAE,IAAI;;AAG1B,gCAAgC;EAC5B,gBAAgB,EAAE,eAAe;;AAGrC,0CAA0C;EACtC,KAAK,EAAE,OAAO;;AAGlB,uCAAuC;EACnC,UAAU,EAheE,OAAO;;AAmevB,4CAA4C;EACxC,aAAa,EAAE,yBAAyB;;AAG5C,qCAAqC;EACjC,KAAK,EAAE,OAAO;;AAGlB,2CAA2C;EACvC,KAAK,EAAE,OAAO;;AAGlB,oDAAoD;EAChD,KAAK,EAAE,IAAI;;AAGf,gBAAgB;EACZ,KAAK,EAAE,OAAO;;AAGlB,uHAAuH;EACnH,gBAAgB,EAAE,kBAAkB;;AAKxC,qBAAqB;EACjB,KAAK,EAAE,OAAO;;AAIlB,iBAAiB;EACb,gBAAgB,EAAE,kBAAkB;EACpC,KAAK,EAAE,kBAAyB;;AAGpC,SAAS;EACL,YAAY,EAAE,OAAO;;AAGzB,qBAAqB;EACjB,gBAAgB,EA3gBZ,OAAO;;AA8gBf,eAAe;EACX,KAAK,EAAE,OAAO;;AAGlB,yBAAyB;EACrB,gBAAgB,EAAE,OAAO;EACzB,KAAK,EAphBD,OAAO;;AAuhBf,qDAAqD;EACjD,gBAAgB,EAAE,kBAAkB;;AAGxC,QAAQ;EACJ,UAAU,EAAE,IAAI;EAChB,KAAK,EAAE,IAAI;;AAGf,iBAAiB;EACb,UAAU,EAjiBN,OAAO;;AAoiBf,0GAA0G;EACtG,UAAU,EAAE,OAAO;;AAGvB,iCAAiC;EAC7B,YAAY,EAAE,OAAO;;AAGzB,gCAAgC;EAC5B,KAAK,EAAE,OAAO;;AAGlB,sFAAsF;EAClF,KAAK,EAAE,OAAO;;AAGlB,sDAAsD;EAClD,KAAK,EAnjBM,OAAO;;AAsjBtB,6BAA6B;EACzB,KAAK,EAAE,OAAO;;AAGlB,WAAW;EACP,KAAK,EAAE,OAAO;;AAGlB,mBAAmB;EACf,gBAAgB,EAAE,OAAO;EACzB,UAAU,EAAE,OAAO;;AAGvB,sCAAsC;EAClC,YAAY,EAAE,OAAO;EACrB,UAAU,EAvkBN,OAAO;;AA0kBf,gBAAgB;EACZ,UAAU,EA5kBE,OAAO;EA6kBnB,gBAAgB,EAAE,OAAO;;AAG7B,mCAAmC;EAC/B,KAAK,EAAE,OAAO;;AAGlB,aAAa;EACT,KAAK,EAAE,OAAO;;AAGlB,UAAU;EACN,KAAK,EAAE,kBAAkB;;AAG7B,QAAQ;EACJ,KAAK,EAAE,kBAAkB;;AAG7B,YAAY;EACR,UAAU,EAjmBE,OAAO;;AAomBvB,eAAe;EACX,KAAK,EAlmBM,OAAO;;AAsmBlB,kBAAK;EACD,KAAK,EAAE,OAAO;;AAIlB,cAAC;EACG,KAAK,EAAE,OAAO;;AAGtB,YAAY;EACR,UAAU,EAlnBN,OAAO;;AAqnBf,eAAe;EACX,UAAU,EAAE,IAAI;;AAGpB,gNAAgN;EAC5M,gBAAgB,EAAE,OAAO;;;EAKzB,mDAAmD;IAC/C,KAAK,EAAE,kBAAkB;;EAE7B,yDAAyD;IACrD,KAAK,EAAE,kBAAyB", | |
4 | +"sources": ["red.sass"], | |
5 | +"names": [], | |
6 | +"file": "red.css" | |
7 | +} | |
0 | 8 | \ No newline at end of file | ... | ... |
... | ... | @@ -0,0 +1,649 @@ |
1 | +//Primary colors | |
2 | +$primary-color: #FF3333 //lighter shade of red | |
3 | +$secondary-color: #669999 //lighter shade of green | |
4 | +$default-white: #F5F5F5 | |
5 | +$white: #FFFFFF | |
6 | +$disabled: #999999 //light shade of gray | |
7 | +$strong-color: #003333 | |
8 | + | |
9 | + | |
10 | +body .container .jumbotron-inverse, body .container .well-inverse, body .container-fluid .jumbotron-inverse, body .container-fluid .well-inverse | |
11 | + background-color: white | |
12 | + | |
13 | + | |
14 | +a, a:focus, a:hover | |
15 | + color: $primary-color | |
16 | + | |
17 | + | |
18 | +.radio input[type=radio]:checked~.check, label.radio-inline input[type=radio]:checked~.check | |
19 | + background-color: $primary-color | |
20 | + | |
21 | + | |
22 | +.radio input[type=radio]:checked~.circle, label.radio-inline input[type=radio]:checked~.circle | |
23 | + border-color: $primary-color | |
24 | + | |
25 | + | |
26 | +.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus | |
27 | + color: #fff | |
28 | + background-color: $primary-color | |
29 | + border-color: $primary-color | |
30 | + | |
31 | + | |
32 | +.navbar, .navbar.navbar-default | |
33 | + background-color: $primary-color | |
34 | + color: rgba(255,255,255,.84) | |
35 | + | |
36 | + | |
37 | +.notify_badge | |
38 | + background-color: #FF0000 !important | |
39 | + | |
40 | + | |
41 | +.bottom-menu | |
42 | + background: $primary-color | |
43 | + | |
44 | + | |
45 | +#btn-search:hover | |
46 | + background: $secondary-color | |
47 | + | |
48 | + | |
49 | +/* language selector */ | |
50 | + | |
51 | + | |
52 | +.language-selector .dropdown-menu > .active > a | |
53 | + background: #EEEEEE | |
54 | + color: $primary-color | |
55 | + | |
56 | + | |
57 | +.language-selector .dropdown-menu > .active > a:hover | |
58 | + color: $primary-color | |
59 | + | |
60 | + | |
61 | +/* Sidebar menu in every page */ | |
62 | + | |
63 | +#sidebar-menu .item | |
64 | + background-color: $primary-color | |
65 | + color: white | |
66 | + | |
67 | + | |
68 | +#sidebar-menu .item a | |
69 | + color: white | |
70 | + | |
71 | + | |
72 | +#sidebar-menu > .subjects_menu_active | |
73 | + background-color: $secondary-color | |
74 | + | |
75 | + | |
76 | +#sidebar-menu > .item:hover | |
77 | + background-color: $secondary-color | |
78 | + | |
79 | + | |
80 | +/* === SUBJECT APP === */ | |
81 | + | |
82 | +/* home */ | |
83 | + | |
84 | +.users-cloud .small a | |
85 | + color: #2E8B57 | |
86 | + | |
87 | + | |
88 | +.users-cloud .big a | |
89 | + color: #6B8E23 | |
90 | + | |
91 | + | |
92 | +.users-cloud .medium a | |
93 | + color: #66CDAA | |
94 | + | |
95 | + | |
96 | +.users-cloud .tiny a | |
97 | + color: #654321 | |
98 | + | |
99 | + | |
100 | + | |
101 | +.my-subjects-title | |
102 | + color: $strong-color | |
103 | + | |
104 | + | |
105 | + | |
106 | +.panel-invisible | |
107 | + background-color: #BDBDBD !important | |
108 | + color: $default-white | |
109 | + | |
110 | + | |
111 | +.category-panel > .panel-heading | |
112 | + background-color: $secondary-color !important | |
113 | + | |
114 | + | |
115 | +.category-panel .category-header .category-card-items i | |
116 | + color: #014e7d | |
117 | + | |
118 | + | |
119 | +.category-panel .category-header .category-card-items i:hover | |
120 | + color: $white | |
121 | + | |
122 | + | |
123 | +.subject-panel > .panel-heading | |
124 | + background-color: $secondary-color !important | |
125 | + | |
126 | + | |
127 | +.subject-panel .category-header .category-card-items i | |
128 | + color: $strong-color | |
129 | + | |
130 | + | |
131 | +.subject-panel .category-header .category-card-items i:hover | |
132 | + color: $white | |
133 | + | |
134 | + | |
135 | +.resource-link | |
136 | + color: #000000 !important | |
137 | + | |
138 | + | |
139 | +/* subscribe.html */ | |
140 | + | |
141 | +.modal-header | |
142 | + border-bottom: 1px solid $disabled !important | |
143 | + | |
144 | + | |
145 | +.modal-footer | |
146 | + border-top: 1px solid $disabled !important | |
147 | + | |
148 | + | |
149 | +/* subject_card.html */ | |
150 | + | |
151 | + | |
152 | +.access-subject | |
153 | + background-color: #2eb82e !important | |
154 | + color: white | |
155 | + | |
156 | +/* Groups App */ | |
157 | + | |
158 | + | |
159 | +.group-panel > .panel-heading | |
160 | + background-color: $white !important | |
161 | + | |
162 | + | |
163 | +.group-panel .panel-title, .group-panel .category-header i, .group-panel .category-course-link | |
164 | + color: #000000 !important | |
165 | + | |
166 | + | |
167 | +.group-panel-body | |
168 | + background: $white !important | |
169 | + border-top: 1px solid #CCCCCC | |
170 | + | |
171 | + | |
172 | +/* === Resources Common (ex: PDF, WebPage) App === */ | |
173 | + | |
174 | +.topic-panel > .panel-heading | |
175 | + background-color: #1d8fe0 !important | |
176 | + | |
177 | + | |
178 | +.topic-panel .category-header .category-card-items i, .topic-panel-invisible .category-header .category-card-items i | |
179 | + color: #1772b3 | |
180 | + | |
181 | + | |
182 | +.topic-panel .category-header .category-card-items i:hover, .topic-panel-invisible .category-header .category-card-items i:hover | |
183 | + color: $white | |
184 | + | |
185 | + | |
186 | +.topic-panel > .category-panel-content, .topic-panel-invisible > .category-panel-content | |
187 | + background: $white | |
188 | + | |
189 | + | |
190 | +.topic-panel-invisible > .panel-heading | |
191 | + background-color: #BDBDBD !important | |
192 | + color: $default-white | |
193 | + | |
194 | + | |
195 | +.pendencies-content | |
196 | + background: $white | |
197 | + | |
198 | + | |
199 | +.pendencies-content .core-subjects-options li | |
200 | + background: $default-white | |
201 | + | |
202 | + | |
203 | +.category-header i | |
204 | + color: white | |
205 | + | |
206 | + | |
207 | +.category-header i:hover | |
208 | + color: #90CAF9 | |
209 | + | |
210 | + | |
211 | +.category-header .dropdown-menu i | |
212 | + color: inherit !important | |
213 | + | |
214 | + | |
215 | +#create-category | |
216 | + background-color: #66BB6A | |
217 | + color: $white | |
218 | + | |
219 | + | |
220 | +.category-panel-content | |
221 | + background: $default-white | |
222 | + | |
223 | + | |
224 | +.core-subjects-options li | |
225 | + background-color: $white | |
226 | + border-bottom-color: #D2D2D2 | |
227 | + color: #A0A0A0 | |
228 | + | |
229 | + | |
230 | +.core-subjects-options li.active | |
231 | + color: inherit | |
232 | + border-bottom-color: $secondary-color | |
233 | + | |
234 | + | |
235 | +.create-subject-btn | |
236 | + background-color: $strong-color | |
237 | + color: white | |
238 | + | |
239 | + | |
240 | +#coordinators_accordion .panel-heading, #professors_accordion .panel-heading | |
241 | + background: $white | |
242 | + | |
243 | + | |
244 | +/* === Amadeus APP === */ | |
245 | + | |
246 | + | |
247 | + | |
248 | + | |
249 | +.navbar-brand:hover | |
250 | + background: $secondary-color !important | |
251 | + | |
252 | + | |
253 | +.navbar .project_name | |
254 | + color: white | |
255 | + | |
256 | + | |
257 | +.navbar-nav li.open | |
258 | + background: $secondary-color | |
259 | + | |
260 | + | |
261 | +.navbar-nav li > a:hover | |
262 | + background: $secondary-color !important | |
263 | + | |
264 | + | |
265 | +.navbar-nav li.settings_menu_active | |
266 | + background: $secondary-color | |
267 | + | |
268 | + | |
269 | +.top-search | |
270 | + color: $default-white | |
271 | + | |
272 | + | |
273 | + | |
274 | +.dropdown-menu | |
275 | + background: $default-white | |
276 | + | |
277 | + | |
278 | +.dropdown-menu li > a | |
279 | + background: $default-white | |
280 | + color: #333333 | |
281 | + | |
282 | + | |
283 | +.dropdown-menu li > a:hover | |
284 | + background: #EEEEEE !important | |
285 | + | |
286 | + | |
287 | +#system_accordion > .panel > .panel-heading | |
288 | + background: $default-white | |
289 | + | |
290 | + | |
291 | +#system_accordion > .panel > .panel-heading:hover | |
292 | + background: #EEEEEE | |
293 | + | |
294 | + | |
295 | +#system_accordion > .panel > .panel-heading > a > .panel-title | |
296 | + color: #333333 | |
297 | + | |
298 | + | |
299 | +#system_accordion > .panel > .panel-heading > a > .panel-title:hover | |
300 | + color: $primary-color | |
301 | + | |
302 | + | |
303 | +#system_accordion > .panel > .panel-heading > a:hover | |
304 | + color: $primary-color | |
305 | + | |
306 | + | |
307 | +#system_menu | |
308 | + background: $default-white | |
309 | + | |
310 | + | |
311 | + | |
312 | +#horizontal-line | |
313 | + background-color: black | |
314 | + | |
315 | + | |
316 | +.breadcrumb > li > span.divider | |
317 | + color: $strong-color | |
318 | + | |
319 | + | |
320 | +.breadcrumb > li > a | |
321 | + color: $strong-color | |
322 | + | |
323 | + | |
324 | +.breadcrumb > li | |
325 | + color: #BDBDBD | |
326 | + | |
327 | +/*Because we use an outer a tag*/ | |
328 | +.panel-title | |
329 | + color: rgba(255,255,255,.84) | |
330 | + | |
331 | + | |
332 | +.category-header > h4.panel-title span | |
333 | + color: $white | |
334 | + | |
335 | + | |
336 | +.accordion | |
337 | + background: white | |
338 | + | |
339 | + | |
340 | +.accordion_list | |
341 | + background: $default-white | |
342 | + | |
343 | + | |
344 | +.outside-title | |
345 | + color: #43a251 | |
346 | + | |
347 | + | |
348 | +.titleTopic a h4, .titleTopic h4 | |
349 | + color: white | |
350 | + | |
351 | + | |
352 | +.Topic-detail a h4 | |
353 | + color: black | |
354 | + | |
355 | + | |
356 | +.cards-detail .panel .panel-heading h4 | |
357 | + color: black | |
358 | + | |
359 | +.data_register_course p | |
360 | + color: grey | |
361 | + | |
362 | + | |
363 | +.category-course-link | |
364 | + color: $white !important | |
365 | + | |
366 | + | |
367 | +.profile_function | |
368 | + border-bottom: 1px solid #D2D2D2 | |
369 | + | |
370 | + | |
371 | + | |
372 | +.mobile-menu .item | |
373 | + color: $white | |
374 | + background: $primary-color | |
375 | + | |
376 | + | |
377 | +.mobile-menu .item a | |
378 | + color: white | |
379 | + | |
380 | + | |
381 | +.mobile-menu > .subjects_menu_active | |
382 | + background-color: $secondary-color | |
383 | + | |
384 | + | |
385 | +.mobile-menu > .item:hover | |
386 | + background-color: $secondary-color | |
387 | + | |
388 | + | |
389 | + | |
390 | +.page_selector h4 | |
391 | + border-bottom: 1px solid #e5e5e5 | |
392 | + | |
393 | + | |
394 | +.subscribe-subject | |
395 | + background-color: #33cc33 !important | |
396 | + color: white | |
397 | + | |
398 | + | |
399 | +.filedrag | |
400 | + color: #555 | |
401 | + border: 2px dashed #555 | |
402 | + | |
403 | + | |
404 | +.footer | |
405 | + color: $white | |
406 | + background: $strong-color | |
407 | + | |
408 | + | |
409 | +.no-subjects | |
410 | + color: #999999 | |
411 | + | |
412 | + | |
413 | +.holder a.jp-disabled, a.jp-disabled:hover | |
414 | + background: none !important | |
415 | + color: #bbb !important | |
416 | + | |
417 | + | |
418 | +.holder a.jp-current, a.jp-current:hover | |
419 | + background: none | |
420 | + | |
421 | + | |
422 | +.holder a, .holder span | |
423 | + border: 1px solid #ddd | |
424 | + color: #337ab7 | |
425 | + | |
426 | + | |
427 | +.holder a:hover | |
428 | + color: #23527c | |
429 | + background-color: #eee | |
430 | + border-color: #ddd | |
431 | + | |
432 | + | |
433 | +.holder a.jp-current, a.jp-current:hover | |
434 | + background: #039BE5 | |
435 | + color: $white | |
436 | + border-color: #039BE5 | |
437 | + | |
438 | + | |
439 | +/* Pendencies Form */ | |
440 | + | |
441 | + | |
442 | +.notifies | |
443 | + border: 1px solid #EEEEEE | |
444 | + | |
445 | + | |
446 | +.bootstrap-datetimepicker-widget | |
447 | + background-color: #fff | |
448 | + | |
449 | + | |
450 | +.notifies a.delete-row | |
451 | + -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12) | |
452 | + box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12) | |
453 | + background-color: #EEE | |
454 | + color: rgba(0,0,0,.87) | |
455 | + | |
456 | + | |
457 | +a.add-row | |
458 | + -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12) | |
459 | + box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12) | |
460 | + background-color: #59b75c | |
461 | + color: rgba(255,255,255,.84) | |
462 | + | |
463 | +/* Resource list on topic templates */ | |
464 | + | |
465 | + | |
466 | +.resource_list > .list-group-item | |
467 | + background-color: #fff | |
468 | + border: 1px solid #ddd | |
469 | + | |
470 | + | |
471 | +.resource_list > .disabled | |
472 | + background-color: #eee | |
473 | + | |
474 | + | |
475 | +.resource_list > .disabled:hover | |
476 | + background-color: #eee !important | |
477 | + | |
478 | + | |
479 | +.resource_list > .disabled a.resource_link | |
480 | + color: #BDBDBD | |
481 | + | |
482 | + | |
483 | +.resource_list > .list-group-item:hover | |
484 | + background: $default-white | |
485 | + | |
486 | + | |
487 | +.resource_list > .list-group-item:last-child | |
488 | + border-bottom: 1px solid #ddd !important | |
489 | + | |
490 | + | |
491 | +.resource_list .category-card-items i | |
492 | + color: #e5e5e5 | |
493 | + | |
494 | + | |
495 | +.resource_list .category-card-items i:hover | |
496 | + color: #7f7f7f | |
497 | + | |
498 | + | |
499 | +.resource_list .category-card-items .dropdown-menu i | |
500 | + color: #333 | |
501 | + | |
502 | + | |
503 | +.resource_list a | |
504 | + color: inherit | |
505 | + | |
506 | + | |
507 | +.resource_list .btn-group button:active, .resource_list .btn-group button:focus, .resource_list .btn-group button:hover | |
508 | + background-color: initial !important | |
509 | + | |
510 | + | |
511 | + | |
512 | + | |
513 | +#search-results-title | |
514 | + color: #BDBDBD | |
515 | + | |
516 | + | |
517 | + | |
518 | +.no-subscribe-btn | |
519 | + background-color: #BDBDBD !important | |
520 | + color: $default-white !important | |
521 | + | |
522 | + | |
523 | +.pendency | |
524 | + border-color: #CCCCCC | |
525 | + | |
526 | + | |
527 | +.pendency .breadcrumb | |
528 | + background-color: $white | |
529 | + | |
530 | + | |
531 | +.pendency .meta | |
532 | + color: #FF0000 | |
533 | + | |
534 | + | |
535 | +.alert-low, .alert-medium | |
536 | + background-color: #FFA500 | |
537 | + color: $white | |
538 | + | |
539 | + | |
540 | +.no_button:hover, .no_button:focus, .no_button:active | |
541 | + background-color: initial !important | |
542 | + | |
543 | + | |
544 | +.popover | |
545 | + background: #FFF | |
546 | + color: #333 | |
547 | + | |
548 | + | |
549 | +.mural .post_make | |
550 | + background: $white | |
551 | + | |
552 | + | |
553 | +.mural .post_make .user-img, .post .post-img, .post .post-comment .user-img div, .comment .comment-img div | |
554 | + background: #CCCCCC | |
555 | + | |
556 | + | |
557 | +.mural .post_make .post-field div | |
558 | + border-color: #CCCCCC | |
559 | + | |
560 | + | |
561 | +.mural .post_make .post-field h4 | |
562 | + color: #CCCCCC | |
563 | + | |
564 | + | |
565 | +.post_action i, .post .post-user .user-action i, .comment .comment-user .user-action i | |
566 | + color: #1d8fe0 | |
567 | + | |
568 | + | |
569 | +.post .post-user, .comment .comment-user, .marked_user | |
570 | + color: $strong-color | |
571 | + | |
572 | + | |
573 | +.post .post-user .user-action | |
574 | + color: #BBBBBB | |
575 | + | |
576 | + | |
577 | +.post .time | |
578 | + color: #ABABAB | |
579 | + | |
580 | + | |
581 | +.post .post-comment | |
582 | + border-top-color: #888888 | |
583 | + background: #e5e5e5 | |
584 | + | |
585 | + | |
586 | +.post .post-comment .comment-field div | |
587 | + border-color: #888888 | |
588 | + background: $white | |
589 | + | |
590 | + | |
591 | +.comment-section | |
592 | + background: $default-white | |
593 | + border-top-color: #AAAAAA | |
594 | + | |
595 | + | |
596 | +.comment .comment-user .user-action | |
597 | + color: #999999 | |
598 | + | |
599 | + | |
600 | +.comment-time | |
601 | + color: #9A9A9A | |
602 | + | |
603 | + | |
604 | +.btn_unfav | |
605 | + color: #FF0000 !important | |
606 | + | |
607 | + | |
608 | +.btn_fav | |
609 | + color: #BBBBBB !important | |
610 | + | |
611 | + | |
612 | +.post-filter | |
613 | + background: $default-white | |
614 | + | |
615 | + | |
616 | +.post-filter h4 | |
617 | + color: $strong-color | |
618 | + | |
619 | + | |
620 | +.post-filter | |
621 | + label | |
622 | + color: #333333 | |
623 | + | |
624 | + | |
625 | +.post-filter | |
626 | + i | |
627 | + color: #FF0000 | |
628 | + | |
629 | + | |
630 | +.suggestions | |
631 | + background: $white | |
632 | + | |
633 | + | |
634 | +.mural-category | |
635 | + background: #EEE | |
636 | + | |
637 | + | |
638 | +.btn:not(.btn-raised):not(.btn-link):focus, .btn:not(.btn-raised):not(.btn-link):hover, .input-group-btn .btn:not(.btn-raised):not(.btn-link):focus, .input-group-btn .btn:not(.btn-raised):not(.btn-link):hover | |
639 | + background-color: initial | |
640 | + | |
641 | + | |
642 | + | |
643 | +@media(max-width: 768px) | |
644 | + .navbar .navbar-nav .dropdown .dropdown-menu li > a | |
645 | + color: #333333 !important | |
646 | + | |
647 | + .navbar .navbar-nav .dropdown .dropdown-menu li > a:hover | |
648 | + color: $primary-color !important | |
649 | + | ... | ... |