Lungo.widgets.colour.styl 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. /**
  2. * Stylesheet
  3. *
  4. * @namespace Lungo.Widgets
  5. * @class Colour
  6. *
  7. * @author Javier Jimenez Villar <javi@tapquo.com> || @soyjavi
  8. */
  9. @import "import/constants.styl"
  10. @import "import/vendor.styl"
  11. a.grey, .grey
  12. background-color: GREY
  13. a.dark-grey, .dark-grey
  14. background-color: BLACK
  15. a.red, .red
  16. background-color: RED
  17. a.lightgreen, .lightgreen
  18. background-color: LIGHTGREEN
  19. a.green, .green
  20. background-color: GREEN
  21. a.blue, .blue
  22. background-color: BLUE
  23. a.arcticblue, .arcticblue
  24. background-color: ARCTICBLUE
  25. a.orange, .orange
  26. background-color: ORANGE
  27. a.purple, .purple
  28. background-color: PURPLE
  29. a.magenta, .magenta
  30. background-color: MAGENTA
  31. a.pink, .pink
  32. background-color: PINK
  33. a.yellow, .yellow
  34. background-color: YELLOW
  35. a.twitter, .twitter:not(span)
  36. background-color: TWITTER
  37. a.facebook, .facebook:not(span)
  38. background-color: FACEBOOK
  39. li.grey
  40. box-shadow: inset 4px 0px 0px GREY
  41. li.dark-grey
  42. box-shadow: inset 4px 0px 0px BLACK
  43. li.red
  44. box-shadow: inset 4px 0px 0px RED
  45. li.lightgreen
  46. box-shadow: inset 4px 0px 0px LIGHTGREEN
  47. li.green
  48. box-shadow: inset 4px 0px 0px GREEN
  49. li.blue
  50. box-shadow: inset 4px 0px 0px BLUE
  51. li.arcticblue
  52. box-shadow: inset 4px 0px 0px ARCTICBLUE
  53. li.orange
  54. box-shadow: inset 4px 0px 0px ORANGE
  55. li.purple
  56. box-shadow: inset 4px 0px 0px PURPLE
  57. li.magenta
  58. box-shadow: inset 4px 0px 0px MAGENTA
  59. li.pink
  60. box-shadow: inset 4px 0px 0px PINK
  61. li.yellow
  62. box-shadow: inset 4px 0px 0px YELLOW
  63. li.twitter
  64. box-shadow: inset 4px 0px 0px TWITTER
  65. li.facebook
  66. box-shadow: inset 4px 0px 0px FACEBOOK