Commit fae94423ed6c7849bbd7e18ef14ebde9052b3764

Authored by felipebormann
1 parent fe09c7da

adding style and organizing css code

Showing 1 changed file with 74 additions and 21 deletions   Show diff stats
amadeus/static/css/themes/green.css
  1 +/*
  2 +* === COMMON TAGS (Body, h4, p, etc...) and base.html ===
  3 +*/
  4 +
1 5 body .container .jumbotron-inverse, body .container .well-inverse, body .container-fluid .jumbotron-inverse, body .container-fluid .well-inverse {
2 6 background-color: white;
3 7 }
... ... @@ -25,6 +29,26 @@ a, a:focus, a:hover {
25 29 color: rgba(255,255,255,.84);
26 30 }
27 31  
  32 +.notify_badge {
  33 + background-color: #FF0000 !important;
  34 +}
  35 +
  36 +
  37 +
  38 +#btn-search:hover {
  39 + background: #00695C;
  40 +}
  41 +
  42 +/*
  43 +* === SUBJECT APP ===
  44 +*/
  45 +
  46 +/*
  47 +* — Home —
  48 +*/
  49 +
  50 +
  51 +
28 52 .my-subjects-title {
29 53 color: #26A69A;
30 54 }
... ... @@ -75,6 +99,34 @@ a, a:focus, a:hover {
75 99 color: #ffffff;
76 100 }
77 101  
  102 +.resource-link{
  103 + color: #000000 !important;
  104 +}
  105 +
  106 +/*
  107 +* — subscribe.html —
  108 +*/
  109 +.modal-header {
  110 + border-bottom: 1px solid #E6E7E8 !important;
  111 +}
  112 +
  113 +.modal-footer {
  114 + border-top: 1px solid #E6E7E8 !important;
  115 +}
  116 +
  117 +/*
  118 +* — subject_card.html —
  119 +*/
  120 +
  121 +.access-subject {
  122 + background-color: #2eb82e !important;
  123 + color: white;
  124 +}
  125 +
  126 +/*
  127 +* — Groups App —
  128 +*/
  129 +
78 130 .group-panel > .panel-heading {
79 131 background-color: #FFFFFF !important;
80 132 }
... ... @@ -83,15 +135,16 @@ a, a:focus, a:hover {
83 135 color: #000000 !important;
84 136 }
85 137  
86   -.resource-link{
87   - color: #000000 !important;
88   -}
89   -
90 138 .group-panel-body {
91 139 background: #FFFFFF !important;
92 140 border-top: 1px solid #CCCCCC;
93 141 }
94 142  
  143 +
  144 +/*
  145 +* === Resources Common (ex: PDF, WebPage ) App ===
  146 +*/
  147 +
95 148 .topic-panel > .panel-heading {
96 149 background-color: #1d8fe0 !important;
97 150 }
... ... @@ -162,6 +215,12 @@ a, a:focus, a:hover {
162 215 background: #FFFFFF;
163 216 }
164 217  
  218 +/*
  219 +* === Amadeus APP ===
  220 +*/
  221 +
  222 +
  223 +
165 224 .navbar-brand:hover {
166 225 background: #00695C !important;
167 226 }
... ... @@ -186,9 +245,6 @@ a, a:focus, a:hover {
186 245 color: #F5F5F5;
187 246 }
188 247  
189   -#btn-search:hover {
190   - background: #00695C;
191   -}
192 248  
193 249 .dropdown-menu {
194 250 background: #F5F5F5;
... ... @@ -227,13 +283,6 @@ a, a:focus, a:hover {
227 283 background: #F5F5F5;
228 284 }
229 285  
230   -.modal-header {
231   - border-bottom: 1px solid #E6E7E8 !important;
232   -}
233   -
234   -.modal-footer {
235   - border-top: 1px solid #E6E7E8 !important;
236   -}
237 286  
238 287 #horizontal-line{
239 288 background-color: black;
... ... @@ -316,10 +365,6 @@ a, a:focus, a:hover {
316 365 background-color: #00695C;
317 366 }
318 367  
319   -.access-subject {
320   - background-color: #2eb82e !important;
321   - color: white;
322   -}
323 368  
324 369 .page_selector h4 {
325 370 border-bottom: 1px solid #e5e5e5;
... ... @@ -370,6 +415,11 @@ a, a:focus, a:hover {
370 415 border-color: #039BE5;
371 416 }
372 417  
  418 +
  419 +/*
  420 +* — Pendencies Form —
  421 +*/
  422 +
373 423 .notifies {
374 424 border: 1px solid #EEEEEE;
375 425 }
... ... @@ -392,6 +442,11 @@ a.add-row {
392 442 color: rgba(255,255,255,.84);
393 443 }
394 444  
  445 +
  446 +/*
  447 +* — Resource List on topic templates —
  448 +*/
  449 +
395 450 .resource_list > .list-group-item {
396 451 background-color: #fff;
397 452 border: 1px solid #ddd;
... ... @@ -437,9 +492,7 @@ a.add-row {
437 492 background-color: initial !important;
438 493 }
439 494  
440   -.notify_badge {
441   - background-color: #FF0000 !important;
442   -}
  495 +
443 496  
444 497 #search-results-title{
445 498 color: #BDBDBD;
... ...