View file MMO-Hide-2.3.4/upload/src/addons/MMO/Hide/_data/style_properties.xml

File size: 3.29Kb
<?xml version="1.0" encoding="utf-8"?>
<style_properties>
  <style_property property_name="mhBlockHidden" group_name="mhHide" title="BB code block - hide (hidden)" description="Special styling rules for the hide BB codes content in hidden state." property_type="css" has_variations="0" display_order="10" css_components="text,background,border,border_radius,padding,extra">
    <value>{
    "color": "@xf-warningColor",
    "background-color": "@xf-contentAltBg",
    "border-width": "@xf-borderSize",
    "border-color": "@xf-borderColorFaint",
    "border-left-width": "@xf-borderSizeFeature",
    "border-left-color": "@xf-warningFeatureColor"
}</value>
  </style_property>
  <style_property property_name="mhBlockNowColor" group_name="mhHide" title="Block now color" property_type="value" value_type="color" has_variations="0" display_order="40">
    <value>"@xf-paletteColor4"</value>
  </style_property>
  <style_property property_name="mhBlockRequireColor" group_name="mhHide" title="Block require color" property_type="value" value_type="color" has_variations="0" display_order="30">
    <value>"rgb(194,40,37)"</value>
  </style_property>
  <style_property property_name="mhBlockShown" group_name="mhHide" title="BB code block - hide (shown)" description="Special styling rules for the hide BB codes content in shown state." property_type="css" has_variations="0" display_order="20" css_components="text,background,border,border_radius,padding,extra">
    <value>{
    "color": "@xf-textColor",
    "background-color": "@xf-contentAltBg",
    "border-left-width": "@xf-borderSizeFeature",
    "border-left-color": "@xf-successFeatureColor"
}</value>
  </style_property>
  <style_property property_name="mhBlockTitleShown" group_name="mhHide" title="BB code block - hide title (shown)" property_type="css" has_variations="0" display_order="30" css_components="text,background,border,border_radius,padding,extra">
    <value>{
    "color": "@xf-successColor",
    "background-color": "xf-diminish(@xf-contentAltBg, 2%)"
}</value>
  </style_property>
  <style_property property_name="mhBlockType" group_name="mhHide" title="Use tag style [QUOTE]" description="If selected, the same style as the quote will be used.&#10;&amp;#10;If not selected, the usual block that is configured in these settings will be used." property_type="value" value_type="boolean" has_variations="0" display_order="10">
    <value>0</value>
  </style_property>
  <style_property property_name="mhShowTitleInVisible" group_name="mhHide" title="Show title in visible hide" property_type="value" value_type="boolean" has_variations="0" display_order="20">
    <value>1</value>
  </style_property>
  <style_property property_name="mh_hide_link_from_guests_error_link" group_name="mhHide" title="Block displayed to guests when viewing hidden content" description="Setting the display of hidden content to guests with a request to log in or register" property_type="css" has_variations="0" display_order="40" css_components="text,background,border,border_radius,border_width_simple,border_color_simple,border_radius_simple,padding,extra">
    <value>{
    "color": "@xf-errorColor",
    "background-color": "@xf-errorBg",
    "border-radius": "0",
    "border-left-width": "@xf-borderSizeFeature",
    "border-left-color": "@xf-errorFeatureColor"
}</value>
  </style_property>
</style_properties>