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.
149 lines
3.2 KiB
149 lines
3.2 KiB
/*******************************
|
|
Feed
|
|
*******************************/
|
|
|
|
/*-------------------
|
|
Feed
|
|
--------------------*/
|
|
|
|
@margin: 1em;
|
|
|
|
/*-------------------
|
|
Elements
|
|
--------------------*/
|
|
|
|
/* Event */
|
|
@eventDisplay: table;
|
|
@eventWidth: 100%;
|
|
@eventPadding: 0.5rem 0em;
|
|
@eventMargin: 0em;
|
|
@eventBackground: none;
|
|
@eventDivider: none;
|
|
|
|
/* Event Label */
|
|
@labelDisplay: table-cell;
|
|
@labelWidth: 2.5em;
|
|
@labelHeight: 2.5em;
|
|
@labelVerticalAlign: top;
|
|
@labelTextAlign: left;
|
|
|
|
/* Icon Label */
|
|
@iconLabelOpacity: 1;
|
|
@iconLabelWidth: 100%;
|
|
@iconLabelSize: 1.5em;
|
|
@iconLabelPadding: 0.25em;
|
|
@iconLabelBackground: none;
|
|
@iconLabelBorderRadius: none;
|
|
@iconLabelBorder: none;
|
|
@iconLabelColor: rgba(0, 0, 0, 0.6);
|
|
|
|
/* Image Label */
|
|
@imageLabelWidth: 100%;
|
|
@imageLabelHeight: auto;
|
|
@imageLabelBorderRadius: @circularRadius;
|
|
|
|
/* Content w/ Label */
|
|
@labeledContentPadding: 0.5em 0em 0.5em 1.5em;
|
|
@lastLabeledContentPadding: 0em;
|
|
|
|
/* Content */
|
|
@contentDisplay: table-cell;
|
|
@contentVerticalAlign: top;
|
|
@contentTextAlign: left;
|
|
@contentWordWrap: break-word;
|
|
|
|
/* Date */
|
|
@dateMargin: -0.5rem 0em 0em;
|
|
@datePadding: 0em;
|
|
@dateColor: @lightTextColor;
|
|
@dateFontSize: 1em;
|
|
@dateFontWeight: normal;
|
|
@dateFontStyle: normal;
|
|
|
|
/* Summary */
|
|
@summaryMargin: 0em;
|
|
@summaryFontSize: 1em;
|
|
@summaryFontWeight: bold;
|
|
@summaryColor: @textColor;
|
|
|
|
/* Summary Image */
|
|
@summaryImageWidth: auto;
|
|
@summaryImageHeight: 2em;
|
|
@summaryImageMargin: -0.25em 0.25em 0em 0em;
|
|
@summaryImageVerticalAlign: middle;
|
|
@summaryImageBorderRadius: 0.25em;
|
|
|
|
/* Summary Date */
|
|
@summaryDateDisplay: inline-block;
|
|
@summaryDateFloat: none;
|
|
@summaryDateMargin: 0em 0em 0em 0.5em;
|
|
@summaryDatePadding: 0em;
|
|
@summaryDateFontSize: 0.875em;
|
|
@summaryDateFontWeight: @dateFontWeight;
|
|
@summaryDateFontStyle: @dateFontStyle;
|
|
@summaryDateColor: @dateColor;
|
|
|
|
/* User */
|
|
@userFontWeight: bold;
|
|
@userDistance: 0em;
|
|
@userImageWidth: @summaryImageWidth;
|
|
@userImageHeight: @summaryImageHeight;
|
|
@userImageMargin: @summaryImageMargin;
|
|
@userImageVerticalAlign: @summaryImageVerticalAlign;
|
|
|
|
/* Extra Summary Data */
|
|
@extraMargin: 0.5em 0em 0em;
|
|
@extraBackground: none;
|
|
@extraPadding: 0em;
|
|
@extraColor: @textColor;
|
|
|
|
/* Extra Images */
|
|
@extraImageMargin: 0em 0.25em 0em 0em;
|
|
@extraImageWidth: 6em;
|
|
|
|
/* Extra Text */
|
|
@extraTextPadding: 0.5em 1em;
|
|
@extraTextPointer: 3px solid rgba(0, 0, 0, 0.2);
|
|
@extraTextFontSize: 1em;
|
|
@extraTextLineHeight: 1.33;
|
|
@extraTextMaxWidth: 500px;
|
|
|
|
/* Metadata Group */
|
|
@metadataDisplay: inline-block;
|
|
@metadataFontSize: 0.875em;
|
|
@metadataMargin: 0.5em 0em 0em;
|
|
@metadataBackground: none;
|
|
@metadataBorder: none;
|
|
@metadataBorderRadius: 0;
|
|
@metadataBoxShadow: none;
|
|
@metadataPadding: 0em;
|
|
@metadataColor: rgba(0, 0, 0, 0.6);
|
|
|
|
@metadataElementSpacing: 0.75em;
|
|
|
|
/* Like */
|
|
@likeColor: '';
|
|
@likeHoverColor: #FF2733;
|
|
@likeActiveColor: #EF404A;
|
|
@likeTransition: 0.2s color ease;
|
|
|
|
/* Metadata Divider */
|
|
@metadataDivider: '';
|
|
@metadataDividerColor: rgba(0, 0, 0, 0.2);
|
|
@metadataDividerOffset: -1em;
|
|
|
|
@metadataActionCursor: pointer;
|
|
@metadataActionOpacity: 1;
|
|
@metadataActionColor: rgba(0, 0, 0, 0.5);
|
|
@metadataActionTransition: color @transitionDuration @transitionEasing;
|
|
|
|
@metadataActionHoverColor: @selectedTextColor;
|
|
|
|
/*-------------------
|
|
Variations
|
|
--------------------*/
|
|
|
|
/* Size */
|
|
@small: 0.9em;
|
|
@medium: 1em;
|
|
@large: 1.1em;
|