|
|
@ -56,19 +56,19 @@ |
|
|
|
@dateMargin: -0.5rem 0em 0em; |
|
|
|
@datePadding: 0em; |
|
|
|
@dateColor: @lightTextColor; |
|
|
|
@dateFontSize: 1em; |
|
|
|
@dateFontSize: @relativeMedium; |
|
|
|
@dateFontWeight: normal; |
|
|
|
@dateFontStyle: normal; |
|
|
|
|
|
|
|
/* Summary */ |
|
|
|
@summaryMargin: 0em; |
|
|
|
@summaryFontSize: 1em; |
|
|
|
@summaryFontSize: @relativeMedium; |
|
|
|
@summaryFontWeight: bold; |
|
|
|
@summaryColor: @textColor; |
|
|
|
|
|
|
|
/* Summary Image */ |
|
|
|
@summaryImageWidth: auto; |
|
|
|
@summaryImageHeight: 2em; |
|
|
|
@summaryImageHeight: 10em; |
|
|
|
@summaryImageMargin: -0.25em 0.25em 0em 0em; |
|
|
|
@summaryImageVerticalAlign: middle; |
|
|
|
@summaryImageBorderRadius: 0.25em; |
|
|
@ -78,7 +78,7 @@ |
|
|
|
@summaryDateFloat: none; |
|
|
|
@summaryDateMargin: 0em 0em 0em 0.5em; |
|
|
|
@summaryDatePadding: 0em; |
|
|
|
@summaryDateFontSize: 0.875em; |
|
|
|
@summaryDateFontSize: @relativeTiny; |
|
|
|
@summaryDateFontWeight: @dateFontWeight; |
|
|
|
@summaryDateFontStyle: @dateFontStyle; |
|
|
|
@summaryDateColor: @dateColor; |
|
|
@ -102,15 +102,15 @@ |
|
|
|
@extraImageWidth: 6em; |
|
|
|
|
|
|
|
/* Extra Text */ |
|
|
|
@extraTextPadding: 0.5em 1em; |
|
|
|
@extraTextPointer: 3px solid rgba(0, 0, 0, 0.2); |
|
|
|
@extraTextFontSize: 1em; |
|
|
|
@extraTextLineHeight: 1.33; |
|
|
|
@extraTextPadding: 0em; |
|
|
|
@extraTextPointer: none; |
|
|
|
@extraTextFontSize: @relativeMedium; |
|
|
|
@extraTextLineHeight: @lineHeight; |
|
|
|
@extraTextMaxWidth: 500px; |
|
|
|
|
|
|
|
/* Metadata Group */ |
|
|
|
@metadataDisplay: inline-block; |
|
|
|
@metadataFontSize: 0.875em; |
|
|
|
@metadataFontSize: @relativeTiny; |
|
|
|
@metadataMargin: 0.5em 0em 0em; |
|
|
|
@metadataBackground: none; |
|
|
|
@metadataBorder: none; |
|
|
|