|
|
@ -9,60 +9,39 @@ |
|
|
|
@margin: 1em 0em; |
|
|
|
@borderCollapse: separate; |
|
|
|
@borderSpacing: 0px; |
|
|
|
@borderRadius: @defaultBorderRadius; |
|
|
|
@transition: |
|
|
|
background @transitionDuration @transitionEasing, |
|
|
|
border-color @transitionDuration @transitionEasing, |
|
|
|
color @transitionDuration @transitionEasing |
|
|
|
; |
|
|
|
@borderRadius: 0.25rem; |
|
|
|
@background: #FFFFFF; |
|
|
|
@background: @white; |
|
|
|
@color: @textColor; |
|
|
|
@borderWidth: 1px; |
|
|
|
@borderColor: #D0D0D0; |
|
|
|
@border: @borderWidth solid @borderColor; |
|
|
|
@boxShadow: none; |
|
|
|
@textAlign: left; |
|
|
|
|
|
|
|
/*------------------- |
|
|
|
Types |
|
|
|
--------------------*/ |
|
|
|
|
|
|
|
/* Definition */ |
|
|
|
@definitionPageBackground: @white; |
|
|
|
|
|
|
|
@definitionHeaderBackground: transparent; |
|
|
|
@definitionHeaderColor: @unselectedTextColor; |
|
|
|
@definitionHeaderFontWeight: normal; |
|
|
|
|
|
|
|
@definitionFooterBackground: @definitionHeaderBackground; |
|
|
|
@definitionFooterColor: @definitionHeaderColor; |
|
|
|
@definitionFooterFontWeight: @definitionHeaderFontWeight; |
|
|
|
|
|
|
|
@definitionColumnBackground: @subtleTransparentBlack; |
|
|
|
@definitionColumnColor: @selectedTextColor; |
|
|
|
@definitionColumnFontWeight: bold; |
|
|
|
|
|
|
|
|
|
|
|
/*-------------- |
|
|
|
Parts |
|
|
|
---------------*/ |
|
|
|
|
|
|
|
/* Table Row */ |
|
|
|
@rowBorder: 1px solid @solidBorderColor; |
|
|
|
@rowBorder: 1px solid @borderColor; |
|
|
|
|
|
|
|
/* Table Cell */ |
|
|
|
@cellVerticalPadding: 0.7em; |
|
|
|
@cellHorizontalPadding: 0.8em; |
|
|
|
@cellVerticalAlign: top; |
|
|
|
@cellTextAlign: @textAlign; |
|
|
|
@cellBorder: 1px solid @solidBorderColor; |
|
|
|
@cellVerticalPadding: @relativeMini; |
|
|
|
@cellHorizontalPadding: @relativeMini; |
|
|
|
@cellVerticalAlign: inherit; |
|
|
|
@cellTextAlign: inherit; |
|
|
|
@cellBorder: 1px solid @borderColor; |
|
|
|
|
|
|
|
/* Table Header */ |
|
|
|
@headerBorder: 1px solid @solidBorderColor; |
|
|
|
@headerBorder: 1px solid @borderColor; |
|
|
|
@headerDivider: none; |
|
|
|
@headerBackground: @darkWhite; |
|
|
|
@headerAlign: @textAlign; |
|
|
|
@headerVerticalAlign: middle; |
|
|
|
@headerAlign: inherit; |
|
|
|
@headerVerticalAlign: inherit; |
|
|
|
@headerColor: @textColor; |
|
|
|
@headerVerticalPadding: @cellVerticalPadding; |
|
|
|
@headerHorizontalPadding: @cellHorizontalPadding; |
|
|
@ -73,10 +52,10 @@ |
|
|
|
|
|
|
|
/* Table Footer */ |
|
|
|
@footerBoxShadow: none; |
|
|
|
@footerBorder: 1px solid @solidBorderColor; |
|
|
|
@footerBorder: 1px solid @borderColor; |
|
|
|
@footerDivider: none; |
|
|
|
@footerBackground: @white; |
|
|
|
@footerAlign: @textAlign; |
|
|
|
@footerAlign: inherit; |
|
|
|
@footerVerticalAlign: middle; |
|
|
|
@footerColor: @textColor; |
|
|
|
@footerVerticalPadding: @cellVerticalPadding; |
|
|
@ -95,13 +74,32 @@ |
|
|
|
@responsiveCellBoxShadow: none !important; |
|
|
|
@responsiveStatusColor: transparent; |
|
|
|
|
|
|
|
/*------------------- |
|
|
|
Types |
|
|
|
--------------------*/ |
|
|
|
|
|
|
|
/* Definition */ |
|
|
|
@definitionPageBackground: @white; |
|
|
|
|
|
|
|
@definitionHeaderBackground: transparent; |
|
|
|
@definitionHeaderColor: @unselectedTextColor; |
|
|
|
@definitionHeaderFontWeight: normal; |
|
|
|
|
|
|
|
@definitionFooterBackground: @definitionHeaderBackground; |
|
|
|
@definitionFooterColor: @definitionHeaderColor; |
|
|
|
@definitionFooterFontWeight: @definitionHeaderFontWeight; |
|
|
|
|
|
|
|
@definitionColumnBackground: @subtleTransparentBlack; |
|
|
|
@definitionColumnColor: @selectedTextColor; |
|
|
|
@definitionColumnFontWeight: bold; |
|
|
|
|
|
|
|
|
|
|
|
/*-------------- |
|
|
|
Couplings |
|
|
|
---------------*/ |
|
|
|
|
|
|
|
@iconVerticalAlign: baseline; |
|
|
|
|
|
|
|
|
|
|
|
/*-------------- |
|
|
|
States |
|
|
|
---------------*/ |
|
|
@ -115,29 +113,30 @@ |
|
|
|
@positiveColorHover: darken(@positiveColor, 3); |
|
|
|
|
|
|
|
/* Negative */ |
|
|
|
@negativeColor: #CD2929; |
|
|
|
@negativeColor: @negativeTextColor; |
|
|
|
@negativeBoxShadow: @stateMarkerWidth 0px 0px @negativeBorderColor inset; |
|
|
|
@negativeBackgroundHover: darken(@negativeBackgroundColor, 3); |
|
|
|
@negativeColorHover: darken(@negativeColor, 3); |
|
|
|
|
|
|
|
/* Error */ |
|
|
|
@errorColor: #CD2929; |
|
|
|
@errorColor: @errorTextColor; |
|
|
|
@errorBoxShadow: @stateMarkerWidth 0px 0px @errorBorderColor inset; |
|
|
|
@errorBackgroundHover: darken(@errorBackgroundColor, 3); |
|
|
|
@errorColorHover: darken(@errorColor, 3); |
|
|
|
|
|
|
|
/* Warning */ |
|
|
|
@warningColor: #7D6C00; |
|
|
|
@warningColor: @warningTextColor; |
|
|
|
@warningBoxShadow: @stateMarkerWidth 0px 0px @warningBorderColor inset; |
|
|
|
@warningBackgroundHover: darken(@warningBackgroundColor, 3); |
|
|
|
@warningColorHover: darken(@warningColor, 3); |
|
|
|
|
|
|
|
/* Active */ |
|
|
|
@activeColor: rgba(50, 50, 50, 0.9); |
|
|
|
@activeColor: @textColor; |
|
|
|
@activeBackgroundColor: #E0E0E0; |
|
|
|
@activeBoxShadow: @stateMarkerWidth 0px 0px @activeColor inset; |
|
|
|
|
|
|
|
@activeBackgroundHover: #EFEFEF; |
|
|
|
@activeColorHover: rgba(50, 50, 50, 1); |
|
|
|
@activeColorHover: @selectedTextColor; |
|
|
|
|
|
|
|
/*-------------- |
|
|
|
Types |
|
|
@ -187,10 +186,10 @@ |
|
|
|
/* Inverted */ |
|
|
|
@invertedBackground: #333333; |
|
|
|
@invertedBorder: none; |
|
|
|
@invertedCellBorderColor: rgba(0, 0, 0, 0.2); |
|
|
|
@invertedCellBorderColor: @whiteBorderColor; |
|
|
|
@invertedCellColor: @invertedTextColor; |
|
|
|
@invertedHeaderBackground: rgba(0, 0, 0, 0.15); |
|
|
|
@invertedHeaderColor: rgba(255, 255, 255, 0.9); |
|
|
|
@invertedHeaderColor: @invertedTextColor; |
|
|
|
|
|
|
|
@invertedDefinitionColumnBackground: @subtleTransparentWhite; |
|
|
|
@invertedDefinitionColumnColor: @invertedSelectedTextColor; |
|
|
@ -198,15 +197,14 @@ |
|
|
|
|
|
|
|
/* Basic */ |
|
|
|
@basicTableBackground: transparent; |
|
|
|
@basicTableBorder: 1px solid @borderColor; |
|
|
|
@basicTableBorder: @borderWidth solid @borderColor; |
|
|
|
@basicBoxShadow: none; |
|
|
|
|
|
|
|
@basicTableHeaderBackground: transparent; |
|
|
|
@basicTableCellBackground: transparent; |
|
|
|
@basicTableHeaderDivider: none; |
|
|
|
@basicTableCellBorder: 1px solid rgba(0, 0, 0, 0.1); |
|
|
|
@basicTableCellVerticalPadding: @cellVerticalPadding; |
|
|
|
@basicTableCellHorizontalPadding: @cellHorizontalPadding; |
|
|
|
@basicTableCellPadding: ''; |
|
|
|
@basicTableStripedBackground: @transparentBlack; |
|
|
|
|
|
|
|
/* Padded */ |
|
|
|