You are here

colors.css in Thunder 8.5

/* ---------- Color Module Styles ----------- */

body {
  color: #3b3b3b;
  background: #292929;
}
#page,
#main-wrapper,
.region-primary-menu .menu-item a.is-active,
.region-primary-menu .menu-item--active-trail a {
  background: #ffffff;
}
.tabs ul.primary li a.is-active {
  background-color: #ffffff;
}
.tabs ul.primary li.is-active a {
  background-color: #ffffff;
  border-bottom-color: #ffffff;
}
#header {
  background-color: #00a0e6;
}
a,
.link {
  color: #00a0e6;
}
a:hover,
a:focus,
.link:hover,
.link:focus {
  color: #00558c;
}
a:active,
.link:active {
  color: #23aeff;
}
.sidebar .block {
  background-color: #f6f6f2;
  border-color: #f9f9f9;
}
.site-footer {
  background: #292929;
}
.region-header,
.region-header a,
.region-header li a.is-active,
.site-branding__text,
.site-branding,
.site-branding__text a,
.site-branding a,
.region-secondary-menu .menu-item a,
.region-secondary-menu .menu-item a.is-active {
  color: #fffeff;
}

/* ---------- Color Form ----------- */

[dir="rtl"] .color-form .color-palette {
  margin-left: 0;
  margin-right: 20px;
}
[dir="rtl"] .color-form .form-item label {
  float: right;
}
[dir="rtl"] .color-form .color-palette .lock {
  right: -20px;
  left: 0;
}

File

themes/thunder_base/css/colors.css
View source
  1. /* ---------- Color Module Styles ----------- */
  2. body {
  3. color: #3b3b3b;
  4. background: #292929;
  5. }
  6. #page,
  7. #main-wrapper,
  8. .region-primary-menu .menu-item a.is-active,
  9. .region-primary-menu .menu-item--active-trail a {
  10. background: #ffffff;
  11. }
  12. .tabs ul.primary li a.is-active {
  13. background-color: #ffffff;
  14. }
  15. .tabs ul.primary li.is-active a {
  16. background-color: #ffffff;
  17. border-bottom-color: #ffffff;
  18. }
  19. #header {
  20. background-color: #00a0e6;
  21. }
  22. a,
  23. .link {
  24. color: #00a0e6;
  25. }
  26. a:hover,
  27. a:focus,
  28. .link:hover,
  29. .link:focus {
  30. color: #00558c;
  31. }
  32. a:active,
  33. .link:active {
  34. color: #23aeff;
  35. }
  36. .sidebar .block {
  37. background-color: #f6f6f2;
  38. border-color: #f9f9f9;
  39. }
  40. .site-footer {
  41. background: #292929;
  42. }
  43. .region-header,
  44. .region-header a,
  45. .region-header li a.is-active,
  46. .site-branding__text,
  47. .site-branding,
  48. .site-branding__text a,
  49. .site-branding a,
  50. .region-secondary-menu .menu-item a,
  51. .region-secondary-menu .menu-item a.is-active {
  52. color: #fffeff;
  53. }
  54. /* ---------- Color Form ----------- */
  55. [dir="rtl"] .color-form .color-palette {
  56. margin-left: 0;
  57. margin-right: 20px;
  58. }
  59. [dir="rtl"] .color-form .form-item label {
  60. float: right;
  61. }
  62. [dir="rtl"] .color-form .color-palette .lock {
  63. right: -20px;
  64. left: 0;
  65. }