diff options
Diffstat (limited to 'semantic/src/themes/github/collections')
9 files changed, 0 insertions, 185 deletions
diff --git a/semantic/src/themes/github/collections/breadcrumb.variables b/semantic/src/themes/github/collections/breadcrumb.variables deleted file mode 100644 index e22050c..0000000 --- a/semantic/src/themes/github/collections/breadcrumb.variables +++ /dev/null @@ -1,11 +0,0 @@ -/******************************* - Site Overrides -*******************************/ - -@dividerOpacity: 1; -@dividerSpacing: 0; -@dividerSize: @big; -@dividerColor: inherit; - -@huge: 1.5384em; - diff --git a/semantic/src/themes/github/collections/form.overrides b/semantic/src/themes/github/collections/form.overrides deleted file mode 100644 index 89df9c0..0000000 --- a/semantic/src/themes/github/collections/form.overrides +++ /dev/null @@ -1,16 +0,0 @@ -/******************************* - Overrides -*******************************/ - -.ui.selection.dropdown { - background-color: #FAFAFA; - box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset; - border-color: #CCCCCC; -} - -.ui.selection.dropdown:focus { - box-shadow: - 0px 1px 2px rgba(0, 0, 0, 0.075) inset, - 0px 0px 5px rgba(81, 167, 232, 0.5) - ; -}
\ No newline at end of file diff --git a/semantic/src/themes/github/collections/form.variables b/semantic/src/themes/github/collections/form.variables deleted file mode 100644 index e08c868..0000000 --- a/semantic/src/themes/github/collections/form.variables +++ /dev/null @@ -1,40 +0,0 @@ -/******************************* - Form -*******************************/ - -/*------------------- - Elements ---------------------*/ - -@inputBackground: #FAFAFA; -@inputBorder: 1px solid #CCCCCC; -@inputBoxShadow: 0 1px 2px rgba(0, 0, 0, 0.075) inset; -@inputBorderRadius: 3px; - -@labelFontWeight: bold; -@labelDistance: 6px; - -/*------------------- - States ---------------------*/ - -@inputFocusBackground: #FFFFFF; -@inputFocusBoxShadow: - 0px 1px 2px rgba(0, 0, 0, 0.075) inset, - 0px 0px 5px rgba(81, 167, 232, 0.5) -; -@inputFocusBorderColor: #51A7E8; -@inputFocusBorderRadius: @inputBorderRadius; - -/*------------------- - Types ---------------------*/ - - -/*------------------- - Variations ---------------------*/ - -/*------------------- - Groups ---------------------*/ diff --git a/semantic/src/themes/github/collections/grid.variables b/semantic/src/themes/github/collections/grid.variables deleted file mode 100644 index 7b08138..0000000 --- a/semantic/src/themes/github/collections/grid.variables +++ /dev/null @@ -1,2 +0,0 @@ - -@gutterWidth: 1.538rem;
\ No newline at end of file diff --git a/semantic/src/themes/github/collections/menu.overrides b/semantic/src/themes/github/collections/menu.overrides deleted file mode 100644 index 06d7827..0000000 --- a/semantic/src/themes/github/collections/menu.overrides +++ /dev/null @@ -1,7 +0,0 @@ -/******************************* - Overrides -*******************************/ - -.ui.menu .item > .label { - box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset; -}
\ No newline at end of file diff --git a/semantic/src/themes/github/collections/menu.variables b/semantic/src/themes/github/collections/menu.variables deleted file mode 100644 index 1479320..0000000 --- a/semantic/src/themes/github/collections/menu.variables +++ /dev/null @@ -1,61 +0,0 @@ -/*------------------- - Collection ---------------------*/ - -@itemVerticalPadding: 1em; -@itemHorizontalPadding: 1.25em; - -@background: #FFFFFF linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.05)); -@fontWeight: normal; - -@activeBorderSize: 0em; - -@hoverBackground: rgba(0, 0, 0, 0.02); -@downBackground: rgba(0, 0, 0, 0.06); - -@activeBackground: rgba(0, 0, 0, 0.04); -@activeHoverBackground: rgba(0, 0, 0, 0.04); - - -@headerBackground: rgba(0, 0, 0, 0.08); - -@subMenuMargin: 0.5em -0.6em 0; -@subMenuHorizontalPadding: 0.7em; - -@arrowHoverColor: #EEEEEE; -@arrowActiveColor: #EEEEEE; -@arrowVerticalHoverColor: #F4F4F4; -@arrowVerticalActiveColor: #F4F4F4; - -@dividerBackground: #E8E8E8; -@verticalDividerBackground: #E8E8E8; - -/*------------------- - Elements ---------------------*/ - -@buttonOffset: -0.15em; -@buttonVerticalPadding: 0.75em; - -/*------------------- - Types ---------------------*/ - -@paginationMinWidth: 3.5em; - -@tieredActiveItemBackground: #F5F5F5; -@tieredActiveMenuBackground: #F5F5F5; - -/*------------------- - Variations ---------------------*/ - -@verticalBackground: #FFFFFF; -@verticalItemBackground: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02)); - -@invertedBackground: @black linear-gradient(rgba(255, 255, 255, 0.05), rgba(0, 0, 0, 0.0)); -@invertedBoxShadow : - 0px 1px 2px 0px rgba(0, 0, 0, 0.15), - 0px 0px 0px 1px rgba(255, 255, 255, 0.15) -; -@secondaryVerticalPadding: 0.75em;
\ No newline at end of file diff --git a/semantic/src/themes/github/collections/message.overrides b/semantic/src/themes/github/collections/message.overrides deleted file mode 100644 index 01519ed..0000000 --- a/semantic/src/themes/github/collections/message.overrides +++ /dev/null @@ -1,11 +0,0 @@ -.ui.info.message { - background: linear-gradient(#D8EBF8, #D0E3EF); -} -.ui.error.message { - background: linear-gradient(#F8D8D8, #EFD0D0); -} -.ui.warning.message { - background: linear-gradient(#FFE3C8, #F5DAC0); -} -.ui.success.message { -} diff --git a/semantic/src/themes/github/collections/message.variables b/semantic/src/themes/github/collections/message.variables deleted file mode 100644 index 165eef6..0000000 --- a/semantic/src/themes/github/collections/message.variables +++ /dev/null @@ -1,29 +0,0 @@ -@background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.05)) #FEFEFE; -@boxShadow: - 0px 0px 0px 1px rgba(255, 255, 255, 0.3) inset, - 0px 0px 0px 1px rgba(0, 0, 0, 0.2) inset -; -@verticalPadding: 15px; -@horizontalPadding: 15px; - -@headerFontSize: 1.15em; - -@infoTextColor: #264C72; -@warningTextColor: #613A00; -@errorTextColor: #991111; - -@floatingBoxShadow: - 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset, - 0px 2px 3px 0px rgba(0, 0, 0, 0.1), - 0px 0px 0px 1px rgba(0, 0, 0, 0.05) inset -; - -@infoBorderColor: #97C1DA; -@errorBorderColor: #DA9797; -@warningBorderColor: #DCA874; - -@small: 12px; -@medium: 13px; -@large: 14px; -@huge: 16px; -@massive: 18px; diff --git a/semantic/src/themes/github/collections/table.variables b/semantic/src/themes/github/collections/table.variables deleted file mode 100644 index 0387ce6..0000000 --- a/semantic/src/themes/github/collections/table.variables +++ /dev/null @@ -1,8 +0,0 @@ -/******************************* - User Variable Overrides -*******************************/ - -@background: #F8F8F8; - -@cellVerticalPadding: @relative6px; -@cellHorizontalPadding: @relative8px;
\ No newline at end of file |