1 Star 0 Fork 131

Speed Your CoolDown / Chess

forked from cygsd / Chess 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dictionary.xaml 1.78 KB
一键复制 编辑 原始数据 按行查看 历史
cygsd 提交于 2022-08-25 23:40 . 尝试主题功能
<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>
C#
1
https://gitee.com/lanyinia/Chess.git
git@gitee.com:lanyinia/Chess.git
lanyinia
Chess
Chess
Chess

搜索帮助

53164aa7 5694891 3bd8fe86 5694891