Commit d966bdabe2f27899426babac38082c534fa1643d

Authored by Zambom
1 parent 0f237f6e

Organizing green theme definitions

amadeus/static/css/.sass-cache/a7f87b90919294b62ab4f8079e31dcda8f485534/green.sassc
No preview for this file type
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 3 a, a:focus, a:hover {
5 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 12 .radio input[type=radio]:checked ~ .check, label.radio-inline input[type=radio]:checked ~ .check {
8 13 background-color: #009688; }
9 14  
10 15 .radio input[type=radio]:checked ~ .circle, label.radio-inline input[type=radio]:checked ~ .circle {
11 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 21 .notify_badge {
23 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 88 .modal-header {
97 89 border-bottom: 1px solid #E6E7E8 !important; }
98 90  
99 91 .modal-footer {
100 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 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 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 148 .navbar-brand:hover {
172 149 background: #00695C !important; }
173 150  
174 151 .navbar .project_name {
175   - color: white; }
  152 + color: #FFFFFF; }
176 153  
177 154 .navbar-nav li.open {
178 155 background: #00695C; }
... ... @@ -183,9 +160,6 @@ a, a:focus, a:hover {
183 160 .navbar-nav li.settings_menu_active {
184 161 background: #00695C; }
185 162  
186   -.top-search {
187   - color: #F5F5F5; }
188   -
189 163 .dropdown-menu {
190 164 background: #F5F5F5; }
191 165  
... ... @@ -214,124 +188,144 @@ a, a:focus, a:hover {
214 188 #system_menu {
215 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 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 329 .resource_list > .list-group-item {
336 330 background-color: #fff;
337 331 border: 1px solid #ddd; }
... ... @@ -363,15 +357,92 @@ a.add-row {
363 357 .resource_list a {
364 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 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 447 .pendency {
377 448 border-color: #CCCCCC; }
... ... @@ -395,10 +466,8 @@ a.add-row {
395 466 .no_button:hover, .no_button:focus, .no_button:active {
396 467 background-color: initial !important; }
397 468  
398   -.popover {
399   - background: #FFF;
400   - color: #333; }
401   -
  469 +/* === End Pendencies === */
  470 +/* === Mural === */
402 471 .mural .post_make {
403 472 background: #FFFFFF; }
404 473  
... ... @@ -465,15 +534,8 @@ a.add-row {
465 534 .mural-ungeneral {
466 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 539 .participant .user-info h4 {
478 540 color: #26A69A; }
479 541  
... ... @@ -520,46 +582,7 @@ a.add-row {
520 582 .chat-panel .chat-collapse {
521 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 586 @media(max-width: 768px) {
564 587 .navbar .navbar-nav .dropdown .dropdown-menu li > a {
565 588 color: #333333 !important; }
... ...
amadeus/static/css/themes/green.css.map
1 1 {
2 2 "version": 3,
3   -"mappings": "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",
  3 +"mappings": "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",
4 4 "sources": ["green.sass"],
5 5 "names": [],
6 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 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 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 105 .resource-link
134 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 483 .notifies, .goalitems
437 484 border: 1px solid #EEEEEE
438 485  
439   -
440   -.bootstrap-datetimepicker-widget
441   - background-color: #fff
442   -
443   -
444 486 .notifies a.delete-row, .goalitems a.delete-row
445 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 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 489 background-color: #EEE
448 490 color: rgba(0,0,0,.87)
449 491  
450   -
451 492 a.add-row
452 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 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 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 543 .pendency
518 544 border-color: #CCCCCC
519 545  
520   -
521 546 .pendency .breadcrumb
522   - background-color: $white
523   -
  547 + background-color: $secondary-white
524 548  
525 549 .pendency .meta
526 550 color: #FF0000
... ... @@ -532,124 +556,99 @@ a.add-row
532 556 background-color: #FF9000
533 557  
534 558 .alert-low, .alert-medium, .alert-danger
535   - color: $white !important
  559 + color: $secondary-white !important
536 560 text-shadow: 0px 0px 1px #000000
537 561  
538 562 .no_button:hover, .no_button:focus, .no_button:active
539 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 570 .mural .post_make
548   - background: $white
549   -
  571 + background: $secondary-white
550 572  
551 573 .mural .post_make .post-field div
552 574 border-color: #CCCCCC
553 575  
554   -
555 576 .mural .post_make .post-field h4
556 577 color: #CCCCCC
557 578  
558   -
559 579 .post_action i, .post .post-user .user-action i, .comment .comment-user .user-action i
560 580 color: #1d8fe0
561 581  
562   -
563 582 .post .post-user, .comment .comment-user, .marked_user, .post_resource
564   - color: #26A69A
565   -
  583 + color: $primary-title
566 584  
567 585 .post .post-user .user-action
568 586 color: #BBBBBB
569 587  
570   -
571 588 .post .time
572 589 color: #ABABAB
573 590  
574   -
575 591 .post .post-comment
576 592 border-top-color: #888888
577 593 background: #e5e5e5
578 594  
579   -
580 595 .post .post-comment .comment-field div
581 596 border-color: #888888
582   - background: $white
583   -
  597 + background: $secondary-white
584 598  
585 599 .comment-section
586   - background: $default-white
  600 + background: $primary-white
587 601 border-top-color: #AAAAAA
588 602  
589   -
590 603 .comment .comment-user .user-action
591 604 color: #999999
592 605  
593   -
594 606 .comment-time
595 607 color: #9A9A9A
596 608  
597   -
598 609 .btn_unfav
599 610 color: #FF0000 !important
600 611  
601   -
602 612 .btn_fav
603 613 color: #BBBBBB !important
604 614  
605   -
606 615 .post-filter, .talk-filter
607   - background: $default-white
608   -
  616 + background: $primary-white
609 617  
610 618 .post-filter h4, .talk-filter h4
611   - color: #26A69A
612   -
  619 + color: $primary-title
613 620  
614 621 .post-filter, .talk-filter
615 622 label
616 623 color: #333333
617 624  
618   -
619 625 .post-filter, .talk-filter
620 626 i
621 627 color: #FF0000
622 628  
623   -
624 629 .suggestions
625   - background: $white
  630 + background: $secondary-white
626 631  
627 632 .subject-related-panel
628   - background: #F5F5F5 !important
  633 + background: $primary-white !important
629 634  
630 635 .mural-ungeneral
631 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 643 .participant .user-info h4
644   - color: #26A69A
  644 + color: $primary-title
645 645  
646 646 .modal_profile_sidebar h4, .message-view .message-user
647   - color: #26A69A
  647 + color: $primary-title
648 648  
649 649 .participant .user-info .status, .modal_profile_sidebar .status, .subject-participants .status
650 650 border-color: #888
651   - background-color: $default-white
652   -
  651 + background-color: $primary-white
653 652  
654 653 .participant .user-info .status.active, .modal_profile_sidebar .status.active, .subject-participants .status.active
655 654 background-color: #59b75c
... ... @@ -668,7 +667,7 @@ a.add-row
668 667 background-color: #e5e5e5
669 668  
670 669 .message-sender-container .message-field div
671   - background-color: $white
  670 + background-color: $secondary-white
672 671 border-color: #888888
673 672  
674 673 .talk-last_msg
... ... @@ -681,56 +680,18 @@ a.add-row
681 680 color: #888
682 681  
683 682 .messages_new
684   - color: $white
  683 + color: $secondary-white
685 684 background-color: #59b75c
686 685  
687 686 .chat-panel .chat-collapse
688 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 692 @media(max-width: 768px)
731 693 .navbar .navbar-nav .dropdown .dropdown-menu li > a
732 694 color: #333333 !important
733 695  
734 696 .navbar .navbar-nav .dropdown .dropdown-menu li > a:hover
735   - color: $primary-color !important
736   -
  697 + color: $primary-color !important
737 698 \ No newline at end of file
... ...
subjects/templates/subjects/initial.html
... ... @@ -4,28 +4,28 @@
4 4  
5 5 {% block content %}
6 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">&times;</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">&times;</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 30 <div class="carousel-inner" role="listbox">
31 31 {% for new in news %}
... ... @@ -34,38 +34,38 @@
34 34 </div>
35 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 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 69 </div>
70 70  
71 71  
... ... @@ -77,7 +77,7 @@
77 77 <h2 class=" my-subjects-title"><b><i>{% trans "My Subjects" %} ({{ total_subs }})</i></b></h2>
78 78  
79 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 81 {% for subject in subjects %}
82 82 {% include "subjects/subject_card.html" with accordion_id="subject-accordion" %}
83 83 {% endfor %}
... ... @@ -93,10 +93,10 @@
93 93 </div>
94 94  
95 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 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 102 {% endblock content %}
... ...