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.

46 lines
1.0 KiB

10 years ago
  1. /*******************************
  2. Comments
  3. *******************************/
  4. /*-------------------
  5. Elements
  6. --------------------*/
  7. /* Comment */
  8. @commentBackground: #FFFFFF;
  9. @commentMargin: 1em 0em 0em;
  10. @commentPadding: 1em 1.5em;
  11. @commentBorder: 1px solid rgba(0, 0, 0, 0.1);
  12. @commentDivider: 1px solid rgba(0, 0, 0, 0.1);
  13. @firstCommentMargin: 1em;
  14. @firstCommentPadding: 1em;
  15. /* Nested Comment */
  16. @nestedCommentsMargin: 0em 0em 0.5em 0.5em;
  17. @nestedCommentsPadding: 1em 0em 0em 1em;
  18. @nestedCommentBackground: #F0F0F0;
  19. /* Avatar */
  20. @avatarWidth: 3.5em;
  21. @avatarSpacing: 1.5em;
  22. @avatarBorderRadius: @circularRadius;
  23. /* Content */
  24. @contentMargin: @avatarWidth + @avatarSpacing;
  25. /* Author */
  26. @authorFontSize: 1em;
  27. @authorColor: @primaryColor;
  28. @authorHoverColor: @primaryColorHover;
  29. @authorFontWeight: bold;
  30. @metadataDisplay: block;
  31. @metadataSpacing: 0em;
  32. @metadataColor: @textColor;
  33. /*-------------------
  34. Variations
  35. --------------------*/
  36. /* Threaded */
  37. @threadedCommentMargin: -1.5em 0 -1em (@avatarWidth / 2);