Files
XenforoMasterTemplate/style_properties.less
2026-07-05 10:59:28 +02:00

99 lines
3.3 KiB
Plaintext

// ################## 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-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;
@xf-emailPublicLogoUrl: ~'data/assets/email_logo/plaza-logo.webp';
@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-inlineModHighlightColor: @xf-paletteAccent1;
@xf-linkColor: @xf-paletteAccent3;
@xf-linkHoverColor: @xf-paletteAccent2;
@xf-linkUgcColor: @xf-paletteAccent3;
@xf-linkUgcHoverColor: @xf-paletteAccent2;
@xf-nodeListDescriptionDisplay: inline;
@xf-nodeListSubDisplay: flat;
@xf-pageBg: @xf-paletteColor1;
@xf-paletteAccent1: hsl(35, 90%, 95%);
@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-publicIconUrl: ~'data/assets/logo/plaza-logo-text.webp';
@xf-publicIconUrlLarge: ~'data/assets/logo/plaza-logo-text.webp';
@xf-publicLogoUrl: ~'data/assets/logo_default/plaza-logo-wide.webp';
@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-blockMinorHeader()
{
font-size: @xf-fontSizeLarge;
color: @xf-textColor;
}
.xf-blockMinorTabHeaderSelected()
{
color: @xf-textColor;
border-color: @xf-minorHeadingTextColor;
}
.xf-blockTabHeaderSelected()
{
color: @xf-linkColor;
border-color: @xf-paletteColor2;
}
.xf-blockTextHeader()
{
font-size: @xf-fontSizeLarge;
color: @xf-textColor;
}
@xf-blockMinorHeader--font-size: @xf-fontSizeLarge;
@xf-blockMinorHeader--color: @xf-textColor;
@xf-blockMinorTabHeaderSelected--color: @xf-textColor;
@xf-blockMinorTabHeaderSelected--border-color: @xf-minorHeadingTextColor;
@xf-blockTabHeaderSelected--color: @xf-linkColor;
@xf-blockTabHeaderSelected--border-color: @xf-paletteColor2;
@xf-blockTextHeader--font-size: @xf-fontSizeLarge;
@xf-blockTextHeader--color: @xf-textColor;