theme.widget.styl 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. /**
  2. * Stylesheet
  3. *
  4. * @namespace Lungo.Theme
  5. * @class Layout
  6. *
  7. * @author Javier Jimenez Villar <javi@tapquo.com> || @soyjavi
  8. */
  9. /* ================================= TAG ================================= */
  10. .tag:not(.icon)
  11. color: #fff
  12. border-radius BORDER_radius
  13. font-weight: 700 !important
  14. &.count
  15. background-color: THEME
  16. header .count
  17. background-color: THEME-dark !important
  18. footer &
  19. box-shadow inset 0 1px 1px rgba(255,255,255,0.3), 0 1px 2px rgba(0,0,0,0.5)
  20. /* =============================== MESSAGE =============================== */
  21. body > section > article > .empty
  22. & > .icon, > strong, > small
  23. text-shadow: 0 1px 0 lighten(BACKGROUND, 95%)
  24. & > .icon, > small
  25. color: darken(BACKGROUND, 20%)
  26. & > strong
  27. color: darken(BACKGROUND, 40%)
  28. /* ================================= PULL =============================== */
  29. body > section > [data-control="pull"]
  30. background-color: darken(BACKGROUND, 15%)
  31. color: darken(BACKGROUND, 50%)
  32. text-shadow: 0 1px 1px BACKGROUND
  33. & > strong
  34. font-weight: 700
  35. &.rotate
  36. color: darken(BACKGROUND, 75%)