You are here

ultimenu--htb-tabs-orange.css in Ultimenu 8

Skin based on safe CSS file name: ultimenu--htb-tabs-orange.

File

skins/ultimenu--htb-tabs-orange.css
View source
  1. /**
  2. * @file
  3. * Skin based on safe CSS file name: ultimenu--htb-tabs-orange.
  4. */
  5. .ultimenu--htb-tabs-orange .block:first-child {
  6. float: left;
  7. width: 45%;
  8. }
  9. .ultimenu--htb-tabs-orange .block:nth-child(2) {
  10. margin-left: 48%;
  11. }
  12. .ultimenu--htb-tabs-orange .ultimenu__flyout {
  13. background-color: #ff5500;
  14. -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2);
  15. -moz-box-shadow: 0 2px 2px rgba(0,0,0,.2);
  16. -ms-box-shadow: 0 2px 2px rgba(0,0,0,.2);
  17. -o-box-shadow: 0 2px 2px rgba(0,0,0,.2);
  18. box-shadow: 0 2px 2px rgba(0,0,0,.2);
  19. }
  20. .ultimenu--htb-tabs-orange .region {
  21. background: #fff;
  22. font-size: 13px;
  23. padding: 20px;
  24. }
  25. .ultimenu--htb-tabs-orange .block {
  26. display: block;
  27. padding: 1em;
  28. }
  29. .ultimenu--htb-tabs-orange .ultimenu__link {
  30. border-top: 1px solid transparent;
  31. font-family: Arial, sans-serif;
  32. font-size: 17px;
  33. font-weight: 600;
  34. padding: 0.5em 1.5em 0.75em;
  35. position: relative;
  36. z-index: 103; /*Above the flyout z-index: 102*/
  37. }
  38. .ultimenu--htb-tabs-orange .ultimenu__link > small {
  39. font-weight: 400;
  40. }
  41. /* @todo is-active https://www.drupal.org/node/2281785 */
  42. .ultimenu--htb-tabs-orange > li:hover > a,
  43. .ultimenu--htb-tabs-orange .ultimenu__link.is-active {
  44. background-color: #ff5500;
  45. border-radius: 5px;
  46. border-top: 1px solid #ffa070;
  47. color: #fff;
  48. }
  49. .ultimenu--htb-tabs-blue .ultimenu__link:hover,
  50. .ultimenu--htb-tabs-blue > li a.is-active {
  51. color: #fff;
  52. }
  53. .ultimenu--htb-tabs-orange .ultimenu__link.is-active {
  54. background-color: #ff5500;
  55. border-radius: 5px;
  56. }
  57. .ultimenu--htb-tabs-orange > li.has-ultimenu:hover > a {
  58. background-color: #ff5500;
  59. border-radius: 5px 5px 0 0;
  60. }
  61. .ultimenu--htb-tabs-orange > li:hover .ultimenu__flyout {
  62. margin-top: -6px;
  63. }
  64. .ultimenu--htb-tabs-orange .ultimenu__flyout {
  65. border-top: 1px solid #48a9e4;
  66. }
  67. /**
  68. * Bartik header has links white
  69. */
  70. .ultimenu--htb-tabs-orange .ultimenu__flyout a:link,
  71. .ultimenu--htb-tabs-orange .ultimenu__flyout a:visited {
  72. color: #0071b3;
  73. }
  74. .ultimenu--htb-tabs-orange .ultimenu__flyout a:hover,
  75. .ultimenu--htb-tabs-orange .ultimenu__flyout a:active {
  76. color: #018fe2;
  77. }