Commit bc831578bed620266f34e288a0da940acddd33ad
1 parent
d966bdab
Exists in
master
and in
2 other branches
Adjusting red theme according to UX directives
Showing
4 changed files
with
858 additions
and
808 deletions
Show diff stats
amadeus/static/css/.sass-cache/a7f87b90919294b62ab4f8079e31dcda8f485534/red.sassc
No preview for this file type
amadeus/static/css/themes/red.css
1 | -body .container .jumbotron-inverse, body .container .well-inverse, body .container-fluid .jumbotron-inverse, body .container-fluid .well-inverse { | |
2 | - background-color: white; } | |
3 | - | |
1 | +/* === Variables === */ | |
2 | +/* === End Variables === */ | |
4 | 3 | a, a:focus, a:hover { |
5 | - color: #8e1c1c; } | |
4 | + color: #D32F2F; } | |
5 | + | |
6 | +body .container .jumbotron-inverse, | |
7 | +body .container .well-inverse, | |
8 | +body .container-fluid .jumbotron-inverse, | |
9 | +body .container-fluid .well-inverse { | |
10 | + background-color: #FFFFFF; } | |
6 | 11 | |
7 | 12 | .radio input[type=radio]:checked ~ .check, label.radio-inline input[type=radio]:checked ~ .check { |
8 | - background-color: #8e1c1c; } | |
13 | + background-color: #D32F2F; } | |
9 | 14 | |
10 | 15 | .radio input[type=radio]:checked ~ .circle, label.radio-inline input[type=radio]:checked ~ .circle { |
11 | - border-color: #8e1c1c; } | |
16 | + border-color: #D32F2F; } | |
12 | 17 | |
13 | -.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { | |
14 | - color: #fff; | |
15 | - background-color: #8e1c1c; | |
16 | - border-color: #8e1c1c; } | |
17 | - | |
18 | -.navbar, .navbar.navbar-default { | |
19 | - background-color: #8e1c1c; | |
20 | - color: rgba(255, 255, 255, 0.84); } | |
18 | +.my-subjects-title { | |
19 | + color: #424242; } | |
21 | 20 | |
22 | 21 | .notify_badge { |
23 | - background-color: #FF0000 !important; } | |
24 | - | |
25 | -.bottom-menu { | |
26 | - background: #8e1c1c; } | |
27 | - | |
28 | -#btn-search:hover { | |
29 | - background: #136363; } | |
22 | + background-color: #616161 !important; } | |
30 | 23 | |
31 | -.alert.alert-success { | |
32 | - background-color: #591111; | |
24 | +.access-subject { | |
25 | + background-color: #039BE5 !important; | |
33 | 26 | color: #FFFFFF; } |
34 | 27 | |
35 | -/* FORM Fields */ | |
36 | -.form-group.is-focused label, .form-group.is-focused label.control-label { | |
37 | - color: #8e1c1c; } | |
38 | - | |
39 | -.form-group.is-focused .form-control { | |
40 | - outline: 0; | |
41 | - background-image: -webkit-gradient(linear, left top, left bottom, from(#591111), to(#591111)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2)); | |
42 | - background-image: -webkit-linear-gradient(#591111, #591111), -webkit-linear-gradient(#D2D2D2, #D2D2D2); | |
43 | - background-image: -o-linear-gradient(#591111, #591111), -o-linear-gradient(#D2D2D2, #D2D2D2); | |
44 | - background-image: linear-gradient(#591111, #591111), linear-gradient(#D2D2D2, #D2D2D2); | |
45 | - -webkit-background-size: 100% 2px, 100% 1px; | |
46 | - background-size: 100% 2px, 100% 1px; | |
47 | - -webkit-box-shadow: none; | |
48 | - box-shadow: none; | |
49 | - -webkit-transition-duration: 0.3s; | |
50 | - -o-transition-duration: 0.3s; | |
51 | - transition-duration: 0.3s; } | |
52 | - | |
53 | -.form-control, .form-group .form-control { | |
54 | - border: 0; | |
55 | - background-image: -webkit-gradient(linear, left top, left bottom, from(#591111), to(#591111)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2)); | |
56 | - background-image: -webkit-linear-gradient(#591111, #591111), -webkit-linear-gradient(#D2D2D2, #D2D2D2); | |
57 | - background-image: -o-linear-gradient(#591111, #591111), -o-linear-gradient(#D2D2D2, #D2D2D2); | |
58 | - background-image: linear-gradient(#591111, #591111), linear-gradient(#D2D2D2, #D2D2D2); | |
59 | - -webkit-background-size: 0 2px, 100% 1px; | |
60 | - background-size: 0 2px, 100% 1px; | |
61 | - background-repeat: no-repeat; | |
62 | - background-position: center bottom, center -webkit-calc(100% - 1px); | |
63 | - background-position: center bottom, center calc(100% - 1px); | |
64 | - background-color: transparent; | |
65 | - -webkit-transition: background 0s ease-out; | |
66 | - -o-transition: background 0s ease-out; | |
67 | - transition: background 0s ease-out; | |
68 | - float: none; | |
69 | - -webkit-box-shadow: none; | |
70 | - box-shadow: none; | |
71 | - border-radius: 0; } | |
72 | - | |
73 | -/* */ | |
74 | -.btn.btn-sucess.btn-raised { | |
75 | - color: #FFFFFF; | |
76 | - background-color: #8e1c1c !important; } | |
28 | +.outside-title { | |
29 | + color: #D32F2F; } | |
77 | 30 | |
78 | -button.btn.btn-sucess.btn-raised { | |
79 | - color: #FFFFFF; | |
80 | - background-color: #8e1c1c !important; } | |
31 | +.category-course-link { | |
32 | + color: #FFFFFF !important; } | |
81 | 33 | |
82 | -a.btn.btn-sm.btn-success.btn-raised { | |
34 | +.footer { | |
83 | 35 | color: #FFFFFF; |
84 | - background-color: #8e1c1c !important; } | |
36 | + background: #424242; } | |
85 | 37 | |
86 | -.btn-group-raised .btn.btn-success, | |
87 | -.btn-group-raised .input-group-btn .btn.btn-success, | |
88 | -.btn.btn-fab.btn-success, .btn.btn-raised.btn-success, | |
89 | -.input-group-btn .btn.btn-fab.btn-success, | |
90 | -.input-group-btn .btn.btn-raised.btn-success { | |
91 | - color: #FFFFFF; | |
92 | - background-color: #8e1c1c !important; } | |
38 | +.bootstrap-datetimepicker-widget { | |
39 | + background-color: #FFFFFF !important; } | |
93 | 40 | |
94 | -.btn-group-raised .btn.btn-success :hover, | |
95 | -.btn-group-raised .input-group-btn .btn.btn-success :hover, | |
96 | -.btn.btn-fab.btn-success, .btn.btn-raised.btn-success:hover, | |
97 | -.input-group-btn .btn.btn-fab.btn-success:hover, | |
98 | -.input-group-btn .btn.btn-raised.btn-success:hover { | |
99 | - color: #FFFFFF; | |
100 | - background-color: #591111 !important; } | |
41 | +.popover { | |
42 | + background: #FFFFFF; | |
43 | + color: #333; } | |
101 | 44 | |
102 | -/* PAGINATION BOTTOM */ | |
103 | -.pagination > li > a, .pagination > li > span { | |
104 | - color: #8e1c1c; } | |
45 | +.btn:not(.btn-raised):not(.btn-link):focus, | |
46 | +.btn:not(.btn-raised):not(.btn-link):hover, | |
47 | +.input-group-btn .btn:not(.btn-raised):not(.btn-link):focus, | |
48 | +.input-group-btn .btn:not(.btn-raised):not(.btn-link):hover { | |
49 | + background-color: initial; } | |
105 | 50 | |
106 | -.pagination > li > a:hover, .pagination > li > span:hover { | |
107 | - color: #591111; } | |
51 | +#analytics-panel { | |
52 | + background-color: #616161 !important; } | |
108 | 53 | |
109 | -/* language selector */ | |
110 | -.language-selector .dropdown-menu > .active > a { | |
111 | - background: #EEEEEE; | |
112 | - color: #8e1c1c; } | |
54 | +#search-results-title { | |
55 | + color: #BDBDBD; } | |
113 | 56 | |
114 | -.language-selector .dropdown-menu > .active > a:hover { | |
115 | - color: #8e1c1c; } | |
57 | +.profile_function { | |
58 | + border-bottom: 1px solid #D2D2D2; } | |
116 | 59 | |
117 | -/* Sidebar menu in every page */ | |
118 | -#sidebar-menu .item { | |
119 | - background-color: #8e1c1c; | |
120 | - color: white; } | |
60 | +.page_selector h4 { | |
61 | + border-bottom: 1px solid #e5e5e5; } | |
121 | 62 | |
122 | -#sidebar-menu .item a { | |
63 | +.subscribe-subject { | |
64 | + background-color: #33cc33 !important; | |
123 | 65 | color: white; } |
124 | 66 | |
125 | -#sidebar-menu > .subjects_menu_active { | |
126 | - background-color: #591111; } | |
127 | - | |
128 | -#sidebar-menu > .item:hover { | |
129 | - background-color: #591111; } | |
130 | - | |
131 | -/* === SUBJECT APP === */ | |
132 | -/* home */ | |
133 | -.users-cloud .small a { | |
134 | - color: #146b6b; } | |
135 | - | |
136 | -.users-cloud .big a { | |
137 | - color: #8e1c1c; } | |
138 | - | |
139 | -.users-cloud .medium a { | |
140 | - color: #591111; } | |
67 | +.filedrag { | |
68 | + color: #555; | |
69 | + border: 2px dashed #555; } | |
141 | 70 | |
142 | -.users-cloud .tiny a { | |
143 | - color: #136363; } | |
71 | +.no-subjects { | |
72 | + color: #999999; } | |
144 | 73 | |
145 | -.my-subjects-title { | |
146 | - color: #003333; } | |
74 | +.resource-link { | |
75 | + color: #000000 !important; } | |
147 | 76 | |
148 | -.panel-invisible { | |
77 | +.no-subscribe-btn { | |
149 | 78 | background-color: #BDBDBD !important; |
150 | - color: #F5F5F5; } | |
151 | - | |
152 | -.category-panel > .panel-heading { | |
153 | - background-color: #136363 !important; } | |
154 | - | |
155 | -.category-panel .category-header .category-card-items i { | |
156 | - color: #003333; } | |
157 | - | |
158 | -.category-panel .category-header .category-card-items i:hover { | |
159 | - color: #FFFFFF; } | |
79 | + color: #F5F5F5 !important; } | |
160 | 80 | |
161 | -.subject-panel > .panel-heading { | |
162 | - background-color: #146b6b !important; } | |
81 | +.semi-check { | |
82 | + border-color: #D32F2F !important; } | |
163 | 83 | |
164 | -.subject-panel .category-header .category-card-items i { | |
165 | - color: #003333; } | |
84 | +.login_subcommands a, .login_subcommands a:hover { | |
85 | + color: #D32F2F; } | |
166 | 86 | |
167 | -.subject-panel .category-header .category-card-items i:hover { | |
168 | - color: #FFFFFF; } | |
87 | +/* === Forms === */ | |
88 | +.form-group.is-focused label, | |
89 | +.form-group.is-focused label.control-label { | |
90 | + color: #D32F2F; } | |
169 | 91 | |
170 | -.resource-link { | |
171 | - color: #000000 !important; } | |
92 | +.form-group.is-focused .form-control { | |
93 | + background-image: -webkit-gradient(linear, left top, left bottom, from(#D32F2F), to(#D32F2F)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2)); | |
94 | + background-image: -webkit-linear-gradient(#D32F2F, #D32F2F), -webkit-linear-gradient(#D2D2D2, #D2D2D2); | |
95 | + background-image: -o-linear-gradient(#D32F2F, #D32F2F), -o-linear-gradient(#D2D2D2, #D2D2D2); | |
96 | + background-image: linear-gradient(#D32F2F, #D32F2F), linear-gradient(#D2D2D2, #D2D2D2); } | |
172 | 97 | |
173 | -/* subscribe.html */ | |
98 | +/* === End Forms === */ | |
99 | +/* === Buttons === */ | |
100 | +.btn-group-raised .btn.btn-success, | |
101 | +.btn-group-raised .input-group-btn .btn.btn-success, | |
102 | +.btn.btn-fab.btn-success, .btn.btn-raised.btn-success, | |
103 | +.input-group-btn .btn.btn-fab.btn-success, .input-group-btn .btn.btn-raised.btn-success { | |
104 | + background-color: #039BE5; } | |
105 | + | |
106 | +.btn-group-raised .btn:not(.btn-link).active.btn-success, | |
107 | +.btn-group-raised .btn:not(.btn-link):active.btn-success, | |
108 | +.btn-group-raised .btn:not(.btn-link):focus.btn-success, | |
109 | +.btn-group-raised .btn:not(.btn-link):hover.btn-success, | |
110 | +.btn-group-raised .input-group-btn .btn:not(.btn-link).active.btn-success, | |
111 | +.btn-group-raised .input-group-btn .btn:not(.btn-link):active.btn-success, | |
112 | +.btn-group-raised .input-group-btn .btn:not(.btn-link):focus.btn-success, | |
113 | +.btn-group-raised .input-group-btn .btn:not(.btn-link):hover.btn-success, | |
114 | +.btn.btn-raised:not(.btn-link).active.btn-success, | |
115 | +.btn.btn-raised:not(.btn-link):active.btn-success, | |
116 | +.btn.btn-raised:not(.btn-link):focus.btn-success, | |
117 | +.btn.btn-raised:not(.btn-link):hover.btn-success, | |
118 | +.input-group-btn .btn.btn-raised:not(.btn-link).active.btn-success, | |
119 | +.input-group-btn .btn.btn-raised:not(.btn-link):active.btn-success, | |
120 | +.input-group-btn .btn.btn-raised:not(.btn-link):focus.btn-success, | |
121 | +.input-group-btn .btn.btn-raised:not(.btn-link):hover.btn-success { | |
122 | + background-color: #0277BD; } | |
123 | + | |
124 | +/* === End Buttons === */ | |
125 | +/* === Modal === */ | |
174 | 126 | .modal-header { |
175 | - border-bottom: 1px solid #999999 !important; } | |
127 | + border-bottom: 1px solid #E6E7E8 !important; } | |
176 | 128 | |
177 | 129 | .modal-footer { |
178 | - border-top: 1px solid #999999 !important; } | |
179 | - | |
180 | -/* subject_card.html */ | |
181 | -.access-subject { | |
182 | - background-color: #2eb82e !important; | |
183 | - color: white; } | |
184 | - | |
185 | -/* Groups App */ | |
186 | -.group-panel > .panel-heading { | |
187 | - background-color: #FFFFFF !important; } | |
188 | - | |
189 | -.group-panel .panel-title, .group-panel .category-header i, .group-panel .category-course-link { | |
190 | - color: #000000 !important; } | |
191 | - | |
192 | -.group-panel-body { | |
193 | - background: #FFFFFF !important; | |
194 | - border-top: 1px solid #CCCCCC; } | |
195 | - | |
196 | -/* === Resources Common (ex: PDF, WebPage) App === */ | |
197 | -.topic-panel > .panel-heading { | |
198 | - background-color: #197f7f !important; } | |
199 | - | |
200 | -.topic-panel .category-header .category-card-items i, .topic-panel-invisible .category-header .category-card-items i { | |
201 | - color: #003333; } | |
202 | - | |
203 | -.topic-panel .category-header .category-card-items i:hover, .topic-panel-invisible .category-header .category-card-items i:hover { | |
130 | + border-top: 1px solid #E6E7E8 !important; } | |
131 | + | |
132 | +/* === End Modal === */ | |
133 | +/* === Pagination Controls === */ | |
134 | +.pagination > .active > a, | |
135 | +.pagination > .active > span, | |
136 | +.pagination > .active > a:hover, | |
137 | +.pagination > .active > span:hover, | |
138 | +.pagination > .active > a:focus, | |
139 | +.pagination > .active > span:focus { | |
140 | + background-color: #D32F2F; | |
141 | + border-color: #D32F2F; | |
204 | 142 | color: #FFFFFF; } |
205 | 143 | |
206 | -.topic-panel > .category-panel-content, .topic-panel-invisible > .category-panel-content { | |
207 | - background: #FFFFFF; } | |
208 | - | |
209 | -.topic-panel-invisible > .panel-heading { | |
210 | - background-color: #BDBDBD !important; | |
211 | - color: #F5F5F5; } | |
212 | - | |
213 | -.pendencies-content { | |
214 | - background: #FFFFFF; } | |
215 | - | |
216 | -.pendencies-content .core-subjects-options li { | |
217 | - background: #F5F5F5; } | |
144 | +.holder a.jp-disabled, a.jp-disabled:hover { | |
145 | + background: none !important; | |
146 | + color: #bbb !important; } | |
218 | 147 | |
219 | -.category-header i { | |
220 | - color: white; } | |
148 | +.holder a.jp-current, a.jp-current:hover { | |
149 | + background: none; } | |
221 | 150 | |
222 | -.category-header i:hover { | |
223 | - color: #90CAF9; } | |
151 | +.holder a, .holder span { | |
152 | + border: 1px solid #ddd; | |
153 | + color: #337ab7; } | |
224 | 154 | |
225 | -.category-header .dropdown-menu i { | |
226 | - color: inherit !important; } | |
155 | +.holder a:hover { | |
156 | + color: #23527c; | |
157 | + background-color: #eee; | |
158 | + border-color: #ddd; } | |
227 | 159 | |
228 | -#create-category { | |
229 | - background-color: #8e1c1c; | |
160 | +.holder a.jp-current, a.jp-current:hover { | |
161 | + background-color: #D32F2F; | |
162 | + border-color: #D32F2F; | |
230 | 163 | color: #FFFFFF; } |
231 | 164 | |
232 | -.category-panel-content { | |
233 | - background: #F5F5F5; } | |
165 | +/* === End Pagination Controls === */ | |
166 | +/* === Language Selector */ | |
167 | +.language-selector .dropdown-menu > .active > a { | |
168 | + background: #D32F2F; | |
169 | + color: #D32F2F; } | |
234 | 170 | |
235 | -.core-subjects-options li { | |
236 | - background-color: #FFFFFF; | |
237 | - border-bottom-color: #999999; | |
238 | - color: #591111; } | |
171 | +.language-selector .dropdown-menu > .active > a:hover { | |
172 | + color: #D32F2F; } | |
239 | 173 | |
240 | -.core-subjects-options li.active { | |
241 | - color: inherit; | |
242 | - border-bottom-color: #8e1c1c; } | |
174 | +/* === End Language Selector */ | |
175 | +/* === Topbar === */ | |
176 | +#btn-search:hover { | |
177 | + background: #A31616; } | |
243 | 178 | |
244 | -.create-subject-btn { | |
245 | - background-color: #003333; | |
246 | - color: white; } | |
179 | +.navbar, .navbar.navbar-default { | |
180 | + background-color: #D32F2F; | |
181 | + color: rgba(255, 255, 255, 0.84); } | |
247 | 182 | |
248 | -#coordinators_accordion .panel-heading, #professors_accordion .panel-heading { | |
249 | - background: #FFFFFF; } | |
183 | +.top-search { | |
184 | + color: #F5F5F5; } | |
250 | 185 | |
251 | -/* === Amadeus APP === */ | |
252 | 186 | .navbar-brand:hover { |
253 | - background: #591111 !important; } | |
187 | + background: #A31616 !important; } | |
254 | 188 | |
255 | 189 | .navbar .project_name { |
256 | - color: white; } | |
190 | + color: #FFFFFF; } | |
257 | 191 | |
258 | 192 | .navbar-nav li.open { |
259 | - background: #591111; } | |
193 | + background: #A31616; } | |
260 | 194 | |
261 | 195 | .navbar-nav li > a:hover { |
262 | - background: #591111 !important; } | |
196 | + background: #A31616 !important; } | |
263 | 197 | |
264 | 198 | .navbar-nav li.settings_menu_active { |
265 | - background: #591111; } | |
199 | + background: #A31616; } | |
266 | 200 | |
267 | -.top-search { | |
268 | - color: #F5F5F5; } | |
201 | +.navbar .dropdown-menu .active > a, .navbar.navbar-default .dropdown-menu .active > a { | |
202 | + background-color: #A31616; } | |
269 | 203 | |
270 | 204 | .dropdown-menu { |
271 | 205 | background: #F5F5F5; } |
... | ... | @@ -275,151 +209,166 @@ a.btn.btn-sm.btn-success.btn-raised { |
275 | 209 | color: #333333; } |
276 | 210 | |
277 | 211 | .dropdown-menu li > a:hover { |
278 | - background: #8e1c1c !important; | |
212 | + background: #D32F2F !important; | |
279 | 213 | color: #FFFFFF !important; } |
280 | 214 | |
281 | -.navbar .dropdown-menu .active > a, .navbar.navbar-default .dropdown-menu .active > a { | |
282 | - background-color: #8e1c1c !important; } | |
283 | - | |
284 | -.navbar .dropdown-menu .active > a:hover, .navbar.navbar-default .dropdown-menu .active > a:hover { | |
285 | - background-color: #591111; } | |
286 | - | |
287 | 215 | #system_accordion > .panel > .panel-heading { |
288 | 216 | background: #F5F5F5; } |
289 | 217 | |
290 | 218 | #system_accordion > .panel > .panel-heading:hover { |
291 | - background: #EEEEEE; } | |
219 | + background: #D32F2F; | |
220 | + color: #FFFFFF; } | |
292 | 221 | |
293 | 222 | #system_accordion > .panel > .panel-heading > a > .panel-title { |
294 | 223 | color: #333333; } |
295 | 224 | |
296 | 225 | #system_accordion > .panel > .panel-heading > a > .panel-title:hover { |
297 | - color: #8e1c1c; } | |
226 | + color: #FFFFFF; } | |
298 | 227 | |
299 | 228 | #system_accordion > .panel > .panel-heading > a:hover { |
300 | - color: #8e1c1c; } | |
229 | + color: #FFFFFF; } | |
301 | 230 | |
302 | 231 | #system_menu { |
303 | 232 | background: #F5F5F5; } |
304 | 233 | |
305 | -#horizontal-line { | |
306 | - background-color: black; } | |
234 | +/* === End Topbar === */ | |
235 | +/* === Sidebar === */ | |
236 | +#sidebar-menu .item { | |
237 | + background-color: #D32F2F; | |
238 | + color: #FFFFFF; } | |
307 | 239 | |
308 | -.breadcrumb > li > span.divider { | |
309 | - color: #003333; } | |
240 | +#sidebar-menu .item a { | |
241 | + color: #FFFFFF; } | |
310 | 242 | |
311 | -.breadcrumb > li > a { | |
312 | - color: #003333; } | |
243 | +#sidebar-menu > .subjects_menu_active { | |
244 | + background-color: #A31616; } | |
313 | 245 | |
314 | -.breadcrumb > li { | |
315 | - color: #BDBDBD; } | |
246 | +#sidebar-menu > .item:hover { | |
247 | + background-color: #A31616; } | |
316 | 248 | |
317 | -/*Because we use an outer a tag */ | |
318 | -.panel-title { | |
319 | - color: rgba(255, 255, 255, 0.84); } | |
249 | +/* --- Minor Screens --- */ | |
250 | +.bottom-menu { | |
251 | + background: #D32F2F; } | |
320 | 252 | |
321 | -.category-header > h4.panel-title span { | |
253 | +.mobile-menu .item { | |
254 | + color: #FFFFFF; | |
255 | + background: #D32F2F; } | |
256 | + | |
257 | +.mobile-menu .item a { | |
322 | 258 | color: #FFFFFF; } |
323 | 259 | |
324 | -.accordion { | |
325 | - background: white; } | |
260 | +.mobile-menu > .subjects_menu_active { | |
261 | + background-color: #A31616; } | |
326 | 262 | |
327 | -.accordion_list { | |
328 | - background: #F5F5F5; } | |
263 | +.mobile-menu > .item:hover { | |
264 | + background-color: #A31616; } | |
329 | 265 | |
330 | -.outside-title { | |
331 | - color: #8e1c1c; } | |
266 | +/* --- End Minor Screens --- */ | |
267 | +/* === End Sidebar === */ | |
268 | +/* === Breadcrumbs === */ | |
269 | +.breadcrumb > li > span.divider { | |
270 | + color: #D32F2F; } | |
332 | 271 | |
333 | -.titleTopic a h4, .titleTopic h4 { | |
334 | - color: white; } | |
272 | +.breadcrumb > li > a { | |
273 | + color: #D32F2F; } | |
335 | 274 | |
336 | -.Topic-detail a h4 { | |
337 | - color: black; } | |
275 | +.breadcrumb > li { | |
276 | + color: #BDBDBD; } | |
338 | 277 | |
339 | -.cards-detail .panel .panel-heading h4 { | |
340 | - color: black; } | |
278 | +/* === End Breadcrumbs === */ | |
279 | +/* === Panel === */ | |
280 | +.category-header i { | |
281 | + color: #FFFFFF; } | |
341 | 282 | |
342 | -.data_register_course p { | |
343 | - color: grey; } | |
283 | +.category-header .dropdown-menu i { | |
284 | + color: inherit !important; } | |
344 | 285 | |
345 | -.category-course-link { | |
346 | - color: #FFFFFF !important; } | |
286 | +.panel-title a:hover { | |
287 | + color: #FFFFFF; } | |
347 | 288 | |
348 | -.profile_function { | |
349 | - border-bottom: 1px solid #D2D2D2; } | |
289 | +.panel-invisible { | |
290 | + background-color: #BDBDBD !important; | |
291 | + color: #F5F5F5 !important; } | |
350 | 292 | |
351 | -.mobile-menu .item { | |
352 | - color: #FFFFFF; | |
353 | - background: #8e1c1c; } | |
293 | +.panel-invisible .category-header .category-card-items i { | |
294 | + color: #E0E0E0; } | |
354 | 295 | |
355 | -.mobile-menu .item a { | |
356 | - color: white; } | |
296 | +.panel-invisible .category-header .category-card-items i:hover { | |
297 | + color: #FFFFFF; } | |
357 | 298 | |
358 | -.mobile-menu > .subjects_menu_active { | |
359 | - background-color: #8e1c1c; } | |
299 | +/* === End Panel === */ | |
300 | +/* === Category Panel === */ | |
301 | +.category-panel > .panel-heading { | |
302 | + background-color: #424242 !important; } | |
360 | 303 | |
361 | -.mobile-menu > .item:hover { | |
362 | - background-color: #591111; } | |
304 | +.category-panel .category-header .category-card-items i { | |
305 | + color: #656565; } | |
363 | 306 | |
364 | -.page_selector h4 { | |
365 | - border-bottom: 1px solid #e5e5e5; } | |
307 | +.category-panel .category-header .category-card-items i:hover { | |
308 | + color: #FFFFFF; } | |
366 | 309 | |
367 | -.subscribe-subject { | |
368 | - background-color: #33cc33 !important; | |
369 | - color: white; } | |
310 | +.category-panel-content { | |
311 | + background: #F5F5F5; } | |
370 | 312 | |
371 | -.filedrag { | |
372 | - color: #555; | |
373 | - border: 2px dashed #555; } | |
313 | +.category-header > h4.panel-title span { | |
314 | + color: #FFFFFF; } | |
374 | 315 | |
375 | -.footer { | |
376 | - color: #FFFFFF; | |
377 | - background: #003333; } | |
316 | +/* === End Category Panel === */ | |
317 | +/* === Subject Panel === */ | |
318 | +.subject-panel > .panel-heading { | |
319 | + background-color: #616161 !important; } | |
378 | 320 | |
379 | -.no-subjects { | |
380 | - color: #999999; } | |
321 | +.subject-panel .category-header .category-card-items i { | |
322 | + color: #777777; } | |
381 | 323 | |
382 | -.holder a.jp-disabled, a.jp-disabled:hover { | |
383 | - background: none !important; | |
384 | - color: #bbb !important; } | |
324 | +.subject-panel .category-header .category-card-items i:hover, | |
325 | +.subject-panel-invisible .category-header .category-card-items i:hover { | |
326 | + color: #FFFFFF; } | |
385 | 327 | |
386 | -.holder a.jp-current, a.jp-current:hover { | |
387 | - background: none; } | |
328 | +/* --- Invisible --- */ | |
329 | +.subject-panel-invisible .category-header .category-card-items i { | |
330 | + color: #E0E0E0; } | |
388 | 331 | |
389 | -.holder a, .holder span { | |
390 | - border: 1px solid #ddd; | |
391 | - color: #337ab7; } | |
332 | +/* --- End Invisible --- */ | |
333 | +/* === End Subject Panel === */ | |
334 | +/* === Topic Panel === */ | |
335 | +.topic-panel > .panel-heading { | |
336 | + background-color: #757575 !important; } | |
392 | 337 | |
393 | -.holder a:hover { | |
394 | - color: #23527c; | |
395 | - background-color: #eee; | |
396 | - border-color: #ddd; } | |
338 | +.topic-panel .category-header .category-card-items i, | |
339 | +.topic-panel-invisible .category-header .category-card-items i { | |
340 | + color: #919191; } | |
397 | 341 | |
398 | -.holder a.jp-current, a.jp-current:hover { | |
399 | - background: #039BE5; | |
400 | - color: #FFFFFF; | |
401 | - border-color: #039BE5; } | |
342 | +.topic-panel .category-header .category-card-items i:hover, | |
343 | +.topic-panel-invisible .category-header .category-card-items i:hover { | |
344 | + color: #FFFFFF; } | |
402 | 345 | |
403 | -/* Pendencies Form */ | |
404 | -.notifies { | |
405 | - border: 1px solid #EEEEEE; } | |
346 | +.topic-panel > .category-panel-content, .topic-panel-invisible > .category-panel-content { | |
347 | + background: #FFFFFF; } | |
406 | 348 | |
407 | -.bootstrap-datetimepicker-widget { | |
408 | - background-color: #fff; } | |
349 | +/* --- Invisible --- */ | |
350 | +.topic-panel-invisible > .panel-heading { | |
351 | + background-color: #BDBDBD !important; | |
352 | + color: #F5F5F5; } | |
409 | 353 | |
410 | -.notifies a.delete-row { | |
411 | - -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); | |
412 | - 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); | |
413 | - background-color: #EEE; | |
414 | - color: rgba(0, 0, 0, 0.87); } | |
354 | +.topic-panel-invisible .category-header .category-card-items i { | |
355 | + color: #E0E0E0; } | |
415 | 356 | |
416 | -a.add-row { | |
417 | - -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); | |
418 | - 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); | |
419 | - background-color: #59b75c; | |
420 | - color: rgba(255, 255, 255, 0.84); } | |
357 | +/* --- End Invisible --- */ | |
358 | +/* === End Topic Panel === */ | |
359 | +/* === Group Panel === */ | |
360 | +.group-panel > .panel-heading { | |
361 | + background-color: #FFFFFF !important; } | |
362 | + | |
363 | +.group-panel .panel-title, .group-panel .category-header i, .group-panel .category-course-link { | |
364 | + color: #000000 !important; } | |
421 | 365 | |
422 | -/* Resource list on topic templates */ | |
366 | +.group-panel-body { | |
367 | + background: #FFFFFF !important; | |
368 | + border-top: 1px solid #CCCCCC; } | |
369 | + | |
370 | +/* === End Group Panel === */ | |
371 | +/* === Resources List === */ | |
423 | 372 | .resource_list > .list-group-item { |
424 | 373 | background-color: #fff; |
425 | 374 | border: 1px solid #ddd; } |
... | ... | @@ -451,15 +400,92 @@ a.add-row { |
451 | 400 | .resource_list a { |
452 | 401 | color: inherit; } |
453 | 402 | |
454 | -.resource_list .btn-group button:active, .resource_list .btn-group button:focus, .resource_list .btn-group button:hover { | |
403 | +.resource_list .btn-group button:active, | |
404 | +.resource_list .btn-group button:focus, .resource_list .btn-group button:hover { | |
455 | 405 | background-color: initial !important; } |
456 | 406 | |
457 | -#search-results-title { | |
458 | - color: #BDBDBD; } | |
407 | +/* === End Resources List === */ | |
408 | +/* === Participants === */ | |
409 | +#participants, .participants-list { | |
410 | + background-color: #FFFFFF; } | |
459 | 411 | |
460 | -.no-subscribe-btn { | |
461 | - background-color: #BDBDBD !important; | |
462 | - color: #F5F5F5 !important; } | |
412 | +#participants { | |
413 | + box-shadow: -1px 1px 8px #616161; } | |
414 | + | |
415 | +#participants i { | |
416 | + color: #616161; } | |
417 | + | |
418 | +.participants-list { | |
419 | + box-shadow: -1px 2px 1px #616161; } | |
420 | + | |
421 | +.subject-participants .sub-user:hover { | |
422 | + background-color: #D32F2F; } | |
423 | + | |
424 | +/* === End Participants === */ | |
425 | +/* === Accordions === */ | |
426 | +#coordinators_accordion .panel-heading, #professors_accordion .panel-heading { | |
427 | + background: #FFFFFF; } | |
428 | + | |
429 | +/* === End Accordions === */ | |
430 | +/* === Tabs === */ | |
431 | +.core-subjects-options li { | |
432 | + background-color: #FFFFFF; | |
433 | + border-bottom-color: #D2D2D2; | |
434 | + color: #A0A0A0; } | |
435 | + | |
436 | +.core-subjects-options li.active { | |
437 | + color: inherit; | |
438 | + border-bottom-color: #A31616; } | |
439 | + | |
440 | +/* === End Tabs === */ | |
441 | +/* === Notifies === */ | |
442 | +.notifies, .goalitems { | |
443 | + border: 1px solid #EEEEEE; } | |
444 | + | |
445 | +.notifies a.delete-row, .goalitems a.delete-row { | |
446 | + -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); | |
447 | + 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); | |
448 | + background-color: #EEE; | |
449 | + color: rgba(0, 0, 0, 0.87); } | |
450 | + | |
451 | +a.add-row { | |
452 | + -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); | |
453 | + 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); | |
454 | + background-color: #039BE5; | |
455 | + color: rgba(255, 255, 255, 0.84); } | |
456 | + | |
457 | +/* === End Notifies === */ | |
458 | +/* === Goals === */ | |
459 | +.goalitems .slider, .goal_item .slider { | |
460 | + background-color: initial; } | |
461 | + | |
462 | +.goal_divider { | |
463 | + border-top-color: #888; } | |
464 | + | |
465 | +/* === End Goals === */ | |
466 | +/* === Bulletin === */ | |
467 | +.bulletin-warning h4 { | |
468 | + color: #555555; } | |
469 | + | |
470 | +.bulletin-warning p { | |
471 | + color: #888888; } | |
472 | + | |
473 | +.bulletin-warning a { | |
474 | + color: #4caf50; } | |
475 | + | |
476 | +/* === End Bulletin === */ | |
477 | +/* === Backup === */ | |
478 | +.backup_container .more_items { | |
479 | + background: #D32F2F; | |
480 | + color: #FFFFFF; } | |
481 | + | |
482 | +.backup_container .backup_item label, .backup_container .resources_list label { | |
483 | + color: #333333; } | |
484 | + | |
485 | +/* === End Backup === */ | |
486 | +/* === Pendencies === */ | |
487 | +.pendencies-content { | |
488 | + background: #F5F5F5; } | |
463 | 489 | |
464 | 490 | .pendency { |
465 | 491 | border-color: #CCCCCC; } |
... | ... | @@ -470,23 +496,24 @@ a.add-row { |
470 | 496 | .pendency .meta { |
471 | 497 | color: #FF0000; } |
472 | 498 | |
473 | -.alert-low, .alert-medium { | |
474 | - background-color: #FFA500; | |
475 | - color: #FFFFFF; } | |
499 | +.alert-low { | |
500 | + background-color: #dfbd31; } | |
501 | + | |
502 | +.alert-medium { | |
503 | + background-color: #FF9000; } | |
504 | + | |
505 | +.alert-low, .alert-medium, .alert-danger { | |
506 | + color: #FFFFFF !important; | |
507 | + text-shadow: 0px 0px 1px #000000; } | |
476 | 508 | |
477 | 509 | .no_button:hover, .no_button:focus, .no_button:active { |
478 | 510 | background-color: initial !important; } |
479 | 511 | |
480 | -.popover { | |
481 | - background: #FFF; | |
482 | - color: #333; } | |
483 | - | |
512 | +/* === End Pendencies === */ | |
513 | +/* === Mural === */ | |
484 | 514 | .mural .post_make { |
485 | 515 | background: #FFFFFF; } |
486 | 516 | |
487 | -.mural .post_make .user-img, .post .post-img, .post .post-comment .user-img div, .comment .comment-img div { | |
488 | - background: #CCCCCC; } | |
489 | - | |
490 | 517 | .mural .post_make .post-field div { |
491 | 518 | border-color: #CCCCCC; } |
492 | 519 | |
... | ... | @@ -494,10 +521,10 @@ a.add-row { |
494 | 521 | color: #CCCCCC; } |
495 | 522 | |
496 | 523 | .post_action i, .post .post-user .user-action i, .comment .comment-user .user-action i { |
497 | - color: #136363; } | |
524 | + color: #1d8fe0; } | |
498 | 525 | |
499 | -.post .post-user, .comment .comment-user, .marked_user { | |
500 | - color: #003333; } | |
526 | +.post .post-user, .comment .comment-user, .marked_user, .post_resource { | |
527 | + color: #424242; } | |
501 | 528 | |
502 | 529 | .post .post-user .user-action { |
503 | 530 | color: #BBBBBB; } |
... | ... | @@ -529,45 +556,81 @@ a.add-row { |
529 | 556 | .btn_fav { |
530 | 557 | color: #BBBBBB !important; } |
531 | 558 | |
532 | -.post-filter { | |
559 | +.post-filter, .talk-filter { | |
533 | 560 | background: #F5F5F5; } |
534 | 561 | |
535 | -.post-filter h4 { | |
536 | - color: #003333; } | |
562 | +.post-filter h4, .talk-filter h4 { | |
563 | + color: #424242; } | |
537 | 564 | |
538 | -.post-filter label { | |
565 | +.post-filter label, .talk-filter label { | |
539 | 566 | color: #333333; } |
540 | 567 | |
541 | -.post-filter i { | |
568 | +.post-filter i, .talk-filter i { | |
542 | 569 | color: #FF0000; } |
543 | 570 | |
544 | 571 | .suggestions { |
545 | 572 | background: #FFFFFF; } |
546 | 573 | |
547 | -.mural-category { | |
574 | +.subject-related-panel { | |
575 | + background: #F5F5F5 !important; } | |
576 | + | |
577 | +.mural-ungeneral { | |
548 | 578 | background: #EEE; } |
549 | 579 | |
550 | -.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 { | |
551 | - background-color: initial; } | |
580 | +/* === End Mural === */ | |
581 | +/* === Chat === */ | |
582 | +.participant .user-info h4 { | |
583 | + color: #424242; } | |
552 | 584 | |
553 | -#participants, .participants-list { | |
554 | - background-color: #FFFFFF; } | |
585 | +.modal_profile_sidebar h4, .message-view .message-user { | |
586 | + color: #424242; } | |
555 | 587 | |
556 | -#participants { | |
557 | - box-shadow: -1px 1px 8px #8e1c1c; } | |
588 | +.participant .user-info .status, .modal_profile_sidebar .status, .subject-participants .status { | |
589 | + border-color: #888; | |
590 | + background-color: #F5F5F5; } | |
558 | 591 | |
559 | -#participants i { | |
560 | - color: #8e1c1c; } | |
592 | +.participant .user-info .status.active, .modal_profile_sidebar .status.active, .subject-participants .status.active { | |
593 | + background-color: #59b75c; } | |
561 | 594 | |
562 | -.participants-list { | |
563 | - box-shadow: -1px 2px 1px #8e1c1c; } | |
595 | +.participant .user-info .status.away, .modal_profile_sidebar .status.away, .subject-participants .status.away { | |
596 | + background-color: #DAA520; } | |
597 | + | |
598 | +.messages-container { | |
599 | + border-top-color: #cacaca; | |
600 | + background-color: #f5f5f5; } | |
601 | + | |
602 | +.message-sender { | |
603 | + border-top-color: #888888 !important; } | |
604 | + | |
605 | +.message-sender-container { | |
606 | + background-color: #e5e5e5; } | |
607 | + | |
608 | +.message-sender-container .message-field div { | |
609 | + background-color: #FFFFFF; | |
610 | + border-color: #888888; } | |
611 | + | |
612 | +.talk-last_msg { | |
613 | + color: #888; } | |
614 | + | |
615 | +.message-view { | |
616 | + border-top-color: #cacaca; } | |
617 | + | |
618 | +.message-view .message-user .message-date { | |
619 | + color: #888; } | |
620 | + | |
621 | +.messages_new { | |
622 | + color: #FFFFFF; | |
623 | + background-color: #59b75c; } | |
624 | + | |
625 | +.chat-panel .chat-collapse { | |
626 | + background: #EEE; } | |
564 | 627 | |
628 | +/* === End Chat === */ | |
565 | 629 | @media(max-width: 768px) { |
566 | 630 | .navbar .navbar-nav .dropdown .dropdown-menu li > a { |
567 | - color: #FFFFFF !important; | |
568 | - background-color: #8e1c1c; } | |
631 | + color: #333333 !important; } | |
569 | 632 | |
570 | 633 | .navbar .navbar-nav .dropdown .dropdown-menu li > a:hover { |
571 | - backgroun-color: #591111 !important; } } | |
634 | + color: #D32F2F !important; } } | |
572 | 635 | |
573 | 636 | /*# sourceMappingURL=red.css.map */ | ... | ... |
amadeus/static/css/themes/red.css.map
1 | 1 | { |
2 | 2 | "version": 3, |
3 | -"mappings": "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", | |
3 | +"mappings": "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", | |
4 | 4 | "sources": ["red.sass"], |
5 | 5 | "names": [], |
6 | 6 | "file": "red.css" | ... | ... |
amadeus/static/css/themes/red.sass
1 | -//Primary colors | |
2 | -$primary-color: #8e1c1c //lighter shade of red | |
3 | -$primary-hover: #591111 | |
4 | -$secondary-color: #136363 //lighter shade of green | |
5 | -$secondary-l2-color: #146b6b //subject header and items color | |
6 | -$third-color: #197f7f | |
7 | -$default-white: #F5F5F5 | |
8 | -$white: #FFFFFF | |
9 | -$disabled: #999999 //light shade of gray | |
10 | -$strong-color: #003333 | |
1 | +/* === Variables === */ | |
11 | 2 | |
3 | +$primary-color: #D32F2F | |
4 | +$secondary-color: #A31616 | |
12 | 5 | |
13 | -body .container .jumbotron-inverse, body .container .well-inverse, body .container-fluid .jumbotron-inverse, body .container-fluid .well-inverse | |
14 | - background-color: white | |
6 | +$primary-title: #424242 | |
7 | +$secondary-title: #D32F2F | |
15 | 8 | |
9 | +$primary-badge: #616161 | |
16 | 10 | |
17 | -a, a:focus, a:hover | |
18 | - color: $primary-color | |
19 | - | |
20 | - | |
21 | -.radio input[type=radio]:checked~.check, label.radio-inline input[type=radio]:checked~.check | |
22 | - background-color: $primary-color | |
23 | - | |
24 | - | |
25 | -.radio input[type=radio]:checked~.circle, label.radio-inline input[type=radio]:checked~.circle | |
26 | - border-color: $primary-color | |
27 | - | |
28 | - | |
29 | -.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus | |
30 | - color: #fff | |
31 | - background-color: $primary-color | |
32 | - border-color: $primary-color | |
11 | +$primary-menu-bg: #D32F2F | |
12 | +$primary-menu-color: #333333 | |
33 | 13 | |
14 | +$primary-white: #F5F5F5 | |
15 | +$secondary-white: #FFFFFF | |
16 | +$disabled-white: #E0E0E0 | |
34 | 17 | |
35 | -.navbar, .navbar.navbar-default | |
36 | - background-color: $primary-color | |
37 | - color: rgba(255,255,255,.84) | |
18 | +$primary-disabled: #BDBDBD | |
19 | +$secodnary-disabled: #E6E7E8 | |
38 | 20 | |
21 | +$primary-category: #424242 | |
22 | +$secondary-category: #656565 | |
39 | 23 | |
40 | -.notify_badge | |
41 | - background-color: #FF0000 !important | |
24 | +$primary-subject: #616161 | |
25 | +$secondary-subject: #777777 | |
42 | 26 | |
27 | +$primary-topic: #757575 | |
28 | +$secondary-topic: #919191 | |
43 | 29 | |
44 | -.bottom-menu | |
45 | - background: $primary-color | |
30 | +$btn-success: #039BE5 | |
31 | +$btn-success-effect: #0277BD | |
46 | 32 | |
33 | +/* === End Variables === */ | |
47 | 34 | |
48 | -#btn-search:hover | |
49 | - background: $secondary-color | |
50 | - | |
51 | - | |
52 | -.alert.alert-success | |
53 | - background-color: $primary-hover | |
54 | - color: $white | |
55 | - | |
56 | -/* FORM Fields */ | |
57 | - | |
58 | -.form-group.is-focused label, .form-group.is-focused label.control-label | |
35 | +a, a:focus, a:hover | |
59 | 36 | color: $primary-color |
60 | 37 | |
61 | -.form-group.is-focused .form-control | |
62 | - outline: 0 | |
63 | - background-image: -webkit-gradient(linear,left top,left bottom,from($primary-hover),to($primary-hover)),-webkit-gradient(linear,left top,left bottom,from(#D2D2D2),to(#D2D2D2)) | |
64 | - background-image: -webkit-linear-gradient($primary-hover,$primary-hover),-webkit-linear-gradient(#D2D2D2,#D2D2D2) | |
65 | - background-image: -o-linear-gradient($primary-hover,$primary-hover),-o-linear-gradient(#D2D2D2,#D2D2D2) | |
66 | - background-image: linear-gradient($primary-hover,$primary-hover),linear-gradient(#D2D2D2,#D2D2D2) | |
67 | - -webkit-background-size: 100% 2px,100% 1px | |
68 | - background-size: 100% 2px,100% 1px | |
69 | - -webkit-box-shadow: none | |
70 | - box-shadow: none | |
71 | - -webkit-transition-duration: .3s | |
72 | - -o-transition-duration: .3s | |
73 | - transition-duration: .3s | |
74 | - | |
75 | -.form-control, .form-group .form-control | |
76 | - border: 0 | |
77 | - background-image: -webkit-gradient(linear, left top, left bottom, from($primary-hover), to($primary-hover)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2)) | |
78 | - background-image: -webkit-linear-gradient($primary-hover, $primary-hover), -webkit-linear-gradient(#D2D2D2, #D2D2D2) | |
79 | - background-image: -o-linear-gradient($primary-hover, $primary-hover), -o-linear-gradient(#D2D2D2, #D2D2D2) | |
80 | - background-image: linear-gradient($primary-hover, $primary-hover), linear-gradient(#D2D2D2, #D2D2D2) | |
81 | - -webkit-background-size: 0 2px, 100% 1px | |
82 | - background-size: 0 2px, 100% 1px | |
83 | - background-repeat: no-repeat | |
84 | - background-position: center bottom, center -webkit-calc(100% - 1px) | |
85 | - background-position: center bottom, center calc(100% - 1px) | |
86 | - background-color: transparent | |
87 | - -webkit-transition: background 0s ease-out | |
88 | - -o-transition: background 0s ease-out | |
89 | - transition: background 0s ease-out | |
90 | - float: none | |
91 | - -webkit-box-shadow: none | |
92 | - box-shadow: none | |
93 | - border-radius: 0 | |
94 | - | |
95 | - | |
96 | -/**/ | |
97 | - | |
98 | -// Card's btns | |
99 | - | |
100 | -.btn.btn-sucess.btn-raised | |
101 | - color: $white | |
102 | - background-color: $primary-color !important | |
103 | - | |
104 | -button.btn.btn-sucess.btn-raised | |
105 | - color: $white | |
106 | - background-color: $primary-color !important | |
107 | - | |
108 | - | |
109 | -a.btn.btn-sm.btn-success.btn-raised | |
110 | - color: $white | |
111 | - background-color: $primary-color !important | |
112 | - | |
38 | +body .container .jumbotron-inverse, | |
39 | +body .container .well-inverse, | |
40 | +body .container-fluid .jumbotron-inverse, | |
41 | +body .container-fluid .well-inverse | |
42 | + background-color: $secondary-white | |
113 | 43 | |
114 | -.btn-group-raised .btn.btn-success, | |
115 | -.btn-group-raised .input-group-btn .btn.btn-success, | |
116 | -.btn.btn-fab.btn-success, .btn.btn-raised.btn-success, | |
117 | -.input-group-btn .btn.btn-fab.btn-success, | |
118 | -.input-group-btn .btn.btn-raised.btn-success | |
119 | - color: $white | |
120 | - background-color: $primary-color !important | |
121 | - | |
122 | - | |
123 | -.btn-group-raised .btn.btn-success :hover, | |
124 | -.btn-group-raised .input-group-btn .btn.btn-success :hover, | |
125 | -.btn.btn-fab.btn-success, .btn.btn-raised.btn-success:hover, | |
126 | -.input-group-btn .btn.btn-fab.btn-success:hover , | |
127 | -.input-group-btn .btn.btn-raised.btn-success:hover | |
128 | - color: $white | |
129 | - background-color: $primary-hover !important | |
44 | +.radio input[type=radio]:checked~.check, label.radio-inline input[type=radio]:checked~.check | |
45 | + background-color: $primary-color | |
130 | 46 | |
47 | +.radio input[type=radio]:checked~.circle, label.radio-inline input[type=radio]:checked~.circle | |
48 | + border-color: $primary-color | |
131 | 49 | |
132 | -/* PAGINATION BOTTOM */ | |
50 | +.my-subjects-title | |
51 | + color: $primary-title | |
133 | 52 | |
134 | -.pagination > li > a, .pagination > li > span | |
135 | - color: $primary-color | |
53 | +.notify_badge | |
54 | + background-color: $primary-badge !important | |
136 | 55 | |
137 | -.pagination > li > a:hover, .pagination > li > span:hover | |
138 | - color: $primary-hover | |
56 | +.access-subject | |
57 | + background-color: $btn-success !important | |
58 | + color: $secondary-white | |
139 | 59 | |
60 | +.outside-title | |
61 | + color: $secondary-title | |
140 | 62 | |
141 | -/* language selector */ | |
63 | +.category-course-link | |
64 | + color: $secondary-white !important | |
142 | 65 | |
66 | +.footer | |
67 | + color: $secondary-white | |
68 | + background: $primary-title | |
143 | 69 | |
144 | -.language-selector .dropdown-menu > .active > a | |
145 | - background: #EEEEEE | |
146 | - color: $primary-color | |
70 | +.bootstrap-datetimepicker-widget | |
71 | + background-color: $secondary-white !important | |
147 | 72 | |
73 | +.popover | |
74 | + background: $secondary-white | |
75 | + color: #333 | |
148 | 76 | |
149 | -.language-selector .dropdown-menu > .active > a:hover | |
150 | - color: $primary-color | |
77 | +.btn:not(.btn-raised):not(.btn-link):focus, | |
78 | +.btn:not(.btn-raised):not(.btn-link):hover, | |
79 | +.input-group-btn .btn:not(.btn-raised):not(.btn-link):focus, | |
80 | +.input-group-btn .btn:not(.btn-raised):not(.btn-link):hover | |
81 | + background-color: initial | |
151 | 82 | |
83 | +#analytics-panel | |
84 | + background-color: $primary-subject !important | |
152 | 85 | |
153 | -/* Sidebar menu in every page */ | |
86 | +#search-results-title | |
87 | + color: #BDBDBD | |
154 | 88 | |
155 | -#sidebar-menu .item | |
156 | - background-color: $primary-color | |
157 | - color: white | |
89 | +.profile_function | |
90 | + border-bottom: 1px solid #D2D2D2 | |
158 | 91 | |
92 | +.page_selector h4 | |
93 | + border-bottom: 1px solid #e5e5e5 | |
159 | 94 | |
160 | -#sidebar-menu .item a | |
95 | +.subscribe-subject | |
96 | + background-color: #33cc33 !important | |
161 | 97 | color: white |
162 | 98 | |
99 | +.filedrag | |
100 | + color: #555 | |
101 | + border: 2px dashed #555 | |
163 | 102 | |
164 | -#sidebar-menu > .subjects_menu_active | |
165 | - background-color: $primary-hover | |
166 | - | |
103 | +.no-subjects | |
104 | + color: #999999 | |
167 | 105 | |
168 | -#sidebar-menu > .item:hover | |
169 | - background-color: $primary-hover | |
106 | +.resource-link | |
107 | + color: #000000 !important | |
170 | 108 | |
109 | +.no-subscribe-btn | |
110 | + background-color: $primary-disabled !important | |
111 | + color: $primary-white !important | |
171 | 112 | |
172 | -/* === SUBJECT APP === */ | |
113 | +.semi-check | |
114 | + border-color: $primary-color !important | |
173 | 115 | |
174 | -/* home */ | |
116 | +.login_subcommands a, .login_subcommands a:hover | |
117 | + color: $secondary-title | |
175 | 118 | |
176 | -.users-cloud .small a | |
177 | - color: $secondary-l2-color | |
178 | 119 | |
120 | +/* === Forms === */ | |
179 | 121 | |
180 | -.users-cloud .big a | |
122 | +.form-group.is-focused label, | |
123 | +.form-group.is-focused label.control-label | |
181 | 124 | color: $primary-color |
182 | 125 | |
126 | +.form-group.is-focused .form-control | |
127 | + background-image: -webkit-gradient(linear,left top,left bottom,from($primary-color),to($primary-color)),-webkit-gradient(linear,left top,left bottom,from(#D2D2D2),to(#D2D2D2)) | |
128 | + background-image: -webkit-linear-gradient($primary-color,$primary-color),-webkit-linear-gradient(#D2D2D2,#D2D2D2) | |
129 | + background-image: -o-linear-gradient($primary-color,$primary-color),-o-linear-gradient(#D2D2D2,#D2D2D2) | |
130 | + background-image: linear-gradient($primary-color,$primary-color),linear-gradient(#D2D2D2,#D2D2D2) | |
183 | 131 | |
184 | -.users-cloud .medium a | |
185 | - color: $primary-hover | |
186 | - | |
187 | - | |
188 | -.users-cloud .tiny a | |
189 | - color: $secondary-color | |
190 | - | |
191 | - | |
192 | - | |
193 | -.my-subjects-title | |
194 | - color: $strong-color | |
195 | - | |
132 | +/* === End Forms === */ | |
196 | 133 | |
197 | 134 | |
198 | -.panel-invisible | |
199 | - background-color: #BDBDBD !important | |
200 | - color: $default-white | |
201 | - | |
202 | - | |
203 | -.category-panel > .panel-heading | |
204 | - background-color: $secondary-color !important | |
205 | - | |
206 | - | |
207 | -.category-panel .category-header .category-card-items i | |
208 | - color: $strong-color | |
209 | - | |
210 | - | |
211 | -.category-panel .category-header .category-card-items i:hover | |
212 | - color: $white | |
213 | - | |
214 | - | |
215 | -.subject-panel > .panel-heading | |
216 | - background-color: $secondary-l2-color !important | |
135 | +/* === Buttons === */ | |
217 | 136 | |
218 | - | |
219 | -.subject-panel .category-header .category-card-items i | |
220 | - color: $strong-color | |
221 | - | |
222 | - | |
223 | -.subject-panel .category-header .category-card-items i:hover | |
224 | - color: $white | |
225 | - | |
226 | - | |
227 | -.resource-link | |
228 | - color: #000000 !important | |
229 | - | |
230 | - | |
231 | -/* subscribe.html */ | |
137 | +.btn-group-raised .btn.btn-success, | |
138 | +.btn-group-raised .input-group-btn .btn.btn-success, | |
139 | +.btn.btn-fab.btn-success, .btn.btn-raised.btn-success, | |
140 | +.input-group-btn .btn.btn-fab.btn-success, .input-group-btn .btn.btn-raised.btn-success | |
141 | + background-color: $btn-success | |
142 | + | |
143 | +.btn-group-raised .btn:not(.btn-link).active.btn-success, | |
144 | +.btn-group-raised .btn:not(.btn-link):active.btn-success, | |
145 | +.btn-group-raised .btn:not(.btn-link):focus.btn-success, | |
146 | +.btn-group-raised .btn:not(.btn-link):hover.btn-success, | |
147 | +.btn-group-raised .input-group-btn .btn:not(.btn-link).active.btn-success, | |
148 | +.btn-group-raised .input-group-btn .btn:not(.btn-link):active.btn-success, | |
149 | +.btn-group-raised .input-group-btn .btn:not(.btn-link):focus.btn-success, | |
150 | +.btn-group-raised .input-group-btn .btn:not(.btn-link):hover.btn-success, | |
151 | +.btn.btn-raised:not(.btn-link).active.btn-success, | |
152 | +.btn.btn-raised:not(.btn-link):active.btn-success, | |
153 | +.btn.btn-raised:not(.btn-link):focus.btn-success, | |
154 | +.btn.btn-raised:not(.btn-link):hover.btn-success, | |
155 | +.input-group-btn .btn.btn-raised:not(.btn-link).active.btn-success, | |
156 | +.input-group-btn .btn.btn-raised:not(.btn-link):active.btn-success, | |
157 | +.input-group-btn .btn.btn-raised:not(.btn-link):focus.btn-success, | |
158 | +.input-group-btn .btn.btn-raised:not(.btn-link):hover.btn-success | |
159 | + background-color: $btn-success-effect | |
160 | + | |
161 | +/* === End Buttons === */ | |
162 | + | |
163 | + | |
164 | +/* === Modal === */ | |
232 | 165 | |
233 | 166 | .modal-header |
234 | - border-bottom: 1px solid $disabled !important | |
235 | - | |
167 | + border-bottom: 1px solid $secodnary-disabled !important | |
236 | 168 | |
237 | 169 | .modal-footer |
238 | - border-top: 1px solid $disabled !important | |
239 | - | |
240 | - | |
241 | -/* subject_card.html */ | |
170 | + border-top: 1px solid $secodnary-disabled !important | |
242 | 171 | |
172 | +/* === End Modal === */ | |
243 | 173 | |
244 | -.access-subject | |
245 | - background-color: #2eb82e !important | |
246 | - color: white | |
247 | - | |
248 | -/* Groups App */ | |
249 | 174 | |
175 | +/* === Pagination Controls === */ | |
250 | 176 | |
251 | -.group-panel > .panel-heading | |
252 | - background-color: $white !important | |
253 | - | |
254 | - | |
255 | -.group-panel .panel-title, .group-panel .category-header i, .group-panel .category-course-link | |
256 | - color: #000000 !important | |
257 | - | |
258 | - | |
259 | -.group-panel-body | |
260 | - background: $white !important | |
261 | - border-top: 1px solid #CCCCCC | |
262 | - | |
263 | - | |
264 | -/* === Resources Common (ex: PDF, WebPage) App === */ | |
265 | - | |
266 | - | |
267 | - | |
268 | -.topic-panel > .panel-heading | |
269 | - background-color: $third-color !important | |
177 | +.pagination > .active > a, | |
178 | +.pagination > .active > span, | |
179 | +.pagination > .active > a:hover, | |
180 | +.pagination > .active > span:hover, | |
181 | +.pagination > .active > a:focus, | |
182 | +.pagination > .active > span:focus | |
183 | + background-color: $primary-color | |
184 | + border-color: $primary-color | |
185 | + color: $secondary-white | |
270 | 186 | |
187 | +.holder a.jp-disabled, a.jp-disabled:hover | |
188 | + background: none !important | |
189 | + color: #bbb !important | |
271 | 190 | |
272 | -.topic-panel .category-header .category-card-items i, .topic-panel-invisible .category-header .category-card-items i | |
273 | - color: $strong-color | |
191 | +.holder a.jp-current, a.jp-current:hover | |
192 | + background: none | |
274 | 193 | |
194 | +.holder a, .holder span | |
195 | + border: 1px solid #ddd | |
196 | + color: #337ab7 | |
275 | 197 | |
276 | -.topic-panel .category-header .category-card-items i:hover, .topic-panel-invisible .category-header .category-card-items i:hover | |
277 | - color: $white | |
198 | +.holder a:hover | |
199 | + color: #23527c | |
200 | + background-color: #eee | |
201 | + border-color: #ddd | |
278 | 202 | |
203 | +.holder a.jp-current, a.jp-current:hover | |
204 | + background-color: $primary-color | |
205 | + border-color: $primary-color | |
206 | + color: $secondary-white | |
279 | 207 | |
280 | -.topic-panel > .category-panel-content, .topic-panel-invisible > .category-panel-content | |
281 | - background: $white | |
208 | +/* === End Pagination Controls === */ | |
282 | 209 | |
283 | 210 | |
284 | -.topic-panel-invisible > .panel-heading | |
285 | - background-color: #BDBDBD !important | |
286 | - color: $default-white | |
211 | +/* === Language Selector */ | |
287 | 212 | |
213 | +.language-selector .dropdown-menu > .active > a | |
214 | + background: $primary-menu-bg | |
215 | + color: $primary-color | |
288 | 216 | |
289 | -.pendencies-content | |
290 | - background: $white | |
217 | +.language-selector .dropdown-menu > .active > a:hover | |
218 | + color: $primary-color | |
291 | 219 | |
220 | +/* === End Language Selector */ | |
292 | 221 | |
293 | -.pendencies-content .core-subjects-options li | |
294 | - background: $default-white | |
295 | 222 | |
223 | +/* === Topbar === */ | |
296 | 224 | |
297 | -.category-header i | |
298 | - color: white | |
225 | +#btn-search:hover | |
226 | + background: $secondary-color | |
299 | 227 | |
228 | +.navbar, .navbar.navbar-default | |
229 | + background-color: $primary-color | |
230 | + color: rgba(255,255,255,.84) | |
300 | 231 | |
301 | -.category-header i:hover | |
302 | - color: #90CAF9 | |
232 | +.top-search | |
233 | + color: $primary-white | |
303 | 234 | |
235 | +.navbar-brand:hover | |
236 | + background: $secondary-color !important | |
304 | 237 | |
305 | -.category-header .dropdown-menu i | |
306 | - color: inherit !important | |
238 | +.navbar .project_name | |
239 | + color: $secondary-white | |
307 | 240 | |
241 | +.navbar-nav li.open | |
242 | + background: $secondary-color | |
308 | 243 | |
309 | -#create-category | |
310 | - background-color: $primary-color | |
311 | - color: $white | |
244 | +.navbar-nav li > a:hover | |
245 | + background: $secondary-color !important | |
312 | 246 | |
247 | +.navbar-nav li.settings_menu_active | |
248 | + background: $secondary-color | |
313 | 249 | |
314 | -.category-panel-content | |
315 | - background: $default-white | |
250 | +.navbar .dropdown-menu .active > a, .navbar.navbar-default .dropdown-menu .active > a | |
251 | + background-color: $secondary-color | |
316 | 252 | |
253 | +.dropdown-menu | |
254 | + background: $primary-white | |
317 | 255 | |
318 | -.core-subjects-options li | |
319 | - background-color: $white | |
320 | - border-bottom-color: $disabled | |
321 | - color: $primary-hover | |
256 | +.dropdown-menu li > a | |
257 | + background: $primary-white | |
258 | + color: $primary-menu-color | |
322 | 259 | |
260 | +.dropdown-menu li > a:hover | |
261 | + background: $primary-menu-bg !important | |
262 | + color: $secondary-white !important | |
323 | 263 | |
324 | -.core-subjects-options li.active | |
325 | - color: inherit | |
326 | - border-bottom-color: $primary-color | |
264 | +#system_accordion > .panel > .panel-heading | |
265 | + background: $primary-white | |
327 | 266 | |
267 | +#system_accordion > .panel > .panel-heading:hover | |
268 | + background: $primary-menu-bg | |
269 | + color: $secondary-white | |
328 | 270 | |
329 | -.create-subject-btn | |
330 | - background-color: $strong-color | |
331 | - color: white | |
271 | +#system_accordion > .panel > .panel-heading > a > .panel-title | |
272 | + color: $primary-menu-color | |
332 | 273 | |
274 | +#system_accordion > .panel > .panel-heading > a > .panel-title:hover | |
275 | + color: $secondary-white | |
333 | 276 | |
334 | -#coordinators_accordion .panel-heading, #professors_accordion .panel-heading | |
335 | - background: $white | |
277 | +#system_accordion > .panel > .panel-heading > a:hover | |
278 | + color: $secondary-white | |
336 | 279 | |
280 | +#system_menu | |
281 | + background: $primary-white | |
337 | 282 | |
338 | -/* === Amadeus APP === */ | |
283 | +/* === End Topbar === */ | |
339 | 284 | |
340 | 285 | |
286 | +/* === Sidebar === */ | |
341 | 287 | |
288 | +#sidebar-menu .item | |
289 | + background-color: $primary-color | |
290 | + color: $secondary-white | |
342 | 291 | |
343 | -.navbar-brand:hover | |
344 | - background: $primary-hover !important | |
292 | +#sidebar-menu .item a | |
293 | + color: $secondary-white | |
345 | 294 | |
295 | +#sidebar-menu > .subjects_menu_active | |
296 | + background-color: $secondary-color | |
346 | 297 | |
347 | -.navbar .project_name | |
348 | - color: white | |
298 | +#sidebar-menu > .item:hover | |
299 | + background-color: $secondary-color | |
349 | 300 | |
301 | +/* --- Minor Screens --- */ | |
350 | 302 | |
351 | -.navbar-nav li.open | |
352 | - background: $primary-hover | |
303 | +.bottom-menu | |
304 | + background: $primary-color | |
353 | 305 | |
306 | +.mobile-menu .item | |
307 | + color: $secondary-white | |
308 | + background: $primary-color | |
354 | 309 | |
355 | -.navbar-nav li > a:hover | |
356 | - background: $primary-hover !important | |
310 | +.mobile-menu .item a | |
311 | + color: $secondary-white | |
357 | 312 | |
313 | +.mobile-menu > .subjects_menu_active | |
314 | + background-color: $secondary-color | |
358 | 315 | |
359 | -.navbar-nav li.settings_menu_active | |
360 | - background: $primary-hover | |
316 | +.mobile-menu > .item:hover | |
317 | + background-color: $secondary-color | |
361 | 318 | |
319 | +/* --- End Minor Screens --- */ | |
362 | 320 | |
363 | -.top-search | |
364 | - color: $default-white | |
321 | +/* === End Sidebar === */ | |
365 | 322 | |
366 | 323 | |
324 | +/* === Breadcrumbs === */ | |
367 | 325 | |
368 | -.dropdown-menu | |
369 | - background: $default-white | |
326 | +.breadcrumb > li > span.divider | |
327 | + color: $primary-color | |
370 | 328 | |
329 | +.breadcrumb > li > a | |
330 | + color: $primary-color | |
371 | 331 | |
372 | -.dropdown-menu li > a | |
373 | - background: $default-white | |
374 | - color: #333333 | |
332 | +.breadcrumb > li | |
333 | + color: #BDBDBD | |
375 | 334 | |
335 | +/* === End Breadcrumbs === */ | |
376 | 336 | |
377 | -.dropdown-menu li > a:hover | |
378 | - background: $primary-color !important | |
379 | - color: $white !important | |
380 | 337 | |
381 | -.navbar .dropdown-menu .active>a, .navbar.navbar-default .dropdown-menu .active>a | |
382 | - background-color: $primary-color !important | |
338 | +/* === Panel === */ | |
383 | 339 | |
384 | -.navbar .dropdown-menu .active>a:hover, .navbar.navbar-default .dropdown-menu .active>a:hover | |
385 | - background-color: $primary-hover | |
340 | +.category-header i | |
341 | + color: $secondary-white | |
386 | 342 | |
387 | -#system_accordion > .panel > .panel-heading | |
388 | - background: $default-white | |
343 | +.category-header .dropdown-menu i | |
344 | + color: inherit !important | |
389 | 345 | |
346 | +.panel-title a:hover | |
347 | + color: $secondary-white | |
390 | 348 | |
391 | -#system_accordion > .panel > .panel-heading:hover | |
392 | - background: #EEEEEE | |
349 | +.panel-invisible | |
350 | + background-color: $primary-disabled !important | |
351 | + color: $primary-white !important | |
393 | 352 | |
353 | +.panel-invisible .category-header .category-card-items i | |
354 | + color: $disabled-white | |
394 | 355 | |
395 | -#system_accordion > .panel > .panel-heading > a > .panel-title | |
396 | - color: #333333 | |
356 | +.panel-invisible .category-header .category-card-items i:hover | |
357 | + color: $secondary-white | |
397 | 358 | |
359 | +/* === End Panel === */ | |
398 | 360 | |
399 | -#system_accordion > .panel > .panel-heading > a > .panel-title:hover | |
400 | - color: $primary-color | |
401 | 361 | |
362 | +/* === Category Panel === */ | |
402 | 363 | |
403 | -#system_accordion > .panel > .panel-heading > a:hover | |
404 | - color: $primary-color | |
364 | +.category-panel > .panel-heading | |
365 | + background-color: $primary-category !important | |
405 | 366 | |
367 | +.category-panel .category-header .category-card-items i | |
368 | + color: $secondary-category | |
406 | 369 | |
407 | -#system_menu | |
408 | - background: $default-white | |
370 | +.category-panel .category-header .category-card-items i:hover | |
371 | + color: $secondary-white | |
409 | 372 | |
373 | +.category-panel-content | |
374 | + background: $primary-white | |
410 | 375 | |
376 | +.category-header > h4.panel-title span | |
377 | + color: $secondary-white | |
411 | 378 | |
412 | -#horizontal-line | |
413 | - background-color: black | |
379 | +/* === End Category Panel === */ | |
414 | 380 | |
415 | 381 | |
416 | -.breadcrumb > li > span.divider | |
417 | - color: $strong-color | |
382 | +/* === Subject Panel === */ | |
418 | 383 | |
384 | +.subject-panel > .panel-heading | |
385 | + background-color: $primary-subject !important | |
419 | 386 | |
420 | -.breadcrumb > li > a | |
421 | - color: $strong-color | |
387 | +.subject-panel .category-header .category-card-items i | |
388 | + color: $secondary-subject | |
422 | 389 | |
390 | +.subject-panel .category-header .category-card-items i:hover, | |
391 | +.subject-panel-invisible .category-header .category-card-items i:hover | |
392 | + color: $secondary-white | |
423 | 393 | |
424 | -.breadcrumb > li | |
425 | - color: #BDBDBD | |
394 | +/* --- Invisible --- */ | |
426 | 395 | |
427 | -/*Because we use an outer a tag*/ | |
428 | -.panel-title | |
429 | - color: rgba(255,255,255,.84) | |
396 | +.subject-panel-invisible .category-header .category-card-items i | |
397 | + color: $disabled-white | |
430 | 398 | |
399 | +/* --- End Invisible --- */ | |
431 | 400 | |
432 | -.category-header > h4.panel-title span | |
433 | - color: $white | |
401 | +/* === End Subject Panel === */ | |
434 | 402 | |
435 | 403 | |
436 | -.accordion | |
437 | - background: white | |
404 | +/* === Topic Panel === */ | |
438 | 405 | |
406 | +.topic-panel > .panel-heading | |
407 | + background-color: $primary-topic !important | |
439 | 408 | |
440 | -.accordion_list | |
441 | - background: $default-white | |
409 | +.topic-panel .category-header .category-card-items i, | |
410 | +.topic-panel-invisible .category-header .category-card-items i | |
411 | + color: $secondary-topic | |
442 | 412 | |
413 | +.topic-panel .category-header .category-card-items i:hover, | |
414 | +.topic-panel-invisible .category-header .category-card-items i:hover | |
415 | + color: $secondary-white | |
443 | 416 | |
444 | -.outside-title | |
445 | - color: $primary-color | |
417 | +.topic-panel > .category-panel-content, .topic-panel-invisible > .category-panel-content | |
418 | + background: $secondary-white | |
446 | 419 | |
420 | +/* --- Invisible --- */ | |
447 | 421 | |
448 | -.titleTopic a h4, .titleTopic h4 | |
449 | - color: white | |
422 | +.topic-panel-invisible > .panel-heading | |
423 | + background-color: $primary-disabled !important | |
424 | + color: $primary-white | |
450 | 425 | |
426 | +.topic-panel-invisible .category-header .category-card-items i | |
427 | + color: $disabled-white | |
451 | 428 | |
452 | -.Topic-detail a h4 | |
453 | - color: black | |
429 | +/* --- End Invisible --- */ | |
454 | 430 | |
431 | +/* === End Topic Panel === */ | |
455 | 432 | |
456 | -.cards-detail .panel .panel-heading h4 | |
457 | - color: black | |
458 | 433 | |
459 | -.data_register_course p | |
460 | - color: grey | |
434 | +/* === Group Panel === */ | |
461 | 435 | |
436 | +.group-panel > .panel-heading | |
437 | + background-color: $secondary-white !important | |
462 | 438 | |
463 | -.category-course-link | |
464 | - color: $white !important | |
439 | +.group-panel .panel-title, .group-panel .category-header i, .group-panel .category-course-link | |
440 | + color: #000000 !important | |
465 | 441 | |
442 | +.group-panel-body | |
443 | + background: $secondary-white !important | |
444 | + border-top: 1px solid #CCCCCC | |
466 | 445 | |
467 | -.profile_function | |
468 | - border-bottom: 1px solid #D2D2D2 | |
446 | +/* === End Group Panel === */ | |
469 | 447 | |
470 | 448 | |
449 | +/* === Resources List === */ | |
471 | 450 | |
472 | -.mobile-menu .item | |
473 | - color: $white | |
474 | - background: $primary-color | |
451 | +.resource_list > .list-group-item | |
452 | + background-color: #fff | |
453 | + border: 1px solid #ddd | |
475 | 454 | |
455 | +.resource_list > .disabled | |
456 | + background-color: #eee | |
476 | 457 | |
477 | -.mobile-menu .item a | |
478 | - color: white | |
458 | +.resource_list > .disabled:hover | |
459 | + background-color: #eee !important | |
479 | 460 | |
461 | +.resource_list > .disabled a.resource_link | |
462 | + color: $primary-disabled | |
480 | 463 | |
481 | -.mobile-menu > .subjects_menu_active | |
482 | - background-color: $primary-color | |
464 | +.resource_list > .list-group-item:hover | |
465 | + background: $primary-white | |
483 | 466 | |
467 | +.resource_list > .list-group-item:last-child | |
468 | + border-bottom: 1px solid #ddd !important | |
484 | 469 | |
485 | -.mobile-menu > .item:hover | |
486 | - background-color: $primary-hover | |
470 | +.resource_list .category-card-items i | |
471 | + color: #e5e5e5 | |
487 | 472 | |
473 | +.resource_list .category-card-items i:hover | |
474 | + color: #7f7f7f | |
488 | 475 | |
476 | +.resource_list .category-card-items .dropdown-menu i | |
477 | + color: #333 | |
489 | 478 | |
490 | -.page_selector h4 | |
491 | - border-bottom: 1px solid #e5e5e5 | |
479 | +.resource_list a | |
480 | + color: inherit | |
492 | 481 | |
482 | +.resource_list .btn-group button:active, | |
483 | +.resource_list .btn-group button:focus, .resource_list .btn-group button:hover | |
484 | + background-color: initial !important | |
493 | 485 | |
494 | -.subscribe-subject | |
495 | - background-color: #33cc33 !important | |
496 | - color: white | |
486 | +/* === End Resources List === */ | |
497 | 487 | |
498 | 488 | |
499 | -.filedrag | |
500 | - color: #555 | |
501 | - border: 2px dashed #555 | |
489 | +/* === Participants === */ | |
502 | 490 | |
491 | +#participants, .participants-list | |
492 | + background-color: $secondary-white | |
503 | 493 | |
504 | -.footer | |
505 | - color: $white | |
506 | - background: $strong-color | |
494 | +#participants | |
495 | + box-shadow: -1px 1px 8px $primary-subject | |
507 | 496 | |
497 | +#participants i | |
498 | + color: $primary-subject | |
508 | 499 | |
509 | -.no-subjects | |
510 | - color: #999999 | |
500 | +.participants-list | |
501 | + box-shadow: -1px 2px 1px $primary-subject | |
511 | 502 | |
503 | +.subject-participants .sub-user:hover | |
504 | + background-color: $primary-menu-bg | |
512 | 505 | |
513 | -.holder a.jp-disabled, a.jp-disabled:hover | |
514 | - background: none !important | |
515 | - color: #bbb !important | |
506 | +/* === End Participants === */ | |
516 | 507 | |
517 | 508 | |
518 | -.holder a.jp-current, a.jp-current:hover | |
519 | - background: none | |
509 | +/* === Accordions === */ | |
520 | 510 | |
511 | +#coordinators_accordion .panel-heading, #professors_accordion .panel-heading | |
512 | + background: $secondary-white | |
521 | 513 | |
522 | -.holder a, .holder span | |
523 | - border: 1px solid #ddd | |
524 | - color: #337ab7 | |
514 | +/* === End Accordions === */ | |
525 | 515 | |
526 | 516 | |
527 | -.holder a:hover | |
528 | - color: #23527c | |
529 | - background-color: #eee | |
530 | - border-color: #ddd | |
517 | +/* === Tabs === */ | |
531 | 518 | |
519 | +.core-subjects-options li | |
520 | + background-color: $secondary-white | |
521 | + border-bottom-color: #D2D2D2 | |
522 | + color: #A0A0A0 | |
532 | 523 | |
533 | -.holder a.jp-current, a.jp-current:hover | |
534 | - background: #039BE5 | |
535 | - color: $white | |
536 | - border-color: #039BE5 | |
524 | +.core-subjects-options li.active | |
525 | + color: inherit | |
526 | + border-bottom-color: $secondary-color | |
537 | 527 | |
528 | +/* === End Tabs === */ | |
538 | 529 | |
539 | -/* Pendencies Form */ | |
540 | 530 | |
531 | +/* === Notifies === */ | |
541 | 532 | |
542 | -.notifies | |
533 | +.notifies, .goalitems | |
543 | 534 | border: 1px solid #EEEEEE |
544 | 535 | |
545 | - | |
546 | -.bootstrap-datetimepicker-widget | |
547 | - background-color: #fff | |
548 | - | |
549 | - | |
550 | -.notifies a.delete-row | |
536 | +.notifies a.delete-row, .goalitems a.delete-row | |
551 | 537 | -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) |
552 | 538 | 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) |
553 | 539 | background-color: #EEE |
554 | 540 | color: rgba(0,0,0,.87) |
555 | 541 | |
556 | - | |
557 | 542 | a.add-row |
558 | 543 | -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) |
559 | 544 | 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) |
560 | - background-color: #59b75c | |
545 | + background-color: $btn-success | |
561 | 546 | color: rgba(255,255,255,.84) |
562 | 547 | |
563 | -/* Resource list on topic templates */ | |
564 | - | |
565 | - | |
566 | -.resource_list > .list-group-item | |
567 | - background-color: #fff | |
568 | - border: 1px solid #ddd | |
569 | - | |
570 | - | |
571 | -.resource_list > .disabled | |
572 | - background-color: #eee | |
573 | - | |
574 | - | |
575 | -.resource_list > .disabled:hover | |
576 | - background-color: #eee !important | |
577 | - | |
548 | +/* === End Notifies === */ | |
578 | 549 | |
579 | -.resource_list > .disabled a.resource_link | |
580 | - color: #BDBDBD | |
581 | - | |
582 | - | |
583 | -.resource_list > .list-group-item:hover | |
584 | - background: $default-white | |
585 | 550 | |
551 | +/* === Goals === */ | |
586 | 552 | |
587 | -.resource_list > .list-group-item:last-child | |
588 | - border-bottom: 1px solid #ddd !important | |
589 | - | |
590 | - | |
591 | -.resource_list .category-card-items i | |
592 | - color: #e5e5e5 | |
553 | +.goalitems .slider, .goal_item .slider | |
554 | + background-color: initial | |
593 | 555 | |
556 | +.goal_divider | |
557 | + border-top-color: #888 | |
594 | 558 | |
595 | -.resource_list .category-card-items i:hover | |
596 | - color: #7f7f7f | |
559 | +/* === End Goals === */ | |
597 | 560 | |
598 | 561 | |
599 | -.resource_list .category-card-items .dropdown-menu i | |
600 | - color: #333 | |
562 | +/* === Bulletin === */ | |
601 | 563 | |
564 | +.bulletin-warning h4 | |
565 | + color: #555555 | |
602 | 566 | |
603 | -.resource_list a | |
604 | - color: inherit | |
567 | +.bulletin-warning p | |
568 | + color: #888888 | |
605 | 569 | |
570 | +.bulletin-warning a | |
571 | + color: #4caf50 | |
606 | 572 | |
607 | -.resource_list .btn-group button:active, .resource_list .btn-group button:focus, .resource_list .btn-group button:hover | |
608 | - background-color: initial !important | |
573 | +/* === End Bulletin === */ | |
609 | 574 | |
610 | 575 | |
576 | +/* === Backup === */ | |
611 | 577 | |
578 | +.backup_container .more_items | |
579 | + background: $primary-color | |
580 | + color: $secondary-white | |
612 | 581 | |
613 | -#search-results-title | |
614 | - color: #BDBDBD | |
582 | +.backup_container .backup_item label, .backup_container .resources_list label | |
583 | + color: #333333 | |
615 | 584 | |
585 | +/* === End Backup === */ | |
616 | 586 | |
617 | 587 | |
618 | -.no-subscribe-btn | |
619 | - background-color: #BDBDBD !important | |
620 | - color: $default-white !important | |
588 | +/* === Pendencies === */ | |
621 | 589 | |
590 | +.pendencies-content | |
591 | + background: $primary-white | |
622 | 592 | |
623 | 593 | .pendency |
624 | 594 | border-color: #CCCCCC |
625 | 595 | |
626 | - | |
627 | 596 | .pendency .breadcrumb |
628 | - background-color: $white | |
629 | - | |
597 | + background-color: $secondary-white | |
630 | 598 | |
631 | 599 | .pendency .meta |
632 | 600 | color: #FF0000 |
633 | 601 | |
602 | +.alert-low | |
603 | + background-color: #dfbd31 | |
634 | 604 | |
635 | -.alert-low, .alert-medium | |
636 | - background-color: #FFA500 | |
637 | - color: $white | |
605 | +.alert-medium | |
606 | + background-color: #FF9000 | |
638 | 607 | |
608 | +.alert-low, .alert-medium, .alert-danger | |
609 | + color: $secondary-white !important | |
610 | + text-shadow: 0px 0px 1px #000000 | |
639 | 611 | |
640 | 612 | .no_button:hover, .no_button:focus, .no_button:active |
641 | 613 | background-color: initial !important |
642 | 614 | |
615 | +/* === End Pendencies === */ | |
643 | 616 | |
644 | -.popover | |
645 | - background: #FFF | |
646 | - color: #333 | |
647 | 617 | |
618 | +/* === Mural === */ | |
648 | 619 | |
649 | 620 | .mural .post_make |
650 | - background: $white | |
651 | - | |
652 | - | |
653 | -.mural .post_make .user-img, .post .post-img, .post .post-comment .user-img div, .comment .comment-img div | |
654 | - background: #CCCCCC | |
655 | - | |
621 | + background: $secondary-white | |
656 | 622 | |
657 | 623 | .mural .post_make .post-field div |
658 | 624 | border-color: #CCCCCC |
659 | 625 | |
660 | - | |
661 | 626 | .mural .post_make .post-field h4 |
662 | 627 | color: #CCCCCC |
663 | 628 | |
664 | - | |
665 | 629 | .post_action i, .post .post-user .user-action i, .comment .comment-user .user-action i |
666 | - color: $secondary-color | |
667 | - | |
668 | - | |
669 | -.post .post-user, .comment .comment-user, .marked_user | |
670 | - color: $strong-color | |
630 | + color: #1d8fe0 | |
671 | 631 | |
632 | +.post .post-user, .comment .comment-user, .marked_user, .post_resource | |
633 | + color: $primary-title | |
672 | 634 | |
673 | 635 | .post .post-user .user-action |
674 | 636 | color: #BBBBBB |
675 | 637 | |
676 | - | |
677 | 638 | .post .time |
678 | 639 | color: #ABABAB |
679 | 640 | |
680 | - | |
681 | 641 | .post .post-comment |
682 | 642 | border-top-color: #888888 |
683 | 643 | background: #e5e5e5 |
684 | 644 | |
685 | - | |
686 | 645 | .post .post-comment .comment-field div |
687 | 646 | border-color: #888888 |
688 | - background: $white | |
689 | - | |
647 | + background: $secondary-white | |
690 | 648 | |
691 | 649 | .comment-section |
692 | - background: $default-white | |
650 | + background: $primary-white | |
693 | 651 | border-top-color: #AAAAAA |
694 | 652 | |
695 | - | |
696 | 653 | .comment .comment-user .user-action |
697 | 654 | color: #999999 |
698 | 655 | |
699 | - | |
700 | 656 | .comment-time |
701 | 657 | color: #9A9A9A |
702 | 658 | |
703 | - | |
704 | 659 | .btn_unfav |
705 | 660 | color: #FF0000 !important |
706 | 661 | |
707 | - | |
708 | 662 | .btn_fav |
709 | 663 | color: #BBBBBB !important |
710 | 664 | |
665 | +.post-filter, .talk-filter | |
666 | + background: $primary-white | |
711 | 667 | |
712 | -.post-filter | |
713 | - background: $default-white | |
714 | - | |
668 | +.post-filter h4, .talk-filter h4 | |
669 | + color: $primary-title | |
715 | 670 | |
716 | -.post-filter h4 | |
717 | - color: $strong-color | |
718 | - | |
719 | - | |
720 | -.post-filter | |
671 | +.post-filter, .talk-filter | |
721 | 672 | label |
722 | 673 | color: #333333 |
723 | 674 | |
724 | - | |
725 | -.post-filter | |
675 | +.post-filter, .talk-filter | |
726 | 676 | i |
727 | 677 | color: #FF0000 |
728 | 678 | |
729 | - | |
730 | 679 | .suggestions |
731 | - background: $white | |
680 | + background: $secondary-white | |
732 | 681 | |
682 | +.subject-related-panel | |
683 | + background: $primary-white !important | |
733 | 684 | |
734 | -.mural-category | |
685 | +.mural-ungeneral | |
735 | 686 | background: #EEE |
736 | 687 | |
688 | +/* === End Mural === */ | |
737 | 689 | |
738 | -.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 | |
739 | - background-color: initial | |
740 | 690 | |
741 | -#participants, .participants-list | |
742 | - background-color: $white | |
691 | +/* === Chat === */ | |
743 | 692 | |
744 | -#participants | |
745 | - box-shadow: -1px 1px 8px $primary-color | |
693 | +.participant .user-info h4 | |
694 | + color: $primary-title | |
746 | 695 | |
747 | -#participants i | |
748 | - color: $primary-color | |
696 | +.modal_profile_sidebar h4, .message-view .message-user | |
697 | + color: $primary-title | |
698 | + | |
699 | +.participant .user-info .status, .modal_profile_sidebar .status, .subject-participants .status | |
700 | + border-color: #888 | |
701 | + background-color: $primary-white | |
702 | + | |
703 | +.participant .user-info .status.active, .modal_profile_sidebar .status.active, .subject-participants .status.active | |
704 | + background-color: #59b75c | |
705 | + | |
706 | +.participant .user-info .status.away, .modal_profile_sidebar .status.away, .subject-participants .status.away | |
707 | + background-color: #DAA520 | |
708 | + | |
709 | +.messages-container | |
710 | + border-top-color: #cacaca | |
711 | + background-color: #f5f5f5 | |
712 | + | |
713 | +.message-sender | |
714 | + border-top-color: #888888 !important | |
715 | + | |
716 | +.message-sender-container | |
717 | + background-color: #e5e5e5 | |
718 | + | |
719 | +.message-sender-container .message-field div | |
720 | + background-color: $secondary-white | |
721 | + border-color: #888888 | |
722 | + | |
723 | +.talk-last_msg | |
724 | + color: #888 | |
725 | + | |
726 | +.message-view | |
727 | + border-top-color: #cacaca | |
728 | + | |
729 | +.message-view .message-user .message-date | |
730 | + color: #888 | |
731 | + | |
732 | +.messages_new | |
733 | + color: $secondary-white | |
734 | + background-color: #59b75c | |
735 | + | |
736 | +.chat-panel .chat-collapse | |
737 | + background: #EEE | |
738 | + | |
739 | +/* === End Chat === */ | |
749 | 740 | |
750 | -.participants-list | |
751 | - box-shadow: -1px 2px 1px $primary-color | |
752 | 741 | |
753 | 742 | @media(max-width: 768px) |
754 | 743 | .navbar .navbar-nav .dropdown .dropdown-menu li > a |
755 | - color: $white !important | |
756 | - background-color: $primary-color | |
744 | + color: #333333 !important | |
757 | 745 | |
758 | 746 | .navbar .navbar-nav .dropdown .dropdown-menu li > a:hover |
759 | - backgroun-color: $primary-hover !important | |
760 | - | |
747 | + color: $primary-color !important | |
761 | 748 | \ No newline at end of file | ... | ... |