代码拉取完成,页面将自动刷新
同步操作将从 cygsd/Chess 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
<Style x:Key="button" TargetType="{x:Type Button}">
<Setter Property="Foreground" Value="#FF4A3F0C"/>
<Setter Property="BorderBrush" Value="#FF564808"/>
<Setter Property="Height" Value="30"/>
<Setter Property="Background" Value="#FFD8B67C"/>
<Setter Property="Effect">
<Setter.Value>
<DropShadowEffect Opacity="0.5" ShadowDepth="10" BlurRadius="10" Color="#FF6D530D" RenderingBias="Performance"/>
</Setter.Value>
</Setter>
</Style>
<Style x:Key="mainMenuButton" TargetType="{x:Type Button}">
<Setter Property="Padding" Value="20,10,20,10"/>
<Setter Property="Margin" Value="0,10,0,0"/>
<Setter Property="Background" Value="#7FDDDDDD"/>
<Setter Property="Foreground" Value="#FF5D4E03"/>
<Setter Property="BorderBrush" Value="#FF5D4E03"/>
<Setter Property="FontSize" Value="36"/>
<Setter Property="FontWeight" Value="Bold"/>
<Setter Property="FontFamily" Value="KaiTi"/>
<Setter Property="HorizontalAlignment" Value="Center"/>
<Setter Property="VerticalAlignment" Value="Center"/>
<Setter Property="BorderThickness" Value="2,2,2,2"/>
</Style>
<Style x:Key="borderStyle_Green" TargetType="{x:Type Border}">
<Setter Property="BorderBrush" Value="#CC0D6905"/>
<Setter Property="Background" Value="#330F9C03"/>
</Style>
<Style x:Key="borderStyle_Blue" TargetType="{x:Type Border}">
<Setter Property="BorderBrush" Value="#CC05694B"/>
<Setter Property="Background" Value="#33055B4E"/>
</Style>
</ResourceDictionary>
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。