<?xml version="1.0" encoding="utf-8"?>
<style title="EvolveRP Dark" description="" user_selectable="1" base_version_id="2020871" export_version="2">
  <assets>
    <asset key="bg" path="styles/evolve-dark/images/bg"/>
    <asset key="font" path="styles/evolve-dark/fonts"/>
    <asset key="icon" path="styles/evolve-dark/images/icons"/>
    <asset key="img" path="styles/evolve-dark/images"/>
  </assets>
  <templates>
    <template title="evolverp_app_body.less" type="public" addon_id="" version_id="0" version_string=""><![CDATA[.p-body-inner {
	padding-top: 120px;
	padding-bottom: 60px;
}]]></template>
    <template title="evolverp_app_footer.less" type="public" addon_id="" version_id="0" version_string=""><![CDATA[.p-footer-inner {
	padding-top: 20px;
}

.p-footer-linkList > li a {
	&[href*="misc/style"] {
		background: xf-diminish(@xf-buttonBg, 21.2%);
		border-radius: @xf-borderRadiusMedium;
		background: -moz-radial-gradient(circle, @xf-buttonBg 0%, @xf-buttonPrimaryBg 100%);
		background: -webkit-radial-gradient(circle, @xf-buttonBg 0%, @xf-buttonPrimaryBg 100%);
		background: radial-gradient(circle, @xf-buttonBg 0%, @xf-buttonPrimaryBg 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="@xf-buttonBg", endColorstr="@xf-buttonPrimaryBg", GradientType=1);
		box-shadow: 4px 4px 35px 12px rgba(189,0,40,0.4);
	}
}]]></template>
    <template title="evolverp_app_nav.less" type="public" addon_id="" version_id="0" version_string=""><![CDATA[.p-sectionLinks, .p-header-content {
	display: none;
}

.p-nav-inner {
	align-items: center;
} 

.p-nav-list {
	> li {
		margin-left: 21px;
		&:first-child {
			margin-left: 32px;
		}
	}
}
.p-nav-smallLogo {
	display: block;
	max-width: ~"@{xf-publicLogoWidth}px";
	margin-left: -20px;
	margin-right: 20px;
	img {
		max-height: ~"@{xf-publicLogoHeight}px";
	}
}

.p-navSticky {
	box-shadow: 4px 4px 35px 12px rgba(189,0,40,0.4);
}


.p-navgroup {
	border-radius: @xf-borderRadiusMedium;
	display: flex;
	align-items: center;
	&--guest {
		color: @xf-textColor;
		font-size: 14px;
		background: none;
		text-transform: uppercase;
		.p-navgroup-link {
			border-left: 0;
			&:last-of-type {
				padding: 15px;
				margin-right: 15px;
			}
			&.p-navgroup-link--logIn {
				order: 1;
				display: flex;
				align-items: center;
				justify-content: center;
				width: 150px;
				height: 50px;
				line-height: 20px;
				background: xf-diminish(@xf-buttonBg, 21.2%);
				border-radius: 20px;
				background: -moz-radial-gradient(circle, @xf-buttonBg 0%, @xf-buttonPrimaryBg 100%);
				background: -webkit-radial-gradient(circle, @xf-buttonBg 0%, @xf-buttonPrimaryBg 100%);
				background: radial-gradient(circle, @xf-buttonBg 0%, @xf-buttonPrimaryBg 100%);
				filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="@xf-buttonBg", endColorstr="@xf-buttonPrimaryBg", GradientType=1);
				box-shadow: 4px 4px 35px 12px rgba(189,0,40,0.4);
				&:hover {
					.m-transition();
					opacity: 0.9;
				}
			}
		}
	}
}

[data-logged-in="false"] {
	.p-nav-opposite  {
		margin-right: 0;
	}
	.p-navgroup-link--search {
		display: none;
	}
}


@media (max-width: @xf-publicNavCollapseWidth)
{
	.p-navgroup-link--whatsnew
	{
		display: none;
	}
}]]></template>
    <template title="evolverp_core_input.less" type="public" addon_id="" version_id="0" version_string=""><![CDATA[.inputGroup {
	.inputGroup-text {
		color: xf-diminish(@xf-textColorDimmed, 39%);
	}
}]]></template>
    <template title="evolverp_editor_base.less" type="public" addon_id="" version_id="0" version_string=""><![CDATA[.fr-toolbar .fr-more-toolbar.fr-expanded{
	background-color: @xf-editorBg;	 
}

.fr-box {
	.fr-basic {
		&.is-focused {
			border: none;
			border-radius: @xf-borderRadiusSmall;
		}
	}
}
.fr-box.fr-basic {
	border-radius: @xf-borderRadiusSmall;
	-webkit-border-radius: @xf-borderRadiusSmall;
	border: none;
}

.fr-toolbar.fr-top {
	border-radius: @xf-borderRadiusSmall;
	-webkit-border-radius: @xf-borderRadiusSmall @xf-borderRadiusSmall 0;
}

.fr-toolbar .fr-more-toolbar.fr-expanded {
	background-color: @xf-editorToolsBg;
}

.fr-box .fr-command.fr-btn.fr-open {
	&:not(:hover):not(:focus):not(:active) {
		background: @xf-editorButtonSelectedBg;
	}
}]]></template>
    <template title="evolverp_fonts.less" type="public" addon_id="" version_id="0" version_string=""><![CDATA[@font-face {
	font-family: 'Gotham Pro Medium';
	src: url('{{ asset('font') }}/GothamPro-Medium.eot');
	src: url('{{ asset('font') }}/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
		url('{{ asset('font') }}/GothamPro-Medium.woff') format('woff'),
		url('{{ asset('font') }}/GothamPro-Medium.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family:'Gotham Pro Light';
	src:url('{{ asset('font') }}/GothamPro-Light.eot');
	src:url('{{ asset('font') }}/GothamPro-Light.eot?#iefix') format('embedded-opentype'),
		url('{{ asset('font') }}/GothamPro-Light.woff') format('woff'),
		url('{{ asset('font') }}/GothamPro-Light.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}]]></template>
    <template title="evolverp_node_list.less" type="public" addon_id="" version_id="0" version_string=""><![CDATA[.evolveRP-nodeIcons(@unreadImage; @readImage: false; @height: 40px; @width: 40px) {
	.node {
		.node-icon i {
			&:before {
				content: none;
			}

			.node--read& {
				& when (@readImage = false) {
					-webkit-filter: grayscale(100%);
					filter: grayscale(100%);
				}
			}

			.node--forum&,
			.node--category& {
				& when (isurl(@unreadImage)) {
					background: @unreadImage no-repeat;
				}
				& when (ispixel(@height)), (ispixel(@width)) {
					height: @height;
					width: @width;
				}

				.node--read& when (isurl(@readImage)) {
					background: @readImage no-repeat;
				}
			}

			.node--page& {
				& when (isurl(@unreadImage)) {
					background: @unreadImage no-repeat;
				}
				& when (ispixel(@height)), (ispixel(@width)) {
					height: @height;
					width: @width;
				}
			}

			.node--link& {
				& when (isurl(@unreadImage)) {
					background: @unreadImage no-repeat;
				}
				& when (ispixel(@height)), (ispixel(@width)) {
					height: @height;
					width: @width;
				}
			}
		}
	}
}

.evolveRP-nodeIcons(url("{{ asset('icon') }}/node.png"); url("{{ asset('icon') }}/node.png"); 36px; 46px);

.node-stats 
{
	width: 150px;
	font-family: 'Gotham Pro Light';
	.pairs.pairs--rows {
		>dt {
			color: #fff;
		}
	}
}

.node-body {
	padding: 0 @xf-blockPaddingH;
}

.node-icon {
	padding: 0;
}

.node-title {
 	a {
		font-size: 14px;
		color: @xf-textColor;
		font-weight: @xf-fontWeightNormal;
		font-family: 'Gotham Pro Medium';
	}
}

.node-description {
	font-size: 14px;
    color: @xf-textColor;
    font-family: 'Gotham Pro Light';
}

.node-meta
{
	font-size: @xf-fontSizeSmallest;
}]]></template>
    <template title="evolverp_structured_list.less" type="public" addon_id="" version_id="0" version_string=""><![CDATA[.structItem-title {
	a {
		&:last-of-type {
			opacity: 0.7;
		}
	}
}

.structItem-parts
{

	> li
	{
		&:nth-child(even) {
			color: @xf-textColor;
		}
	}
}

.structItem-minor {
	font-weight: 600;
}]]></template>
    <template title="extra.less" type="public" addon_id="XF" version_id="2020871" version_string="2.2.8 Patch 1"><![CDATA[{{ include('evolverp_fonts.less') }}
{{ include('evolverp_app_nav.less') }}
{{ include('evolverp_app_body.less') }}
{{ include('evolverp_app_footer.less') }}
{{ include('evolverp_node_list.less') }}
{{ include('evolverp_structured_list.less') }}
{{ include('evolverp_editor_base.less') }}
{{ include('evolverp_core_input.less') }}]]></template>
  </templates>
  <properties>
    <property property_name="blockBorderRadius" group_name="block" title="Block border radius" description="Controls the size of the curve on block border corners" property_type="value" value_type="unit" depends_on="" value_group="borderRadius" display_order="1000" addon_id="XF">
      <value>"16px"</value>
    </property>
    <property property_name="blockFooter" group_name="block" title="Block footer" description="When information needs to be conveyed in a footer element for a block, its style is controlled here" property_type="css" value_type="" depends_on="" value_group="" display_order="21200" css_components="text,background,border,extra" addon_id="XF">
      <value>{
    "font-size": "@xf-fontSizeSmaller",
    "color": "@xf-blockFooterTextColor",
    "background-color": "@xf-blockFooterBg",
    "extra": "font-family: 'Gotham Pro Light';"
}</value>
    </property>
    <property property_name="blockHeader" group_name="block" title="Block header" description="Blocks often have title bars at their tops, which are styled here" property_type="css" value_type="" depends_on="" value_group="" display_order="20100" css_components="text,background,border,extra" addon_id="XF">
      <value>{
    "font-size": "14px",
    "color": "@xf-majorHeadingTextColor",
    "background-color": "@xf-majorHeadingBg",
    "extra": ".block--category &amp; {\n\tbackground-image: url(%ASSET:img%/categoryLogo.png);\n\tbackground-repeat: no-repeat;\n\tmin-height: 95px;\n\tpadding: 10px 0 0 160px;\n}\nfont-family: 'Gotham Pro Medium';"
}</value>
    </property>
    <property property_name="blockMinorHeader" group_name="block" title="Block minor header" description="Sub-headings in blocks use these settings" property_type="css" value_type="" depends_on="" value_group="" display_order="20400" css_components="text,background,border,extra" addon_id="XF">
      <value>{
    "font-size": "14px",
    "color": "@xf-minorHeadingTextColor",
    "extra": "text-align: center;\nfont-family: 'Gotham Pro Medium';"
}</value>
    </property>
    <property property_name="blockPaddingH" group_name="block" title="Block padding horizontal" description="The horizontal space between the edges of a block and its content" property_type="value" value_type="unit" depends_on="" value_group="padding" display_order="100" addon_id="XF">
      <value>"30px"</value>
    </property>
    <property property_name="blockTabHeader" group_name="block" title="Block tab header" description="Occasionally, blocks will have multi-part, tab headers, styled with these settings" property_type="css" value_type="" depends_on="" value_group="" display_order="20200" css_components="text,background,border,extra" addon_id="XF">
      <value>{
    "font-size": "14px",
    "color": "@xf-blockTabHeaderTextColor",
    "background-color": "@xf-blockTabHeaderBg",
    "border-bottom-width": "@xf-borderSize",
    "border-bottom-color": "@xf-borderColor"
}</value>
    </property>
    <property property_name="blockTabHeaderBg" group_name="color" title="Block tab header background color" description="" property_type="value" value_type="color" depends_on="" value_group="blockTabHeader" display_order="6500" addon_id="XF">
      <value>"@xf-contentAltBg"</value>
    </property>
    <property property_name="blockTabHeaderSelected" group_name="block" title="Block tab header - selected tab" description="The selected tab in multi-part headers takes additional styling from here" property_type="css" value_type="" depends_on="" value_group="" display_order="20300" css_components="text,background,border_color_simple,extra" addon_id="XF">
      <value>{
    "color": "@xf-textColor",
    "border-color": "rgb(235, 48, 76)"
}</value>
    </property>
    <property property_name="borderColor" group_name="color" title="Border color" description="Structural borders around blocks of content generally use this color" property_type="value" value_type="color" depends_on="" value_group="borderBasic" display_order="4000" addon_id="XF">
      <value>"rgba(235,46,74,0.1)"</value>
    </property>
    <property property_name="borderColorHeavy" group_name="color" title="Heavy border color" description="" property_type="value" value_type="color" depends_on="" value_group="borderBasic" display_order="4300" addon_id="XF">
      <value>"rgba(233,23,54,0.1)"</value>
    </property>
    <property property_name="borderColorHighlight" group_name="color" title="Highlight border color" description="" property_type="value" value_type="color" depends_on="" value_group="borderOther" display_order="5000" addon_id="XF">
      <value>"@xf-borderColor"</value>
    </property>
    <property property_name="borderColorLight" group_name="color" title="Light border color" description="" property_type="value" value_type="color" depends_on="" value_group="borderBasic" display_order="4200" addon_id="XF">
      <value>"rgba(236,60,86,0.1)"</value>
    </property>
    <property property_name="borderRadiusMedium" group_name="borderSpacing" title="Medium border radius" description="" property_type="value" value_type="unit" depends_on="" value_group="borderRadius" display_order="1100" addon_id="XF">
      <value>"15px"</value>
    </property>
    <property property_name="buttonBg" group_name="color" title="Default button background color" description="" property_type="value" value_type="color" depends_on="" value_group="buttons" display_order="8200" addon_id="XF">
      <value>"rgb(255, 42, 74)"</value>
    </property>
    <property property_name="buttonCtaBg" group_name="color" title="Call-to-action button background" description="" property_type="value" value_type="color" depends_on="" value_group="buttons" display_order="8400" addon_id="XF">
      <value>"rgb(242, 147, 13)"</value>
    </property>
    <property property_name="buttonTextColor" group_name="color" title="Default button text color" description="" property_type="value" value_type="color" depends_on="" value_group="buttons" display_order="8100" addon_id="XF">
      <value>"@xf-textColor"</value>
    </property>
    <property property_name="chip" group_name="misc" title="Chips" description="The primary use for chips is in tagging content, where each tag will appear as a chip" property_type="css" value_type="" depends_on="" value_group="" display_order="20200" css_components="text,background,border_width_simple,border_color_simple,extra" addon_id="XF">
      <value>{
    "color": "@xf-textColor",
    "background-color": "xf-diminish(@xf-paletteNeutral1, 3.3%)",
    "border-width": "@xf-borderSize",
    "border-color": "@xf-borderColor"
}</value>
    </property>
    <property property_name="contentAltBg" group_name="color" title="Alternate content background color" description="In order to differentiate it, some content will be presented on this alternative background" property_type="value" value_type="color" depends_on="" value_group="contentBackground" display_order="2200" addon_id="XF">
      <value>"rgb(41, 23, 25)"</value>
    </property>
    <property property_name="contentBase" group_name="content" title="Content area base" description="This styling is applied to the background of primary content, such as messages" property_type="css" value_type="" depends_on="" value_group="" display_order="20000" css_components="text,background,extra" addon_id="XF">
      <value>{
    "font-size": "14px",
    "color": "@xf-textColor",
    "background-color": "@xf-contentBg",
    "extra": "font-family: 'Gotham Pro Light';"
}</value>
    </property>
    <property property_name="contentHighlightBg" group_name="color" title="Highlighted content background color" description="When the standard background color is highlighted or selected, it will use this color" property_type="value" value_type="color" depends_on="" value_group="contentBackground" display_order="2300" addon_id="XF">
      <value>"rgb(64, 36, 39)"</value>
    </property>
    <property property_name="editorButtonHoverColor" group_name="rte" title="Editor button icon hover color" description="Color for button icons when hovered" property_type="value" value_type="color" depends_on="" value_group="buttons" display_order="2111" addon_id="XF">
      <value>"@xf-textColorMuted"</value>
    </property>
    <property property_name="editorButtonSelectedBg" group_name="rte" title="Editor button selected background" description="Color for button background when pressed and held, or when a sub-menu is active" property_type="value" value_type="color" depends_on="" value_group="buttons" display_order="2121" addon_id="XF">
      <value>"fade(@xf-paletteColor2, 10%)"</value>
    </property>
    <property property_name="editorToolsBg" group_name="rte" title="Editor toolbar background" description="Background for the toolbar when the editor is not focused" property_type="value" value_type="string" depends_on="" value_group="toolbar" display_order="1501" addon_id="XF">
      <value>"xf-diminish(@xf-paletteNeutral1, 3.3%)"</value>
    </property>
    <property property_name="editorToolsFocusBg" group_name="rte" title="Editor toolbar background when focused" description="The background of the toolbar when the editor is focused" property_type="value" value_type="string" depends_on="" value_group="toolbar" display_order="1502" addon_id="XF">
      <value>"@xf-editorToolsBg"</value>
    </property>
    <property property_name="editorToolsOverflowBg" group_name="rte" title="Editor toolbar overflow background" description="Used for the supplemental toolbars that contain overflowed buttons from the main toolbar, and for the header of popup tool windows" property_type="value" value_type="color" depends_on="" value_group="toolbar" display_order="1503" addon_id="XF">
      <value>"@xf-editorToolsBg"</value>
    </property>
    <property property_name="fontFamilyBody" group_name="fonts" title="Body Text Font" description="This font is used for the text of messages etc." property_type="value" value_type="string" depends_on="" value_group="font" display_order="200" addon_id="XF">
      <value>"'Gotham Pro Light', 'Segoe UI', 'Helvetica Neue', Helvetica, Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', sans-serif"</value>
    </property>
    <property property_name="fontFamilyUi" group_name="fonts" title="User Interface Font" description="The font list for your main text" property_type="value" value_type="string" depends_on="" value_group="font" display_order="100" addon_id="XF">
      <value>"'Gotham Pro Medium', 'Segoe UI', 'Helvetica Neue', Helvetica, Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', sans-serif"</value>
    </property>
    <property property_name="formLabel" group_name="form" title="Form label column" description="In full-width forms, the left column contains labels for the controls in the right column" property_type="css" value_type="" depends_on="" value_group="" display_order="20100" css_components="text,background,border_color_simple,extra" addon_id="XF">
      <value>{
    "background-color": "xf-diminish(@xf-paletteNeutral1, 3.3%)",
    "border-color": "@xf-borderColorLight",
    "extra": "text-align: right;"
}</value>
    </property>
    <property property_name="input" group_name="input" title="Form input" description="Controls the style of most text-input boxes" property_type="css" value_type="" depends_on="" value_group="" display_order="20000" css_components="text,background,border,border_radius,padding,extra" addon_id="XF">
      <value>{
    "font-size": "14px",
    "color": "@xf-inputTextColor",
    "background-color": "@xf-inputBgColor",
    "border-width": "@xf-borderSize",
    "border-color": "@xf-borderColor",
    "border-radius": "@xf-borderRadiusMedium",
    "border-top-color": "var(--input-border-heavy)",
    "border-right-color": "var(--input-border-light)",
    "border-bottom-color": "var(--input-border-light)",
    "border-left-color": "var(--input-border-heavy)",
    "padding": "@xf-paddingMedium"
}</value>
    </property>
    <property property_name="inputBgColor" group_name="color" title="Text input box background color" description="" property_type="value" value_type="color" depends_on="" value_group="input" display_order="8500" addon_id="XF">
      <value>"rgb(232, 232, 232)"</value>
    </property>
    <property property_name="inputFocusBgColor" group_name="color" title="Focused text box background color" description="" property_type="value" value_type="color" depends_on="" value_group="input" display_order="8600" addon_id="XF">
      <value>"@xf-inputBgColor"</value>
    </property>
    <property property_name="inputTextColor" group_name="color" title="Text input box text color" description="" property_type="value" value_type="color" depends_on="" value_group="input" display_order="8499" addon_id="XF">
      <value>"rgb(0, 0, 0)"</value>
    </property>
    <property property_name="linkHoverColor" group_name="color" title="Link hover color" description="Basic hyperlinks will turn this color when hovered" property_type="value" value_type="color" depends_on="" value_group="links" display_order="1100" addon_id="XF">
      <value>"rgb(255, 255, 255)"</value>
    </property>
    <property property_name="majorHeadingBg" group_name="color" title="Major heading background color" description="" property_type="value" value_type="color" depends_on="" value_group="heading" display_order="6100" addon_id="XF">
      <value>"@xf-paletteColor1"</value>
    </property>
    <property property_name="memberTooltipHeader" group_name="member" title="Member tooltip header" description="The member tooltip, which appears when hovering over user names, is styled with these controls" property_type="css" value_type="" depends_on="" value_group="" display_order="20300" css_components="text,background,border,extra" addon_id="XF">
      <value>{
    "background-color": "@xf-contentHighlightBg",
    "border-bottom-width": "@xf-borderSize",
    "border-bottom-color": "@xf-borderColorLight"
}</value>
    </property>
    <property property_name="menu" group_name="menu" title="Menu" description="Controls the main block of all popup menus" property_type="css" value_type="" depends_on="" value_group="" display_order="20000" css_components="text,background,border_width_simple,border_color_simple,extra" addon_id="XF">
      <value>{
    "font-size": "@xf-fontSizeSmallest",
    "color": "@xf-textColor",
    "background-color": "@xf-contentBg",
    "extra": "// border: @xf-borderSize solid @xf-borderColor;"
}</value>
    </property>
    <property property_name="menuFeatureBorderColor" group_name="menu" title="Menu feature border color" description="Popup menus have a thick feature border on their upper edge, the styling of which is controlled here" property_type="value" value_type="color" depends_on="" value_group="" display_order="100" addon_id="XF">
      <value>"@xf-borderColor"</value>
    </property>
    <property property_name="menuHeader" group_name="menu" title="Menu header" description="Most menus identify themselves with a header just underneath their top border" property_type="css" value_type="" depends_on="" value_group="" display_order="20100" css_components="text,background,border,extra" addon_id="XF">
      <value>{
    "font-size": "14px",
    "color": "@xf-majorHeadingTextColor",
    "background-color": "@xf-majorHeadingBg",
    "border-bottom-width": "@xf-borderSize",
    "border-bottom-color": "@xf-borderColorLight",
    "extra": "background: linear-gradient(0deg, @xf-contentHighlightBg, mix(@xf-contentHighlightBg, @xf-contentBg, 50%));"
}</value>
    </property>
    <property property_name="messageUserBlockWidth" group_name="message" title="Message user info block width" description="Controls the width of the (left) user info column on the full size message block" property_type="value" value_type="unit" depends_on="" value_group="user" display_order="500" addon_id="XF">
      <value>"240px"</value>
    </property>
    <property property_name="messageUserElements" group_name="message" title="Message user info elements" description="The elements selected here will be displayed in the message user info block. It will not be displayed below the single column width." property_type="value" value_type="template" depends_on="" value_group="user" display_order="600" addon_id="XF">
      <value_parameters>template=style_property_template_messageUserElements
type=array</value_parameters>
      <value>{
    "register_date": "1",
    "message_count": "1",
    "reaction_score": "1"
}</value>
    </property>
    <property property_name="nodeIconUnreadColor" group_name="nodeList" title="Unread node icon color" description="Node icons give an at-a-glance indication of whether or not the content housed within the node has been read. The unread icon color should stand out from its background for quick identification" property_type="value" value_type="color" depends_on="" value_group="" display_order="100" addon_id="XF">
      <value>"rgb(249, 196, 121)"</value>
    </property>
    <property property_name="nodeListDescriptionDisplay" group_name="nodeList" title="Description display style" description="To save vertical space, it is possible to hide node descriptions until the node title is hovered, at which point they are displayed in a tooltip" property_type="value" value_type="radio" depends_on="" value_group="" display_order="400" addon_id="XF">
      <value_parameters>tooltip={{ phrase('tooltip') }}
inline={{ phrase('inline') }}
none={{ phrase('none') }}</value_parameters>
      <value>"inline"</value>
    </property>
    <property property_name="overlayHeader" group_name="overlay" title="Overlay header" description="Overlays use a header element to identify their contents, styled here" property_type="css" value_type="" depends_on="" value_group="" display_order="20000" css_components="text,background,border,padding,extra" addon_id="XF">
      <value>{
    "font-size": "@xf-fontSizeLargest",
    "color": "@xf-majorHeadingTextColor",
    "background-color": "@xf-majorHeadingBg",
    "border-bottom-width": "@xf-borderSize",
    "border-bottom-color": "@xf-borderColorLight",
    "padding-top": "@xf-paddingMedium",
    "padding-right": "@xf-paddingLarge",
    "padding-bottom": "@xf-paddingMedium",
    "padding-left": "@xf-paddingLarge",
    "extra": "background: linear-gradient(0deg, @xf-contentHighlightBg, xf-diminish(@xf-contentHighlightBg, 3.6%));"
}</value>
    </property>
    <property property_name="pageBackground" group_name="page" title="Page background" description="The page background, behind all block elements, uses the styling rules defined here" property_type="css" value_type="" depends_on="" value_group="" display_order="20200" css_components="background,extra" addon_id="XF">
      <value>{
    "background-color": "@xf-pageBg",
    "background-image": "%ASSET:bg%/pageBackground.png",
    "extra": "background-repeat: no-repeat;\nbackground-position: center bottom;\nbackground-size: cover;\nbackground-attachment: fixed;"
}</value>
    </property>
    <property property_name="pageWidthMax" group_name="page" title="Maximum page width" description="As the window is resized, it will continue to grow in width until this value, after which it will remain static" property_type="value" value_type="unit" depends_on="" value_group="page" display_order="100" addon_id="XF">
      <value>"1360px"</value>
    </property>
    <property property_name="paletteAccent2" group_name="palette" title="Accent 2" description="" property_type="value" value_type="color" depends_on="" value_group="accent" display_order="2100" addon_id="XF">
      <value_parameters>hidePalette=true</value_parameters>
      <value>"rgb(235, 46, 74)"</value>
    </property>
    <property property_name="paletteColor1" group_name="palette" title="Color 1" description="" property_type="value" value_type="color" depends_on="" value_group="primary" display_order="1000" addon_id="XF">
      <value_parameters>hidePalette=true</value_parameters>
      <value>"rgb(41, 23, 25)"</value>
    </property>
    <property property_name="paletteColor2" group_name="palette" title="Color 2" description="" property_type="value" value_type="color" depends_on="" value_group="primary" display_order="1100" addon_id="XF">
      <value_parameters>hidePalette=true</value_parameters>
      <value>"rgb(255, 255, 255)"</value>
    </property>
    <property property_name="paletteColor3" group_name="palette" title="Color 3" description="" property_type="value" value_type="color" depends_on="" value_group="primary" display_order="1200" addon_id="XF">
      <value_parameters>hidePalette=true</value_parameters>
      <value>"rgb(235, 46, 74)"</value>
    </property>
    <property property_name="paletteColor4" group_name="palette" title="Color 4" description="" property_type="value" value_type="color" depends_on="" value_group="primary" display_order="1300" addon_id="XF">
      <value_parameters>hidePalette=true</value_parameters>
      <value>"rgb(255, 255, 255)"</value>
    </property>
    <property property_name="paletteColor5" group_name="palette" title="Color 5" description="" property_type="value" value_type="color" depends_on="" value_group="primary" display_order="1400" addon_id="XF">
      <value_parameters>hidePalette=true</value_parameters>
      <value>"rgb(41, 23, 25)"</value>
    </property>
    <property property_name="paletteNeutral1" group_name="palette" title="Neutral 1" description="" property_type="value" value_type="color" depends_on="" value_group="neutral" display_order="3000" addon_id="XF">
      <value_parameters>hidePalette=true</value_parameters>
      <value>"rgb(41, 23, 25)"</value>
    </property>
    <property property_name="paletteNeutral2" group_name="palette" title="Neutral 2" description="" property_type="value" value_type="color" depends_on="" value_group="neutral" display_order="3100" addon_id="XF">
      <value_parameters>hidePalette=true</value_parameters>
      <value>"rgb(144, 144, 144)"</value>
    </property>
    <property property_name="paletteNeutral3" group_name="palette" title="Neutral 3" description="" property_type="value" value_type="color" depends_on="" value_group="neutral" display_order="3200" addon_id="XF">
      <value_parameters>hidePalette=true</value_parameters>
      <value>"rgb(255, 255, 255)"</value>
    </property>
    <property property_name="publicFaviconUrl" group_name="basic" title="Favicon URL (32x32)" description="Path to the small logo that is associated with bookmarks pointing to your site. This is expected to be a 32x32 PNG image." property_type="value" value_type="string" depends_on="" value_group="logo" display_order="400" addon_id="XF">
      <value_parameters>asset=logo</value_parameters>
      <value>"%ASSET:img%/favicon.png"</value>
    </property>
    <property property_name="publicFooter" group_name="footer" title="Footer" description="The footer is the primary element that sits below the main content on all public pages" property_type="css" value_type="" depends_on="" value_group="" display_order="20000" css_components="text,background,border,extra" addon_id="XF">
      <value>{
    "font-size": "@xf-fontSizeSmallest",
    "color": "rgb(67, 53, 56)",
    "background-color": "@xf-chromeBg",
    "extra": "box-shadow: 4px 4px 35px 12px rgba(189,0,40,0.4);"
}</value>
    </property>
    <property property_name="publicHeaderAdjustColor" group_name="headerNav" title="Header adjustment color" description="The color of the header background is adjusted to be used as the background for the inbox and alerts area in the header" property_type="value" value_type="color" depends_on="" value_group="header" display_order="100" addon_id="XF">
      <value>"rgba(255, 255, 255, 0.06)"</value>
    </property>
    <property property_name="publicLogoHeight" group_name="basic" title="Public logo height" description="If you specify the height of your logo here, you can avoid a costly re-flow of your page layout once the logo loads." property_type="value" value_type="number" depends_on="" value_group="logo" display_order="120" addon_id="XF">
      <value>"75"</value>
    </property>
    <property property_name="publicLogoUrl" group_name="basic" title="Logo URL" description="The web path from your site's XenForo installation directory to your logo image. If you specify an SVG image here, you should set &lt;b&gt;Emails &amp;gt; Email logo URL&lt;/b&gt; to point to a PNG image, or similar, for increased compatibility." property_type="value" value_type="string" depends_on="" value_group="logo" display_order="101" addon_id="XF">
      <value_parameters>asset=logo</value_parameters>
      <value>"%ASSET:img%/logo.png"</value>
    </property>
    <property property_name="publicLogoWidth" group_name="basic" title="Public logo width" description="If you specify the width of your logo here, you can avoid a costly re-flow of your page layout once the logo loads." property_type="value" value_type="number" depends_on="" value_group="logo" display_order="115" addon_id="XF">
      <value>"200"</value>
    </property>
    <property property_name="publicNav" group_name="headerNav" title="Navigation row" description="The navigation row sits below the header and contains the primary site navigation tabs and menus" property_type="css" value_type="" depends_on="" value_group="" display_order="20100" css_components="text,background,extra" addon_id="XF">
      <value>{
    "color": "xf-intensify(@xf-textColorMuted, 20.6%)",
    "background-color": "@xf-chromeBg"
}</value>
    </property>
    <property property_name="publicNavTab" group_name="headerNav" title="Navigation row - tab" description="Controls the styling of individual tab elements within the navigation row" property_type="css" value_type="" depends_on="" value_group="" display_order="20200" css_components="text,background,extra" addon_id="XF">
      <value>{
    "font-size": "14px",
    "color": "@xf-chromeTextColor",
    "text-decoration": "none",
    "extra": "text-transform: uppercase;"
}</value>
    </property>
    <property property_name="publicNavTabMenuOpen" group_name="headerNav" title="Navigation row - menu open" description="Styling applied when the popup menu for the current tab is visible" property_type="css" value_type="" depends_on="" value_group="" display_order="20450" css_components="text,background,extra" addon_id="XF">
      <value>{
    "color": "@xf-textColor",
    "text-decoration": "none",
    "background-color": "@xf-contentHighlightBg"
}</value>
    </property>
    <property property_name="sidebarWidth" group_name="page" title="Sidebar and side navigation width" description="Width of any elements that make up the sidebar" property_type="value" value_type="unit" depends_on="" value_group="sidebar" display_order="1100" addon_id="XF">
      <value>"290px"</value>
    </property>
    <property property_name="standaloneTab" group_name="tab" title="Standalone tabs" description="Tabs that are not part of block headers are styled here" property_type="css" value_type="" depends_on="" value_group="" display_order="20000" css_components="text,background,extra" addon_id="XF">
      <value>{
    "font-size": "@xf-fontSizeNormal",
    "color": "@xf-paletteColor4",
    "background-color": "xf-diminish(@xf-paletteNeutral1, 3.3%)"
}</value>
    </property>
    <property property_name="standaloneTabSelected" group_name="tab" title="Standalone tabs - selected tab" description="The selected tab in groups that are not part of block headers" property_type="css" value_type="" depends_on="" value_group="" display_order="20100" css_components="text,background,border_color_simple,extra" addon_id="XF">
      <value>{
    "color": "@xf-textColorFeature",
    "border-color": "@xf-borderColor"
}</value>
    </property>
    <property property_name="styleType" group_name="palette" title="Style type" description="This defines the general type of style in use based on whether the content is placed on a light or dark background. This may change how colors are selected in certain scenarios." property_type="value" value_type="radio" depends_on="" value_group="setup" display_order="100" addon_id="XF">
      <value_parameters>light={{ phrase('light') }}
dark={{ phrase('dark') }}</value_parameters>
      <value>"dark"</value>
    </property>
    <property property_name="subNavTextColor" group_name="color" title="Page sub-navigation text color" description="" property_type="value" value_type="color" depends_on="" value_group="chrome" display_order="6090" addon_id="XF">
      <value>"rgb(235, 48, 76)"</value>
    </property>
    <property property_name="textColorDimmed" group_name="color" title="Dimmed text color" description="Used when less-important text is placed next to normal text" property_type="value" value_type="color" depends_on="" value_group="textBasic" display_order="200" addon_id="XF">
      <value>"rgb(164, 163, 163)"</value>
    </property>
    <property property_name="tooltip" group_name="tooltip" title="Tooltip" description="Certain elements have special floating tooltips, which are controlled here" property_type="css" value_type="" depends_on="" value_group="" display_order="20000" css_components="text,background,border_radius,padding,extra" addon_id="XF">
      <value>{
    "font-size": "@xf-fontSizeSmaller",
    "color": "@xf-textColor",
    "background-color": "@xf-contentAltBg",
    "border-radius": "@xf-borderRadiusMedium",
    "padding-top": "5px",
    "padding-right": "5px",
    "padding-bottom": "5px",
    "padding-left": "5px"
}</value>
    </property>
  </properties>
</style>
