theme.layout.nav.styl 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. /**
  2. * Stylesheet
  3. *
  4. * @namespace Lungo.Theme
  5. * @class Layout
  6. *
  7. * @author Javier Jimenez Villar <javi@tapquo.com> || @soyjavi
  8. */
  9. nav
  10. section header > &
  11. &:not(.on-right)
  12. & a, button
  13. color: darken(THEME, 55%)
  14. &.on-right
  15. & a, button
  16. color: lighten(THEME, 95%)
  17. aside header > &
  18. & a, button
  19. color: lighten(ASIDE, 25%)
  20. text-shadow: 0 1px darken(ASIDE, 10%)
  21. header > &
  22. a, button
  23. &:active, &.active
  24. color: WHITE !important
  25. text-shadow: 0 0 1em WHITE
  26. section > footer > & > a, &[data-control=groupbar] > a
  27. color: NAV_LINK
  28. transition text-shadow TRANSITION_time TRANSITION_easing
  29. &.active
  30. color: NAV_LINK_ACTIVE
  31. text-shadow: 0 0 1em NAV_LINK
  32. &[data-control=menu]
  33. background-color: rgba(0,0,0,0.9)
  34. box-shadow 0 2px 0 SHADOW
  35. &.icons
  36. & > a
  37. & > .icon
  38. color: NAV_LINK_ACTIVE
  39. & > abbr
  40. color: NAV_LINK
  41. &:active, &:hover
  42. & > .icon
  43. text-shadow: 0 0 2em NAV_LINK_ACTIVE
  44. &:not(.icons)
  45. & > a
  46. & > .icon
  47. color: NAV_LINK
  48. & > abbr
  49. color: NAV_LINK_ACTIVE
  50. &:active, &:hover
  51. background-color: rgba(255,255,255,0.2)
  52. & > .icon
  53. color: THEME