diff options
| author | Fuwn <[email protected]> | 2020-12-14 23:29:56 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-12-14 23:29:56 -0800 |
| commit | 002eb44eee98dc838bc854b945ab0cbf4884dd57 (patch) | |
| tree | 428ae460c79baf32fba8ecf16e6fe02a88c3b971 /semantic/src/themes/chubby | |
| parent | :star: (diff) | |
| download | me-rewrite-angular.tar.xz me-rewrite-angular.zip | |
:star:rewrite-angular
Diffstat (limited to 'semantic/src/themes/chubby')
12 files changed, 0 insertions, 249 deletions
diff --git a/semantic/src/themes/chubby/collections/form.overrides b/semantic/src/themes/chubby/collections/form.overrides deleted file mode 100644 index 64a3e62..0000000 --- a/semantic/src/themes/chubby/collections/form.overrides +++ /dev/null @@ -1,16 +0,0 @@ -/*------------------- - Form Variables ---------------------*/ - -.ui.form .selection.dropdown { - padding: 1.1em 1.2em; - border-width: 2px; -} -.ui.form .selection.dropdown .menu { - min-width: calc(100% + 4px); - margin: 0 -2px; - border-width: 2px; -} -.ui.form .selection.dropdown input { - padding: inherit; -}
\ No newline at end of file diff --git a/semantic/src/themes/chubby/collections/form.variables b/semantic/src/themes/chubby/collections/form.variables deleted file mode 100644 index 1b7e327..0000000 --- a/semantic/src/themes/chubby/collections/form.variables +++ /dev/null @@ -1,9 +0,0 @@ -/*------------------- - Form Variables ---------------------*/ - -@labelTextTransform: uppercase; -@labelFontSize: 0.8em; - -@inputPadding: 1em 1.2em; -@inputBorder: 2px solid @borderColor;
\ No newline at end of file diff --git a/semantic/src/themes/chubby/collections/menu.overrides b/semantic/src/themes/chubby/collections/menu.overrides deleted file mode 100644 index e69de29..0000000 --- a/semantic/src/themes/chubby/collections/menu.overrides +++ /dev/null diff --git a/semantic/src/themes/chubby/collections/menu.variables b/semantic/src/themes/chubby/collections/menu.variables deleted file mode 100644 index f3149d5..0000000 --- a/semantic/src/themes/chubby/collections/menu.variables +++ /dev/null @@ -1,40 +0,0 @@ -/******************************* - Menu -*******************************/ - -@background: @darkWhite; -@boxShadow: none; -@dividerSize: 0px; - -@verticalBoxShadow: 0px 0px 0px 2px @borderColor inset; -@verticalActiveBoxShadow: none; - -@itemVerticalPadding: 1.25em; -@itemHorizontalPadding: 2em; -@itemFontWeight: bold; - -@activeItemBackground: @primaryColor; -@activeItemTextColor: @white; -@activeHoverItemBackground: @primaryColorHover; -@activeHoverItemColor: @white; - -@secondaryItemPadding: @relativeSmall @relativeMedium; - -@secondaryActiveItemBackground: @primaryColor; -@secondaryActiveItemColor: @white; -@secondaryActiveHoverItemBackground: @primaryColorHover; -@secondaryActiveHoverItemColor: @white; - -@secondaryPointingBorderWidth: 4px; -@secondaryPointingActiveBorderColor: @primaryColor; -@secondaryPointingActiveTextColor: @primaryColor; - -@arrowSize: 1em; -@arrowActiveColor: @primaryColor; -@arrowActiveHoverColor: @primaryColorHover; -@arrowBorder: transparent; - -@paginationActiveBackground: @lightGrey; - -@borderColor: @darkWhite; -@tabularBorderWidth: 2px;
\ No newline at end of file diff --git a/semantic/src/themes/chubby/elements/button.overrides b/semantic/src/themes/chubby/elements/button.overrides deleted file mode 100644 index 141f2d1..0000000 --- a/semantic/src/themes/chubby/elements/button.overrides +++ /dev/null @@ -1,21 +0,0 @@ -/******************************* - Overrides -*******************************/ - -@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro); - -.ui.labeled.icon.buttons > .button > .icon, -.ui.labeled.icon.button > .icon { - box-shadow: - -1px 0px 0px 0px rgba(255, 255, 255, 0.2) inset, - -1px 0px 0px 0px rgba(0, 0, 0, 0.05) inset - ; -} - -.ui.right.labeled.icon.buttons .button .icon, -.ui.right.labeled.icon.button .icon { - box-shadow: - 1px 0px 0px 0px rgba(255, 255, 255, 0.2) inset, - 1px 0px 0px 0px rgba(0, 0, 0, 0.05) inset - ; -}
\ No newline at end of file diff --git a/semantic/src/themes/chubby/elements/button.variables b/semantic/src/themes/chubby/elements/button.variables deleted file mode 100644 index ae92b9a..0000000 --- a/semantic/src/themes/chubby/elements/button.variables +++ /dev/null @@ -1,57 +0,0 @@ -/*------------------- - Button Variables ---------------------*/ - -/* Button Variables */ -@pageFont: 'Source Sans Pro', Arial, sans-serif; - -@textTransform: none; -@fontWeight: @normal; -@textColor: #333333; - -@verticalPadding: 1.1em; -@horizontalPadding: 2.5em; -@invertedBorderSize: 3px; - -@basicBorderRadius: 0.4em; -@basicFontWeight: bold; -@basicTextTransform: uppercase; - -@blue: #4A88CB; -@primaryColor: @blue; - -@borderRadius: 0.25em; - -@backgroundColor: #E6EAED; -@backgroundImage: none; -@boxShadow: none; - -@hoverBackgroundColor: #DDDDDD; -@hoverBackgroundImage: none; -@hoverBoxShadow: none; - -@downBackgroundColor: #D0D0D0; -@downBackgroundImage: none; -@downBoxShadow: none; - -@activeBackgroundColor: #CCCCCC; -@activeBackgroundImage: none; -@activeBoxShadow: none; - -@verticalBoxShadow: none; - -@loadingBackgroundColor: #F0F0F0; - -@compactVerticalPadding: (@verticalPadding * 0.5); -@compactHorizontalPadding: (@horizontalPadding * 0.5); - -@labeledIconBackgroundColor: transparent; - -@mini: 0.7rem; -@tiny: 0.75rem; -@small: 0.8rem; -@medium: 0.92rem; -@large: 1rem; -@big: 1.125rem; -@huge: 1.2rem; -@massive: 1.3rem; diff --git a/semantic/src/themes/chubby/elements/header.overrides b/semantic/src/themes/chubby/elements/header.overrides deleted file mode 100644 index c7bc7b0..0000000 --- a/semantic/src/themes/chubby/elements/header.overrides +++ /dev/null @@ -1,5 +0,0 @@ -/******************************* - Overrides -*******************************/ - -@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro); diff --git a/semantic/src/themes/chubby/elements/header.variables b/semantic/src/themes/chubby/elements/header.variables deleted file mode 100644 index ac86908..0000000 --- a/semantic/src/themes/chubby/elements/header.variables +++ /dev/null @@ -1,21 +0,0 @@ -/*------------------- - Header ---------------------*/ - -@headerFont : 'Source Sans Pro', Helvetica Neue, Helvetica, Arial, sans-serif; -@fontWeight: bold; -@textTransform: none; - -/* HTML Headings */ -@h1: 1.33rem; -@h2: 1.2rem; -@h3: 1rem; -@h4: 0.9rem; -@h5: 0.8rem; - -/* Sizing */ -@hugeFontSize: 1.33em; -@largeFontSize: 1.2em; -@mediumFontSize: 1em; -@smallFontSize: 0.9em; -@tinyFontSize: 0.8em;
\ No newline at end of file diff --git a/semantic/src/themes/chubby/modules/accordion.overrides b/semantic/src/themes/chubby/modules/accordion.overrides deleted file mode 100644 index 441e72a..0000000 --- a/semantic/src/themes/chubby/modules/accordion.overrides +++ /dev/null @@ -1,7 +0,0 @@ -/******************************* - Overrides -*******************************/ - -.ui.styled.accordion .accordion .active.title { - border-bottom: 1px solid rgba(0, 0, 0, 0.1); -}
\ No newline at end of file diff --git a/semantic/src/themes/chubby/modules/accordion.variables b/semantic/src/themes/chubby/modules/accordion.variables deleted file mode 100644 index fccb9ff..0000000 --- a/semantic/src/themes/chubby/modules/accordion.variables +++ /dev/null @@ -1,15 +0,0 @@ -/*------------------- - Accordion Variables ---------------------*/ - -@iconMargin: 0em 0.5em 0em 0em; - -@styledActiveTitleBackground: @subtleGradient; -@styledActiveTitleColor: @primaryColor; - -@styledActiveChildTitleBackground: transparent; - -@styledTitlePadding: 1.25em; -@styledTitleFontWeight: bold; -@styledContentPadding: 1.5em 3.25em; -@styledChildContentPadding: @styledContentPadding;
\ No newline at end of file diff --git a/semantic/src/themes/chubby/views/comment.overrides b/semantic/src/themes/chubby/views/comment.overrides deleted file mode 100644 index a2546b1..0000000 --- a/semantic/src/themes/chubby/views/comment.overrides +++ /dev/null @@ -1,12 +0,0 @@ -/******************************* - Overrides -*******************************/ - -.ui.comments .comment { - border-radius: 0.5em; - box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.1); -} -.ui.comments .comment > .comments .comment { - border: 1px solid rgba(0, 0, 0, 0.1); - box-shadow: none; -}
\ No newline at end of file diff --git a/semantic/src/themes/chubby/views/comment.variables b/semantic/src/themes/chubby/views/comment.variables deleted file mode 100644 index c0780f4..0000000 --- a/semantic/src/themes/chubby/views/comment.variables +++ /dev/null @@ -1,46 +0,0 @@ -/******************************* - Comments -*******************************/ - -/*------------------- - Elements ---------------------*/ - -/* Comment */ -@commentBackground: #FFFFFF; -@commentMargin: 1em 0em 0em; -@commentPadding: 1em 1.5em; -@commentBorder: 1px solid rgba(0, 0, 0, 0.1); -@commentDivider: 1px solid rgba(0, 0, 0, 0.1); -@firstCommentMargin: 1em; -@firstCommentPadding: 1em; - -/* Nested Comment */ -@nestedCommentsMargin: 0em 0em 0.5em 0.5em; -@nestedCommentsPadding: 1em 0em 0em 1em; -@nestedCommentBackground: #F0F0F0; - -/* Avatar */ -@avatarWidth: 3.5em; -@avatarSpacing: 1.5em; -@avatarBorderRadius: @circularRadius; - -/* Content */ -@contentMargin: @avatarWidth + @avatarSpacing; - -/* Author */ -@authorFontSize: 1em; -@authorColor: @primaryColor; -@authorHoverColor: @primaryColorHover; -@authorFontWeight: bold; - -@metadataDisplay: block; -@metadataSpacing: 0em; -@metadataColor: @textColor; - -/*------------------- - Variations ---------------------*/ - -/* Threaded */ -@threadedCommentMargin: -1.5em 0 -1em (@avatarWidth / 2); |