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: lighten(THEME, 90%)
  14. &.on-right
  15. & a, button
  16. color: lighten(THEME, 50%)
  17. & a, button
  18. text-shadow: 0 1px darken(THEME, 10%)
  19. aside header > &
  20. & a, button
  21. color: lighten(ASIDE, 25%)
  22. text-shadow: 0 1px darken(ASIDE, 10%)
  23. header > &
  24. a, button
  25. &:active, &.active
  26. color: WHITE !important
  27. text-shadow: 0 0 1em WHITE
  28. section > footer > & > a, &[data-control=groupbar] > a
  29. color: NAV_LINK
  30. transition box-shadow TRANSITION_time TRANSITION_easing
  31. &.active
  32. color: NAV_LINK_ACTIVE
  33. section > &[data-control=groupbar] > a.active
  34. box-shadow inset 0 -3px 0 THEME
  35. section > footer > & > a.active
  36. box-shadow inset 0 3px THEME
  37. &[data-control=menu]
  38. background-color: rgba(0,0,0,0.9)
  39. box-shadow 0 2px 0 SHADOW
  40. &.icons
  41. & > a
  42. color: lighten(COLOR, 40%)
  43. &:active > .icon
  44. text-shadow: 0 0 2em #fff
  45. & > .icon
  46. color: #fff
  47. &:not(.icons)
  48. & > a
  49. color: #fff
  50. & > .icon
  51. color: lighten(COLOR, 40%)
  52. &:active, &:hover
  53. background-color: rgba(255,255,255,0.2)