Commit a5f685ea85892ddde9536975c0429a4bd5345e40
Committed by
GitHub
Exists in
master
and in
2 other branches
Merge pull request #561 from amadeusproject/refactoring
Daily Update - 13_09_2017
Showing
13 changed files
with
2414 additions
and
2331 deletions
Show diff stats
amadeus/static/css/.sass-cache/a7f87b90919294b62ab4f8079e31dcda8f485534/black.sassc
No preview for this file type
amadeus/static/css/.sass-cache/a7f87b90919294b62ab4f8079e31dcda8f485534/green.sassc
No preview for this file type
amadeus/static/css/.sass-cache/a7f87b90919294b62ab4f8079e31dcda8f485534/red.sassc
No preview for this file type
amadeus/static/css/themes/black.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 | a, a:focus, a:hover { | 3 | a, a:focus, a:hover { |
5 | - color: #0e1111; } | 4 | + color: #212121; } |
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 | .radio input[type=radio]:checked ~ .check, label.radio-inline input[type=radio]:checked ~ .check { | 12 | .radio input[type=radio]:checked ~ .check, label.radio-inline input[type=radio]:checked ~ .check { |
8 | - background-color: #0e1111; } | 13 | + background-color: #212121; } |
9 | 14 | ||
10 | .radio input[type=radio]:checked ~ .circle, label.radio-inline input[type=radio]:checked ~ .circle { | 15 | .radio input[type=radio]:checked ~ .circle, label.radio-inline input[type=radio]:checked ~ .circle { |
11 | - border-color: #0e1111; } | 16 | + border-color: #212121; } |
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: #0e1111; | ||
16 | - border-color: #0e1111; } | ||
17 | - | ||
18 | -.navbar, .navbar.navbar-default { | ||
19 | - background-color: #0e1111; | ||
20 | - color: rgba(255, 255, 255, 0.84); } | 18 | +.my-subjects-title { |
19 | + color: #424242; } | ||
21 | 20 | ||
22 | .notify_badge { | 21 | .notify_badge { |
23 | - background-color: #FF0000 !important; } | ||
24 | - | ||
25 | -.bottom-menu { | ||
26 | - background: #0e1111; } | ||
27 | - | ||
28 | -#btn-search:hover { | ||
29 | - background: #232b2b; } | 22 | + background-color: #D32F2F !important; } |
30 | 23 | ||
31 | -/* FORM Fields */ | ||
32 | -.form-group.is-focused label, .form-group.is-focused label.control-label { | ||
33 | - color: #0e1111; } | 24 | +.access-subject { |
25 | + background-color: #039BE5 !important; | ||
26 | + color: #FFFFFF; } | ||
34 | 27 | ||
35 | -.form-group.is-focused .form-control { | ||
36 | - outline: 0; | ||
37 | - background-image: -webkit-gradient(linear, left top, left bottom, from(#474b4b), to(#474b4b)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2)); | ||
38 | - background-image: -webkit-linear-gradient(#474b4b, #474b4b), -webkit-linear-gradient(#D2D2D2, #D2D2D2); | ||
39 | - background-image: -o-linear-gradient(#474b4b, #474b4b), -o-linear-gradient(#D2D2D2, #D2D2D2); | ||
40 | - background-image: linear-gradient(#474b4b, #474b4b), linear-gradient(#D2D2D2, #D2D2D2); | ||
41 | - -webkit-background-size: 100% 2px, 100% 1px; | ||
42 | - background-size: 100% 2px, 100% 1px; | ||
43 | - -webkit-box-shadow: none; | ||
44 | - box-shadow: none; | ||
45 | - -webkit-transition-duration: 0.3s; | ||
46 | - -o-transition-duration: 0.3s; | ||
47 | - transition-duration: 0.3s; } | ||
48 | - | ||
49 | -.form-control, .form-group .form-control { | ||
50 | - border: 0; | ||
51 | - background-image: -webkit-gradient(linear, left top, left bottom, from(#474b4b), to(#474b4b)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2)); | ||
52 | - background-image: -webkit-linear-gradient(#474b4b, #474b4b), -webkit-linear-gradient(#D2D2D2, #D2D2D2); | ||
53 | - background-image: -o-linear-gradient(#474b4b, #474b4b), -o-linear-gradient(#D2D2D2, #D2D2D2); | ||
54 | - background-image: linear-gradient(#474b4b, #474b4b), linear-gradient(#D2D2D2, #D2D2D2); | ||
55 | - -webkit-background-size: 0 2px, 100% 1px; | ||
56 | - background-size: 0 2px, 100% 1px; | ||
57 | - background-repeat: no-repeat; | ||
58 | - background-position: center bottom, center -webkit-calc(100% - 1px); | ||
59 | - background-position: center bottom, center calc(100% - 1px); | ||
60 | - background-color: transparent; | ||
61 | - -webkit-transition: background 0s ease-out; | ||
62 | - -o-transition: background 0s ease-out; | ||
63 | - transition: background 0s ease-out; | ||
64 | - float: none; | ||
65 | - -webkit-box-shadow: none; | ||
66 | - box-shadow: none; | ||
67 | - border-radius: 0; } | ||
68 | - | ||
69 | -/* */ | ||
70 | -.btn.btn-sucess.btn-raised { | ||
71 | - color: #FFFFFF; | ||
72 | - background-color: #0e1111 !important; } | 28 | +.outside-title { |
29 | + color: #212121; } | ||
73 | 30 | ||
74 | -button.btn.btn-sucess.btn-raised { | ||
75 | - color: #FFFFFF; | ||
76 | - background-color: #0e1111 !important; } | 31 | +.category-course-link { |
32 | + color: #FFFFFF !important; } | ||
77 | 33 | ||
78 | -a.btn.btn-sm.btn-success.btn-raised { | 34 | +.footer { |
79 | color: #FFFFFF; | 35 | color: #FFFFFF; |
80 | - background-color: #0e1111 !important; } | ||
81 | - | ||
82 | -.alert.alert-success { | ||
83 | - background-color: #474b4b; | ||
84 | - color: #FFFFFF; } | 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: #0e1111 !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: #474b4b !important; } | 41 | +.popover { |
42 | + background: #FFFFFF; | ||
43 | + color: #333; } | ||
101 | 44 | ||
102 | -/* PAGINATION BOTTOM */ | ||
103 | -.pagination > li > a, .pagination > li > span { | ||
104 | - color: #0e1111; } | 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: #474b4b; } | 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: #0e1111; } | 54 | +#search-results-title { |
55 | + color: #BDBDBD; } | ||
113 | 56 | ||
114 | -.language-selector .dropdown-menu > .active > a:hover { | ||
115 | - color: #0e1111; } | 57 | +.profile_function { |
58 | + border-bottom: 1px solid #D2D2D2; } | ||
116 | 59 | ||
117 | -/* Sidebar menu in every page */ | ||
118 | -#sidebar-menu .item { | ||
119 | - background-color: #0e1111; | ||
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 | color: white; } | 65 | color: white; } |
124 | 66 | ||
125 | -#sidebar-menu > .subjects_menu_active { | ||
126 | - background-color: #474b4b; } | ||
127 | - | ||
128 | -#sidebar-menu > .item:hover { | ||
129 | - background-color: #474b4b; } | ||
130 | - | ||
131 | -/* === SUBJECT APP === */ | ||
132 | -/* home */ | ||
133 | -.users-cloud .small a { | ||
134 | - color: #232b2b; } | ||
135 | - | ||
136 | -.users-cloud .big a { | ||
137 | - color: #0e1111; } | ||
138 | - | ||
139 | -.users-cloud .medium a { | ||
140 | - color: gray; } | 67 | +.filedrag { |
68 | + color: #555; | ||
69 | + border: 2px dashed #555; } | ||
141 | 70 | ||
142 | -.users-cloud .tiny a { | ||
143 | - color: #5e6262; } | 71 | +.no-subjects { |
72 | + color: #999999; } | ||
144 | 73 | ||
145 | -.my-subjects-title { | ||
146 | - color: #3b444b; } | 74 | +.resource-link { |
75 | + color: #000000 !important; } | ||
147 | 76 | ||
148 | -.panel-invisible { | 77 | +.no-subscribe-btn { |
149 | background-color: #BDBDBD !important; | 78 | background-color: #BDBDBD !important; |
150 | - color: #F5F5F5; } | ||
151 | - | ||
152 | -.category-panel > .panel-heading { | ||
153 | - background-color: #232b2b !important; } | ||
154 | - | ||
155 | -.category-panel .category-header .category-card-items i { | ||
156 | - color: #3b444b; } | ||
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: #353839 !important; } | 81 | +.semi-check { |
82 | + border-color: #212121 !important; } | ||
163 | 83 | ||
164 | -.subject-panel .category-header .category-card-items i { | ||
165 | - color: #3b444b; } | 84 | +.login_subcommands a, .login_subcommands a:hover { |
85 | + color: #212121; } | ||
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: #212121; } | ||
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(#212121), to(#212121)), -webkit-gradient(linear, left top, left bottom, from(#D2D2D2), to(#D2D2D2)); | ||
94 | + background-image: -webkit-linear-gradient(#212121, #212121), -webkit-linear-gradient(#D2D2D2, #D2D2D2); | ||
95 | + background-image: -o-linear-gradient(#212121, #212121), -o-linear-gradient(#D2D2D2, #D2D2D2); | ||
96 | + background-image: linear-gradient(#212121, #212121), 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 | .modal-header { | 126 | .modal-header { |
175 | - border-bottom: 1px solid #414a4c !important; } | 127 | + border-bottom: 1px solid #E6E7E8 !important; } |
176 | 128 | ||
177 | .modal-footer { | 129 | .modal-footer { |
178 | - border-top: 1px solid #414a4c !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: #5e6262 !important; } | ||
199 | - | ||
200 | -.topic-panel .category-header .category-card-items i, .topic-panel-invisible .category-header .category-card-items i { | ||
201 | - color: #3b444b; } | ||
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: #212121; | ||
141 | + border-color: #212121; | ||
204 | color: #FFFFFF; } | 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: #0e1111; | 160 | +.holder a.jp-current, a.jp-current:hover { |
161 | + background-color: #212121; | ||
162 | + border-color: #212121; | ||
230 | color: #FFFFFF; } | 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: #212121; | ||
169 | + color: #212121; } | ||
234 | 170 | ||
235 | -.core-subjects-options li { | ||
236 | - background-color: #FFFFFF; | ||
237 | - border-bottom-color: #414a4c; | ||
238 | - color: #414a4c; } | 171 | +.language-selector .dropdown-menu > .active > a:hover { |
172 | + color: #212121; } | ||
239 | 173 | ||
240 | -.core-subjects-options li.active { | ||
241 | - color: inherit; | ||
242 | - border-bottom-color: #0e1111; } | 174 | +/* === End Language Selector */ |
175 | +/* === Topbar === */ | ||
176 | +#btn-search:hover { | ||
177 | + background: #424242; } | ||
243 | 178 | ||
244 | -.create-subject-btn { | ||
245 | - background-color: #3b444b; | ||
246 | - color: white; } | 179 | +.navbar, .navbar.navbar-default { |
180 | + background-color: #212121; | ||
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 | .navbar-brand:hover { | 186 | .navbar-brand:hover { |
253 | - background: #232b2b !important; } | 187 | + background: #424242 !important; } |
254 | 188 | ||
255 | .navbar .project_name { | 189 | .navbar .project_name { |
256 | - color: white; } | 190 | + color: #FFFFFF; } |
257 | 191 | ||
258 | .navbar-nav li.open { | 192 | .navbar-nav li.open { |
259 | - background: #474b4b; } | 193 | + background: #424242; } |
260 | 194 | ||
261 | .navbar-nav li > a:hover { | 195 | .navbar-nav li > a:hover { |
262 | - background: #474b4b !important; } | 196 | + background: #424242 !important; } |
263 | 197 | ||
264 | .navbar-nav li.settings_menu_active { | 198 | .navbar-nav li.settings_menu_active { |
265 | - background: #474b4b; } | 199 | + background: #424242; } |
266 | 200 | ||
267 | -.top-search { | ||
268 | - color: #F5F5F5; } | 201 | +.navbar .dropdown-menu .active > a, .navbar.navbar-default .dropdown-menu .active > a { |
202 | + background-color: #424242; } | ||
269 | 203 | ||
270 | .dropdown-menu { | 204 | .dropdown-menu { |
271 | background: #F5F5F5; } | 205 | background: #F5F5F5; } |
@@ -275,151 +209,166 @@ a.btn.btn-sm.btn-success.btn-raised { | @@ -275,151 +209,166 @@ a.btn.btn-sm.btn-success.btn-raised { | ||
275 | color: #333333; } | 209 | color: #333333; } |
276 | 210 | ||
277 | .dropdown-menu li > a:hover { | 211 | .dropdown-menu li > a:hover { |
278 | - background: #0e1111 !important; | 212 | + background: #212121 !important; |
279 | color: #FFFFFF !important; } | 213 | color: #FFFFFF !important; } |
280 | 214 | ||
281 | -.navbar .dropdown-menu .active > a, .navbar.navbar-default .dropdown-menu .active > a { | ||
282 | - background-color: #0e1111 !important; } | ||
283 | - | ||
284 | -.navbar .dropdown-menu .active > a:hover, .navbar.navbar-default .dropdown-menu .active > a:hover { | ||
285 | - background-color: #474b4b; } | ||
286 | - | ||
287 | #system_accordion > .panel > .panel-heading { | 215 | #system_accordion > .panel > .panel-heading { |
288 | background: #F5F5F5; } | 216 | background: #F5F5F5; } |
289 | 217 | ||
290 | #system_accordion > .panel > .panel-heading:hover { | 218 | #system_accordion > .panel > .panel-heading:hover { |
291 | - background: #EEEEEE; } | 219 | + background: #212121; |
220 | + color: #FFFFFF; } | ||
292 | 221 | ||
293 | #system_accordion > .panel > .panel-heading > a > .panel-title { | 222 | #system_accordion > .panel > .panel-heading > a > .panel-title { |
294 | color: #333333; } | 223 | color: #333333; } |
295 | 224 | ||
296 | #system_accordion > .panel > .panel-heading > a > .panel-title:hover { | 225 | #system_accordion > .panel > .panel-heading > a > .panel-title:hover { |
297 | - color: #0e1111; } | 226 | + color: #FFFFFF; } |
298 | 227 | ||
299 | #system_accordion > .panel > .panel-heading > a:hover { | 228 | #system_accordion > .panel > .panel-heading > a:hover { |
300 | - color: #0e1111; } | 229 | + color: #FFFFFF; } |
301 | 230 | ||
302 | #system_menu { | 231 | #system_menu { |
303 | background: #F5F5F5; } | 232 | background: #F5F5F5; } |
304 | 233 | ||
305 | -#horizontal-line { | ||
306 | - background-color: black; } | 234 | +/* === End Topbar === */ |
235 | +/* === Sidebar === */ | ||
236 | +#sidebar-menu .item { | ||
237 | + background-color: #212121; | ||
238 | + color: #FFFFFF; } | ||
307 | 239 | ||
308 | -.breadcrumb > li > span.divider { | ||
309 | - color: #3b444b; } | 240 | +#sidebar-menu .item a { |
241 | + color: #FFFFFF; } | ||
310 | 242 | ||
311 | -.breadcrumb > li > a { | ||
312 | - color: #3b444b; } | 243 | +#sidebar-menu > .subjects_menu_active { |
244 | + background-color: #424242; } | ||
313 | 245 | ||
314 | -.breadcrumb > li { | ||
315 | - color: #BDBDBD; } | 246 | +#sidebar-menu > .item:hover { |
247 | + background-color: #424242; } | ||
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: #212121; } | ||
320 | 252 | ||
321 | -.category-header > h4.panel-title span { | 253 | +.mobile-menu .item { |
254 | + color: #FFFFFF; | ||
255 | + background: #212121; } | ||
256 | + | ||
257 | +.mobile-menu .item a { | ||
322 | color: #FFFFFF; } | 258 | color: #FFFFFF; } |
323 | 259 | ||
324 | -.accordion { | ||
325 | - background: white; } | 260 | +.mobile-menu > .subjects_menu_active { |
261 | + background-color: #424242; } | ||
326 | 262 | ||
327 | -.accordion_list { | ||
328 | - background: #F5F5F5; } | 263 | +.mobile-menu > .item:hover { |
264 | + background-color: #424242; } | ||
329 | 265 | ||
330 | -.outside-title { | ||
331 | - color: #0e1111; } | 266 | +/* --- End Minor Screens --- */ |
267 | +/* === End Sidebar === */ | ||
268 | +/* === Breadcrumbs === */ | ||
269 | +.breadcrumb > li > span.divider { | ||
270 | + color: #212121; } | ||
332 | 271 | ||
333 | -.titleTopic a h4, .titleTopic h4 { | ||
334 | - color: white; } | 272 | +.breadcrumb > li > a { |
273 | + color: #212121; } | ||
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: #0e1111; } | 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: #0e1111; } | 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: #474b4b; } | 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: #3b444b; } | 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 | .resource_list > .list-group-item { | 372 | .resource_list > .list-group-item { |
424 | background-color: #fff; | 373 | background-color: #fff; |
425 | border: 1px solid #ddd; } | 374 | border: 1px solid #ddd; } |
@@ -451,15 +400,92 @@ a.add-row { | @@ -451,15 +400,92 @@ a.add-row { | ||
451 | .resource_list a { | 400 | .resource_list a { |
452 | color: inherit; } | 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 | background-color: initial !important; } | 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: #212121; } | ||
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: #424242; } | ||
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: #212121; | ||
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 | .pendency { | 490 | .pendency { |
465 | border-color: #CCCCCC; } | 491 | border-color: #CCCCCC; } |
@@ -470,23 +496,24 @@ a.add-row { | @@ -470,23 +496,24 @@ a.add-row { | ||
470 | .pendency .meta { | 496 | .pendency .meta { |
471 | color: #FF0000; } | 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 | .no_button:hover, .no_button:focus, .no_button:active { | 509 | .no_button:hover, .no_button:focus, .no_button:active { |
478 | background-color: initial !important; } | 510 | background-color: initial !important; } |
479 | 511 | ||
480 | -.popover { | ||
481 | - background: #FFF; | ||
482 | - color: #333; } | ||
483 | - | 512 | +/* === End Pendencies === */ |
513 | +/* === Mural === */ | ||
484 | .mural .post_make { | 514 | .mural .post_make { |
485 | background: #FFFFFF; } | 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 | .mural .post_make .post-field div { | 517 | .mural .post_make .post-field div { |
491 | border-color: #CCCCCC; } | 518 | border-color: #CCCCCC; } |
492 | 519 | ||
@@ -494,10 +521,10 @@ a.add-row { | @@ -494,10 +521,10 @@ a.add-row { | ||
494 | color: #CCCCCC; } | 521 | color: #CCCCCC; } |
495 | 522 | ||
496 | .post_action i, .post .post-user .user-action i, .comment .comment-user .user-action i { | 523 | .post_action i, .post .post-user .user-action i, .comment .comment-user .user-action i { |
497 | - color: #232b2b; } | 524 | + color: #1d8fe0; } |
498 | 525 | ||
499 | -.post .post-user, .comment .comment-user, .marked_user { | ||
500 | - color: #3b444b; } | 526 | +.post .post-user, .comment .comment-user, .marked_user, .post_resource { |
527 | + color: #424242; } | ||
501 | 528 | ||
502 | .post .post-user .user-action { | 529 | .post .post-user .user-action { |
503 | color: #BBBBBB; } | 530 | color: #BBBBBB; } |
@@ -529,45 +556,81 @@ a.add-row { | @@ -529,45 +556,81 @@ a.add-row { | ||
529 | .btn_fav { | 556 | .btn_fav { |
530 | color: #BBBBBB !important; } | 557 | color: #BBBBBB !important; } |
531 | 558 | ||
532 | -.post-filter { | 559 | +.post-filter, .talk-filter { |
533 | background: #F5F5F5; } | 560 | background: #F5F5F5; } |
534 | 561 | ||
535 | -.post-filter h4 { | ||
536 | - color: #3b444b; } | 562 | +.post-filter h4, .talk-filter h4 { |
563 | + color: #424242; } | ||
537 | 564 | ||
538 | -.post-filter label { | 565 | +.post-filter label, .talk-filter label { |
539 | color: #333333; } | 566 | color: #333333; } |
540 | 567 | ||
541 | -.post-filter i { | 568 | +.post-filter i, .talk-filter i { |
542 | color: #FF0000; } | 569 | color: #FF0000; } |
543 | 570 | ||
544 | .suggestions { | 571 | .suggestions { |
545 | background: #FFFFFF; } | 572 | background: #FFFFFF; } |
546 | 573 | ||
547 | -.mural-category { | 574 | +.subject-related-panel { |
575 | + background: #F5F5F5 !important; } | ||
576 | + | ||
577 | +.mural-ungeneral { | ||
548 | background: #EEE; } | 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 #000000; } | 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: #000000; } | 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 #000000; } | 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 | @media(max-width: 768px) { | 629 | @media(max-width: 768px) { |
566 | .navbar .navbar-nav .dropdown .dropdown-menu li > a { | 630 | .navbar .navbar-nav .dropdown .dropdown-menu li > a { |
567 | - color: #FFFFFF !important; | ||
568 | - background-color: #0e1111; } | 631 | + color: #333333 !important; } |
569 | 632 | ||
570 | .navbar .navbar-nav .dropdown .dropdown-menu li > a:hover { | 633 | .navbar .navbar-nav .dropdown .dropdown-menu li > a:hover { |
571 | - backgroun-color: #474b4b !important; } } | 634 | + color: #212121 !important; } } |
572 | 635 | ||
573 | /*# sourceMappingURL=black.css.map */ | 636 | /*# sourceMappingURL=black.css.map */ |
amadeus/static/css/themes/black.css.map
1 | { | 1 | { |
2 | "version": 3, | 2 | "version": 3, |
3 | -"mappings": "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", | 3 | +"mappings": "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", |
4 | "sources": ["black.sass"], | 4 | "sources": ["black.sass"], |
5 | "names": [], | 5 | "names": [], |
6 | "file": "black.css" | 6 | "file": "black.css" |
amadeus/static/css/themes/black.sass
1 | -//Primary colors | ||
2 | -$primary-color: #0e1111 //lighter shade of red | ||
3 | -$primary-hover: #474b4b | ||
4 | -$secondary-color: #232b2b //lighter shade of green | ||
5 | -$secondary-l2-color: #353839 //subject header and items color | ||
6 | -$third-color: #5e6262 | ||
7 | -$default-white: #F5F5F5 | ||
8 | -$white: #FFFFFF | ||
9 | -$disabled: #414a4c //light shade of gray | ||
10 | -$strong-color: #3b444b | 1 | +/* === Variables === */ |
11 | 2 | ||
3 | +$primary-color: #212121 | ||
4 | +$secondary-color: #424242 | ||
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: #212121 | ||
15 | 8 | ||
9 | +$primary-badge: #D32F2F | ||
16 | 10 | ||
17 | -a, a:focus, a:hover | ||
18 | - color: $primary-color | 11 | +$primary-menu-bg: #212121 |
12 | +$primary-menu-color: #333333 | ||
19 | 13 | ||
14 | +$primary-white: #F5F5F5 | ||
15 | +$secondary-white: #FFFFFF | ||
16 | +$disabled-white: #E0E0E0 | ||
20 | 17 | ||
21 | -.radio input[type=radio]:checked~.check, label.radio-inline input[type=radio]:checked~.check | ||
22 | - background-color: $primary-color | 18 | +$primary-disabled: #BDBDBD |
19 | +$secodnary-disabled: #E6E7E8 | ||
23 | 20 | ||
21 | +$primary-category: #424242 | ||
22 | +$secondary-category: #656565 | ||
24 | 23 | ||
25 | -.radio input[type=radio]:checked~.circle, label.radio-inline input[type=radio]:checked~.circle | ||
26 | - border-color: $primary-color | ||
27 | - | 24 | +$primary-subject: #616161 |
25 | +$secondary-subject: #777777 | ||
28 | 26 | ||
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 | ||
33 | - | ||
34 | - | ||
35 | -.navbar, .navbar.navbar-default | ||
36 | - background-color: $primary-color | ||
37 | - color: rgba(255,255,255,.84) | 27 | +$primary-topic: #757575 |
28 | +$secondary-topic: #919191 | ||
38 | 29 | ||
30 | +$btn-success: #039BE5 | ||
31 | +$btn-success-effect: #0277BD | ||
39 | 32 | ||
40 | -.notify_badge | ||
41 | - background-color: #FF0000 !important | 33 | +/* === End Variables === */ |
42 | 34 | ||
43 | - | ||
44 | -.bottom-menu | ||
45 | - background: $primary-color | ||
46 | - | ||
47 | - | ||
48 | -#btn-search:hover | ||
49 | - background: $secondary-color | ||
50 | - | ||
51 | - | ||
52 | - | ||
53 | -/* FORM Fields */ | ||
54 | - | ||
55 | -.form-group.is-focused label, .form-group.is-focused label.control-label | 35 | +a, a:focus, a:hover |
56 | color: $primary-color | 36 | color: $primary-color |
57 | 37 | ||
58 | -.form-group.is-focused .form-control | ||
59 | - outline: 0 | ||
60 | - 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)) | ||
61 | - background-image: -webkit-linear-gradient($primary-hover,$primary-hover),-webkit-linear-gradient(#D2D2D2,#D2D2D2) | ||
62 | - background-image: -o-linear-gradient($primary-hover,$primary-hover),-o-linear-gradient(#D2D2D2,#D2D2D2) | ||
63 | - background-image: linear-gradient($primary-hover,$primary-hover),linear-gradient(#D2D2D2,#D2D2D2) | ||
64 | - -webkit-background-size: 100% 2px,100% 1px | ||
65 | - background-size: 100% 2px,100% 1px | ||
66 | - -webkit-box-shadow: none | ||
67 | - box-shadow: none | ||
68 | - -webkit-transition-duration: .3s | ||
69 | - -o-transition-duration: .3s | ||
70 | - transition-duration: .3s | ||
71 | - | ||
72 | -.form-control, .form-group .form-control | ||
73 | - border: 0 | ||
74 | - 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)) | ||
75 | - background-image: -webkit-linear-gradient($primary-hover, $primary-hover), -webkit-linear-gradient(#D2D2D2, #D2D2D2) | ||
76 | - background-image: -o-linear-gradient($primary-hover, $primary-hover), -o-linear-gradient(#D2D2D2, #D2D2D2) | ||
77 | - background-image: linear-gradient($primary-hover, $primary-hover), linear-gradient(#D2D2D2, #D2D2D2) | ||
78 | - -webkit-background-size: 0 2px, 100% 1px | ||
79 | - background-size: 0 2px, 100% 1px | ||
80 | - background-repeat: no-repeat | ||
81 | - background-position: center bottom, center -webkit-calc(100% - 1px) | ||
82 | - background-position: center bottom, center calc(100% - 1px) | ||
83 | - background-color: transparent | ||
84 | - -webkit-transition: background 0s ease-out | ||
85 | - -o-transition: background 0s ease-out | ||
86 | - transition: background 0s ease-out | ||
87 | - float: none | ||
88 | - -webkit-box-shadow: none | ||
89 | - box-shadow: none | ||
90 | - border-radius: 0 | ||
91 | - | ||
92 | - | ||
93 | -/**/ | ||
94 | - | ||
95 | -// Card's btns | ||
96 | - | ||
97 | -.btn.btn-sucess.btn-raised | ||
98 | - color: $white | ||
99 | - background-color: $primary-color !important | ||
100 | - | ||
101 | -button.btn.btn-sucess.btn-raised | ||
102 | - color: $white | ||
103 | - background-color: $primary-color !important | ||
104 | - | ||
105 | - | ||
106 | -a.btn.btn-sm.btn-success.btn-raised | ||
107 | - color: $white | ||
108 | - background-color: $primary-color !important | ||
109 | - | ||
110 | -.alert.alert-success | ||
111 | - background-color: $primary-hover | ||
112 | - color: $white | ||
113 | - | ||
114 | - | ||
115 | - | ||
116 | -.btn-group-raised .btn.btn-success, | ||
117 | -.btn-group-raised .input-group-btn .btn.btn-success, | ||
118 | -.btn.btn-fab.btn-success, .btn.btn-raised.btn-success, | ||
119 | -.input-group-btn .btn.btn-fab.btn-success, | ||
120 | -.input-group-btn .btn.btn-raised.btn-success | ||
121 | - color: $white | ||
122 | - background-color: $primary-color !important | 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 | ||
123 | 43 | ||
44 | +.radio input[type=radio]:checked~.check, label.radio-inline input[type=radio]:checked~.check | ||
45 | + background-color: $primary-color | ||
124 | 46 | ||
125 | -.btn-group-raised .btn.btn-success :hover, | ||
126 | -.btn-group-raised .input-group-btn .btn.btn-success :hover, | ||
127 | -.btn.btn-fab.btn-success, .btn.btn-raised.btn-success:hover, | ||
128 | -.input-group-btn .btn.btn-fab.btn-success:hover , | ||
129 | -.input-group-btn .btn.btn-raised.btn-success:hover | ||
130 | - color: $white | ||
131 | - background-color: $primary-hover !important | 47 | +.radio input[type=radio]:checked~.circle, label.radio-inline input[type=radio]:checked~.circle |
48 | + border-color: $primary-color | ||
132 | 49 | ||
133 | -/* PAGINATION BOTTOM */ | 50 | +.my-subjects-title |
51 | + color: $primary-title | ||
134 | 52 | ||
135 | -.pagination > li > a, .pagination > li > span | ||
136 | - color: $primary-color | 53 | +.notify_badge |
54 | + background-color: $primary-badge !important | ||
137 | 55 | ||
138 | -.pagination > li > a:hover, .pagination > li > span:hover | ||
139 | - color: $primary-hover | 56 | +.access-subject |
57 | + background-color: $btn-success !important | ||
58 | + color: $secondary-white | ||
140 | 59 | ||
60 | +.outside-title | ||
61 | + color: $secondary-title | ||
141 | 62 | ||
142 | -/* language selector */ | 63 | +.category-course-link |
64 | + color: $secondary-white !important | ||
143 | 65 | ||
66 | +.footer | ||
67 | + color: $secondary-white | ||
68 | + background: $primary-title | ||
144 | 69 | ||
145 | -.language-selector .dropdown-menu > .active > a | ||
146 | - background: #EEEEEE | ||
147 | - color: $primary-color | 70 | +.bootstrap-datetimepicker-widget |
71 | + background-color: $secondary-white !important | ||
148 | 72 | ||
73 | +.popover | ||
74 | + background: $secondary-white | ||
75 | + color: #333 | ||
149 | 76 | ||
150 | -.language-selector .dropdown-menu > .active > a:hover | ||
151 | - 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 | ||
152 | 82 | ||
83 | +#analytics-panel | ||
84 | + background-color: $primary-subject !important | ||
153 | 85 | ||
154 | -/* Sidebar menu in every page */ | 86 | +#search-results-title |
87 | + color: #BDBDBD | ||
155 | 88 | ||
156 | -#sidebar-menu .item | ||
157 | - background-color: $primary-color | ||
158 | - color: white | 89 | +.profile_function |
90 | + border-bottom: 1px solid #D2D2D2 | ||
159 | 91 | ||
92 | +.page_selector h4 | ||
93 | + border-bottom: 1px solid #e5e5e5 | ||
160 | 94 | ||
161 | -#sidebar-menu .item a | 95 | +.subscribe-subject |
96 | + background-color: #33cc33 !important | ||
162 | color: white | 97 | color: white |
163 | 98 | ||
99 | +.filedrag | ||
100 | + color: #555 | ||
101 | + border: 2px dashed #555 | ||
164 | 102 | ||
165 | -#sidebar-menu > .subjects_menu_active | ||
166 | - background-color: $primary-hover | ||
167 | - | 103 | +.no-subjects |
104 | + color: #999999 | ||
168 | 105 | ||
169 | -#sidebar-menu > .item:hover | ||
170 | - background-color: $primary-hover | 106 | +.resource-link |
107 | + color: #000000 !important | ||
171 | 108 | ||
109 | +.no-subscribe-btn | ||
110 | + background-color: $primary-disabled !important | ||
111 | + color: $primary-white !important | ||
172 | 112 | ||
173 | -/* === SUBJECT APP === */ | 113 | +.semi-check |
114 | + border-color: $primary-color !important | ||
174 | 115 | ||
175 | -/* home */ | 116 | +.login_subcommands a, .login_subcommands a:hover |
117 | + color: $secondary-title | ||
176 | 118 | ||
177 | -.users-cloud .small a | ||
178 | - color: $secondary-color | ||
179 | 119 | ||
120 | +/* === Forms === */ | ||
180 | 121 | ||
181 | -.users-cloud .big a | 122 | +.form-group.is-focused label, |
123 | +.form-group.is-focused label.control-label | ||
182 | color: $primary-color | 124 | color: $primary-color |
183 | 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) | ||
184 | 131 | ||
185 | -.users-cloud .medium a | ||
186 | - color: gray | ||
187 | - | ||
188 | - | ||
189 | -.users-cloud .tiny a | ||
190 | - color: $third-color | ||
191 | - | ||
192 | - | ||
193 | - | ||
194 | -.my-subjects-title | ||
195 | - color: $strong-color | ||
196 | - | 132 | +/* === End Forms === */ |
197 | 133 | ||
198 | 134 | ||
199 | -.panel-invisible | ||
200 | - background-color: #BDBDBD !important | ||
201 | - color: $default-white | ||
202 | - | ||
203 | - | ||
204 | -.category-panel > .panel-heading | ||
205 | - background-color: $secondary-color !important | ||
206 | - | ||
207 | - | ||
208 | -.category-panel .category-header .category-card-items i | ||
209 | - color: $strong-color | ||
210 | - | ||
211 | - | ||
212 | -.category-panel .category-header .category-card-items i:hover | ||
213 | - color: $white | ||
214 | - | ||
215 | - | ||
216 | -.subject-panel > .panel-heading | ||
217 | - background-color: $secondary-l2-color !important | 135 | +/* === Buttons === */ |
218 | 136 | ||
219 | - | ||
220 | -.subject-panel .category-header .category-card-items i | ||
221 | - color: $strong-color | ||
222 | - | ||
223 | - | ||
224 | -.subject-panel .category-header .category-card-items i:hover | ||
225 | - color: $white | ||
226 | - | ||
227 | - | ||
228 | -.resource-link | ||
229 | - color: #000000 !important | ||
230 | - | ||
231 | - | ||
232 | -/* 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 === */ | ||
233 | 165 | ||
234 | .modal-header | 166 | .modal-header |
235 | - border-bottom: 1px solid $disabled !important | ||
236 | - | 167 | + border-bottom: 1px solid $secodnary-disabled !important |
237 | 168 | ||
238 | .modal-footer | 169 | .modal-footer |
239 | - border-top: 1px solid $disabled !important | ||
240 | - | ||
241 | - | ||
242 | -/* subject_card.html */ | 170 | + border-top: 1px solid $secodnary-disabled !important |
243 | 171 | ||
172 | +/* === End Modal === */ | ||
244 | 173 | ||
245 | -.access-subject | ||
246 | - background-color: #2eb82e !important | ||
247 | - color: white | ||
248 | - | ||
249 | -/* Groups App */ | ||
250 | 174 | ||
175 | +/* === Pagination Controls === */ | ||
251 | 176 | ||
252 | -.group-panel > .panel-heading | ||
253 | - background-color: $white !important | ||
254 | - | ||
255 | - | ||
256 | -.group-panel .panel-title, .group-panel .category-header i, .group-panel .category-course-link | ||
257 | - color: #000000 !important | ||
258 | - | ||
259 | - | ||
260 | -.group-panel-body | ||
261 | - background: $white !important | ||
262 | - border-top: 1px solid #CCCCCC | ||
263 | - | ||
264 | - | ||
265 | -/* === Resources Common (ex: PDF, WebPage) App === */ | ||
266 | - | ||
267 | - | ||
268 | - | ||
269 | -.topic-panel > .panel-heading | ||
270 | - 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 | ||
271 | 186 | ||
187 | +.holder a.jp-disabled, a.jp-disabled:hover | ||
188 | + background: none !important | ||
189 | + color: #bbb !important | ||
272 | 190 | ||
273 | -.topic-panel .category-header .category-card-items i, .topic-panel-invisible .category-header .category-card-items i | ||
274 | - color: $strong-color | 191 | +.holder a.jp-current, a.jp-current:hover |
192 | + background: none | ||
275 | 193 | ||
194 | +.holder a, .holder span | ||
195 | + border: 1px solid #ddd | ||
196 | + color: #337ab7 | ||
276 | 197 | ||
277 | -.topic-panel .category-header .category-card-items i:hover, .topic-panel-invisible .category-header .category-card-items i:hover | ||
278 | - color: $white | 198 | +.holder a:hover |
199 | + color: #23527c | ||
200 | + background-color: #eee | ||
201 | + border-color: #ddd | ||
279 | 202 | ||
203 | +.holder a.jp-current, a.jp-current:hover | ||
204 | + background-color: $primary-color | ||
205 | + border-color: $primary-color | ||
206 | + color: $secondary-white | ||
280 | 207 | ||
281 | -.topic-panel > .category-panel-content, .topic-panel-invisible > .category-panel-content | ||
282 | - background: $white | 208 | +/* === End Pagination Controls === */ |
283 | 209 | ||
284 | 210 | ||
285 | -.topic-panel-invisible > .panel-heading | ||
286 | - background-color: #BDBDBD !important | ||
287 | - color: $default-white | 211 | +/* === Language Selector */ |
288 | 212 | ||
213 | +.language-selector .dropdown-menu > .active > a | ||
214 | + background: $primary-menu-bg | ||
215 | + color: $primary-color | ||
289 | 216 | ||
290 | -.pendencies-content | ||
291 | - background: $white | 217 | +.language-selector .dropdown-menu > .active > a:hover |
218 | + color: $primary-color | ||
292 | 219 | ||
220 | +/* === End Language Selector */ | ||
293 | 221 | ||
294 | -.pendencies-content .core-subjects-options li | ||
295 | - background: $default-white | ||
296 | 222 | ||
223 | +/* === Topbar === */ | ||
297 | 224 | ||
298 | -.category-header i | ||
299 | - color: white | 225 | +#btn-search:hover |
226 | + background: $secondary-color | ||
300 | 227 | ||
228 | +.navbar, .navbar.navbar-default | ||
229 | + background-color: $primary-color | ||
230 | + color: rgba(255,255,255,.84) | ||
301 | 231 | ||
302 | -.category-header i:hover | ||
303 | - color: #90CAF9 | 232 | +.top-search |
233 | + color: $primary-white | ||
304 | 234 | ||
235 | +.navbar-brand:hover | ||
236 | + background: $secondary-color !important | ||
305 | 237 | ||
306 | -.category-header .dropdown-menu i | ||
307 | - color: inherit !important | 238 | +.navbar .project_name |
239 | + color: $secondary-white | ||
308 | 240 | ||
241 | +.navbar-nav li.open | ||
242 | + background: $secondary-color | ||
309 | 243 | ||
310 | -#create-category | ||
311 | - background-color: $primary-color | ||
312 | - color: $white | 244 | +.navbar-nav li > a:hover |
245 | + background: $secondary-color !important | ||
313 | 246 | ||
247 | +.navbar-nav li.settings_menu_active | ||
248 | + background: $secondary-color | ||
314 | 249 | ||
315 | -.category-panel-content | ||
316 | - background: $default-white | 250 | +.navbar .dropdown-menu .active > a, .navbar.navbar-default .dropdown-menu .active > a |
251 | + background-color: $secondary-color | ||
317 | 252 | ||
253 | +.dropdown-menu | ||
254 | + background: $primary-white | ||
318 | 255 | ||
319 | -.core-subjects-options li | ||
320 | - background-color: $white | ||
321 | - border-bottom-color: $disabled | ||
322 | - color: $disabled | 256 | +.dropdown-menu li > a |
257 | + background: $primary-white | ||
258 | + color: $primary-menu-color | ||
323 | 259 | ||
260 | +.dropdown-menu li > a:hover | ||
261 | + background: $primary-menu-bg !important | ||
262 | + color: $secondary-white !important | ||
324 | 263 | ||
325 | -.core-subjects-options li.active | ||
326 | - color: inherit | ||
327 | - border-bottom-color: $primary-color | 264 | +#system_accordion > .panel > .panel-heading |
265 | + background: $primary-white | ||
328 | 266 | ||
267 | +#system_accordion > .panel > .panel-heading:hover | ||
268 | + background: $primary-menu-bg | ||
269 | + color: $secondary-white | ||
329 | 270 | ||
330 | -.create-subject-btn | ||
331 | - background-color: $strong-color | ||
332 | - color: white | 271 | +#system_accordion > .panel > .panel-heading > a > .panel-title |
272 | + color: $primary-menu-color | ||
333 | 273 | ||
274 | +#system_accordion > .panel > .panel-heading > a > .panel-title:hover | ||
275 | + color: $secondary-white | ||
334 | 276 | ||
335 | -#coordinators_accordion .panel-heading, #professors_accordion .panel-heading | ||
336 | - background: $white | 277 | +#system_accordion > .panel > .panel-heading > a:hover |
278 | + color: $secondary-white | ||
337 | 279 | ||
280 | +#system_menu | ||
281 | + background: $primary-white | ||
338 | 282 | ||
339 | -/* === Amadeus APP === */ | 283 | +/* === End Topbar === */ |
340 | 284 | ||
341 | 285 | ||
286 | +/* === Sidebar === */ | ||
342 | 287 | ||
288 | +#sidebar-menu .item | ||
289 | + background-color: $primary-color | ||
290 | + color: $secondary-white | ||
343 | 291 | ||
344 | -.navbar-brand:hover | ||
345 | - background: $secondary-color !important | 292 | +#sidebar-menu .item a |
293 | + color: $secondary-white | ||
346 | 294 | ||
295 | +#sidebar-menu > .subjects_menu_active | ||
296 | + background-color: $secondary-color | ||
347 | 297 | ||
348 | -.navbar .project_name | ||
349 | - color: white | 298 | +#sidebar-menu > .item:hover |
299 | + background-color: $secondary-color | ||
350 | 300 | ||
301 | +/* --- Minor Screens --- */ | ||
351 | 302 | ||
352 | -.navbar-nav li.open | ||
353 | - background: $primary-hover | 303 | +.bottom-menu |
304 | + background: $primary-color | ||
354 | 305 | ||
306 | +.mobile-menu .item | ||
307 | + color: $secondary-white | ||
308 | + background: $primary-color | ||
355 | 309 | ||
356 | -.navbar-nav li > a:hover | ||
357 | - background: $primary-hover !important | 310 | +.mobile-menu .item a |
311 | + color: $secondary-white | ||
358 | 312 | ||
313 | +.mobile-menu > .subjects_menu_active | ||
314 | + background-color: $secondary-color | ||
359 | 315 | ||
360 | -.navbar-nav li.settings_menu_active | ||
361 | - background: $primary-hover | 316 | +.mobile-menu > .item:hover |
317 | + background-color: $secondary-color | ||
362 | 318 | ||
319 | +/* --- End Minor Screens --- */ | ||
363 | 320 | ||
364 | -.top-search | ||
365 | - color: $default-white | 321 | +/* === End Sidebar === */ |
366 | 322 | ||
367 | 323 | ||
324 | +/* === Breadcrumbs === */ | ||
368 | 325 | ||
369 | -.dropdown-menu | ||
370 | - background: $default-white | 326 | +.breadcrumb > li > span.divider |
327 | + color: $primary-color | ||
371 | 328 | ||
329 | +.breadcrumb > li > a | ||
330 | + color: $primary-color | ||
372 | 331 | ||
373 | -.dropdown-menu li > a | ||
374 | - background: $default-white | ||
375 | - color: #333333 | 332 | +.breadcrumb > li |
333 | + color: #BDBDBD | ||
376 | 334 | ||
335 | +/* === End Breadcrumbs === */ | ||
377 | 336 | ||
378 | -.dropdown-menu li > a:hover | ||
379 | - background: $primary-color !important | ||
380 | - color: $white !important | ||
381 | 337 | ||
382 | -.navbar .dropdown-menu .active>a, .navbar.navbar-default .dropdown-menu .active>a | ||
383 | - background-color: $primary-color !important | 338 | +/* === Panel === */ |
384 | 339 | ||
385 | -.navbar .dropdown-menu .active>a:hover, .navbar.navbar-default .dropdown-menu .active>a:hover | ||
386 | - background-color: $primary-hover | 340 | +.category-header i |
341 | + color: $secondary-white | ||
387 | 342 | ||
388 | -#system_accordion > .panel > .panel-heading | ||
389 | - background: $default-white | 343 | +.category-header .dropdown-menu i |
344 | + color: inherit !important | ||
390 | 345 | ||
346 | +.panel-title a:hover | ||
347 | + color: $secondary-white | ||
391 | 348 | ||
392 | -#system_accordion > .panel > .panel-heading:hover | ||
393 | - background: #EEEEEE | 349 | +.panel-invisible |
350 | + background-color: $primary-disabled !important | ||
351 | + color: $primary-white !important | ||
394 | 352 | ||
353 | +.panel-invisible .category-header .category-card-items i | ||
354 | + color: $disabled-white | ||
395 | 355 | ||
396 | -#system_accordion > .panel > .panel-heading > a > .panel-title | ||
397 | - color: #333333 | 356 | +.panel-invisible .category-header .category-card-items i:hover |
357 | + color: $secondary-white | ||
398 | 358 | ||
359 | +/* === End Panel === */ | ||
399 | 360 | ||
400 | -#system_accordion > .panel > .panel-heading > a > .panel-title:hover | ||
401 | - color: $primary-color | ||
402 | 361 | ||
362 | +/* === Category Panel === */ | ||
403 | 363 | ||
404 | -#system_accordion > .panel > .panel-heading > a:hover | ||
405 | - color: $primary-color | 364 | +.category-panel > .panel-heading |
365 | + background-color: $primary-category !important | ||
406 | 366 | ||
367 | +.category-panel .category-header .category-card-items i | ||
368 | + color: $secondary-category | ||
407 | 369 | ||
408 | -#system_menu | ||
409 | - background: $default-white | 370 | +.category-panel .category-header .category-card-items i:hover |
371 | + color: $secondary-white | ||
410 | 372 | ||
373 | +.category-panel-content | ||
374 | + background: $primary-white | ||
411 | 375 | ||
376 | +.category-header > h4.panel-title span | ||
377 | + color: $secondary-white | ||
412 | 378 | ||
413 | -#horizontal-line | ||
414 | - background-color: black | 379 | +/* === End Category Panel === */ |
415 | 380 | ||
416 | 381 | ||
417 | -.breadcrumb > li > span.divider | ||
418 | - color: $strong-color | 382 | +/* === Subject Panel === */ |
419 | 383 | ||
384 | +.subject-panel > .panel-heading | ||
385 | + background-color: $primary-subject !important | ||
420 | 386 | ||
421 | -.breadcrumb > li > a | ||
422 | - color: $strong-color | 387 | +.subject-panel .category-header .category-card-items i |
388 | + color: $secondary-subject | ||
423 | 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 | ||
424 | 393 | ||
425 | -.breadcrumb > li | ||
426 | - color: #BDBDBD | 394 | +/* --- Invisible --- */ |
427 | 395 | ||
428 | -/*Because we use an outer a tag*/ | ||
429 | -.panel-title | ||
430 | - color: rgba(255,255,255,.84) | 396 | +.subject-panel-invisible .category-header .category-card-items i |
397 | + color: $disabled-white | ||
431 | 398 | ||
399 | +/* --- End Invisible --- */ | ||
432 | 400 | ||
433 | -.category-header > h4.panel-title span | ||
434 | - color: $white | 401 | +/* === End Subject Panel === */ |
435 | 402 | ||
436 | 403 | ||
437 | -.accordion | ||
438 | - background: white | 404 | +/* === Topic Panel === */ |
439 | 405 | ||
406 | +.topic-panel > .panel-heading | ||
407 | + background-color: $primary-topic !important | ||
440 | 408 | ||
441 | -.accordion_list | ||
442 | - 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 | ||
443 | 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 | ||
444 | 416 | ||
445 | -.outside-title | ||
446 | - color: $primary-color | 417 | +.topic-panel > .category-panel-content, .topic-panel-invisible > .category-panel-content |
418 | + background: $secondary-white | ||
447 | 419 | ||
420 | +/* --- Invisible --- */ | ||
448 | 421 | ||
449 | -.titleTopic a h4, .titleTopic h4 | ||
450 | - color: white | 422 | +.topic-panel-invisible > .panel-heading |
423 | + background-color: $primary-disabled !important | ||
424 | + color: $primary-white | ||
451 | 425 | ||
426 | +.topic-panel-invisible .category-header .category-card-items i | ||
427 | + color: $disabled-white | ||
452 | 428 | ||
453 | -.Topic-detail a h4 | ||
454 | - color: black | 429 | +/* --- End Invisible --- */ |
455 | 430 | ||
431 | +/* === End Topic Panel === */ | ||
456 | 432 | ||
457 | -.cards-detail .panel .panel-heading h4 | ||
458 | - color: black | ||
459 | 433 | ||
460 | -.data_register_course p | ||
461 | - color: grey | 434 | +/* === Group Panel === */ |
462 | 435 | ||
436 | +.group-panel > .panel-heading | ||
437 | + background-color: $secondary-white !important | ||
463 | 438 | ||
464 | -.category-course-link | ||
465 | - color: $white !important | 439 | +.group-panel .panel-title, .group-panel .category-header i, .group-panel .category-course-link |
440 | + color: #000000 !important | ||
466 | 441 | ||
442 | +.group-panel-body | ||
443 | + background: $secondary-white !important | ||
444 | + border-top: 1px solid #CCCCCC | ||
467 | 445 | ||
468 | -.profile_function | ||
469 | - border-bottom: 1px solid #D2D2D2 | 446 | +/* === End Group Panel === */ |
470 | 447 | ||
471 | 448 | ||
449 | +/* === Resources List === */ | ||
472 | 450 | ||
473 | -.mobile-menu .item | ||
474 | - color: $white | ||
475 | - background: $primary-color | 451 | +.resource_list > .list-group-item |
452 | + background-color: #fff | ||
453 | + border: 1px solid #ddd | ||
476 | 454 | ||
455 | +.resource_list > .disabled | ||
456 | + background-color: #eee | ||
477 | 457 | ||
478 | -.mobile-menu .item a | ||
479 | - color: white | 458 | +.resource_list > .disabled:hover |
459 | + background-color: #eee !important | ||
480 | 460 | ||
461 | +.resource_list > .disabled a.resource_link | ||
462 | + color: $primary-disabled | ||
481 | 463 | ||
482 | -.mobile-menu > .subjects_menu_active | ||
483 | - background-color: $primary-color | 464 | +.resource_list > .list-group-item:hover |
465 | + background: $primary-white | ||
484 | 466 | ||
467 | +.resource_list > .list-group-item:last-child | ||
468 | + border-bottom: 1px solid #ddd !important | ||
485 | 469 | ||
486 | -.mobile-menu > .item:hover | ||
487 | - background-color: $primary-hover | 470 | +.resource_list .category-card-items i |
471 | + color: #e5e5e5 | ||
488 | 472 | ||
473 | +.resource_list .category-card-items i:hover | ||
474 | + color: #7f7f7f | ||
489 | 475 | ||
476 | +.resource_list .category-card-items .dropdown-menu i | ||
477 | + color: #333 | ||
490 | 478 | ||
491 | -.page_selector h4 | ||
492 | - border-bottom: 1px solid #e5e5e5 | 479 | +.resource_list a |
480 | + color: inherit | ||
493 | 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 | ||
494 | 485 | ||
495 | -.subscribe-subject | ||
496 | - background-color: #33cc33 !important | ||
497 | - color: white | 486 | +/* === End Resources List === */ |
498 | 487 | ||
499 | 488 | ||
500 | -.filedrag | ||
501 | - color: #555 | ||
502 | - border: 2px dashed #555 | 489 | +/* === Participants === */ |
503 | 490 | ||
491 | +#participants, .participants-list | ||
492 | + background-color: $secondary-white | ||
504 | 493 | ||
505 | -.footer | ||
506 | - color: $white | ||
507 | - background: $strong-color | 494 | +#participants |
495 | + box-shadow: -1px 1px 8px $primary-subject | ||
508 | 496 | ||
497 | +#participants i | ||
498 | + color: $primary-subject | ||
509 | 499 | ||
510 | -.no-subjects | ||
511 | - color: #999999 | 500 | +.participants-list |
501 | + box-shadow: -1px 2px 1px $primary-subject | ||
512 | 502 | ||
503 | +.subject-participants .sub-user:hover | ||
504 | + background-color: $primary-menu-bg | ||
513 | 505 | ||
514 | -.holder a.jp-disabled, a.jp-disabled:hover | ||
515 | - background: none !important | ||
516 | - color: #bbb !important | 506 | +/* === End Participants === */ |
517 | 507 | ||
518 | 508 | ||
519 | -.holder a.jp-current, a.jp-current:hover | ||
520 | - background: none | 509 | +/* === Accordions === */ |
521 | 510 | ||
511 | +#coordinators_accordion .panel-heading, #professors_accordion .panel-heading | ||
512 | + background: $secondary-white | ||
522 | 513 | ||
523 | -.holder a, .holder span | ||
524 | - border: 1px solid #ddd | ||
525 | - color: #337ab7 | 514 | +/* === End Accordions === */ |
526 | 515 | ||
527 | 516 | ||
528 | -.holder a:hover | ||
529 | - color: #23527c | ||
530 | - background-color: #eee | ||
531 | - border-color: #ddd | 517 | +/* === Tabs === */ |
532 | 518 | ||
519 | +.core-subjects-options li | ||
520 | + background-color: $secondary-white | ||
521 | + border-bottom-color: #D2D2D2 | ||
522 | + color: #A0A0A0 | ||
533 | 523 | ||
534 | -.holder a.jp-current, a.jp-current:hover | ||
535 | - background: #039BE5 | ||
536 | - color: $white | ||
537 | - border-color: #039BE5 | 524 | +.core-subjects-options li.active |
525 | + color: inherit | ||
526 | + border-bottom-color: $secondary-color | ||
538 | 527 | ||
528 | +/* === End Tabs === */ | ||
539 | 529 | ||
540 | -/* Pendencies Form */ | ||
541 | 530 | ||
531 | +/* === Notifies === */ | ||
542 | 532 | ||
543 | -.notifies | 533 | +.notifies, .goalitems |
544 | border: 1px solid #EEEEEE | 534 | border: 1px solid #EEEEEE |
545 | 535 | ||
546 | - | ||
547 | -.bootstrap-datetimepicker-widget | ||
548 | - background-color: #fff | ||
549 | - | ||
550 | - | ||
551 | -.notifies a.delete-row | 536 | +.notifies a.delete-row, .goalitems a.delete-row |
552 | -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) | 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) |
553 | 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) | 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) |
554 | background-color: #EEE | 539 | background-color: #EEE |
555 | color: rgba(0,0,0,.87) | 540 | color: rgba(0,0,0,.87) |
556 | 541 | ||
557 | - | ||
558 | a.add-row | 542 | a.add-row |
559 | -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) | 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) |
560 | 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) | 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) |
561 | - background-color: #59b75c | 545 | + background-color: $btn-success |
562 | color: rgba(255,255,255,.84) | 546 | color: rgba(255,255,255,.84) |
563 | 547 | ||
564 | -/* Resource list on topic templates */ | ||
565 | - | ||
566 | - | ||
567 | -.resource_list > .list-group-item | ||
568 | - background-color: #fff | ||
569 | - border: 1px solid #ddd | ||
570 | - | ||
571 | - | ||
572 | -.resource_list > .disabled | ||
573 | - background-color: #eee | ||
574 | - | ||
575 | - | ||
576 | -.resource_list > .disabled:hover | ||
577 | - background-color: #eee !important | 548 | +/* === End Notifies === */ |
578 | 549 | ||
579 | 550 | ||
580 | -.resource_list > .disabled a.resource_link | ||
581 | - color: #BDBDBD | ||
582 | - | ||
583 | - | ||
584 | -.resource_list > .list-group-item:hover | ||
585 | - background: $default-white | 551 | +/* === Goals === */ |
586 | 552 | ||
553 | +.goalitems .slider, .goal_item .slider | ||
554 | + background-color: initial | ||
587 | 555 | ||
588 | -.resource_list > .list-group-item:last-child | ||
589 | - border-bottom: 1px solid #ddd !important | ||
590 | - | ||
591 | - | ||
592 | -.resource_list .category-card-items i | ||
593 | - color: #e5e5e5 | ||
594 | - | 556 | +.goal_divider |
557 | + border-top-color: #888 | ||
595 | 558 | ||
596 | -.resource_list .category-card-items i:hover | ||
597 | - color: #7f7f7f | 559 | +/* === End Goals === */ |
598 | 560 | ||
599 | 561 | ||
600 | -.resource_list .category-card-items .dropdown-menu i | ||
601 | - color: #333 | 562 | +/* === Bulletin === */ |
602 | 563 | ||
564 | +.bulletin-warning h4 | ||
565 | + color: #555555 | ||
603 | 566 | ||
604 | -.resource_list a | ||
605 | - color: inherit | 567 | +.bulletin-warning p |
568 | + color: #888888 | ||
606 | 569 | ||
570 | +.bulletin-warning a | ||
571 | + color: #4caf50 | ||
607 | 572 | ||
608 | -.resource_list .btn-group button:active, .resource_list .btn-group button:focus, .resource_list .btn-group button:hover | ||
609 | - background-color: initial !important | 573 | +/* === End Bulletin === */ |
610 | 574 | ||
611 | 575 | ||
576 | +/* === Backup === */ | ||
612 | 577 | ||
578 | +.backup_container .more_items | ||
579 | + background: $primary-color | ||
580 | + color: $secondary-white | ||
613 | 581 | ||
614 | -#search-results-title | ||
615 | - color: #BDBDBD | 582 | +.backup_container .backup_item label, .backup_container .resources_list label |
583 | + color: #333333 | ||
616 | 584 | ||
585 | +/* === End Backup === */ | ||
617 | 586 | ||
618 | 587 | ||
619 | -.no-subscribe-btn | ||
620 | - background-color: #BDBDBD !important | ||
621 | - color: $default-white !important | 588 | +/* === Pendencies === */ |
622 | 589 | ||
590 | +.pendencies-content | ||
591 | + background: $primary-white | ||
623 | 592 | ||
624 | .pendency | 593 | .pendency |
625 | border-color: #CCCCCC | 594 | border-color: #CCCCCC |
626 | 595 | ||
627 | - | ||
628 | .pendency .breadcrumb | 596 | .pendency .breadcrumb |
629 | - background-color: $white | ||
630 | - | 597 | + background-color: $secondary-white |
631 | 598 | ||
632 | .pendency .meta | 599 | .pendency .meta |
633 | color: #FF0000 | 600 | color: #FF0000 |
634 | 601 | ||
602 | +.alert-low | ||
603 | + background-color: #dfbd31 | ||
635 | 604 | ||
636 | -.alert-low, .alert-medium | ||
637 | - background-color: #FFA500 | ||
638 | - color: $white | 605 | +.alert-medium |
606 | + background-color: #FF9000 | ||
639 | 607 | ||
608 | +.alert-low, .alert-medium, .alert-danger | ||
609 | + color: $secondary-white !important | ||
610 | + text-shadow: 0px 0px 1px #000000 | ||
640 | 611 | ||
641 | .no_button:hover, .no_button:focus, .no_button:active | 612 | .no_button:hover, .no_button:focus, .no_button:active |
642 | background-color: initial !important | 613 | background-color: initial !important |
643 | 614 | ||
615 | +/* === End Pendencies === */ | ||
644 | 616 | ||
645 | -.popover | ||
646 | - background: #FFF | ||
647 | - color: #333 | ||
648 | 617 | ||
618 | +/* === Mural === */ | ||
649 | 619 | ||
650 | .mural .post_make | 620 | .mural .post_make |
651 | - background: $white | ||
652 | - | ||
653 | - | ||
654 | -.mural .post_make .user-img, .post .post-img, .post .post-comment .user-img div, .comment .comment-img div | ||
655 | - background: #CCCCCC | ||
656 | - | 621 | + background: $secondary-white |
657 | 622 | ||
658 | .mural .post_make .post-field div | 623 | .mural .post_make .post-field div |
659 | border-color: #CCCCCC | 624 | border-color: #CCCCCC |
660 | 625 | ||
661 | - | ||
662 | .mural .post_make .post-field h4 | 626 | .mural .post_make .post-field h4 |
663 | color: #CCCCCC | 627 | color: #CCCCCC |
664 | 628 | ||
665 | - | ||
666 | .post_action i, .post .post-user .user-action i, .comment .comment-user .user-action i | 629 | .post_action i, .post .post-user .user-action i, .comment .comment-user .user-action i |
667 | - color: $secondary-color | ||
668 | - | ||
669 | - | ||
670 | -.post .post-user, .comment .comment-user, .marked_user | ||
671 | - color: $strong-color | 630 | + color: #1d8fe0 |
672 | 631 | ||
632 | +.post .post-user, .comment .comment-user, .marked_user, .post_resource | ||
633 | + color: $primary-title | ||
673 | 634 | ||
674 | .post .post-user .user-action | 635 | .post .post-user .user-action |
675 | color: #BBBBBB | 636 | color: #BBBBBB |
676 | 637 | ||
677 | - | ||
678 | .post .time | 638 | .post .time |
679 | color: #ABABAB | 639 | color: #ABABAB |
680 | 640 | ||
681 | - | ||
682 | .post .post-comment | 641 | .post .post-comment |
683 | border-top-color: #888888 | 642 | border-top-color: #888888 |
684 | background: #e5e5e5 | 643 | background: #e5e5e5 |
685 | 644 | ||
686 | - | ||
687 | .post .post-comment .comment-field div | 645 | .post .post-comment .comment-field div |
688 | border-color: #888888 | 646 | border-color: #888888 |
689 | - background: $white | ||
690 | - | 647 | + background: $secondary-white |
691 | 648 | ||
692 | .comment-section | 649 | .comment-section |
693 | - background: $default-white | 650 | + background: $primary-white |
694 | border-top-color: #AAAAAA | 651 | border-top-color: #AAAAAA |
695 | 652 | ||
696 | - | ||
697 | .comment .comment-user .user-action | 653 | .comment .comment-user .user-action |
698 | color: #999999 | 654 | color: #999999 |
699 | 655 | ||
700 | - | ||
701 | .comment-time | 656 | .comment-time |
702 | color: #9A9A9A | 657 | color: #9A9A9A |
703 | 658 | ||
704 | - | ||
705 | .btn_unfav | 659 | .btn_unfav |
706 | color: #FF0000 !important | 660 | color: #FF0000 !important |
707 | 661 | ||
708 | - | ||
709 | .btn_fav | 662 | .btn_fav |
710 | color: #BBBBBB !important | 663 | color: #BBBBBB !important |
711 | 664 | ||
665 | +.post-filter, .talk-filter | ||
666 | + background: $primary-white | ||
712 | 667 | ||
713 | -.post-filter | ||
714 | - background: $default-white | ||
715 | - | ||
716 | - | ||
717 | -.post-filter h4 | ||
718 | - color: $strong-color | ||
719 | - | 668 | +.post-filter h4, .talk-filter h4 |
669 | + color: $primary-title | ||
720 | 670 | ||
721 | -.post-filter | 671 | +.post-filter, .talk-filter |
722 | label | 672 | label |
723 | color: #333333 | 673 | color: #333333 |
724 | 674 | ||
725 | - | ||
726 | -.post-filter | 675 | +.post-filter, .talk-filter |
727 | i | 676 | i |
728 | color: #FF0000 | 677 | color: #FF0000 |
729 | 678 | ||
730 | - | ||
731 | .suggestions | 679 | .suggestions |
732 | - background: $white | 680 | + background: $secondary-white |
733 | 681 | ||
682 | +.subject-related-panel | ||
683 | + background: $primary-white !important | ||
734 | 684 | ||
735 | -.mural-category | 685 | +.mural-ungeneral |
736 | background: #EEE | 686 | background: #EEE |
737 | 687 | ||
688 | +/* === End Mural === */ | ||
738 | 689 | ||
739 | -.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 | ||
740 | - background-color: initial | ||
741 | 690 | ||
742 | -#participants, .participants-list | ||
743 | - background-color: $white | 691 | +/* === Chat === */ |
744 | 692 | ||
745 | -#participants | ||
746 | - box-shadow: -1px 1px 8px #000000 | 693 | +.participant .user-info h4 |
694 | + color: $primary-title | ||
747 | 695 | ||
748 | -#participants i | ||
749 | - color: #000000 | 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 === */ | ||
750 | 740 | ||
751 | -.participants-list | ||
752 | - box-shadow: -1px 2px 1px #000000 | ||
753 | 741 | ||
754 | @media(max-width: 768px) | 742 | @media(max-width: 768px) |
755 | .navbar .navbar-nav .dropdown .dropdown-menu li > a | 743 | .navbar .navbar-nav .dropdown .dropdown-menu li > a |
756 | - color: $white !important | ||
757 | - background-color: $primary-color | 744 | + color: #333333 !important |
758 | 745 | ||
759 | .navbar .navbar-nav .dropdown .dropdown-menu li > a:hover | 746 | .navbar .navbar-nav .dropdown .dropdown-menu li > a:hover |
760 | - backgroun-color: $primary-hover !important | ||
761 | - | 747 | + color: $primary-color !important |
762 | \ No newline at end of file | 748 | \ No newline at end of file |
amadeus/static/css/themes/green.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 | a, a:focus, a:hover { | 3 | a, a:focus, a:hover { |
5 | color: #009688; } | 4 | color: #009688; } |
6 | 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; } | ||
11 | + | ||
7 | .radio input[type=radio]:checked ~ .check, label.radio-inline input[type=radio]:checked ~ .check { | 12 | .radio input[type=radio]:checked ~ .check, label.radio-inline input[type=radio]:checked ~ .check { |
8 | background-color: #009688; } | 13 | background-color: #009688; } |
9 | 14 | ||
10 | .radio input[type=radio]:checked ~ .circle, label.radio-inline input[type=radio]:checked ~ .circle { | 15 | .radio input[type=radio]:checked ~ .circle, label.radio-inline input[type=radio]:checked ~ .circle { |
11 | border-color: #009688; } | 16 | border-color: #009688; } |
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: #009688; | ||
16 | - border-color: #009688; } | ||
17 | - | ||
18 | -.navbar, .navbar.navbar-default { | ||
19 | - background-color: #009688; | ||
20 | - color: rgba(255, 255, 255, 0.84); } | 18 | +.my-subjects-title { |
19 | + color: #26A69A; } | ||
21 | 20 | ||
22 | .notify_badge { | 21 | .notify_badge { |
23 | background-color: #FF0000 !important; } | 22 | background-color: #FF0000 !important; } |
24 | 23 | ||
25 | -.bottom-menu { | ||
26 | - background: #009688; } | ||
27 | - | ||
28 | -#btn-search:hover { | ||
29 | - background: #00695C; } | ||
30 | - | ||
31 | -/* language selector */ | ||
32 | -.language-selector .dropdown-menu > .active > a { | ||
33 | - background: #EEEEEE; | ||
34 | - color: #009688; } | ||
35 | - | ||
36 | -.language-selector .dropdown-menu > .active > a:hover { | ||
37 | - color: #009688; } | 24 | +.access-subject { |
25 | + background-color: #2eb82e !important; | ||
26 | + color: #FFFFFF; } | ||
38 | 27 | ||
39 | -/* Sidebar menu in every page */ | ||
40 | -#sidebar-menu .item { | ||
41 | - background-color: #009688; | ||
42 | - color: white; } | 28 | +.outside-title { |
29 | + color: #43a251; } | ||
43 | 30 | ||
44 | -#sidebar-menu .item a { | ||
45 | - color: white; } | 31 | +.category-course-link { |
32 | + color: #FFFFFF !important; } | ||
46 | 33 | ||
47 | -#sidebar-menu > .subjects_menu_active { | ||
48 | - background-color: #00695C; } | 34 | +.footer { |
35 | + color: #FFFFFF; | ||
36 | + background: #26A69A; } | ||
49 | 37 | ||
50 | -#sidebar-menu > .item:hover { | ||
51 | - background-color: #00695C; } | 38 | +.bootstrap-datetimepicker-widget { |
39 | + background-color: #FFFFFF !important; } | ||
52 | 40 | ||
53 | -/* === SUBJECT APP === */ | ||
54 | -/* home */ | ||
55 | -.users-cloud .small a { | ||
56 | - color: #2E8B57; } | 41 | +.popover { |
42 | + background: #FFFFFF; | ||
43 | + color: #333; } | ||
57 | 44 | ||
58 | -.users-cloud .big a { | ||
59 | - color: #6B8E23; } | 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; } | ||
60 | 50 | ||
61 | -.users-cloud .medium a { | ||
62 | - color: #66CDAA; } | 51 | +#analytics-panel { |
52 | + background-color: #0277BD !important; } | ||
63 | 53 | ||
64 | -.users-cloud .tiny a { | ||
65 | - color: #654321; } | 54 | +#search-results-title { |
55 | + color: #BDBDBD; } | ||
66 | 56 | ||
67 | -.my-subjects-title { | ||
68 | - color: #26A69A; } | 57 | +.profile_function { |
58 | + border-bottom: 1px solid #D2D2D2; } | ||
69 | 59 | ||
70 | -.panel-invisible { | ||
71 | - background-color: #BDBDBD !important; | ||
72 | - color: #F5F5F5; } | 60 | +.page_selector h4 { |
61 | + border-bottom: 1px solid #e5e5e5; } | ||
73 | 62 | ||
74 | -.category-panel > .panel-heading { | ||
75 | - background-color: #015E96 !important; } | 63 | +.subscribe-subject { |
64 | + background-color: #33cc33 !important; | ||
65 | + color: white; } | ||
76 | 66 | ||
77 | -.category-panel .category-header .category-card-items i { | ||
78 | - color: #014e7d; } | 67 | +.filedrag { |
68 | + color: #555; | ||
69 | + border: 2px dashed #555; } | ||
79 | 70 | ||
80 | -.category-panel .category-header .category-card-items i:hover { | ||
81 | - color: #FFFFFF; } | 71 | +.no-subjects { |
72 | + color: #999999; } | ||
82 | 73 | ||
83 | -.subject-panel > .panel-heading { | ||
84 | - background-color: #0277BD !important; } | 74 | +.resource-link { |
75 | + color: #000000 !important; } | ||
85 | 76 | ||
86 | -.subject-panel .category-header .category-card-items i { | ||
87 | - color: #0267a4; } | 77 | +.no-subscribe-btn { |
78 | + background-color: #BDBDBD !important; | ||
79 | + color: #F5F5F5 !important; } | ||
88 | 80 | ||
89 | -.subject-panel .category-header .category-card-items i:hover { | ||
90 | - color: #FFFFFF; } | 81 | +.semi-check { |
82 | + border-color: #009688 !important; } | ||
91 | 83 | ||
92 | -.resource-link { | ||
93 | - color: #000000 !important; } | 84 | +.login_subcommands a, .login_subcommands a:hover { |
85 | + color: #43a251; } | ||
94 | 86 | ||
95 | -/* subscribe.html */ | 87 | +/* === Modal === */ |
96 | .modal-header { | 88 | .modal-header { |
97 | border-bottom: 1px solid #E6E7E8 !important; } | 89 | border-bottom: 1px solid #E6E7E8 !important; } |
98 | 90 | ||
99 | .modal-footer { | 91 | .modal-footer { |
100 | border-top: 1px solid #E6E7E8 !important; } | 92 | border-top: 1px solid #E6E7E8 !important; } |
101 | 93 | ||
102 | -/* subject_card.html */ | ||
103 | -.access-subject { | ||
104 | - background-color: #2eb82e !important; | ||
105 | - color: white; } | ||
106 | - | ||
107 | -/* Groups App */ | ||
108 | -.group-panel > .panel-heading { | ||
109 | - background-color: #FFFFFF !important; } | ||
110 | - | ||
111 | -.group-panel .panel-title, .group-panel .category-header i, .group-panel .category-course-link { | ||
112 | - color: #000000 !important; } | ||
113 | - | ||
114 | -.group-panel-body { | ||
115 | - background: #FFFFFF !important; | ||
116 | - border-top: 1px solid #CCCCCC; } | ||
117 | - | ||
118 | -/* === Resources Common (ex: PDF, WebPage) App === */ | ||
119 | -.topic-panel > .panel-heading { | ||
120 | - background-color: #1d8fe0 !important; } | ||
121 | - | ||
122 | -.topic-panel .category-header .category-card-items i, .topic-panel-invisible .category-header .category-card-items i { | ||
123 | - color: #1772b3; } | ||
124 | - | ||
125 | -.topic-panel .category-header .category-card-items i:hover, .topic-panel-invisible .category-header .category-card-items i:hover { | 94 | +/* === End Modal === */ |
95 | +/* === Pagination Controls === */ | ||
96 | +.pagination > .active > a, | ||
97 | +.pagination > .active > span, | ||
98 | +.pagination > .active > a:hover, | ||
99 | +.pagination > .active > span:hover, | ||
100 | +.pagination > .active > a:focus, | ||
101 | +.pagination > .active > span:focus { | ||
102 | + background-color: #009688; | ||
103 | + border-color: #009688; | ||
126 | color: #FFFFFF; } | 104 | color: #FFFFFF; } |
127 | 105 | ||
128 | -.topic-panel > .category-panel-content, .topic-panel-invisible > .category-panel-content { | ||
129 | - background: #FFFFFF; } | ||
130 | - | ||
131 | -.topic-panel-invisible > .panel-heading { | ||
132 | - background-color: #BDBDBD !important; | ||
133 | - color: #F5F5F5; } | ||
134 | - | ||
135 | -.pendencies-content { | ||
136 | - background: #F5F5F5; } | 106 | +.holder a.jp-disabled, a.jp-disabled:hover { |
107 | + background: none !important; | ||
108 | + color: #bbb !important; } | ||
137 | 109 | ||
138 | -.category-header i { | ||
139 | - color: white; } | 110 | +.holder a.jp-current, a.jp-current:hover { |
111 | + background: none; } | ||
140 | 112 | ||
141 | -.category-header i:hover { | ||
142 | - color: #90CAF9; } | 113 | +.holder a, .holder span { |
114 | + border: 1px solid #ddd; | ||
115 | + color: #337ab7; } | ||
143 | 116 | ||
144 | -.category-header .dropdown-menu i { | ||
145 | - color: inherit !important; } | 117 | +.holder a:hover { |
118 | + color: #23527c; | ||
119 | + background-color: #eee; | ||
120 | + border-color: #ddd; } | ||
146 | 121 | ||
147 | -#create-category { | ||
148 | - background-color: #66BB6A; | 122 | +.holder a.jp-current, a.jp-current:hover { |
123 | + background-color: #009688; | ||
124 | + border-color: #009688; | ||
149 | color: #FFFFFF; } | 125 | color: #FFFFFF; } |
150 | 126 | ||
151 | -.category-panel-content { | ||
152 | - background: #F5F5F5; } | 127 | +/* === End Pagination Controls === */ |
128 | +/* === Language Selector */ | ||
129 | +.language-selector .dropdown-menu > .active > a { | ||
130 | + background: #EEEEEE; | ||
131 | + color: #009688; } | ||
153 | 132 | ||
154 | -.core-subjects-options li { | ||
155 | - background-color: #FFFFFF; | ||
156 | - border-bottom-color: #D2D2D2; | ||
157 | - color: #A0A0A0; } | 133 | +.language-selector .dropdown-menu > .active > a:hover { |
134 | + color: #009688; } | ||
158 | 135 | ||
159 | -.core-subjects-options li.active { | ||
160 | - color: inherit; | ||
161 | - border-bottom-color: #00695C; } | 136 | +/* === End Language Selector */ |
137 | +/* === Topbar === */ | ||
138 | +#btn-search:hover { | ||
139 | + background: #00695C; } | ||
162 | 140 | ||
163 | -.create-subject-btn { | ||
164 | - background-color: #26A69A; | ||
165 | - color: white; } | 141 | +.navbar, .navbar.navbar-default { |
142 | + background-color: #009688; | ||
143 | + color: rgba(255, 255, 255, 0.84); } | ||
166 | 144 | ||
167 | -#coordinators_accordion .panel-heading, #professors_accordion .panel-heading { | ||
168 | - background: #FFFFFF; } | 145 | +.top-search { |
146 | + color: #F5F5F5; } | ||
169 | 147 | ||
170 | -/* === Amadeus APP === */ | ||
171 | .navbar-brand:hover { | 148 | .navbar-brand:hover { |
172 | background: #00695C !important; } | 149 | background: #00695C !important; } |
173 | 150 | ||
174 | .navbar .project_name { | 151 | .navbar .project_name { |
175 | - color: white; } | 152 | + color: #FFFFFF; } |
176 | 153 | ||
177 | .navbar-nav li.open { | 154 | .navbar-nav li.open { |
178 | background: #00695C; } | 155 | background: #00695C; } |
@@ -183,9 +160,6 @@ a, a:focus, a:hover { | @@ -183,9 +160,6 @@ a, a:focus, a:hover { | ||
183 | .navbar-nav li.settings_menu_active { | 160 | .navbar-nav li.settings_menu_active { |
184 | background: #00695C; } | 161 | background: #00695C; } |
185 | 162 | ||
186 | -.top-search { | ||
187 | - color: #F5F5F5; } | ||
188 | - | ||
189 | .dropdown-menu { | 163 | .dropdown-menu { |
190 | background: #F5F5F5; } | 164 | background: #F5F5F5; } |
191 | 165 | ||
@@ -214,124 +188,144 @@ a, a:focus, a:hover { | @@ -214,124 +188,144 @@ a, a:focus, a:hover { | ||
214 | #system_menu { | 188 | #system_menu { |
215 | background: #F5F5F5; } | 189 | background: #F5F5F5; } |
216 | 190 | ||
217 | -#horizontal-line { | ||
218 | - background-color: black; } | 191 | +/* === End Topbar === */ |
192 | +/* === Sidebar === */ | ||
193 | +#sidebar-menu .item { | ||
194 | + background-color: #009688; | ||
195 | + color: #FFFFFF; } | ||
219 | 196 | ||
220 | -.breadcrumb > li > span.divider { | ||
221 | - color: #26A69A; } | 197 | +#sidebar-menu .item a { |
198 | + color: #FFFFFF; } | ||
222 | 199 | ||
223 | -.breadcrumb > li > a { | ||
224 | - color: #26A69A; } | 200 | +#sidebar-menu > .subjects_menu_active { |
201 | + background-color: #00695C; } | ||
225 | 202 | ||
226 | -.breadcrumb > li { | ||
227 | - color: #BDBDBD; } | 203 | +#sidebar-menu > .item:hover { |
204 | + background-color: #00695C; } | ||
228 | 205 | ||
229 | -/*Because we use an outer a tag */ | ||
230 | -.panel-title { | ||
231 | - color: rgba(255, 255, 255, 0.84); } | 206 | +/* --- Minor Screens --- */ |
207 | +.bottom-menu { | ||
208 | + background: #009688; } | ||
232 | 209 | ||
233 | -.category-header > h4.panel-title span { | 210 | +.mobile-menu .item { |
211 | + color: #FFFFFF; | ||
212 | + background: #009688; } | ||
213 | + | ||
214 | +.mobile-menu .item a { | ||
234 | color: #FFFFFF; } | 215 | color: #FFFFFF; } |
235 | 216 | ||
236 | -.accordion { | ||
237 | - background: white; } | 217 | +.mobile-menu > .subjects_menu_active { |
218 | + background-color: #00695C; } | ||
238 | 219 | ||
239 | -.accordion_list { | ||
240 | - background: #F5F5F5; } | 220 | +.mobile-menu > .item:hover { |
221 | + background-color: #00695C; } | ||
241 | 222 | ||
242 | -.outside-title { | ||
243 | - color: #43a251; } | 223 | +/* --- End Minor Screens --- */ |
224 | +/* === End Sidebar === */ | ||
225 | +/* === Breadcrumbs === */ | ||
226 | +.breadcrumb > li > span.divider { | ||
227 | + color: #009688; } | ||
244 | 228 | ||
245 | -.titleTopic a h4, .titleTopic h4 { | ||
246 | - color: white; } | 229 | +.breadcrumb > li > a { |
230 | + color: #009688; } | ||
231 | + | ||
232 | +.breadcrumb > li { | ||
233 | + color: #BDBDBD; } | ||
234 | + | ||
235 | +/* === End Breadcrumbs === */ | ||
236 | +/* === Panel === */ | ||
237 | +.category-header i { | ||
238 | + color: #FFFFFF; } | ||
247 | 239 | ||
248 | -.Topic-detail a h4 { | ||
249 | - color: black; } | 240 | +.category-header .dropdown-menu i { |
241 | + color: inherit !important; } | ||
250 | 242 | ||
251 | -.cards-detail .panel .panel-heading h4 { | ||
252 | - color: black; } | 243 | +.panel-title a:hover { |
244 | + color: #FFFFFF; } | ||
253 | 245 | ||
254 | -.data_register_course p { | ||
255 | - color: grey; } | 246 | +.panel-invisible { |
247 | + background-color: #BDBDBD !important; | ||
248 | + color: #F5F5F5 !important; } | ||
256 | 249 | ||
257 | -.category-course-link { | ||
258 | - color: #FFFFFF !important; } | 250 | +.panel-invisible .category-header .category-card-items i { |
251 | + color: #E0E0E0; } | ||
259 | 252 | ||
260 | -.profile_function { | ||
261 | - border-bottom: 1px solid #D2D2D2; } | 253 | +.panel-invisible .category-header .category-card-items i:hover { |
254 | + color: #FFFFFF; } | ||
262 | 255 | ||
263 | -.mobile-menu .item { | ||
264 | - color: #FFFFFF; | ||
265 | - background: #009688; } | 256 | +/* === End Panel === */ |
257 | +/* === Category Panel === */ | ||
258 | +.category-panel > .panel-heading { | ||
259 | + background-color: #015E96 !important; } | ||
266 | 260 | ||
267 | -.mobile-menu .item a { | ||
268 | - color: white; } | 261 | +.category-panel .category-header .category-card-items i { |
262 | + color: #014e7d; } | ||
269 | 263 | ||
270 | -.mobile-menu > .subjects_menu_active { | ||
271 | - background-color: #00695C; } | 264 | +.category-panel .category-header .category-card-items i:hover { |
265 | + color: #FFFFFF; } | ||
272 | 266 | ||
273 | -.mobile-menu > .item:hover { | ||
274 | - background-color: #00695C; } | 267 | +.category-panel-content { |
268 | + background: #F5F5F5; } | ||
275 | 269 | ||
276 | -.page_selector h4 { | ||
277 | - border-bottom: 1px solid #e5e5e5; } | 270 | +.category-header > h4.panel-title span { |
271 | + color: #FFFFFF; } | ||
278 | 272 | ||
279 | -.subscribe-subject { | ||
280 | - background-color: #33cc33 !important; | ||
281 | - color: white; } | 273 | +/* === End Category Panel === */ |
274 | +/* === Subject Panel === */ | ||
275 | +.subject-panel > .panel-heading { | ||
276 | + background-color: #0277BD !important; } | ||
282 | 277 | ||
283 | -.filedrag { | ||
284 | - color: #555; | ||
285 | - border: 2px dashed #555; } | 278 | +.subject-panel .category-header .category-card-items i { |
279 | + color: #0267a4; } | ||
286 | 280 | ||
287 | -.footer { | ||
288 | - color: #FFFFFF; | ||
289 | - background: #26A69A; } | 281 | +.subject-panel .category-header .category-card-items i:hover, |
282 | +.subject-panel-invisible .category-header .category-card-items i:hover { | ||
283 | + color: #FFFFFF; } | ||
290 | 284 | ||
291 | -.no-subjects { | ||
292 | - color: #999999; } | 285 | +/* --- Invisible --- */ |
286 | +.subject-panel-invisible .category-header .category-card-items i { | ||
287 | + color: #E0E0E0; } | ||
293 | 288 | ||
294 | -.holder a.jp-disabled, a.jp-disabled:hover { | ||
295 | - background: none !important; | ||
296 | - color: #bbb !important; } | 289 | +/* --- End Invisible --- */ |
290 | +/* === End Subject Panel === */ | ||
291 | +/* === Topic Panel === */ | ||
292 | +.topic-panel > .panel-heading { | ||
293 | + background-color: #1d8fe0 !important; } | ||
297 | 294 | ||
298 | -.holder a.jp-current, a.jp-current:hover { | ||
299 | - background: none; } | 295 | +.topic-panel .category-header .category-card-items i, |
296 | +.topic-panel-invisible .category-header .category-card-items i { | ||
297 | + color: #1772b3; } | ||
300 | 298 | ||
301 | -.holder a, .holder span { | ||
302 | - border: 1px solid #ddd; | ||
303 | - color: #337ab7; } | 299 | +.topic-panel .category-header .category-card-items i:hover, |
300 | +.topic-panel-invisible .category-header .category-card-items i:hover { | ||
301 | + color: #FFFFFF; } | ||
304 | 302 | ||
305 | -.holder a:hover { | ||
306 | - color: #23527c; | ||
307 | - background-color: #eee; | ||
308 | - border-color: #ddd; } | 303 | +.topic-panel > .category-panel-content, .topic-panel-invisible > .category-panel-content { |
304 | + background: #FFFFFF; } | ||
309 | 305 | ||
310 | -.holder a.jp-current, a.jp-current:hover { | ||
311 | - background: #039BE5; | ||
312 | - color: #FFFFFF; | ||
313 | - border-color: #039BE5; } | 306 | +/* --- Invisible --- */ |
307 | +.topic-panel-invisible > .panel-heading { | ||
308 | + background-color: #BDBDBD !important; | ||
309 | + color: #F5F5F5; } | ||
314 | 310 | ||
315 | -/* Pendencies Form */ | ||
316 | -.notifies, .goalitems { | ||
317 | - border: 1px solid #EEEEEE; } | 311 | +.topic-panel-invisible .category-header .category-card-items i { |
312 | + color: #E0E0E0; } | ||
318 | 313 | ||
319 | -.bootstrap-datetimepicker-widget { | ||
320 | - background-color: #fff; } | 314 | +/* --- End Invisible --- */ |
315 | +/* === End Topic Panel === */ | ||
316 | +/* === Group Panel === */ | ||
317 | +.group-panel > .panel-heading { | ||
318 | + background-color: #FFFFFF !important; } | ||
321 | 319 | ||
322 | -.notifies a.delete-row, .goalitems a.delete-row { | ||
323 | - -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); | ||
324 | - 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); | ||
325 | - background-color: #EEE; | ||
326 | - color: rgba(0, 0, 0, 0.87); } | 320 | +.group-panel .panel-title, .group-panel .category-header i, .group-panel .category-course-link { |
321 | + color: #000000 !important; } | ||
327 | 322 | ||
328 | -a.add-row { | ||
329 | - -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); | ||
330 | - 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); | ||
331 | - background-color: #59b75c; | ||
332 | - color: rgba(255, 255, 255, 0.84); } | 323 | +.group-panel-body { |
324 | + background: #FFFFFF !important; | ||
325 | + border-top: 1px solid #CCCCCC; } | ||
333 | 326 | ||
334 | -/* Resource list on topic templates */ | 327 | +/* === End Group Panel === */ |
328 | +/* === Resources List === */ | ||
335 | .resource_list > .list-group-item { | 329 | .resource_list > .list-group-item { |
336 | background-color: #fff; | 330 | background-color: #fff; |
337 | border: 1px solid #ddd; } | 331 | border: 1px solid #ddd; } |
@@ -363,15 +357,92 @@ a.add-row { | @@ -363,15 +357,92 @@ a.add-row { | ||
363 | .resource_list a { | 357 | .resource_list a { |
364 | color: inherit; } | 358 | color: inherit; } |
365 | 359 | ||
366 | -.resource_list .btn-group button:active, .resource_list .btn-group button:focus, .resource_list .btn-group button:hover { | 360 | +.resource_list .btn-group button:active, |
361 | +.resource_list .btn-group button:focus, .resource_list .btn-group button:hover { | ||
367 | background-color: initial !important; } | 362 | background-color: initial !important; } |
368 | 363 | ||
369 | -#search-results-title { | ||
370 | - color: #BDBDBD; } | 364 | +/* === End Resources List === */ |
365 | +/* === Participants === */ | ||
366 | +#participants, .participants-list { | ||
367 | + background-color: #FFFFFF; } | ||
371 | 368 | ||
372 | -.no-subscribe-btn { | ||
373 | - background-color: #BDBDBD !important; | ||
374 | - color: #F5F5F5 !important; } | 369 | +#participants { |
370 | + box-shadow: -1px 1px 8px #0277BD; } | ||
371 | + | ||
372 | +#participants i { | ||
373 | + color: #0277BD; } | ||
374 | + | ||
375 | +.participants-list { | ||
376 | + box-shadow: -1px 2px 1px #0277BD; } | ||
377 | + | ||
378 | +.subject-participants .sub-user:hover { | ||
379 | + background-color: #EEEEEE; } | ||
380 | + | ||
381 | +/* === End Participants === */ | ||
382 | +/* === Accordions === */ | ||
383 | +#coordinators_accordion .panel-heading, #professors_accordion .panel-heading { | ||
384 | + background: #FFFFFF; } | ||
385 | + | ||
386 | +/* === End Accordions === */ | ||
387 | +/* === Tabs === */ | ||
388 | +.core-subjects-options li { | ||
389 | + background-color: #FFFFFF; | ||
390 | + border-bottom-color: #D2D2D2; | ||
391 | + color: #A0A0A0; } | ||
392 | + | ||
393 | +.core-subjects-options li.active { | ||
394 | + color: inherit; | ||
395 | + border-bottom-color: #00695C; } | ||
396 | + | ||
397 | +/* === End Tabs === */ | ||
398 | +/* === Notifies === */ | ||
399 | +.notifies, .goalitems { | ||
400 | + border: 1px solid #EEEEEE; } | ||
401 | + | ||
402 | +.notifies a.delete-row, .goalitems a.delete-row { | ||
403 | + -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); | ||
404 | + 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); | ||
405 | + background-color: #EEE; | ||
406 | + color: rgba(0, 0, 0, 0.87); } | ||
407 | + | ||
408 | +a.add-row { | ||
409 | + -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); | ||
410 | + 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); | ||
411 | + background-color: #2eb82e; | ||
412 | + color: rgba(255, 255, 255, 0.84); } | ||
413 | + | ||
414 | +/* === End Notifies === */ | ||
415 | +/* === Goals === */ | ||
416 | +.goalitems .slider, .goal_item .slider { | ||
417 | + background-color: initial; } | ||
418 | + | ||
419 | +.goal_divider { | ||
420 | + border-top-color: #888; } | ||
421 | + | ||
422 | +/* === End Goals === */ | ||
423 | +/* === Bulletin === */ | ||
424 | +.bulletin-warning h4 { | ||
425 | + color: #555555; } | ||
426 | + | ||
427 | +.bulletin-warning p { | ||
428 | + color: #888888; } | ||
429 | + | ||
430 | +.bulletin-warning a { | ||
431 | + color: #4caf50; } | ||
432 | + | ||
433 | +/* === End Bulletin === */ | ||
434 | +/* === Backup === */ | ||
435 | +.backup_container .more_items { | ||
436 | + background: #009688; | ||
437 | + color: #FFFFFF; } | ||
438 | + | ||
439 | +.backup_container .backup_item label, .backup_container .resources_list label { | ||
440 | + color: #333333; } | ||
441 | + | ||
442 | +/* === End Backup === */ | ||
443 | +/* === Pendencies === */ | ||
444 | +.pendencies-content { | ||
445 | + background: #F5F5F5; } | ||
375 | 446 | ||
376 | .pendency { | 447 | .pendency { |
377 | border-color: #CCCCCC; } | 448 | border-color: #CCCCCC; } |
@@ -395,10 +466,8 @@ a.add-row { | @@ -395,10 +466,8 @@ a.add-row { | ||
395 | .no_button:hover, .no_button:focus, .no_button:active { | 466 | .no_button:hover, .no_button:focus, .no_button:active { |
396 | background-color: initial !important; } | 467 | background-color: initial !important; } |
397 | 468 | ||
398 | -.popover { | ||
399 | - background: #FFF; | ||
400 | - color: #333; } | ||
401 | - | 469 | +/* === End Pendencies === */ |
470 | +/* === Mural === */ | ||
402 | .mural .post_make { | 471 | .mural .post_make { |
403 | background: #FFFFFF; } | 472 | background: #FFFFFF; } |
404 | 473 | ||
@@ -465,15 +534,8 @@ a.add-row { | @@ -465,15 +534,8 @@ a.add-row { | ||
465 | .mural-ungeneral { | 534 | .mural-ungeneral { |
466 | background: #EEE; } | 535 | background: #EEE; } |
467 | 536 | ||
468 | -.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 { | ||
469 | - background-color: initial; } | ||
470 | - | ||
471 | -.goalitems .slider, .goal_item .slider { | ||
472 | - background-color: initial; } | ||
473 | - | ||
474 | -.goal_divider { | ||
475 | - border-top-color: #888; } | ||
476 | - | 537 | +/* === End Mural === */ |
538 | +/* === Chat === */ | ||
477 | .participant .user-info h4 { | 539 | .participant .user-info h4 { |
478 | color: #26A69A; } | 540 | color: #26A69A; } |
479 | 541 | ||
@@ -520,46 +582,7 @@ a.add-row { | @@ -520,46 +582,7 @@ a.add-row { | ||
520 | .chat-panel .chat-collapse { | 582 | .chat-panel .chat-collapse { |
521 | background: #EEE; } | 583 | background: #EEE; } |
522 | 584 | ||
523 | -#participants, .participants-list { | ||
524 | - background-color: #FFFFFF; } | ||
525 | - | ||
526 | -#participants { | ||
527 | - box-shadow: -1px 1px 8px #0277BD; } | ||
528 | - | ||
529 | -#participants i { | ||
530 | - color: #0277BD; } | ||
531 | - | ||
532 | -.participants-list { | ||
533 | - box-shadow: -1px 2px 1px #0277BD; } | ||
534 | - | ||
535 | -.subject-participants .sub-user:hover { | ||
536 | - background-color: #F3F3F3; } | ||
537 | - | ||
538 | -#analytics-panel { | ||
539 | - background-color: #0277BD !important; } | ||
540 | - | ||
541 | -.backup_container .more_items { | ||
542 | - background: #009688; | ||
543 | - color: #FFFFFF; } | ||
544 | - | ||
545 | -.backup_container .backup_item label, .backup_container .resources_list label { | ||
546 | - color: #333333; } | ||
547 | - | ||
548 | -.semi-check { | ||
549 | - border-color: #009688 !important; } | ||
550 | - | ||
551 | -.bulletin-warning h4 { | ||
552 | - color: #555555; } | ||
553 | - | ||
554 | -.bulletin-warning p { | ||
555 | - color: #888888; } | ||
556 | - | ||
557 | -.bulletin-warning a { | ||
558 | - color: #4caf50; } | ||
559 | - | ||
560 | -.login_subcommands a, .login_subcommands a:hover { | ||
561 | - color: #43a251; } | ||
562 | - | 585 | +/* === End Chat === */ |
563 | @media(max-width: 768px) { | 586 | @media(max-width: 768px) { |
564 | .navbar .navbar-nav .dropdown .dropdown-menu li > a { | 587 | .navbar .navbar-nav .dropdown .dropdown-menu li > a { |
565 | color: #333333 !important; } | 588 | color: #333333 !important; } |
amadeus/static/css/themes/green.css.map
1 | { | 1 | { |
2 | "version": 3, | 2 | "version": 3, |
3 | -"mappings": "AAOA,gJAAgJ;EAC5I,gBAAgB,EAAE,KAAK;;AAG3B,mBAAmB;EACf,KAAK,EAXO,OAAO;;AAcvB,gGAA4F;EACxF,gBAAgB,EAfJ,OAAO;;AAkBvB,kGAA8F;EAC1F,YAAY,EAnBA,OAAO;;AAsBvB,iMAAiM;EAC7L,KAAK,EAAE,IAAI;EACX,gBAAgB,EAxBJ,OAAO;EAyBnB,YAAY,EAzBA,OAAO;;AA4BvB,+BAA+B;EAC3B,gBAAgB,EA7BJ,OAAO;EA8BnB,KAAK,EAAE,yBAAqB;;AAGhC,aAAa;EACT,gBAAgB,EAAE,kBAAkB;;AAGxC,YAAY;EACR,UAAU,EAtCE,OAAO;;AAyCvB,iBAAiB;EACb,UAAU,EAzCI,OAAO;;;AA+CzB,+CAA+C;EAC3C,UAAU,EAAE,OAAO;EACnB,KAAK,EAlDO,OAAO;;AAqDvB,qDAAqD;EACjD,KAAK,EAtDO,OAAO;;;AA2DvB,mBAAmB;EACf,gBAAgB,EA5DJ,OAAO;EA6DnB,KAAK,EAAE,KAAK;;AAGhB,qBAAqB;EACjB,KAAK,EAAE,KAAK;;AAGhB,qCAAqC;EACjC,gBAAgB,EApEF,OAAO;;AAuEzB,2BAA2B;EACvB,gBAAgB,EAxEF,OAAO;;;;AA+EzB,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,EAAE,OAAO;;AAIlB,gBAAgB;EACZ,gBAAgB,EAAE,kBAAkB;EACpC,KAAK,EAtGO,OAAO;;AAyGvB,gCAAgC;EAC5B,gBAAgB,EAAE,kBAAkB;;AAGxC,uDAAuD;EACnD,KAAK,EAAE,OAAO;;AAGlB,6DAA6D;EACzD,KAAK,EAjHD,OAAO;;AAoHf,+BAA+B;EAC3B,gBAAgB,EAAE,kBAAkB;;AAGxC,sDAAsD;EAClD,KAAK,EAAE,OAAO;;AAGlB,4DAA4D;EACxD,KAAK,EA7HD,OAAO;;AAgIf,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,EAhLD,OAAO;;AAmLf,wFAAwF;EACpF,UAAU,EApLN,OAAO;;AAuLf,uCAAuC;EACnC,gBAAgB,EAAE,kBAAkB;EACpC,KAAK,EA1LO,OAAO;;AA6LvB,mBAAmB;EACf,UAAU,EAAE,OAAO;;AAGvB,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,EA9MD,OAAO;;AAiNf,uBAAuB;EACnB,UAAU,EAnNE,OAAO;;AAsNvB,yBAA0B;EACtB,gBAAgB,EAtNZ,OAAO;EAuNX,mBAAmB,EAAE,OAAO;EAC5B,KAAK,EAAE,OAAO;;AAGlB,gCAAiC;EAC7B,KAAK,EAAE,OAAO;EACd,mBAAmB,EA/NL,OAAO;;AAkOzB,mBAAmB;EACf,gBAAgB,EAAE,OAAO;EACzB,KAAK,EAAE,KAAK;;AAGhB,4EAA4E;EACxE,UAAU,EAtON,OAAO;;;AA8Of,mBAAmB;EACf,UAAU,EAAE,kBAA2B;;AAG3C,qBAAqB;EACjB,KAAK,EAAE,KAAK;;AAGhB,mBAAmB;EACf,UAAU,EAzPI,OAAO;;AA4PzB,wBAAwB;EACpB,UAAU,EAAE,kBAA2B;;AAG3C,mCAAmC;EAC/B,UAAU,EAjQI,OAAO;;AAoQzB,WAAW;EACP,KAAK,EApQO,OAAO;;AAwQvB,cAAc;EACV,UAAU,EAzQE,OAAO;;AA4QvB,qBAAqB;EACjB,UAAU,EA7QE,OAAO;EA8QnB,KAAK,EAAE,OAAO;;AAGlB,2BAA2B;EACvB,UAAU,EAAE,kBAAkB;;AAGlC,2CAA2C;EACvC,UAAU,EAtRE,OAAO;;AAyRvB,iDAAiD;EAC7C,UAAU,EAAE,OAAO;;AAGvB,8DAA8D;EAC1D,KAAK,EAAE,OAAO;;AAGlB,oEAAoE;EAChE,KAAK,EApSO,OAAO;;AAuSvB,qDAAqD;EACjD,KAAK,EAxSO,OAAO;;AA2SvB,YAAY;EACR,UAAU,EA1SE,OAAO;;AA8SvB,gBAAgB;EACZ,gBAAgB,EAAE,KAAK;;AAG3B,+BAA+B;EAC3B,KAAK,EAAE,OAAO;;AAGlB,oBAAoB;EAChB,KAAK,EAAE,OAAO;;AAGlB,gBAAgB;EACZ,KAAK,EAAE,OAAO;;;AAGlB,YAAY;EACR,KAAK,EAAE,yBAAqB;;AAGhC,sCAAsC;EAClC,KAAK,EAlUD,OAAO;;AAqUf,UAAU;EACN,UAAU,EAAE,KAAK;;AAGrB,eAAe;EACX,UAAU,EA3UE,OAAO;;AA8UvB,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,EA1WD,OAAO;EA2WX,UAAU,EA9WE,OAAO;;AAiXvB,oBAAoB;EAChB,KAAK,EAAE,KAAK;;AAGhB,oCAAoC;EAChC,gBAAgB,EArXF,OAAO;;AAwXzB,0BAA0B;EACtB,gBAAgB,EAzXF,OAAO;;AA6XzB,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,EA1YD,OAAO;EA2YX,UAAU,EAAE,OAAO;;AAGvB,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,EAxaD,OAAO;EAyaX,YAAY,EAAE,OAAO;;;AAMzB,qBAAqB;EACjB,MAAM,EAAE,iBAAiB;;AAG7B,gCAAgC;EAC5B,gBAAgB,EAAE,IAAI;;AAG1B,+CAA+C;EAC3C,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,EA1dE,OAAO;;AA6dvB,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,EArgBZ,OAAO;;AAwgBf,eAAe;EACX,KAAK,EAAE,OAAO;;AAElB,UAAU;EACN,gBAAgB,EAAE,OAAO;;AAE7B,aAAa;EACT,gBAAgB,EAAE,OAAO;;AAE7B,wCAAwC;EACpC,KAAK,EAAE,kBAAiB;EACxB,WAAW,EAAE,mBAAmB;;AAEpC,qDAAqD;EACjD,gBAAgB,EAAE,kBAAkB;;AAGxC,QAAQ;EACJ,UAAU,EAAE,IAAI;EAChB,KAAK,EAAE,IAAI;;AAGf,iBAAiB;EACb,UAAU,EA/hBN,OAAO;;AAkiBf,iCAAiC;EAC7B,YAAY,EAAE,OAAO;;AAGzB,gCAAgC;EAC5B,KAAK,EAAE,OAAO;;AAGlB,sFAAsF;EAClF,KAAK,EAAE,OAAO;;AAGlB,sEAAsE;EAClE,KAAK,EAAE,OAAO;;AAGlB,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,EAjkBN,OAAO;;AAokBf,gBAAgB;EACZ,UAAU,EAtkBE,OAAO;EAukBnB,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,0BAA0B;EACtB,UAAU,EA3lBE,OAAO;;AA8lBvB,gCAAgC;EAC5B,KAAK,EAAE,OAAO;;AAId,sCAAK;EACD,KAAK,EAAE,OAAO;;AAIlB,8BAAC;EACG,KAAK,EAAE,OAAO;;AAGtB,YAAY;EACR,UAAU,EA5mBN,OAAO;;AA8mBf,sBAAsB;EAClB,UAAU,EAAE,kBAAkB;;AAElC,gBAAgB;EACZ,UAAU,EAAE,IAAI;;AAGpB,gNAAgN;EAC5M,gBAAgB,EAAE,OAAO;;AAE7B,sCAAsC;EAClC,gBAAgB,EAAE,OAAO;;AAE7B,aAAa;EACT,gBAAgB,EAAE,IAAI;;AAE1B,0BAA0B;EACtB,KAAK,EAAE,OAAO;;AAElB,sDAAsD;EAClD,KAAK,EAAE,OAAO;;AAElB,8FAA8F;EAC1F,YAAY,EAAE,IAAI;EAClB,gBAAgB,EAvoBJ,OAAO;;AA0oBvB,mHAAmH;EAC/G,gBAAgB,EAAE,OAAO;;AAE7B,6GAA6G;EACzG,gBAAgB,EAAE,OAAO;;AAE7B,mBAAmB;EACf,gBAAgB,EAAE,OAAO;EACzB,gBAAgB,EAAE,OAAO;;AAE7B,eAAe;EACX,gBAAgB,EAAE,kBAAkB;;AAExC,yBAAyB;EACrB,gBAAgB,EAAE,OAAO;;AAE7B,4CAA4C;EACxC,gBAAgB,EA1pBZ,OAAO;EA2pBX,YAAY,EAAE,OAAO;;AAEzB,cAAc;EACV,KAAK,EAAE,IAAI;;AAEf,aAAa;EACT,gBAAgB,EAAE,OAAO;;AAE7B,yCAAyC;EACrC,KAAK,EAAE,IAAI;;AAEf,aAAa;EACT,KAAK,EAvqBD,OAAO;EAwqBX,gBAAgB,EAAE,OAAO;;AAE7B,0BAA0B;EACtB,UAAU,EAAE,IAAI;;AAEpB,iCAAiC;EAC7B,gBAAgB,EA9qBZ,OAAO;;AAgrBf,aAAa;EACT,UAAU,EAAE,oBAAoB;;AAEpC,eAAe;EACX,KAAK,EAAE,OAAO;;AAElB,kBAAkB;EACd,UAAU,EAAE,oBAAoB;;AAEpC,qCAAqC;EACjC,gBAAgB,EAAE,OAAO;;AAE7B,gBAAgB;EACZ,gBAAgB,EAAE,kBAAkB;;AAExC,6BAA6B;EACzB,UAAU,EAnsBE,OAAO;EAosBnB,KAAK,EAjsBD,OAAO;;AAmsBf,6EAA6E;EACzE,KAAK,EAAE,OAAO;;AAElB,WAAW;EACP,YAAY,EAAE,kBAAyB;;AAE3C,oBAAoB;EAChB,KAAK,EAAE,OAAO;;AAElB,mBAAmB;EACf,KAAK,EAAE,OAAO;;AAElB,mBAAmB;EACf,KAAK,EAAE,OAAO;;AAElB,gDAAgD;EAC5C,KAAK,EAAE,OAAO;;;EAGd,mDAAmD;IAC/C,KAAK,EAAE,kBAAkB;;EAE7B,yDAAyD;IACrD,KAAK,EAAE,kBAAyB", | 3 | +"mappings": "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", |
4 | "sources": ["green.sass"], | 4 | "sources": ["green.sass"], |
5 | "names": [], | 5 | "names": [], |
6 | "file": "green.css" | 6 | "file": "green.css" |
amadeus/static/css/themes/green.sass
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 | 1 | +/* === Variables === */ |
7 | 2 | ||
8 | -body .container .jumbotron-inverse, body .container .well-inverse, body .container-fluid .jumbotron-inverse, body .container-fluid .well-inverse | ||
9 | - background-color: white | 3 | +$primary-color: #009688 |
4 | +$secondary-color: #00695C | ||
10 | 5 | ||
6 | +$primary-title: #26A69A | ||
7 | +$secondary-title: #43a251 | ||
11 | 8 | ||
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 | 9 | +$primary-badge: #FF0000 |
22 | 10 | ||
11 | +$primary-menu-bg: #EEEEEE | ||
12 | +$primary-menu-color: #333333 | ||
23 | 13 | ||
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 | 14 | +$primary-white: #F5F5F5 |
15 | +$secondary-white: #FFFFFF | ||
16 | +$disabled-white: #E0E0E0 | ||
28 | 17 | ||
18 | +$primary-disabled: #BDBDBD | ||
19 | +$secodnary-disabled: #E6E7E8 | ||
29 | 20 | ||
30 | -.navbar, .navbar.navbar-default | ||
31 | - background-color: $primary-color | ||
32 | - color: rgba(255,255,255,.84) | 21 | +$primary-category: #015E96 |
22 | +$secondary-category: #014e7d | ||
33 | 23 | ||
24 | +$primary-subject: #0277BD | ||
25 | +$secondary-subject: #0267a4 | ||
34 | 26 | ||
35 | -.notify_badge | ||
36 | - background-color: #FF0000 !important | 27 | +$primary-topic: #1d8fe0 |
28 | +$secondary-topic: #1772b3 | ||
37 | 29 | ||
30 | +$btn-success: #2eb82e | ||
38 | 31 | ||
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 | - | 32 | +/* === End Variables === */ |
54 | 33 | ||
55 | -.language-selector .dropdown-menu > .active > a:hover | 34 | +a, a:focus, a:hover |
56 | color: $primary-color | 35 | color: $primary-color |
57 | 36 | ||
37 | +body .container .jumbotron-inverse, | ||
38 | +body .container .well-inverse, | ||
39 | +body .container-fluid .jumbotron-inverse, | ||
40 | +body .container-fluid .well-inverse | ||
41 | + background-color: $secondary-white | ||
58 | 42 | ||
59 | -/* Sidebar menu in every page */ | ||
60 | - | ||
61 | -#sidebar-menu .item | 43 | +.radio input[type=radio]:checked~.check, label.radio-inline input[type=radio]:checked~.check |
62 | background-color: $primary-color | 44 | 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 | 45 | ||
46 | +.radio input[type=radio]:checked~.circle, label.radio-inline input[type=radio]:checked~.circle | ||
47 | + border-color: $primary-color | ||
97 | 48 | ||
49 | +.my-subjects-title | ||
50 | + color: $primary-title | ||
98 | 51 | ||
99 | -.my-subjects-title | ||
100 | - color: #26A69A | ||
101 | - | ||
102 | - | 52 | +.notify_badge |
53 | + background-color: $primary-badge !important | ||
103 | 54 | ||
104 | -.panel-invisible | ||
105 | - background-color: #BDBDBD !important | ||
106 | - color: $default-white | 55 | +.access-subject |
56 | + background-color: $btn-success !important | ||
57 | + color: $secondary-white | ||
107 | 58 | ||
59 | +.outside-title | ||
60 | + color: $secondary-title | ||
108 | 61 | ||
109 | -.category-panel > .panel-heading | ||
110 | - background-color: #015E96 !important | 62 | +.category-course-link |
63 | + color: $secondary-white !important | ||
111 | 64 | ||
65 | +.footer | ||
66 | + color: $secondary-white | ||
67 | + background: $primary-title | ||
112 | 68 | ||
113 | -.category-panel .category-header .category-card-items i | ||
114 | - color: #014e7d | 69 | +.bootstrap-datetimepicker-widget |
70 | + background-color: $secondary-white !important | ||
115 | 71 | ||
72 | +.popover | ||
73 | + background: $secondary-white | ||
74 | + color: #333 | ||
116 | 75 | ||
117 | -.category-panel .category-header .category-card-items i:hover | ||
118 | - color: $white | 76 | +.btn:not(.btn-raised):not(.btn-link):focus, |
77 | +.btn:not(.btn-raised):not(.btn-link):hover, | ||
78 | +.input-group-btn .btn:not(.btn-raised):not(.btn-link):focus, | ||
79 | +.input-group-btn .btn:not(.btn-raised):not(.btn-link):hover | ||
80 | + background-color: initial | ||
119 | 81 | ||
82 | +#analytics-panel | ||
83 | + background-color: $primary-subject !important | ||
120 | 84 | ||
121 | -.subject-panel > .panel-heading | ||
122 | - background-color: #0277BD !important | 85 | +#search-results-title |
86 | + color: #BDBDBD | ||
123 | 87 | ||
88 | +.profile_function | ||
89 | + border-bottom: 1px solid #D2D2D2 | ||
124 | 90 | ||
125 | -.subject-panel .category-header .category-card-items i | ||
126 | - color: #0267a4 | 91 | +.page_selector h4 |
92 | + border-bottom: 1px solid #e5e5e5 | ||
127 | 93 | ||
94 | +.subscribe-subject | ||
95 | + background-color: #33cc33 !important | ||
96 | + color: white | ||
128 | 97 | ||
129 | -.subject-panel .category-header .category-card-items i:hover | ||
130 | - color: $white | 98 | +.filedrag |
99 | + color: #555 | ||
100 | + border: 2px dashed #555 | ||
131 | 101 | ||
102 | +.no-subjects | ||
103 | + color: #999999 | ||
132 | 104 | ||
133 | .resource-link | 105 | .resource-link |
134 | color: #000000 !important | 106 | color: #000000 !important |
135 | 107 | ||
108 | +.no-subscribe-btn | ||
109 | + background-color: $primary-disabled !important | ||
110 | + color: $primary-white !important | ||
136 | 111 | ||
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 | - | 112 | +.semi-check |
113 | + border-color: $primary-color !important | ||
146 | 114 | ||
147 | -/* subject_card.html */ | 115 | +.login_subcommands a, .login_subcommands a:hover |
116 | + color: $secondary-title | ||
148 | 117 | ||
149 | 118 | ||
150 | -.access-subject | ||
151 | - background-color: #2eb82e !important | ||
152 | - color: white | 119 | +/* === Modal === */ |
153 | 120 | ||
154 | -/* Groups App */ | 121 | +.modal-header |
122 | + border-bottom: 1px solid $secodnary-disabled !important | ||
155 | 123 | ||
124 | +.modal-footer | ||
125 | + border-top: 1px solid $secodnary-disabled !important | ||
156 | 126 | ||
157 | -.group-panel > .panel-heading | ||
158 | - background-color: $white !important | 127 | +/* === End Modal === */ |
159 | 128 | ||
160 | 129 | ||
161 | -.group-panel .panel-title, .group-panel .category-header i, .group-panel .category-course-link | ||
162 | - color: #000000 !important | 130 | +/* === Pagination Controls === */ |
163 | 131 | ||
132 | +.pagination > .active > a, | ||
133 | +.pagination > .active > span, | ||
134 | +.pagination > .active > a:hover, | ||
135 | +.pagination > .active > span:hover, | ||
136 | +.pagination > .active > a:focus, | ||
137 | +.pagination > .active > span:focus | ||
138 | + background-color: $primary-color | ||
139 | + border-color: $primary-color | ||
140 | + color: $secondary-white | ||
164 | 141 | ||
165 | -.group-panel-body | ||
166 | - background: $white !important | ||
167 | - border-top: 1px solid #CCCCCC | 142 | +.holder a.jp-disabled, a.jp-disabled:hover |
143 | + background: none !important | ||
144 | + color: #bbb !important | ||
168 | 145 | ||
146 | +.holder a.jp-current, a.jp-current:hover | ||
147 | + background: none | ||
169 | 148 | ||
170 | -/* === Resources Common (ex: PDF, WebPage) App === */ | 149 | +.holder a, .holder span |
150 | + border: 1px solid #ddd | ||
151 | + color: #337ab7 | ||
171 | 152 | ||
172 | -.topic-panel > .panel-heading | ||
173 | - background-color: #1d8fe0 !important | 153 | +.holder a:hover |
154 | + color: #23527c | ||
155 | + background-color: #eee | ||
156 | + border-color: #ddd | ||
174 | 157 | ||
158 | +.holder a.jp-current, a.jp-current:hover | ||
159 | + background-color: $primary-color | ||
160 | + border-color: $primary-color | ||
161 | + color: $secondary-white | ||
175 | 162 | ||
176 | -.topic-panel .category-header .category-card-items i, .topic-panel-invisible .category-header .category-card-items i | ||
177 | - color: #1772b3 | 163 | +/* === End Pagination Controls === */ |
178 | 164 | ||
179 | 165 | ||
180 | -.topic-panel .category-header .category-card-items i:hover, .topic-panel-invisible .category-header .category-card-items i:hover | ||
181 | - color: $white | 166 | +/* === Language Selector */ |
182 | 167 | ||
168 | +.language-selector .dropdown-menu > .active > a | ||
169 | + background: $primary-menu-bg | ||
170 | + color: $primary-color | ||
183 | 171 | ||
184 | -.topic-panel > .category-panel-content, .topic-panel-invisible > .category-panel-content | ||
185 | - background: $white | 172 | +.language-selector .dropdown-menu > .active > a:hover |
173 | + color: $primary-color | ||
186 | 174 | ||
175 | +/* === End Language Selector */ | ||
187 | 176 | ||
188 | -.topic-panel-invisible > .panel-heading | ||
189 | - background-color: #BDBDBD !important | ||
190 | - color: $default-white | ||
191 | 177 | ||
178 | +/* === Topbar === */ | ||
192 | 179 | ||
193 | -.pendencies-content | ||
194 | - background: #F5F5F5 | 180 | +#btn-search:hover |
181 | + background: $secondary-color | ||
195 | 182 | ||
183 | +.navbar, .navbar.navbar-default | ||
184 | + background-color: $primary-color | ||
185 | + color: rgba(255,255,255,.84) | ||
196 | 186 | ||
197 | -.category-header i | ||
198 | - color: white | 187 | +.top-search |
188 | + color: $primary-white | ||
199 | 189 | ||
190 | +.navbar-brand:hover | ||
191 | + background: $secondary-color !important | ||
200 | 192 | ||
201 | -.category-header i:hover | ||
202 | - color: #90CAF9 | 193 | +.navbar .project_name |
194 | + color: $secondary-white | ||
203 | 195 | ||
196 | +.navbar-nav li.open | ||
197 | + background: $secondary-color | ||
204 | 198 | ||
205 | -.category-header .dropdown-menu i | ||
206 | - color: inherit !important | 199 | +.navbar-nav li > a:hover |
200 | + background: $secondary-color !important | ||
207 | 201 | ||
202 | +.navbar-nav li.settings_menu_active | ||
203 | + background: $secondary-color | ||
208 | 204 | ||
209 | -#create-category | ||
210 | - background-color: #66BB6A | ||
211 | - color: $white | 205 | +.dropdown-menu |
206 | + background: $primary-white | ||
212 | 207 | ||
208 | +.dropdown-menu li > a | ||
209 | + background: $primary-white | ||
210 | + color: $primary-menu-color | ||
213 | 211 | ||
214 | -.category-panel-content | ||
215 | - background: $default-white | 212 | +.dropdown-menu li > a:hover |
213 | + background: $primary-menu-bg !important | ||
216 | 214 | ||
215 | +#system_accordion > .panel > .panel-heading | ||
216 | + background: $primary-white | ||
217 | 217 | ||
218 | -.core-subjects-options li | ||
219 | - background-color: $white | ||
220 | - border-bottom-color: #D2D2D2 | ||
221 | - color: #A0A0A0 | 218 | +#system_accordion > .panel > .panel-heading:hover |
219 | + background: $primary-menu-bg | ||
222 | 220 | ||
221 | +#system_accordion > .panel > .panel-heading > a > .panel-title | ||
222 | + color: $primary-menu-color | ||
223 | 223 | ||
224 | -.core-subjects-options li.active | ||
225 | - color: inherit | ||
226 | - border-bottom-color: $secondary-color | 224 | +#system_accordion > .panel > .panel-heading > a > .panel-title:hover |
225 | + color: $primary-color | ||
227 | 226 | ||
227 | +#system_accordion > .panel > .panel-heading > a:hover | ||
228 | + color: $primary-color | ||
228 | 229 | ||
229 | -.create-subject-btn | ||
230 | - background-color: #26A69A | ||
231 | - color: white | 230 | +#system_menu |
231 | + background: $primary-white | ||
232 | 232 | ||
233 | +/* === End Topbar === */ | ||
233 | 234 | ||
234 | -#coordinators_accordion .panel-heading, #professors_accordion .panel-heading | ||
235 | - background: $white | ||
236 | 235 | ||
236 | +/* === Sidebar === */ | ||
237 | 237 | ||
238 | -/* === Amadeus APP === */ | 238 | +#sidebar-menu .item |
239 | + background-color: $primary-color | ||
240 | + color: $secondary-white | ||
239 | 241 | ||
242 | +#sidebar-menu .item a | ||
243 | + color: $secondary-white | ||
240 | 244 | ||
245 | +#sidebar-menu > .subjects_menu_active | ||
246 | + background-color: $secondary-color | ||
241 | 247 | ||
248 | +#sidebar-menu > .item:hover | ||
249 | + background-color: $secondary-color | ||
242 | 250 | ||
243 | -.navbar-brand:hover | ||
244 | - background: $secondary-color !important | 251 | +/* --- Minor Screens --- */ |
245 | 252 | ||
253 | +.bottom-menu | ||
254 | + background: $primary-color | ||
246 | 255 | ||
247 | -.navbar .project_name | ||
248 | - color: white | 256 | +.mobile-menu .item |
257 | + color: $secondary-white | ||
258 | + background: $primary-color | ||
249 | 259 | ||
260 | +.mobile-menu .item a | ||
261 | + color: $secondary-white | ||
250 | 262 | ||
251 | -.navbar-nav li.open | ||
252 | - background: $secondary-color | 263 | +.mobile-menu > .subjects_menu_active |
264 | + background-color: $secondary-color | ||
253 | 265 | ||
266 | +.mobile-menu > .item:hover | ||
267 | + background-color: $secondary-color | ||
254 | 268 | ||
255 | -.navbar-nav li > a:hover | ||
256 | - background: $secondary-color !important | 269 | +/* --- End Minor Screens --- */ |
257 | 270 | ||
271 | +/* === End Sidebar === */ | ||
258 | 272 | ||
259 | -.navbar-nav li.settings_menu_active | ||
260 | - background: $secondary-color | ||
261 | 273 | ||
274 | +/* === Breadcrumbs === */ | ||
262 | 275 | ||
263 | -.top-search | ||
264 | - color: $default-white | 276 | +.breadcrumb > li > span.divider |
277 | + color: $primary-color | ||
265 | 278 | ||
279 | +.breadcrumb > li > a | ||
280 | + color: $primary-color | ||
266 | 281 | ||
282 | +.breadcrumb > li | ||
283 | + color: #BDBDBD | ||
267 | 284 | ||
268 | -.dropdown-menu | ||
269 | - background: $default-white | 285 | +/* === End Breadcrumbs === */ |
270 | 286 | ||
271 | 287 | ||
272 | -.dropdown-menu li > a | ||
273 | - background: $default-white | ||
274 | - color: #333333 | 288 | +/* === Panel === */ |
275 | 289 | ||
290 | +.category-header i | ||
291 | + color: $secondary-white | ||
276 | 292 | ||
277 | -.dropdown-menu li > a:hover | ||
278 | - background: #EEEEEE !important | 293 | +.category-header .dropdown-menu i |
294 | + color: inherit !important | ||
279 | 295 | ||
296 | +.panel-title a:hover | ||
297 | + color: $secondary-white | ||
280 | 298 | ||
281 | -#system_accordion > .panel > .panel-heading | ||
282 | - background: $default-white | 299 | +.panel-invisible |
300 | + background-color: $primary-disabled !important | ||
301 | + color: $primary-white !important | ||
283 | 302 | ||
303 | +.panel-invisible .category-header .category-card-items i | ||
304 | + color: $disabled-white | ||
284 | 305 | ||
285 | -#system_accordion > .panel > .panel-heading:hover | ||
286 | - background: #EEEEEE | 306 | +.panel-invisible .category-header .category-card-items i:hover |
307 | + color: $secondary-white | ||
287 | 308 | ||
309 | +/* === End Panel === */ | ||
288 | 310 | ||
289 | -#system_accordion > .panel > .panel-heading > a > .panel-title | ||
290 | - color: #333333 | ||
291 | 311 | ||
312 | +/* === Category Panel === */ | ||
292 | 313 | ||
293 | -#system_accordion > .panel > .panel-heading > a > .panel-title:hover | ||
294 | - color: $primary-color | ||
295 | - | ||
296 | - | ||
297 | -#system_accordion > .panel > .panel-heading > a:hover | ||
298 | - color: $primary-color | 314 | +.category-panel > .panel-heading |
315 | + background-color: $primary-category !important | ||
299 | 316 | ||
317 | +.category-panel .category-header .category-card-items i | ||
318 | + color: $secondary-category | ||
300 | 319 | ||
301 | -#system_menu | ||
302 | - background: $default-white | 320 | +.category-panel .category-header .category-card-items i:hover |
321 | + color: $secondary-white | ||
303 | 322 | ||
323 | +.category-panel-content | ||
324 | + background: $primary-white | ||
304 | 325 | ||
326 | +.category-header > h4.panel-title span | ||
327 | + color: $secondary-white | ||
305 | 328 | ||
306 | -#horizontal-line | ||
307 | - background-color: black | 329 | +/* === End Category Panel === */ |
308 | 330 | ||
309 | 331 | ||
310 | -.breadcrumb > li > span.divider | ||
311 | - color: #26A69A | 332 | +/* === Subject Panel === */ |
312 | 333 | ||
334 | +.subject-panel > .panel-heading | ||
335 | + background-color: $primary-subject !important | ||
313 | 336 | ||
314 | -.breadcrumb > li > a | ||
315 | - color: #26A69A | 337 | +.subject-panel .category-header .category-card-items i |
338 | + color: $secondary-subject | ||
316 | 339 | ||
340 | +.subject-panel .category-header .category-card-items i:hover, | ||
341 | +.subject-panel-invisible .category-header .category-card-items i:hover | ||
342 | + color: $secondary-white | ||
317 | 343 | ||
318 | -.breadcrumb > li | ||
319 | - color: #BDBDBD | 344 | +/* --- Invisible --- */ |
320 | 345 | ||
321 | -/*Because we use an outer a tag*/ | ||
322 | -.panel-title | ||
323 | - color: rgba(255,255,255,.84) | 346 | +.subject-panel-invisible .category-header .category-card-items i |
347 | + color: $disabled-white | ||
324 | 348 | ||
349 | +/* --- End Invisible --- */ | ||
325 | 350 | ||
326 | -.category-header > h4.panel-title span | ||
327 | - color: $white | 351 | +/* === End Subject Panel === */ |
328 | 352 | ||
329 | 353 | ||
330 | -.accordion | ||
331 | - background: white | 354 | +/* === Topic Panel === */ |
332 | 355 | ||
356 | +.topic-panel > .panel-heading | ||
357 | + background-color: $primary-topic !important | ||
333 | 358 | ||
334 | -.accordion_list | ||
335 | - background: $default-white | 359 | +.topic-panel .category-header .category-card-items i, |
360 | +.topic-panel-invisible .category-header .category-card-items i | ||
361 | + color: $secondary-topic | ||
336 | 362 | ||
363 | +.topic-panel .category-header .category-card-items i:hover, | ||
364 | +.topic-panel-invisible .category-header .category-card-items i:hover | ||
365 | + color: $secondary-white | ||
337 | 366 | ||
338 | -.outside-title | ||
339 | - color: #43a251 | 367 | +.topic-panel > .category-panel-content, .topic-panel-invisible > .category-panel-content |
368 | + background: $secondary-white | ||
340 | 369 | ||
370 | +/* --- Invisible --- */ | ||
341 | 371 | ||
342 | -.titleTopic a h4, .titleTopic h4 | ||
343 | - color: white | 372 | +.topic-panel-invisible > .panel-heading |
373 | + background-color: $primary-disabled !important | ||
374 | + color: $primary-white | ||
344 | 375 | ||
376 | +.topic-panel-invisible .category-header .category-card-items i | ||
377 | + color: $disabled-white | ||
345 | 378 | ||
346 | -.Topic-detail a h4 | ||
347 | - color: black | 379 | +/* --- End Invisible --- */ |
348 | 380 | ||
381 | +/* === End Topic Panel === */ | ||
349 | 382 | ||
350 | -.cards-detail .panel .panel-heading h4 | ||
351 | - color: black | ||
352 | 383 | ||
353 | -.data_register_course p | ||
354 | - color: grey | 384 | +/* === Group Panel === */ |
355 | 385 | ||
386 | +.group-panel > .panel-heading | ||
387 | + background-color: $secondary-white !important | ||
356 | 388 | ||
357 | -.category-course-link | ||
358 | - color: $white !important | 389 | +.group-panel .panel-title, .group-panel .category-header i, .group-panel .category-course-link |
390 | + color: #000000 !important | ||
359 | 391 | ||
392 | +.group-panel-body | ||
393 | + background: $secondary-white !important | ||
394 | + border-top: 1px solid #CCCCCC | ||
360 | 395 | ||
361 | -.profile_function | ||
362 | - border-bottom: 1px solid #D2D2D2 | 396 | +/* === End Group Panel === */ |
363 | 397 | ||
364 | 398 | ||
399 | +/* === Resources List === */ | ||
365 | 400 | ||
366 | -.mobile-menu .item | ||
367 | - color: $white | ||
368 | - background: $primary-color | 401 | +.resource_list > .list-group-item |
402 | + background-color: #fff | ||
403 | + border: 1px solid #ddd | ||
369 | 404 | ||
405 | +.resource_list > .disabled | ||
406 | + background-color: #eee | ||
370 | 407 | ||
371 | -.mobile-menu .item a | ||
372 | - color: white | 408 | +.resource_list > .disabled:hover |
409 | + background-color: #eee !important | ||
373 | 410 | ||
411 | +.resource_list > .disabled a.resource_link | ||
412 | + color: $primary-disabled | ||
374 | 413 | ||
375 | -.mobile-menu > .subjects_menu_active | ||
376 | - background-color: $secondary-color | 414 | +.resource_list > .list-group-item:hover |
415 | + background: $primary-white | ||
377 | 416 | ||
417 | +.resource_list > .list-group-item:last-child | ||
418 | + border-bottom: 1px solid #ddd !important | ||
378 | 419 | ||
379 | -.mobile-menu > .item:hover | ||
380 | - background-color: $secondary-color | 420 | +.resource_list .category-card-items i |
421 | + color: #e5e5e5 | ||
381 | 422 | ||
423 | +.resource_list .category-card-items i:hover | ||
424 | + color: #7f7f7f | ||
382 | 425 | ||
426 | +.resource_list .category-card-items .dropdown-menu i | ||
427 | + color: #333 | ||
383 | 428 | ||
384 | -.page_selector h4 | ||
385 | - border-bottom: 1px solid #e5e5e5 | 429 | +.resource_list a |
430 | + color: inherit | ||
386 | 431 | ||
432 | +.resource_list .btn-group button:active, | ||
433 | +.resource_list .btn-group button:focus, .resource_list .btn-group button:hover | ||
434 | + background-color: initial !important | ||
387 | 435 | ||
388 | -.subscribe-subject | ||
389 | - background-color: #33cc33 !important | ||
390 | - color: white | 436 | +/* === End Resources List === */ |
391 | 437 | ||
392 | 438 | ||
393 | -.filedrag | ||
394 | - color: #555 | ||
395 | - border: 2px dashed #555 | 439 | +/* === Participants === */ |
396 | 440 | ||
441 | +#participants, .participants-list | ||
442 | + background-color: $secondary-white | ||
397 | 443 | ||
398 | -.footer | ||
399 | - color: $white | ||
400 | - background: #26A69A | 444 | +#participants |
445 | + box-shadow: -1px 1px 8px $primary-subject | ||
401 | 446 | ||
447 | +#participants i | ||
448 | + color: $primary-subject | ||
402 | 449 | ||
403 | -.no-subjects | ||
404 | - color: #999999 | 450 | +.participants-list |
451 | + box-shadow: -1px 2px 1px $primary-subject | ||
405 | 452 | ||
453 | +.subject-participants .sub-user:hover | ||
454 | + background-color: $primary-menu-bg | ||
406 | 455 | ||
407 | -.holder a.jp-disabled, a.jp-disabled:hover | ||
408 | - background: none !important | ||
409 | - color: #bbb !important | 456 | +/* === End Participants === */ |
410 | 457 | ||
411 | 458 | ||
412 | -.holder a.jp-current, a.jp-current:hover | ||
413 | - background: none | 459 | +/* === Accordions === */ |
414 | 460 | ||
461 | +#coordinators_accordion .panel-heading, #professors_accordion .panel-heading | ||
462 | + background: $secondary-white | ||
415 | 463 | ||
416 | -.holder a, .holder span | ||
417 | - border: 1px solid #ddd | ||
418 | - color: #337ab7 | 464 | +/* === End Accordions === */ |
419 | 465 | ||
420 | 466 | ||
421 | -.holder a:hover | ||
422 | - color: #23527c | ||
423 | - background-color: #eee | ||
424 | - border-color: #ddd | 467 | +/* === Tabs === */ |
425 | 468 | ||
469 | +.core-subjects-options li | ||
470 | + background-color: $secondary-white | ||
471 | + border-bottom-color: #D2D2D2 | ||
472 | + color: #A0A0A0 | ||
426 | 473 | ||
427 | -.holder a.jp-current, a.jp-current:hover | ||
428 | - background: #039BE5 | ||
429 | - color: $white | ||
430 | - border-color: #039BE5 | 474 | +.core-subjects-options li.active |
475 | + color: inherit | ||
476 | + border-bottom-color: $secondary-color | ||
431 | 477 | ||
478 | +/* === End Tabs === */ | ||
432 | 479 | ||
433 | -/* Pendencies Form */ | ||
434 | 480 | ||
481 | +/* === Notifies === */ | ||
435 | 482 | ||
436 | .notifies, .goalitems | 483 | .notifies, .goalitems |
437 | border: 1px solid #EEEEEE | 484 | border: 1px solid #EEEEEE |
438 | 485 | ||
439 | - | ||
440 | -.bootstrap-datetimepicker-widget | ||
441 | - background-color: #fff | ||
442 | - | ||
443 | - | ||
444 | .notifies a.delete-row, .goalitems a.delete-row | 486 | .notifies a.delete-row, .goalitems a.delete-row |
445 | -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) | 487 | -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) |
446 | 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) | 488 | 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) |
447 | background-color: #EEE | 489 | background-color: #EEE |
448 | color: rgba(0,0,0,.87) | 490 | color: rgba(0,0,0,.87) |
449 | 491 | ||
450 | - | ||
451 | a.add-row | 492 | a.add-row |
452 | -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) | 493 | -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) |
453 | 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) | 494 | 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) |
454 | - background-color: #59b75c | 495 | + background-color: $btn-success |
455 | color: rgba(255,255,255,.84) | 496 | color: rgba(255,255,255,.84) |
456 | 497 | ||
457 | -/* Resource list on topic templates */ | ||
458 | - | ||
459 | - | ||
460 | -.resource_list > .list-group-item | ||
461 | - background-color: #fff | ||
462 | - border: 1px solid #ddd | ||
463 | - | ||
464 | - | ||
465 | -.resource_list > .disabled | ||
466 | - background-color: #eee | ||
467 | - | 498 | +/* === End Notifies === */ |
468 | 499 | ||
469 | -.resource_list > .disabled:hover | ||
470 | - background-color: #eee !important | ||
471 | 500 | ||
501 | +/* === Goals === */ | ||
472 | 502 | ||
473 | -.resource_list > .disabled a.resource_link | ||
474 | - color: #BDBDBD | ||
475 | - | ||
476 | - | ||
477 | -.resource_list > .list-group-item:hover | ||
478 | - background: $default-white | ||
479 | - | ||
480 | - | ||
481 | -.resource_list > .list-group-item:last-child | ||
482 | - border-bottom: 1px solid #ddd !important | ||
483 | - | ||
484 | - | ||
485 | -.resource_list .category-card-items i | ||
486 | - color: #e5e5e5 | 503 | +.goalitems .slider, .goal_item .slider |
504 | + background-color: initial | ||
487 | 505 | ||
506 | +.goal_divider | ||
507 | + border-top-color: #888 | ||
488 | 508 | ||
489 | -.resource_list .category-card-items i:hover | ||
490 | - color: #7f7f7f | 509 | +/* === End Goals === */ |
491 | 510 | ||
492 | 511 | ||
493 | -.resource_list .category-card-items .dropdown-menu i | ||
494 | - color: #333 | 512 | +/* === Bulletin === */ |
495 | 513 | ||
514 | +.bulletin-warning h4 | ||
515 | + color: #555555 | ||
496 | 516 | ||
497 | -.resource_list a | ||
498 | - color: inherit | 517 | +.bulletin-warning p |
518 | + color: #888888 | ||
499 | 519 | ||
520 | +.bulletin-warning a | ||
521 | + color: #4caf50 | ||
500 | 522 | ||
501 | -.resource_list .btn-group button:active, .resource_list .btn-group button:focus, .resource_list .btn-group button:hover | ||
502 | - background-color: initial !important | 523 | +/* === End Bulletin === */ |
503 | 524 | ||
504 | 525 | ||
526 | +/* === Backup === */ | ||
505 | 527 | ||
528 | +.backup_container .more_items | ||
529 | + background: $primary-color | ||
530 | + color: $secondary-white | ||
506 | 531 | ||
507 | -#search-results-title | ||
508 | - color: #BDBDBD | 532 | +.backup_container .backup_item label, .backup_container .resources_list label |
533 | + color: #333333 | ||
509 | 534 | ||
535 | +/* === End Backup === */ | ||
510 | 536 | ||
511 | 537 | ||
512 | -.no-subscribe-btn | ||
513 | - background-color: #BDBDBD !important | ||
514 | - color: $default-white !important | 538 | +/* === Pendencies === */ |
515 | 539 | ||
540 | +.pendencies-content | ||
541 | + background: $primary-white | ||
516 | 542 | ||
517 | .pendency | 543 | .pendency |
518 | border-color: #CCCCCC | 544 | border-color: #CCCCCC |
519 | 545 | ||
520 | - | ||
521 | .pendency .breadcrumb | 546 | .pendency .breadcrumb |
522 | - background-color: $white | ||
523 | - | 547 | + background-color: $secondary-white |
524 | 548 | ||
525 | .pendency .meta | 549 | .pendency .meta |
526 | color: #FF0000 | 550 | color: #FF0000 |
@@ -532,124 +556,99 @@ a.add-row | @@ -532,124 +556,99 @@ a.add-row | ||
532 | background-color: #FF9000 | 556 | background-color: #FF9000 |
533 | 557 | ||
534 | .alert-low, .alert-medium, .alert-danger | 558 | .alert-low, .alert-medium, .alert-danger |
535 | - color: $white !important | 559 | + color: $secondary-white !important |
536 | text-shadow: 0px 0px 1px #000000 | 560 | text-shadow: 0px 0px 1px #000000 |
537 | 561 | ||
538 | .no_button:hover, .no_button:focus, .no_button:active | 562 | .no_button:hover, .no_button:focus, .no_button:active |
539 | background-color: initial !important | 563 | background-color: initial !important |
540 | 564 | ||
565 | +/* === End Pendencies === */ | ||
541 | 566 | ||
542 | -.popover | ||
543 | - background: #FFF | ||
544 | - color: #333 | ||
545 | 567 | ||
568 | +/* === Mural === */ | ||
546 | 569 | ||
547 | .mural .post_make | 570 | .mural .post_make |
548 | - background: $white | ||
549 | - | 571 | + background: $secondary-white |
550 | 572 | ||
551 | .mural .post_make .post-field div | 573 | .mural .post_make .post-field div |
552 | border-color: #CCCCCC | 574 | border-color: #CCCCCC |
553 | 575 | ||
554 | - | ||
555 | .mural .post_make .post-field h4 | 576 | .mural .post_make .post-field h4 |
556 | color: #CCCCCC | 577 | color: #CCCCCC |
557 | 578 | ||
558 | - | ||
559 | .post_action i, .post .post-user .user-action i, .comment .comment-user .user-action i | 579 | .post_action i, .post .post-user .user-action i, .comment .comment-user .user-action i |
560 | color: #1d8fe0 | 580 | color: #1d8fe0 |
561 | 581 | ||
562 | - | ||
563 | .post .post-user, .comment .comment-user, .marked_user, .post_resource | 582 | .post .post-user, .comment .comment-user, .marked_user, .post_resource |
564 | - color: #26A69A | ||
565 | - | 583 | + color: $primary-title |
566 | 584 | ||
567 | .post .post-user .user-action | 585 | .post .post-user .user-action |
568 | color: #BBBBBB | 586 | color: #BBBBBB |
569 | 587 | ||
570 | - | ||
571 | .post .time | 588 | .post .time |
572 | color: #ABABAB | 589 | color: #ABABAB |
573 | 590 | ||
574 | - | ||
575 | .post .post-comment | 591 | .post .post-comment |
576 | border-top-color: #888888 | 592 | border-top-color: #888888 |
577 | background: #e5e5e5 | 593 | background: #e5e5e5 |
578 | 594 | ||
579 | - | ||
580 | .post .post-comment .comment-field div | 595 | .post .post-comment .comment-field div |
581 | border-color: #888888 | 596 | border-color: #888888 |
582 | - background: $white | ||
583 | - | 597 | + background: $secondary-white |
584 | 598 | ||
585 | .comment-section | 599 | .comment-section |
586 | - background: $default-white | 600 | + background: $primary-white |
587 | border-top-color: #AAAAAA | 601 | border-top-color: #AAAAAA |
588 | 602 | ||
589 | - | ||
590 | .comment .comment-user .user-action | 603 | .comment .comment-user .user-action |
591 | color: #999999 | 604 | color: #999999 |
592 | 605 | ||
593 | - | ||
594 | .comment-time | 606 | .comment-time |
595 | color: #9A9A9A | 607 | color: #9A9A9A |
596 | 608 | ||
597 | - | ||
598 | .btn_unfav | 609 | .btn_unfav |
599 | color: #FF0000 !important | 610 | color: #FF0000 !important |
600 | 611 | ||
601 | - | ||
602 | .btn_fav | 612 | .btn_fav |
603 | color: #BBBBBB !important | 613 | color: #BBBBBB !important |
604 | 614 | ||
605 | - | ||
606 | .post-filter, .talk-filter | 615 | .post-filter, .talk-filter |
607 | - background: $default-white | ||
608 | - | 616 | + background: $primary-white |
609 | 617 | ||
610 | .post-filter h4, .talk-filter h4 | 618 | .post-filter h4, .talk-filter h4 |
611 | - color: #26A69A | ||
612 | - | 619 | + color: $primary-title |
613 | 620 | ||
614 | .post-filter, .talk-filter | 621 | .post-filter, .talk-filter |
615 | label | 622 | label |
616 | color: #333333 | 623 | color: #333333 |
617 | 624 | ||
618 | - | ||
619 | .post-filter, .talk-filter | 625 | .post-filter, .talk-filter |
620 | i | 626 | i |
621 | color: #FF0000 | 627 | color: #FF0000 |
622 | 628 | ||
623 | - | ||
624 | .suggestions | 629 | .suggestions |
625 | - background: $white | 630 | + background: $secondary-white |
626 | 631 | ||
627 | .subject-related-panel | 632 | .subject-related-panel |
628 | - background: #F5F5F5 !important | 633 | + background: $primary-white !important |
629 | 634 | ||
630 | .mural-ungeneral | 635 | .mural-ungeneral |
631 | background: #EEE | 636 | background: #EEE |
632 | 637 | ||
638 | +/* === End Mural === */ | ||
633 | 639 | ||
634 | -.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 | ||
635 | - background-color: initial | ||
636 | 640 | ||
637 | -.goalitems .slider, .goal_item .slider | ||
638 | - background-color: initial | ||
639 | - | ||
640 | -.goal_divider | ||
641 | - border-top-color: #888 | 641 | +/* === Chat === */ |
642 | 642 | ||
643 | .participant .user-info h4 | 643 | .participant .user-info h4 |
644 | - color: #26A69A | 644 | + color: $primary-title |
645 | 645 | ||
646 | .modal_profile_sidebar h4, .message-view .message-user | 646 | .modal_profile_sidebar h4, .message-view .message-user |
647 | - color: #26A69A | 647 | + color: $primary-title |
648 | 648 | ||
649 | .participant .user-info .status, .modal_profile_sidebar .status, .subject-participants .status | 649 | .participant .user-info .status, .modal_profile_sidebar .status, .subject-participants .status |
650 | border-color: #888 | 650 | border-color: #888 |
651 | - background-color: $default-white | ||
652 | - | 651 | + background-color: $primary-white |
653 | 652 | ||
654 | .participant .user-info .status.active, .modal_profile_sidebar .status.active, .subject-participants .status.active | 653 | .participant .user-info .status.active, .modal_profile_sidebar .status.active, .subject-participants .status.active |
655 | background-color: #59b75c | 654 | background-color: #59b75c |
@@ -668,7 +667,7 @@ a.add-row | @@ -668,7 +667,7 @@ a.add-row | ||
668 | background-color: #e5e5e5 | 667 | background-color: #e5e5e5 |
669 | 668 | ||
670 | .message-sender-container .message-field div | 669 | .message-sender-container .message-field div |
671 | - background-color: $white | 670 | + background-color: $secondary-white |
672 | border-color: #888888 | 671 | border-color: #888888 |
673 | 672 | ||
674 | .talk-last_msg | 673 | .talk-last_msg |
@@ -681,56 +680,18 @@ a.add-row | @@ -681,56 +680,18 @@ a.add-row | ||
681 | color: #888 | 680 | color: #888 |
682 | 681 | ||
683 | .messages_new | 682 | .messages_new |
684 | - color: $white | 683 | + color: $secondary-white |
685 | background-color: #59b75c | 684 | background-color: #59b75c |
686 | 685 | ||
687 | .chat-panel .chat-collapse | 686 | .chat-panel .chat-collapse |
688 | background: #EEE | 687 | background: #EEE |
689 | 688 | ||
690 | -#participants, .participants-list | ||
691 | - background-color: $white | ||
692 | - | ||
693 | -#participants | ||
694 | - box-shadow: -1px 1px 8px #0277BD | 689 | +/* === End Chat === */ |
695 | 690 | ||
696 | -#participants i | ||
697 | - color: #0277BD | ||
698 | - | ||
699 | -.participants-list | ||
700 | - box-shadow: -1px 2px 1px #0277BD | ||
701 | - | ||
702 | -.subject-participants .sub-user:hover | ||
703 | - background-color: #F3F3F3 | ||
704 | - | ||
705 | -#analytics-panel | ||
706 | - background-color: #0277BD !important | ||
707 | - | ||
708 | -.backup_container .more_items | ||
709 | - background: $primary-color | ||
710 | - color: $white | ||
711 | - | ||
712 | -.backup_container .backup_item label, .backup_container .resources_list label | ||
713 | - color: #333333 | ||
714 | - | ||
715 | -.semi-check | ||
716 | - border-color: $primary-color !important | ||
717 | - | ||
718 | -.bulletin-warning h4 | ||
719 | - color: #555555 | ||
720 | - | ||
721 | -.bulletin-warning p | ||
722 | - color: #888888 | ||
723 | - | ||
724 | -.bulletin-warning a | ||
725 | - color: #4caf50 | ||
726 | - | ||
727 | -.login_subcommands a, .login_subcommands a:hover | ||
728 | - color: #43a251 | ||
729 | 691 | ||
730 | @media(max-width: 768px) | 692 | @media(max-width: 768px) |
731 | .navbar .navbar-nav .dropdown .dropdown-menu li > a | 693 | .navbar .navbar-nav .dropdown .dropdown-menu li > a |
732 | color: #333333 !important | 694 | color: #333333 !important |
733 | 695 | ||
734 | .navbar .navbar-nav .dropdown .dropdown-menu li > a:hover | 696 | .navbar .navbar-nav .dropdown .dropdown-menu li > a:hover |
735 | - color: $primary-color !important | ||
736 | - | 697 | + color: $primary-color !important |
737 | \ No newline at end of file | 698 | \ No newline at end of file |
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 | a, a:focus, a:hover { | 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 | .radio input[type=radio]:checked ~ .check, label.radio-inline input[type=radio]:checked ~ .check { | 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 | .radio input[type=radio]:checked ~ .circle, label.radio-inline input[type=radio]:checked ~ .circle { | 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 | .notify_badge { | 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 | color: #FFFFFF; } | 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 | color: #FFFFFF; | 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 | color: white; } | 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 | background-color: #BDBDBD !important; | 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 | .modal-header { | 126 | .modal-header { |
175 | - border-bottom: 1px solid #999999 !important; } | 127 | + border-bottom: 1px solid #E6E7E8 !important; } |
176 | 128 | ||
177 | .modal-footer { | 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 | color: #FFFFFF; } | 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 | color: #FFFFFF; } | 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 | .navbar-brand:hover { | 186 | .navbar-brand:hover { |
253 | - background: #591111 !important; } | 187 | + background: #A31616 !important; } |
254 | 188 | ||
255 | .navbar .project_name { | 189 | .navbar .project_name { |
256 | - color: white; } | 190 | + color: #FFFFFF; } |
257 | 191 | ||
258 | .navbar-nav li.open { | 192 | .navbar-nav li.open { |
259 | - background: #591111; } | 193 | + background: #A31616; } |
260 | 194 | ||
261 | .navbar-nav li > a:hover { | 195 | .navbar-nav li > a:hover { |
262 | - background: #591111 !important; } | 196 | + background: #A31616 !important; } |
263 | 197 | ||
264 | .navbar-nav li.settings_menu_active { | 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 | .dropdown-menu { | 204 | .dropdown-menu { |
271 | background: #F5F5F5; } | 205 | background: #F5F5F5; } |
@@ -275,151 +209,166 @@ a.btn.btn-sm.btn-success.btn-raised { | @@ -275,151 +209,166 @@ a.btn.btn-sm.btn-success.btn-raised { | ||
275 | color: #333333; } | 209 | color: #333333; } |
276 | 210 | ||
277 | .dropdown-menu li > a:hover { | 211 | .dropdown-menu li > a:hover { |
278 | - background: #8e1c1c !important; | 212 | + background: #D32F2F !important; |
279 | color: #FFFFFF !important; } | 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 | #system_accordion > .panel > .panel-heading { | 215 | #system_accordion > .panel > .panel-heading { |
288 | background: #F5F5F5; } | 216 | background: #F5F5F5; } |
289 | 217 | ||
290 | #system_accordion > .panel > .panel-heading:hover { | 218 | #system_accordion > .panel > .panel-heading:hover { |
291 | - background: #EEEEEE; } | 219 | + background: #D32F2F; |
220 | + color: #FFFFFF; } | ||
292 | 221 | ||
293 | #system_accordion > .panel > .panel-heading > a > .panel-title { | 222 | #system_accordion > .panel > .panel-heading > a > .panel-title { |
294 | color: #333333; } | 223 | color: #333333; } |
295 | 224 | ||
296 | #system_accordion > .panel > .panel-heading > a > .panel-title:hover { | 225 | #system_accordion > .panel > .panel-heading > a > .panel-title:hover { |
297 | - color: #8e1c1c; } | 226 | + color: #FFFFFF; } |
298 | 227 | ||
299 | #system_accordion > .panel > .panel-heading > a:hover { | 228 | #system_accordion > .panel > .panel-heading > a:hover { |
300 | - color: #8e1c1c; } | 229 | + color: #FFFFFF; } |
301 | 230 | ||
302 | #system_menu { | 231 | #system_menu { |
303 | background: #F5F5F5; } | 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 | color: #FFFFFF; } | 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 | .resource_list > .list-group-item { | 372 | .resource_list > .list-group-item { |
424 | background-color: #fff; | 373 | background-color: #fff; |
425 | border: 1px solid #ddd; } | 374 | border: 1px solid #ddd; } |
@@ -451,15 +400,92 @@ a.add-row { | @@ -451,15 +400,92 @@ a.add-row { | ||
451 | .resource_list a { | 400 | .resource_list a { |
452 | color: inherit; } | 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 | background-color: initial !important; } | 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 | .pendency { | 490 | .pendency { |
465 | border-color: #CCCCCC; } | 491 | border-color: #CCCCCC; } |
@@ -470,23 +496,24 @@ a.add-row { | @@ -470,23 +496,24 @@ a.add-row { | ||
470 | .pendency .meta { | 496 | .pendency .meta { |
471 | color: #FF0000; } | 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 | .no_button:hover, .no_button:focus, .no_button:active { | 509 | .no_button:hover, .no_button:focus, .no_button:active { |
478 | background-color: initial !important; } | 510 | background-color: initial !important; } |
479 | 511 | ||
480 | -.popover { | ||
481 | - background: #FFF; | ||
482 | - color: #333; } | ||
483 | - | 512 | +/* === End Pendencies === */ |
513 | +/* === Mural === */ | ||
484 | .mural .post_make { | 514 | .mural .post_make { |
485 | background: #FFFFFF; } | 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 | .mural .post_make .post-field div { | 517 | .mural .post_make .post-field div { |
491 | border-color: #CCCCCC; } | 518 | border-color: #CCCCCC; } |
492 | 519 | ||
@@ -494,10 +521,10 @@ a.add-row { | @@ -494,10 +521,10 @@ a.add-row { | ||
494 | color: #CCCCCC; } | 521 | color: #CCCCCC; } |
495 | 522 | ||
496 | .post_action i, .post .post-user .user-action i, .comment .comment-user .user-action i { | 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 | .post .post-user .user-action { | 529 | .post .post-user .user-action { |
503 | color: #BBBBBB; } | 530 | color: #BBBBBB; } |
@@ -529,45 +556,81 @@ a.add-row { | @@ -529,45 +556,81 @@ a.add-row { | ||
529 | .btn_fav { | 556 | .btn_fav { |
530 | color: #BBBBBB !important; } | 557 | color: #BBBBBB !important; } |
531 | 558 | ||
532 | -.post-filter { | 559 | +.post-filter, .talk-filter { |
533 | background: #F5F5F5; } | 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 | color: #333333; } | 566 | color: #333333; } |
540 | 567 | ||
541 | -.post-filter i { | 568 | +.post-filter i, .talk-filter i { |
542 | color: #FF0000; } | 569 | color: #FF0000; } |
543 | 570 | ||
544 | .suggestions { | 571 | .suggestions { |
545 | background: #FFFFFF; } | 572 | background: #FFFFFF; } |
546 | 573 | ||
547 | -.mural-category { | 574 | +.subject-related-panel { |
575 | + background: #F5F5F5 !important; } | ||
576 | + | ||
577 | +.mural-ungeneral { | ||
548 | background: #EEE; } | 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 | @media(max-width: 768px) { | 629 | @media(max-width: 768px) { |
566 | .navbar .navbar-nav .dropdown .dropdown-menu li > a { | 630 | .navbar .navbar-nav .dropdown .dropdown-menu li > a { |
567 | - color: #FFFFFF !important; | ||
568 | - background-color: #8e1c1c; } | 631 | + color: #333333 !important; } |
569 | 632 | ||
570 | .navbar .navbar-nav .dropdown .dropdown-menu li > a:hover { | 633 | .navbar .navbar-nav .dropdown .dropdown-menu li > a:hover { |
571 | - backgroun-color: #591111 !important; } } | 634 | + color: #D32F2F !important; } } |
572 | 635 | ||
573 | /*# sourceMappingURL=red.css.map */ | 636 | /*# sourceMappingURL=red.css.map */ |
amadeus/static/css/themes/red.css.map
1 | { | 1 | { |
2 | "version": 3, | 2 | "version": 3, |
3 | -"mappings": "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", | 3 | +"mappings": "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", |
4 | "sources": ["red.sass"], | 4 | "sources": ["red.sass"], |
5 | "names": [], | 5 | "names": [], |
6 | "file": "red.css" | 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 | color: $primary-color | 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 | color: white | 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 | color: $primary-color | 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 | .modal-header | 166 | .modal-header |
234 | - border-bottom: 1px solid $disabled !important | ||
235 | - | 167 | + border-bottom: 1px solid $secodnary-disabled !important |
236 | 168 | ||
237 | .modal-footer | 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 | border: 1px solid #EEEEEE | 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 | -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) | 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 | 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) | 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 | background-color: #EEE | 539 | background-color: #EEE |
554 | color: rgba(0,0,0,.87) | 540 | color: rgba(0,0,0,.87) |
555 | 541 | ||
556 | - | ||
557 | a.add-row | 542 | a.add-row |
558 | -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) | 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 | 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) | 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 | color: rgba(255,255,255,.84) | 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 | .pendency | 593 | .pendency |
624 | border-color: #CCCCCC | 594 | border-color: #CCCCCC |
625 | 595 | ||
626 | - | ||
627 | .pendency .breadcrumb | 596 | .pendency .breadcrumb |
628 | - background-color: $white | ||
629 | - | 597 | + background-color: $secondary-white |
630 | 598 | ||
631 | .pendency .meta | 599 | .pendency .meta |
632 | color: #FF0000 | 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 | .no_button:hover, .no_button:focus, .no_button:active | 612 | .no_button:hover, .no_button:focus, .no_button:active |
641 | background-color: initial !important | 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 | .mural .post_make | 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 | .mural .post_make .post-field div | 623 | .mural .post_make .post-field div |
658 | border-color: #CCCCCC | 624 | border-color: #CCCCCC |
659 | 625 | ||
660 | - | ||
661 | .mural .post_make .post-field h4 | 626 | .mural .post_make .post-field h4 |
662 | color: #CCCCCC | 627 | color: #CCCCCC |
663 | 628 | ||
664 | - | ||
665 | .post_action i, .post .post-user .user-action i, .comment .comment-user .user-action i | 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 | .post .post-user .user-action | 635 | .post .post-user .user-action |
674 | color: #BBBBBB | 636 | color: #BBBBBB |
675 | 637 | ||
676 | - | ||
677 | .post .time | 638 | .post .time |
678 | color: #ABABAB | 639 | color: #ABABAB |
679 | 640 | ||
680 | - | ||
681 | .post .post-comment | 641 | .post .post-comment |
682 | border-top-color: #888888 | 642 | border-top-color: #888888 |
683 | background: #e5e5e5 | 643 | background: #e5e5e5 |
684 | 644 | ||
685 | - | ||
686 | .post .post-comment .comment-field div | 645 | .post .post-comment .comment-field div |
687 | border-color: #888888 | 646 | border-color: #888888 |
688 | - background: $white | ||
689 | - | 647 | + background: $secondary-white |
690 | 648 | ||
691 | .comment-section | 649 | .comment-section |
692 | - background: $default-white | 650 | + background: $primary-white |
693 | border-top-color: #AAAAAA | 651 | border-top-color: #AAAAAA |
694 | 652 | ||
695 | - | ||
696 | .comment .comment-user .user-action | 653 | .comment .comment-user .user-action |
697 | color: #999999 | 654 | color: #999999 |
698 | 655 | ||
699 | - | ||
700 | .comment-time | 656 | .comment-time |
701 | color: #9A9A9A | 657 | color: #9A9A9A |
702 | 658 | ||
703 | - | ||
704 | .btn_unfav | 659 | .btn_unfav |
705 | color: #FF0000 !important | 660 | color: #FF0000 !important |
706 | 661 | ||
707 | - | ||
708 | .btn_fav | 662 | .btn_fav |
709 | color: #BBBBBB !important | 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 | label | 672 | label |
722 | color: #333333 | 673 | color: #333333 |
723 | 674 | ||
724 | - | ||
725 | -.post-filter | 675 | +.post-filter, .talk-filter |
726 | i | 676 | i |
727 | color: #FF0000 | 677 | color: #FF0000 |
728 | 678 | ||
729 | - | ||
730 | .suggestions | 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 | background: #EEE | 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 | @media(max-width: 768px) | 742 | @media(max-width: 768px) |
754 | .navbar .navbar-nav .dropdown .dropdown-menu li > a | 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 | .navbar .navbar-nav .dropdown .dropdown-menu li > a:hover | 746 | .navbar .navbar-nav .dropdown .dropdown-menu li > a:hover |
759 | - backgroun-color: $primary-hover !important | ||
760 | - | 747 | + color: $primary-color !important |
761 | \ No newline at end of file | 748 | \ No newline at end of file |
subjects/templates/subjects/initial.html
@@ -4,28 +4,28 @@ | @@ -4,28 +4,28 @@ | ||
4 | 4 | ||
5 | {% block content %} | 5 | {% block content %} |
6 | {% if messages %} | 6 | {% if messages %} |
7 | - {% for message in messages %} | ||
8 | - <div class="alert alert-{{ message.tags }} alert-dismissible" role="alert"> | ||
9 | - <button type="button" class="close" data-dismiss="alert" aria-label="Close"> | ||
10 | - <span aria-hidden="true">×</span> | ||
11 | - </button> | ||
12 | - <p>{{ message }}</p> | ||
13 | - </div> | ||
14 | - {% endfor %} | ||
15 | - {% endif %} | 7 | + {% for message in messages %} |
8 | + <div class="alert alert-{{ message.tags }} alert-dismissible" role="alert"> | ||
9 | + <button type="button" class="close" data-dismiss="alert" aria-label="Close"> | ||
10 | + <span aria-hidden="true">×</span> | ||
11 | + </button> | ||
12 | + <p>{{ message }}</p> | ||
13 | + </div> | ||
14 | + {% endfor %} | ||
15 | + {% endif %} | ||
16 | 16 | ||
17 | 17 | ||
18 | 18 | ||
19 | 19 | ||
20 | - <!-- Wrapper for slides --> | ||
21 | - <div id="myCarousel" class="carousel slide " data-ride="carousel"> | ||
22 | - <!-- Indicators --> | ||
23 | - <ol class="carousel-indicators"> | ||
24 | - <li data-target="#myCarousel" data-slide-to="0" class="active"></li> | ||
25 | - <li data-target="#myCarousel" data-slide-to="1"></li> | ||
26 | - <li data-target="#myCarousel" data-slide-to="2"></li> | ||
27 | - <li data-target="#myCarousel" data-slide-to="3"></li> | ||
28 | - </ol> | 20 | + <!-- Wrapper for slides --> |
21 | + <div id="myCarousel" class="carousel slide " data-ride="carousel"> | ||
22 | + <!-- Indicators --> | ||
23 | + <ol class="carousel-indicators"> | ||
24 | + <li data-target="#myCarousel" data-slide-to="0" class="active"></li> | ||
25 | + <li data-target="#myCarousel" data-slide-to="1"></li> | ||
26 | + <li data-target="#myCarousel" data-slide-to="2"></li> | ||
27 | + <li data-target="#myCarousel" data-slide-to="3"></li> | ||
28 | + </ol> | ||
29 | 29 | ||
30 | <div class="carousel-inner" role="listbox"> | 30 | <div class="carousel-inner" role="listbox"> |
31 | {% for new in news %} | 31 | {% for new in news %} |
@@ -34,38 +34,38 @@ | @@ -34,38 +34,38 @@ | ||
34 | </div> | 34 | </div> |
35 | {% endfor %} | 35 | {% endfor %} |
36 | 36 | ||
37 | - <div class="item active"> | ||
38 | - <h2 class=" my-subjects-title"><b><i>{% trans "Most popular keywords" %}</i></b></h2> | ||
39 | - <div id="" class="col-md-12"> | ||
40 | - <div class="users-cloud div-users-cloud"> | ||
41 | - <ul class=" users-cloud"> | ||
42 | - {% for tag in tags %} | ||
43 | - {% if tag.1 == 0 %} | ||
44 | - <li class="big"><a href="{% url 'subjects:search' %}?search={{tag.0}}">{{tag.0}}</a></li> | ||
45 | - {% elif tag.1 == 1 %} | ||
46 | - <li class="medium"><a href="{% url 'subjects:search' %}?search={{tag.0}}">{{tag.0}}</a></li> | ||
47 | - {% else %} | ||
48 | - <li class="small"><a href="{% url 'subjects:search' %}?search={{tag.0}}">{{tag.0}}</a></li> | ||
49 | - {% endif %} | ||
50 | - | ||
51 | - | ||
52 | - {% endfor %} | ||
53 | - </ul> | ||
54 | - </div> | ||
55 | - </div> | ||
56 | - </div> | 37 | + <div class="item active"> |
38 | + <h2 class=" my-subjects-title"><b><i>{% trans "Most popular keywords" %}</i></b></h2> | ||
39 | + <div id="" class="col-md-12"> | ||
40 | + <div class="users-cloud div-users-cloud"> | ||
41 | + <ul class=" users-cloud"> | ||
42 | + {% for tag in tags %} | ||
43 | + {% if tag.1 == 0 %} | ||
44 | + <li class="big"><a href="{% url 'subjects:search' %}?search={{tag.0}}">{{tag.0}}</a></li> | ||
45 | + {% elif tag.1 == 1 %} | ||
46 | + <li class="medium"><a href="{% url 'subjects:search' %}?search={{tag.0}}">{{tag.0}}</a></li> | ||
47 | + {% else %} | ||
48 | + <li class="small"><a href="{% url 'subjects:search' %}?search={{tag.0}}">{{tag.0}}</a></li> | ||
49 | + {% endif %} | ||
50 | + | ||
51 | + | ||
52 | + {% endfor %} | ||
53 | + </ul> | ||
54 | + </div> | ||
55 | + </div> | ||
56 | + </div> | ||
57 | 57 | ||
58 | </div> | 58 | </div> |
59 | 59 | ||
60 | - <!-- Left and right controls --> | ||
61 | - <a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev"> | ||
62 | - <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span> | ||
63 | - <span class="sr-only">Previous</span> | ||
64 | - </a> | ||
65 | - <a class="right carousel-control" href="#myCarousel" role="button" data-slide="next"> | ||
66 | - <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span> | ||
67 | - <span class="sr-only">Next</span> | ||
68 | - </a> | 60 | + <!-- Left and right controls --> |
61 | + <a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev"> | ||
62 | + <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span> | ||
63 | + <span class="sr-only">Previous</span> | ||
64 | + </a> | ||
65 | + <a class="right carousel-control" href="#myCarousel" role="button" data-slide="next"> | ||
66 | + <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span> | ||
67 | + <span class="sr-only">Next</span> | ||
68 | + </a> | ||
69 | </div> | 69 | </div> |
70 | 70 | ||
71 | 71 | ||
@@ -77,7 +77,7 @@ | @@ -77,7 +77,7 @@ | ||
77 | <h2 class=" my-subjects-title"><b><i>{% trans "My Subjects" %} ({{ total_subs }})</i></b></h2> | 77 | <h2 class=" my-subjects-title"><b><i>{% trans "My Subjects" %} ({{ total_subs }})</i></b></h2> |
78 | 78 | ||
79 | {% if subjects|length > 0 %} | 79 | {% if subjects|length > 0 %} |
80 | - <div class="panel-group" id="subject-accordion" role="tablist" aria-multiselectable="true"> | 80 | + <div class="panel-group" id="subject-accordion" role="tablist" aria-multiselectable="true"> |
81 | {% for subject in subjects %} | 81 | {% for subject in subjects %} |
82 | {% include "subjects/subject_card.html" with accordion_id="subject-accordion" %} | 82 | {% include "subjects/subject_card.html" with accordion_id="subject-accordion" %} |
83 | {% endfor %} | 83 | {% endfor %} |
@@ -93,10 +93,10 @@ | @@ -93,10 +93,10 @@ | ||
93 | </div> | 93 | </div> |
94 | 94 | ||
95 | <div id="modal_subject"></div> | 95 | <div id="modal_subject"></div> |
96 | - {% if user.is_staff %} | ||
97 | - <script type="text/javascript" src="{% static 'js/charts/home.js' %}"></script> | ||
98 | - {% endif %} | 96 | + {% if user.is_staff %} |
97 | + <script type="text/javascript" src="{% static 'js/charts/home.js' %}"></script> | ||
98 | + {% endif %} | ||
99 | 99 | ||
100 | <script type="text/javascript" src="{% static 'subjects/js/modal_subject.js' %}"></script> | 100 | <script type="text/javascript" src="{% static 'subjects/js/modal_subject.js' %}"></script> |
101 | - <script type="text/javascript" src="{% static 'js/category.js' %}"></script> | 101 | + <script type="text/javascript" src="{% static 'js/category.js' %}"></script> |
102 | {% endblock content %} | 102 | {% endblock content %} |