First commit
This commit is contained in:
59
style_properties.less
Normal file
59
style_properties.less
Normal file
@@ -0,0 +1,59 @@
|
||||
// ################## THIS IS A GENERATED FILE ##################
|
||||
// DO NOT EDIT DIRECTLY. EDIT THE STYLE PROPERTIES IN THE CONTROL PANEL.
|
||||
|
||||
@xf-blockTabHeaderBg: @xf-paletteColor2;
|
||||
@xf-blockTabHeaderTextColor: @xf-paletteNeutral1;
|
||||
@xf-borderColor: @xf-paletteColor5;
|
||||
@xf-borderColorAccentContent: @xf-paletteAccent2;
|
||||
@xf-borderColorFaint: @xf-paletteColor5;
|
||||
@xf-borderColorFeature: @xf-paletteAccent3;
|
||||
@xf-borderColorHeavy: @xf-paletteColor5;
|
||||
@xf-borderColorHighlight: @xf-paletteAccent3;
|
||||
@xf-borderColorLight: @xf-paletteColor5;
|
||||
@xf-borderRadiusLarge: 0px;
|
||||
@xf-borderRadiusMedium: 0px;
|
||||
@xf-borderRadiusSmall: 0px;
|
||||
@xf-buttonBg: @xf-paletteColor3;
|
||||
@xf-buttonPrimaryBg: @xf-paletteAccent3;
|
||||
@xf-buttonTextColor: @xf-paletteNeutral1;
|
||||
@xf-chromeBg: @xf-paletteColor1;
|
||||
@xf-chromeTextColor: @xf-paletteNeutral1;
|
||||
@xf-contentAltBg: @xf-paletteColor3;
|
||||
@xf-contentBg: @xf-paletteColor2;
|
||||
@xf-contentHighlightBg: @xf-paletteColor3;
|
||||
@xf-errorBg: #e57373;
|
||||
@xf-errorColor: @xf-paletteNeutral1;
|
||||
@xf-fontFamilyBody: 'Segoe UI', 'San Francisco', 'Helvetica Neue', sans-serif;
|
||||
@xf-fontFamilyUi: 'Segoe UI', 'San Francisco', 'Helvetica Neue', sans-serif;
|
||||
@xf-linkColor: @xf-paletteAccent3;
|
||||
@xf-linkHoverColor: @xf-paletteAccent2;
|
||||
@xf-linkUgcColor: @xf-paletteAccent3;
|
||||
@xf-linkUgcHoverColor: @xf-paletteAccent2;
|
||||
@xf-pageBg: @xf-paletteColor1;
|
||||
@xf-paletteAccent2: #e56700;
|
||||
@xf-paletteAccent3: #ff7300;
|
||||
@xf-paletteColor1: #1e1e1e;
|
||||
@xf-paletteColor2: #252526;
|
||||
@xf-paletteColor3: #2d2d30;
|
||||
@xf-paletteColor4: #3e3e42;
|
||||
@xf-paletteColor5: #3f3f46;
|
||||
@xf-paletteNeutral1: #f1f1f1;
|
||||
@xf-paletteNeutral2: #a1a1aa;
|
||||
@xf-paletteNeutral3: #111111;
|
||||
@xf-styleType: dark;
|
||||
@xf-subNavBg: @xf-paletteColor2;
|
||||
@xf-successBg: #81c784;
|
||||
@xf-successColor: @xf-paletteNeutral1;
|
||||
@xf-successFeatureColor: #388e3c;
|
||||
@xf-textColor: @xf-paletteNeutral1;
|
||||
@xf-textColorEmphasized: @xf-paletteAccent3;
|
||||
@xf-textColorFeature: @xf-paletteNeutral1;
|
||||
|
||||
.xf-blockTabHeaderSelected()
|
||||
{
|
||||
color: @xf-linkColor;
|
||||
border-color: @xf-paletteColor2;
|
||||
}
|
||||
|
||||
@xf-blockTabHeaderSelected--color: @xf-linkColor;
|
||||
@xf-blockTabHeaderSelected--border-color: @xf-paletteColor2;
|
||||
Reference in New Issue
Block a user