lungo.layout.list.styl 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. /**
  2. * Stylesheet
  3. *
  4. * @namespace Lungo.Layout
  5. * @class List
  6. *
  7. * @author Javier Jimenez Villar <javi@tapquo.com> || @soyjavi
  8. */
  9. @import "constants.styl"
  10. .list
  11. & li
  12. list-style-type: none
  13. padding: 14px 10px
  14. position: relative
  15. &, & a, & small, & .right
  16. font-weight: 300
  17. &.arrow::after
  18. position: absolute
  19. right: 8px
  20. top: 40%
  21. width: 6px
  22. height: 6px
  23. content: ''
  24. border-right: 3px solid #D0D0D8
  25. border-top: 3px solid #D0D0D8
  26. transform( rotate(45deg) )
  27. & a
  28. display: block
  29. & > .icon, > img
  30. float: left
  31. width: 32px
  32. height: 32px
  33. margin-right: 8px
  34. font-size: 2.6em
  35. line-height: 1.0em
  36. text-align: center
  37. &.thumb
  38. & img, & .icon
  39. margin: -15px 10px -15px -10px
  40. height: 63px !important
  41. width:63px !important
  42. font-size: 3.6em
  43. &.anchor
  44. padding: 2px 10px
  45. & .tag
  46. display: none
  47. & strong
  48. position: relative
  49. font-size: FONT_SIZE_BIG
  50. font-weight: 400
  51. & small
  52. display: block
  53. overflow: hidden
  54. white-space: nowrap
  55. text-overflow: ellipsis
  56. & + .right
  57. margin-top: -12px
  58. & small, &.anchor, & .right:not(.tag)
  59. font-size: FONT_SIZE_SMALL
  60. & .loading .right
  61. font-size: 1.0em
  62. & .right .icon, & small .icon
  63. height: 13px !important
  64. width: 13px !important
  65. margin-right: 1px !important
  66. font-size: 1.2em !important
  67. line-height: 1.1em
  68. &.indented li
  69. margin-bottom: 10px