replace zxq.co/ripple/hanayo

This commit is contained in:
Alicia
2019-02-23 13:29:15 +00:00
commit c3d206c173
5871 changed files with 1353715 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
/*******************************
Site Overrides
*******************************/
@dividerOpacity: 1;
@dividerSpacing: 0;
@dividerSize: @big;
@dividerColor: inherit;
@huge: 1.5384em;

View File

@@ -0,0 +1,16 @@
/*******************************
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)
;
}

View File

@@ -0,0 +1,40 @@
/*******************************
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
--------------------*/

View File

@@ -0,0 +1,2 @@
@gutterWidth: 1.538rem;

View File

@@ -0,0 +1,7 @@
/*******************************
Overrides
*******************************/
.ui.menu .item > .label {
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.1) inset;
}

View File

@@ -0,0 +1,61 @@
/*-------------------
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;

View File

@@ -0,0 +1,11 @@
.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 {
}

View File

@@ -0,0 +1,29 @@
@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;

View File

@@ -0,0 +1,8 @@
/*******************************
User Variable Overrides
*******************************/
@background: #F8F8F8;
@cellVerticalPadding: @relative6px;
@cellHorizontalPadding: @relative8px;