Commit 9c3c578a4e081c3290f18f9b55e5a27422d810b3
1 parent
bc831578
Exists in
master
and in
2 other branches
Adjusting black theme according to UX directives
Showing
4 changed files
with
859 additions
and
810 deletions
Show diff stats
amadeus/static/css/.sass-cache/a7f87b90919294b62ab4f8079e31dcda8f485534/black.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 |