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.

129 lines
2.8 KiB

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.5em 0em;
  15. @eventMargin: 0em;
  16. @eventBackground: none;
  17. @eventDivider: 1px solid @borderColor;
  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.5em;
  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.75em 0em 0.75em 1em;
  39. /* Content */
  40. @contentDisplay: table-cell;
  41. @contentVerticalAlign: top;
  42. @contentTextAlign: left;
  43. @contentWordWrap: break-word;
  44. /* Date */
  45. @dateMargin: -0.4em 0em 0em;
  46. @dateColor: rgba(0, 0, 0, 0.6);
  47. /* Summary */
  48. @summaryMargin: 0em;
  49. @summaryFontSize: 1em;
  50. @summaryFontWeight: bold;
  51. @summaryColor: @textColor;
  52. /* Summary Image */
  53. @summaryImageWidth: auto;
  54. @summaryImageHeight: 2em;
  55. @summaryImageMargin: -0.25em 0.25em 0em 0em;
  56. @summaryImageVerticalAlign: middle;
  57. @summaryImageBorderRadius: 0.25em;
  58. /* Summary Date */
  59. @summaryDateDisplay: inline-block;
  60. @summaryDateFloat: none;
  61. @summaryDateFontWeight: normal;
  62. @summaryDateFontStyle: normal;
  63. @summaryDateMargin: 0em;
  64. @summaryDatePadding: 0em;
  65. /* User */
  66. @userFontWeight: bold;
  67. @userDistance: 0em;
  68. @userImageWidth: @summaryImageWidth;
  69. @userImageHeight: @summaryImageHeight;
  70. @userImageMargin: @summaryImageMargin;
  71. @userImageVerticalAlign: @summaryImageVerticalAlign;
  72. /* Extra Summary Data */
  73. @extraMargin: 0.5em 0em 0em;
  74. @extraBackground: none;
  75. @extraPadding: 0em;
  76. @extraColor: @lightTextColor;
  77. /* Extra Images */
  78. @extraImageMargin: 0em 0.25em 0em 0em;
  79. @extraImageWidth: 6em;
  80. /* Extra Text */
  81. @extraTextPadding: 0.5em 1em;
  82. @extraTextPointer: 0.2em solid rgba(0, 0, 0, 0.1);
  83. /* Metadata Group */
  84. @metadataDisplay: inline-block;
  85. @metadataFontSize: 0.9em;
  86. @metadataMargin: 1em 0em 0em;
  87. @metadataBackground: none;
  88. @metadataBorder: none;
  89. @metadataBorderRadius: 0;
  90. @metadataBoxShadow: none;
  91. @metadataPadding: 0em;
  92. @metadataColor: rgba(0, 0, 0, 0.6);
  93. /* Metadata Divider */
  94. @metadataDivider: '|';
  95. @metadataDividerColor: rgba(0, 0, 0, 0.2);
  96. @metadataDividerOffset: -1em;
  97. @metadataActionCursor: pointer;
  98. @metadataActionOpacity: 1;
  99. @metadataActionColor: rgba(0, 0, 0, 0.5);
  100. @metadataActionTransition: color @transitionDuration @transitionEasing;
  101. @metadataActionHoverColor: @selectedTextColor;
  102. /*-------------------
  103. Variations
  104. --------------------*/
  105. /* Size */
  106. @small: 0.9em;
  107. @medium: 1em;