Club System
This commit is contained in:
@@ -14,10 +14,12 @@
|
||||
@xf-borderRadiusMedium: 0px;
|
||||
@xf-borderRadiusSmall: 0px;
|
||||
@xf-buttonBg: @xf-paletteColor3;
|
||||
@xf-buttonCtaBg: @xf-paletteAccent2;
|
||||
@xf-buttonPrimaryBg: @xf-paletteAccent3;
|
||||
@xf-buttonTextColor: @xf-paletteNeutral1;
|
||||
@xf-chromeBg: @xf-paletteColor1;
|
||||
@xf-chromeTextColor: @xf-paletteNeutral1;
|
||||
@xf-contentAccentBg: @xf-paletteAccent1;
|
||||
@xf-contentAltBg: @xf-paletteColor3;
|
||||
@xf-contentBg: @xf-paletteColor2;
|
||||
@xf-contentHighlightBg: @xf-paletteColor3;
|
||||
@@ -25,11 +27,13 @@
|
||||
@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-inlineModHighlightColor: @xf-paletteAccent1;
|
||||
@xf-linkColor: @xf-paletteAccent3;
|
||||
@xf-linkHoverColor: @xf-paletteAccent2;
|
||||
@xf-linkUgcColor: @xf-paletteAccent3;
|
||||
@xf-linkUgcHoverColor: @xf-paletteAccent2;
|
||||
@xf-pageBg: @xf-paletteColor1;
|
||||
@xf-paletteAccent1: hsl(35, 90%, 95%);
|
||||
@xf-paletteAccent2: #e56700;
|
||||
@xf-paletteAccent3: #ff7300;
|
||||
@xf-paletteColor1: #1e1e1e;
|
||||
@@ -40,14 +44,19 @@
|
||||
@xf-paletteNeutral1: #f1f1f1;
|
||||
@xf-paletteNeutral2: #a1a1aa;
|
||||
@xf-paletteNeutral3: #111111;
|
||||
@xf-selectedItemBgColor: @xf-paletteAccent1;
|
||||
@xf-selectedItemColor: @xf-paletteAccent3;
|
||||
@xf-styleType: dark;
|
||||
@xf-subNavBg: @xf-paletteColor2;
|
||||
@xf-successBg: #81c784;
|
||||
@xf-successColor: @xf-paletteNeutral1;
|
||||
@xf-successFeatureColor: #388e3c;
|
||||
@xf-textColor: @xf-paletteNeutral1;
|
||||
@xf-textColorAccentContent: @xf-paletteAccent3;
|
||||
@xf-textColorDimmed: mix(@xf-textColor, @xf-textColorMuted);
|
||||
@xf-textColorEmphasized: @xf-paletteAccent3;
|
||||
@xf-textColorFeature: @xf-paletteNeutral1;
|
||||
@xf-textColorMuted: @xf-paletteNeutral2;
|
||||
|
||||
.xf-blockTabHeaderSelected()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user