Commit 4812073dab94a392c0ec7eb8534203c3e0aa0b0d

Authored by felipebormann
1 parent 0d0e7fc7

black theme

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