replace zxq.co/ripple/hanayo
This commit is contained in:
3
semantic/src/themes/dark/views/ad.overrides
Normal file
3
semantic/src/themes/dark/views/ad.overrides
Normal file
@@ -0,0 +1,3 @@
|
||||
/*******************************
|
||||
Theme Overrides
|
||||
*******************************/
|
13
semantic/src/themes/dark/views/ad.variables
Normal file
13
semantic/src/themes/dark/views/ad.variables
Normal file
@@ -0,0 +1,13 @@
|
||||
/*******************************
|
||||
Advertisement
|
||||
*******************************/
|
||||
|
||||
@margin: 1em 0em;
|
||||
@overflow: hidden;
|
||||
|
||||
@testBackground: @lightBlack;
|
||||
@testColor: @white;
|
||||
@testFontWeight: bold;
|
||||
@testText: 'Ad';
|
||||
@testFontSize: @relativeMedium;
|
||||
@testMobileFontSize: @relativeTiny;
|
3
semantic/src/themes/dark/views/card.overrides
Normal file
3
semantic/src/themes/dark/views/card.overrides
Normal file
@@ -0,0 +1,3 @@
|
||||
/*******************************
|
||||
Theme Overrides
|
||||
*******************************/
|
220
semantic/src/themes/dark/views/card.variables
Normal file
220
semantic/src/themes/dark/views/card.variables
Normal file
@@ -0,0 +1,220 @@
|
||||
/*******************************
|
||||
Card
|
||||
*******************************/
|
||||
|
||||
/*-------------------
|
||||
View
|
||||
--------------------*/
|
||||
|
||||
/* Shadow */
|
||||
@shadowDistance: 1px;
|
||||
@shadowBoxShadow: 0px @shadowDistance 3px 0px @solidBorderColor;
|
||||
|
||||
/* Card */
|
||||
@fontFamily: @pageFont;
|
||||
@display: flex;
|
||||
@background: #5a5a5a;
|
||||
@borderRadius: @defaultBorderRadius;
|
||||
@margin: 1em 0em;
|
||||
@minHeight: 0px;
|
||||
@padding: 0em;
|
||||
@width: 290px;
|
||||
@borderWidth: 1px;
|
||||
@borderShadow: 0px 0px 0px @borderWidth @solidBorderColor;
|
||||
@boxShadow:
|
||||
@shadowBoxShadow,
|
||||
@borderShadow
|
||||
;
|
||||
@border: none;
|
||||
@zIndex: '';
|
||||
@transition:
|
||||
box-shadow @defaultDuration @defaultEasing,
|
||||
transform @defaultDuration @defaultEasing
|
||||
;
|
||||
|
||||
/* Card Group */
|
||||
@horizontalSpacing: 1em;
|
||||
@rowSpacing: 1.75em;
|
||||
|
||||
@groupMargin: -(@rowSpacing / 2) -(@horizontalSpacing / 2);
|
||||
@groupDisplay: flex;
|
||||
|
||||
@groupCardFloat: none;
|
||||
@groupCardDisplay: flex;
|
||||
@groupCardMargin: (@rowSpacing / 2) (@horizontalSpacing / 2);
|
||||
|
||||
/* Consecutive Cards */
|
||||
@consecutiveGroupDistance: (@rowSpacing / 2);
|
||||
|
||||
/*-------------------
|
||||
Content
|
||||
--------------------*/
|
||||
|
||||
|
||||
/* Image */
|
||||
@imageBackground: @transparentBlack;
|
||||
@imagePadding: 0em;
|
||||
@imageBorder: none;
|
||||
@imageBoxShadow: none;
|
||||
@imageBorder: none;
|
||||
|
||||
/* Content */
|
||||
@contentDivider: @borderWidth solid @internalBorderColor;
|
||||
@contentMargin: 0em;
|
||||
@contentBackground: none;
|
||||
@contentPadding: 1em 1em;
|
||||
@contentFontSize: 1em;
|
||||
@contentBorderRadius: 0em;
|
||||
@contentBoxShadow: none;
|
||||
@contentBorder: none;
|
||||
|
||||
|
||||
/* Header */
|
||||
@headerMargin: '';
|
||||
@headerFontWeight: bold;
|
||||
@headerFontSize: @relativeBig;
|
||||
@headerLineHeightOffset: -(@lineHeight - 1em) / 2;
|
||||
@headerColor: @darkTextColor;
|
||||
|
||||
/* Metadata */
|
||||
@metaFontSize: @relativeMedium;
|
||||
@metaSpacing: 0.3em;
|
||||
@metaColor: @lightTextColor;
|
||||
|
||||
/* Icons */
|
||||
@actionOpacity: 0.75;
|
||||
@actionHoverOpacity: 1;
|
||||
@actionTransition: color @defaultDuration @defaultEasing;
|
||||
|
||||
@starColor: #FFB70A;
|
||||
@starActiveColor: #FFE623;
|
||||
|
||||
@likeColor: #FF2733;
|
||||
@likeActiveColor: #FF2733;
|
||||
|
||||
/* Links */
|
||||
@contentLinkColor: '';
|
||||
@contentLinkHoverColor: '';
|
||||
@contentLinkTransition: color @defaultDuration @defaultEasing;
|
||||
|
||||
@headerLinkColor: @headerColor;
|
||||
@headerLinkHoverColor: @linkHoverColor;
|
||||
|
||||
@metaLinkColor: @lightTextColor;
|
||||
@metaLinkHoverColor: @textColor;
|
||||
|
||||
/* Description */
|
||||
@descriptionDistance: 0.5em;
|
||||
@descriptionColor: rgba(200, 200, 200, 0.68);
|
||||
|
||||
/* Content Image */
|
||||
@contentImageWidth: '';
|
||||
@contentImageVerticalAlign: middle;
|
||||
|
||||
/* Avatar Image */
|
||||
@avatarSize: 2em;
|
||||
@avatarBorderRadius: @circularRadius;
|
||||
|
||||
/* Paragraph */
|
||||
@paragraphDistance: 0.5em;
|
||||
|
||||
/* Dimmer */
|
||||
@dimmerZIndex: 10;
|
||||
@dimmerColor: '';
|
||||
|
||||
/* Additional Content */
|
||||
@extraDivider: 1px solid rgba(0, 0, 0, 0.05);
|
||||
@extraBackground: none;
|
||||
@extraPosition: static;
|
||||
@extraWidth: auto;
|
||||
@extraTop: 0em;
|
||||
@extraLeft: 0em;
|
||||
@extraMargin: 0em 0em;
|
||||
@extraPadding: 0.75em 1em;
|
||||
@extraBoxShadow: none;
|
||||
@extraColor: @lightTextColor;
|
||||
@extraTransition: color @defaultDuration @defaultEasing;
|
||||
|
||||
/* Extra Links */
|
||||
@extraLinkColor: @unselectedTextColor;
|
||||
@extraLinkHoverColor: @linkHoverColor;
|
||||
|
||||
/* Buttons */
|
||||
@buttonMargin: 0px -@borderWidth;
|
||||
@buttonWidth: ~"calc(100% + "(@borderWidth * 2)~")";
|
||||
|
||||
/*-------------------
|
||||
Variations
|
||||
--------------------*/
|
||||
|
||||
/* Link */
|
||||
@linkHoverBackground: @white;
|
||||
@linkHoverBorder: @border;
|
||||
@linkHoverZIndex: 5;
|
||||
@linkHoverRaiseDistance: 3px;
|
||||
@linkHoverTransform: translateY(-@linkHoverRaiseDistance);
|
||||
|
||||
@shadowHoverBoxShadow: 0px @shadowDistance @linkHoverRaiseDistance 0px @solidSelectedBorderColor;
|
||||
@linkHoverBoxShadow:
|
||||
@shadowHoverBoxShadow,
|
||||
@borderShadow
|
||||
;
|
||||
|
||||
|
||||
/* Raised */
|
||||
@raisedShadow:
|
||||
@borderShadow,
|
||||
@floatingShadow
|
||||
;
|
||||
@raisedShadowHover:
|
||||
@borderShadow,
|
||||
@floatingShadowHover
|
||||
;
|
||||
|
||||
/* Card Count */
|
||||
@wideCardSpacing: 1em;
|
||||
@cardSpacing: 0.75em;
|
||||
@smallCardSpacing: 0.5em;
|
||||
|
||||
@oneCardSpacing: 0em;
|
||||
@twoCardSpacing: @wideCardSpacing;
|
||||
@threeCardSpacing: @wideCardSpacing;
|
||||
@fourCardSpacing: @cardSpacing;
|
||||
@fiveCardSpacing: @cardSpacing;
|
||||
@sixCardSpacing: @cardSpacing;
|
||||
@sevenCardSpacing: @smallCardSpacing;
|
||||
@eightCardSpacing: @smallCardSpacing;
|
||||
@nineCardSpacing: @smallCardSpacing;
|
||||
@tenCardSpacing: @smallCardSpacing;
|
||||
|
||||
@oneCard: @oneColumn;
|
||||
@oneCardOffset: 0em;
|
||||
@twoCard: ~"calc("@twoColumn~" - "(@twoCardSpacing * 2)~")";
|
||||
@twoCardOffset: -@twoCardSpacing;
|
||||
@threeCard: ~"calc("@threeColumn~" - "(@threeCardSpacing * 2)~")";
|
||||
@threeCardOffset: -@threeCardSpacing;
|
||||
@fourCard: ~"calc("@fourColumn~" - "(@fourCardSpacing * 2)~")";
|
||||
@fourCardOffset: -@fourCardSpacing;
|
||||
@fiveCard: ~"calc("@fiveColumn~" - "(@fiveCardSpacing * 2)~")";
|
||||
@fiveCardOffset: -@fiveCardSpacing;
|
||||
@sixCard: ~"calc("@sixColumn~" - "(@sixCardSpacing * 2)~")";
|
||||
@sixCardOffset: -@sixCardSpacing;
|
||||
@sevenCard: ~"calc("@sevenColumn~" - "(@sevenCardSpacing * 2)~")";
|
||||
@sevenCardOffset: -@sevenCardSpacing;
|
||||
@eightCard: ~"calc("@eightColumn~" - "(@sevenCardSpacing * 2)~")";
|
||||
@eightCardOffset: -@sevenCardSpacing;
|
||||
@nineCard: ~"calc("@nineColumn~" - "(@nineCardSpacing * 2)~")";
|
||||
@nineCardOffset: -@nineCardSpacing;
|
||||
@tenCard: ~"calc("@tenColumn~" - "(@tenCardSpacing * 2)~")";
|
||||
@tenCardOffset: -@tenCardSpacing;
|
||||
|
||||
/* Stackable */
|
||||
@stackableRowSpacing: 1em;
|
||||
@stackableCardSpacing: 1em;
|
||||
@stackableMargin: ~"calc("@oneColumn~" - "(@stackableCardSpacing * 2)~")";
|
||||
|
||||
/* Sizes */
|
||||
@medium: 1em;
|
||||
|
||||
/* Colored */
|
||||
@coloredShadowDistance: 2px;
|
3
semantic/src/themes/dark/views/comment.overrides
Normal file
3
semantic/src/themes/dark/views/comment.overrides
Normal file
@@ -0,0 +1,3 @@
|
||||
/*******************************
|
||||
Theme Overrides
|
||||
*******************************/
|
104
semantic/src/themes/dark/views/comment.variables
Normal file
104
semantic/src/themes/dark/views/comment.variables
Normal file
@@ -0,0 +1,104 @@
|
||||
/*******************************
|
||||
Comments
|
||||
*******************************/
|
||||
|
||||
|
||||
/*-------------------
|
||||
View
|
||||
--------------------*/
|
||||
|
||||
@maxWidth: 650px;
|
||||
@margin: 1.5em 0em;
|
||||
|
||||
/*-------------------
|
||||
Elements
|
||||
--------------------*/
|
||||
|
||||
/* Comment */
|
||||
@commentBackground: none;
|
||||
@commentMargin: 0.5em 0em 0em;
|
||||
@commentPadding: 0.5em 0em 0em;
|
||||
@commentDivider: none;
|
||||
@commentBorder: none;
|
||||
@commentLineHeight: 1.2;
|
||||
@firstCommentMargin: 0em;
|
||||
@firstCommentPadding: 0em;
|
||||
|
||||
/* Nested Comment */
|
||||
@nestedCommentsMargin: 0em 0em 0.5em 0.5em;
|
||||
@nestedCommentsPadding: 1em 0em 1em 1em;
|
||||
|
||||
@nestedCommentDivider: none;
|
||||
@nestedCommentBorder: none;
|
||||
@nestedCommentBackground: none;
|
||||
|
||||
/* Avatar */
|
||||
@avatarDisplay: block;
|
||||
@avatarFloat: left;
|
||||
@avatarWidth: 2.5em;
|
||||
@avatarHeight: auto;
|
||||
@avatarSpacing: 1em;
|
||||
@avatarMargin: (@commentLineHeight - 1em) 0em 0em;
|
||||
@avatarBorderRadius: 0.25rem;
|
||||
|
||||
/* Content */
|
||||
@contentMargin: @avatarWidth + @avatarSpacing;
|
||||
|
||||
/* Author */
|
||||
@authorFontSize: 1em;
|
||||
@authorColor: @textColor;
|
||||
@authorHoverColor: @linkHoverColor;
|
||||
@authorFontWeight: bold;
|
||||
|
||||
/* Metadata */
|
||||
@metadataDisplay: inline-block;
|
||||
@metadataFontSize: 0.875em;
|
||||
@metadataSpacing: 0.5em;
|
||||
@metadataContentSpacing: 0.5em;
|
||||
@metadataColor: @lightTextColor;
|
||||
|
||||
/* Text */
|
||||
@textFontSize: 1em;
|
||||
@textMargin: 0.25em 0em 0.5em;
|
||||
@textWordWrap: break-word;
|
||||
@textLineHeight: 1.3;
|
||||
|
||||
/* Actions */
|
||||
@actionFontSize: 0.875em;
|
||||
@actionContentDistance: 0.75em;
|
||||
@actionLinkColor: @unselectedTextColor;
|
||||
@actionLinkHoverColor: @hoveredTextColor;
|
||||
|
||||
/* Reply */
|
||||
@replyDistance: 1em;
|
||||
@replyHeight: 12em;
|
||||
@replyFontSize: 1em;
|
||||
|
||||
@commentReplyDistance: @replyDistance;
|
||||
|
||||
/*-------------------
|
||||
Variations
|
||||
--------------------*/
|
||||
|
||||
/* Threaded */
|
||||
@threadedCommentMargin: -1.5em 0 -1em (@avatarWidth / 2);
|
||||
@threadedCommentPadding: 3em 0em 2em 2.25em;
|
||||
@threadedCommentBoxShadow: -1px 0px 0px @borderColor;
|
||||
|
||||
|
||||
/* Minimal */
|
||||
@minimalActionPosition: absolute;
|
||||
@minimalActionTop: 0px;
|
||||
@minimalActionRight: 0px;
|
||||
@minimalActionLeft: auto;
|
||||
|
||||
@minimalTransitionDelay: 0.1s;
|
||||
@minimalEasing: @defaultEasing;
|
||||
@minimalDuration: 0.2s;
|
||||
@minimalTransition: opacity @minimalDuration @minimalEasing;
|
||||
|
||||
/* Sizes */
|
||||
@small: 0.9em;
|
||||
@medium: 1em;
|
||||
@large: 1.1em;
|
||||
@huge: 1.2em;
|
3
semantic/src/themes/dark/views/feed.overrides
Normal file
3
semantic/src/themes/dark/views/feed.overrides
Normal file
@@ -0,0 +1,3 @@
|
||||
/*******************************
|
||||
Theme Overrides
|
||||
*******************************/
|
141
semantic/src/themes/dark/views/feed.variables
Normal file
141
semantic/src/themes/dark/views/feed.variables
Normal file
@@ -0,0 +1,141 @@
|
||||
/*******************************
|
||||
Feed
|
||||
*******************************/
|
||||
|
||||
/*-------------------
|
||||
Feed
|
||||
--------------------*/
|
||||
|
||||
@margin: 1em 0em;
|
||||
|
||||
/*-------------------
|
||||
Elements
|
||||
--------------------*/
|
||||
|
||||
/* Event */
|
||||
@eventWidth: 100%;
|
||||
@eventPadding: @3px 0em;
|
||||
@eventMargin: 0em;
|
||||
@eventBackground: none;
|
||||
@eventDivider: none;
|
||||
|
||||
/* Event Label */
|
||||
@labelWidth: 2.5em;
|
||||
@labelHeight: auto;
|
||||
@labelAlignSelf: stretch;
|
||||
@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 */
|
||||
@labeledContentMargin: 0.5em 0em @relative5px @relativeLarge;
|
||||
@lastLabeledContentPadding: 0em;
|
||||
|
||||
/* Content */
|
||||
@contentAlignSelf: stretch;
|
||||
@contentTextAlign: left;
|
||||
@contentWordWrap: break-word;
|
||||
|
||||
/* Date */
|
||||
@dateMargin: -0.5rem 0em 0em;
|
||||
@datePadding: 0em;
|
||||
@dateColor: @lightTextColor;
|
||||
@dateFontSize: @relativeMedium;
|
||||
@dateFontWeight: normal;
|
||||
@dateFontStyle: normal;
|
||||
|
||||
/* Summary */
|
||||
@summaryMargin: 0em;
|
||||
@summaryFontSize: @relativeMedium;
|
||||
@summaryFontWeight: bold;
|
||||
@summaryColor: @textColor;
|
||||
|
||||
/* Summary Image */
|
||||
@summaryImageWidth: auto;
|
||||
@summaryImageHeight: 10em;
|
||||
@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: @relativeTiny;
|
||||
@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: 0em;
|
||||
@extraTextPointer: none;
|
||||
@extraTextFontSize: @relativeMedium;
|
||||
@extraTextLineHeight: @lineHeight;
|
||||
@extraTextMaxWidth: 500px;
|
||||
|
||||
/* Metadata Group */
|
||||
@metadataDisplay: inline-block;
|
||||
@metadataFontSize: @relativeTiny;
|
||||
@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 @defaultDuration @defaultEasing;
|
||||
|
||||
@metadataActionHoverColor: @selectedTextColor;
|
||||
|
||||
/*-------------------
|
||||
Variations
|
||||
--------------------*/
|
3
semantic/src/themes/dark/views/item.overrides
Normal file
3
semantic/src/themes/dark/views/item.overrides
Normal file
@@ -0,0 +1,3 @@
|
||||
/*******************************
|
||||
Theme Overrides
|
||||
*******************************/
|
154
semantic/src/themes/dark/views/item.variables
Normal file
154
semantic/src/themes/dark/views/item.variables
Normal file
@@ -0,0 +1,154 @@
|
||||
/*******************************
|
||||
Item
|
||||
*******************************/
|
||||
|
||||
/*-------------------
|
||||
View
|
||||
--------------------*/
|
||||
|
||||
/* Group */
|
||||
@groupMargin: 1.5em 0em;
|
||||
|
||||
/* Item */
|
||||
@display: flex;
|
||||
@background: transparent;
|
||||
@borderRadius: 0rem;
|
||||
@minHeight: 0px;
|
||||
@padding: 0em;
|
||||
@width: 100%;
|
||||
@boxShadow: none;
|
||||
@border: none;
|
||||
@zIndex: '';
|
||||
@transition: box-shadow @defaultDuration @defaultEasing;
|
||||
|
||||
/* Responsive */
|
||||
@itemSpacing: 1em;
|
||||
@imageWidth: 175px;
|
||||
@contentImageDistance: 1.5em;
|
||||
|
||||
@tabletItemSpacing: 1em;
|
||||
@tabletImageWidth: 150px;
|
||||
@tabletContentImageDistance: 1em;
|
||||
|
||||
@mobileItemSpacing: 2em;
|
||||
@mobileImageWidth: auto;
|
||||
@mobileImageMaxHeight: 250px;
|
||||
@mobileContentImageDistance: 1.5em;
|
||||
|
||||
/*-------------------
|
||||
Content
|
||||
--------------------*/
|
||||
|
||||
/* Image */
|
||||
@imageDisplay: block;
|
||||
@imageFloat: none;
|
||||
@imageMaxHeight: '';
|
||||
@imageVerticalAlign: top;
|
||||
@imageMargin: 0em;
|
||||
@imagePadding: 0em;
|
||||
@imageBorder: none;
|
||||
@imageBorderRadius: 0.125rem;
|
||||
@imageBoxShadow: none;
|
||||
@imageBorder: none;
|
||||
|
||||
/* Content */
|
||||
@contentDisplay: block;
|
||||
@contentVerticalAlign: top;
|
||||
|
||||
@contentWidth: auto;
|
||||
@contentOffset: 0em;
|
||||
@contentBackground: none;
|
||||
@contentMargin: 0em;
|
||||
@contentPadding: 0em;
|
||||
@contentFontSize: 1em;
|
||||
@contentBorder: none;
|
||||
@contentBorderRadius: 0em;
|
||||
@contentBoxShadow: none;
|
||||
|
||||
/* Header */
|
||||
@headerMargin: -@lineHeightOffset 0em 0em;
|
||||
@headerFontWeight: bold;
|
||||
@headerFontSize: @relativeBig;
|
||||
@headerColor: @darkTextColor;
|
||||
|
||||
/* Metadata */
|
||||
@metaMargin: 0.5em 0em 0.5em;
|
||||
@metaFontSize: 1em;
|
||||
@metaLineHeight: 1em;
|
||||
@metaSpacing: 0.3em;
|
||||
@metaColor: rgba(0, 0, 0, 0.6);
|
||||
|
||||
/* Icons */
|
||||
@actionOpacity: 0.75;
|
||||
@actionHoverOpacity: 1;
|
||||
@actionTransition: color @defaultDuration @defaultEasing;
|
||||
|
||||
/* Actions */
|
||||
@favoriteColor: #FFB70A;
|
||||
@favoriteActiveColor: #FFE623;
|
||||
@likeColor: #FF2733;
|
||||
@likeActiveColor: #FF2733;
|
||||
|
||||
/* Links */
|
||||
@headerLinkColor: @headerColor;
|
||||
@headerLinkHoverColor: @linkHoverColor;
|
||||
@metaLinkColor: @lightTextColor;
|
||||
@metaLinkHoverColor: @textColor;
|
||||
@contentLinkColor: '';
|
||||
@contentLinkHoverColor: '';
|
||||
@contentLinkTransition: color @defaultDuration @defaultEasing;
|
||||
|
||||
|
||||
/* Description */
|
||||
@descriptionDistance: 0.6em;
|
||||
@descriptionMaxWidth: auto;
|
||||
@descriptionFontSize: 1em;
|
||||
@descriptionLineHeight: @lineHeight;
|
||||
@descriptionColor: @textColor;
|
||||
|
||||
/* Content Image */
|
||||
@contentImageWidth: '';
|
||||
@contentImageVerticalAlign: middle;
|
||||
|
||||
/* Avatar Image */
|
||||
@avatarSize: @contentImageWidth;
|
||||
@avatarBorderRadius: @circularRadius;
|
||||
|
||||
/* Paragraph */
|
||||
@paragraphDistance: 0.5em;
|
||||
|
||||
/* Additional Content */
|
||||
@extraDivider: none;
|
||||
@extraHorizontalSpacing: 0.5rem;
|
||||
@extraRowSpacing: 0.5rem;
|
||||
|
||||
@extraBackground: none;
|
||||
@extraDisplay: block;
|
||||
@extraPosition: relative;
|
||||
@extraMargin: (1rem - @extraRowSpacing) 0em 0em;
|
||||
@extraTop: 0em;
|
||||
@extraLeft: 0em;
|
||||
@extraWidth: 100%;
|
||||
@extraPadding: 0em 0em 0em;
|
||||
@extraBoxShadow: none;
|
||||
@extraColor: @lightTextColor;
|
||||
@extraTransition: color @defaultDuration @defaultEasing;
|
||||
|
||||
/*-------------------
|
||||
Variations
|
||||
--------------------*/
|
||||
|
||||
/* Relaxed */
|
||||
@relaxedItemSpacing: 1.5em;
|
||||
@veryRelaxedItemSpacing: 2em;
|
||||
|
||||
/* Divided */
|
||||
@dividedBorder: 1px solid @borderColor;
|
||||
@dividedMargin: 0em;
|
||||
@dividedPadding: 1em 0em;
|
||||
|
||||
@dividedFirstLastMargin: 0em;
|
||||
@dividedFirstLastPadding: 0em;
|
||||
|
||||
/* Sizes */
|
||||
@medium: 1em;
|
3
semantic/src/themes/dark/views/statistic.overrides
Normal file
3
semantic/src/themes/dark/views/statistic.overrides
Normal file
@@ -0,0 +1,3 @@
|
||||
/*******************************
|
||||
Theme Overrides
|
||||
*******************************/
|
98
semantic/src/themes/dark/views/statistic.variables
Normal file
98
semantic/src/themes/dark/views/statistic.variables
Normal file
@@ -0,0 +1,98 @@
|
||||
/*******************************
|
||||
Statistic
|
||||
*******************************/
|
||||
|
||||
/*-------------------
|
||||
View
|
||||
--------------------*/
|
||||
|
||||
@margin: 1em 0em;
|
||||
@textAlign: center;
|
||||
@maxWidth: auto;
|
||||
|
||||
/* Group */
|
||||
@horizontalSpacing: 1.5em;
|
||||
@rowSpacing: 2em;
|
||||
@groupMargin: 1em -@horizontalSpacing -@rowSpacing;
|
||||
|
||||
/* Group Element */
|
||||
@elementMargin: 0em @horizontalSpacing @rowSpacing;
|
||||
@elementMaxWidth: @maxWidth;
|
||||
|
||||
/*-------------------
|
||||
Content
|
||||
--------------------*/
|
||||
|
||||
/* Value */
|
||||
@valueFont: @pageFont;
|
||||
@valueFontWeight: normal;
|
||||
@valueLineHeight: 1em;
|
||||
@valueColor: @black;
|
||||
@valueTextTransform: uppercase;
|
||||
|
||||
/* Label */
|
||||
@labelSize: @relativeMedium;
|
||||
@topLabelDistance: 0rem;
|
||||
@bottomLabelDistance: 0rem;
|
||||
@labelFont: @headerFont;
|
||||
@labelFontWeight: bold;
|
||||
@labelColor: @textColor;
|
||||
@labelLineHeight: @relativeLarge;
|
||||
@labelTextTransform: uppercase;
|
||||
|
||||
/* Text */
|
||||
@textValueLineHeight: 1em;
|
||||
@textValueMinHeight: 2em;
|
||||
@textValueFontWeight: bold;
|
||||
|
||||
/* Label Image */
|
||||
@imageHeight: 3rem;
|
||||
@imageVerticalAlign: baseline;
|
||||
|
||||
/*-------------------
|
||||
Types
|
||||
--------------------*/
|
||||
|
||||
@horizontalGroupElementMargin: 1em 0em;
|
||||
@horizontalLabelDistance: 0.75em;
|
||||
|
||||
/*-------------------
|
||||
Variations
|
||||
--------------------*/
|
||||
|
||||
/* Floated */
|
||||
@leftFloatedMargin: 0em 2em 1em 0em;
|
||||
@rightFloatedMargin: 0em 0em 1em 2em;
|
||||
|
||||
/* Inverted */
|
||||
@invertedValueColor: @white;
|
||||
@invertedLabelColor: @invertedTextColor;
|
||||
|
||||
/* Item Width */
|
||||
@itemGroupMargin: 0em 0em -@rowSpacing;
|
||||
@itemMargin: 0em 0em @rowSpacing;
|
||||
|
||||
/* Size */
|
||||
@miniTextValueSize: 1rem;
|
||||
@miniValueSize: 1.5rem;
|
||||
@miniHorizontalValueSize: 1.5rem;
|
||||
|
||||
@tinyTextValueSize: 1rem;
|
||||
@tinyValueSize: 2rem;
|
||||
@tinyHorizontalValueSize: 2rem;
|
||||
|
||||
@smallTextValueSize: 1rem;
|
||||
@smallValueSize: 3rem;
|
||||
@smallHorizontalValueSize: 2rem;
|
||||
|
||||
@textValueSize: 2rem;
|
||||
@valueSize: 4rem;
|
||||
@horizontalValueSize: 3rem;
|
||||
|
||||
@largeTextValueSize: 2.5rem;
|
||||
@largeValueSize: 5rem;
|
||||
@largeHorizontalValueSize: 4rem;
|
||||
|
||||
@hugeTextValueSize: 2.5rem;
|
||||
@hugeValueSize: 6rem;
|
||||
@hugeHorizontalValueSize: 5rem;
|
Reference in New Issue
Block a user