You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

148 lines
3.2 KiB

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
  1. /*******************************
  2. Feed
  3. *******************************/
  4. /*-------------------
  5. Feed
  6. --------------------*/
  7. @margin: 1em;
  8. /*-------------------
  9. Elements
  10. --------------------*/
  11. /* Event */
  12. @eventDisplay: table;
  13. @eventWidth: 100%;
  14. @eventPadding: 0.5rem 0em;
  15. @eventMargin: 0em;
  16. @eventBackground: none;
  17. @eventDivider: none;
  18. /* Event Label */
  19. @labelDisplay: table-cell;
  20. @labelWidth: 2.5em;
  21. @labelHeight: 2.5em;
  22. @labelVerticalAlign: top;
  23. @labelTextAlign: left;
  24. /* Icon Label */
  25. @iconLabelOpacity: 1;
  26. @iconLabelWidth: 100%;
  27. @iconLabelSize: 1.5em;
  28. @iconLabelPadding: 0.25em;
  29. @iconLabelBackground: none;
  30. @iconLabelBorderRadius: none;
  31. @iconLabelBorder: none;
  32. @iconLabelColor: rgba(0, 0, 0, 0.6);
  33. /* Image Label */
  34. @imageLabelWidth: 100%;
  35. @imageLabelHeight: auto;
  36. @imageLabelBorderRadius: @circularRadius;
  37. /* Content w/ Label */
  38. @labeledContentPadding: 0.5em 0em 0.5em 1.5em;
  39. @lastLabeledContentPadding: 0em;
  40. /* Content */
  41. @contentDisplay: table-cell;
  42. @contentVerticalAlign: top;
  43. @contentTextAlign: left;
  44. @contentWordWrap: break-word;
  45. /* Date */
  46. @dateMargin: -0.5rem 0em 0em;
  47. @datePadding: 0em;
  48. @dateColor: @lightTextColor;
  49. @dateFontSize: 1em;
  50. @dateFontWeight: normal;
  51. @dateFontStyle: normal;
  52. /* Summary */
  53. @summaryMargin: 0em;
  54. @summaryFontSize: 1em;
  55. @summaryFontWeight: bold;
  56. @summaryColor: @textColor;
  57. /* Summary Image */
  58. @summaryImageWidth: auto;
  59. @summaryImageHeight: 2em;
  60. @summaryImageMargin: -0.25em 0.25em 0em 0em;
  61. @summaryImageVerticalAlign: middle;
  62. @summaryImageBorderRadius: 0.25em;
  63. /* Summary Date */
  64. @summaryDateDisplay: inline-block;
  65. @summaryDateFloat: none;
  66. @summaryDateMargin: 0em 0em 0em 0.5em;
  67. @summaryDatePadding: 0em;
  68. @summaryDateFontSize: 0.875em;
  69. @summaryDateFontWeight: @dateFontWeight;
  70. @summaryDateFontStyle: @dateFontStyle;
  71. @summaryDateColor: @dateColor;
  72. /* User */
  73. @userFontWeight: bold;
  74. @userDistance: 0em;
  75. @userImageWidth: @summaryImageWidth;
  76. @userImageHeight: @summaryImageHeight;
  77. @userImageMargin: @summaryImageMargin;
  78. @userImageVerticalAlign: @summaryImageVerticalAlign;
  79. /* Extra Summary Data */
  80. @extraMargin: 0.5em 0em 0em;
  81. @extraBackground: none;
  82. @extraPadding: 0em;
  83. @extraColor: @textColor;
  84. /* Extra Images */
  85. @extraImageMargin: 0em 0.25em 0em 0em;
  86. @extraImageWidth: 6em;
  87. /* Extra Text */
  88. @extraTextPadding: 0.5em 1em;
  89. @extraTextPointer: 3px solid rgba(0, 0, 0, 0.2);
  90. @extraTextFontSize: 1em;
  91. @extraTextLineHeight: 1.33;
  92. @extraTextMaxWidth: 500px;
  93. /* Metadata Group */
  94. @metadataDisplay: inline-block;
  95. @metadataFontSize: 0.875em;
  96. @metadataMargin: 0.5em 0em 0em;
  97. @metadataBackground: none;
  98. @metadataBorder: none;
  99. @metadataBorderRadius: 0;
  100. @metadataBoxShadow: none;
  101. @metadataPadding: 0em;
  102. @metadataColor: rgba(0, 0, 0, 0.6);
  103. @metadataElementSpacing: 0.75em;
  104. /* Like */
  105. @likeColor: '';
  106. @likeHoverColor: #FF2733;
  107. @likeActiveColor: #EF404A;
  108. @likeTransition: 0.2s color ease;
  109. /* Metadata Divider */
  110. @metadataDivider: '';
  111. @metadataDividerColor: rgba(0, 0, 0, 0.2);
  112. @metadataDividerOffset: -1em;
  113. @metadataActionCursor: pointer;
  114. @metadataActionOpacity: 1;
  115. @metadataActionColor: rgba(0, 0, 0, 0.5);
  116. @metadataActionTransition: color @transitionDuration @transitionEasing;
  117. @metadataActionHoverColor: @selectedTextColor;
  118. /*-------------------
  119. Variations
  120. --------------------*/
  121. /* Size */
  122. @small: 0.9em;
  123. @medium: 1em;
  124. @large: 1.1em;