111 lines
11 KiB
XML
111 lines
11 KiB
XML
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml">
|
|
<!-- The Paths are based on Metro Studio -->
|
|
<!-- 24 Pixel and 0 Padding -->
|
|
<Style x:Key="IconPathBaseStyle" TargetType="Path">
|
|
<Style.Setters>
|
|
<Setter Property="Width" Value="16" />
|
|
<Setter Property="Height" Value="16" />
|
|
<Setter Property="Fill" Value="#FF000000" />
|
|
<Setter Property="RenderTransformOrigin" Value="0.5,0.5" />
|
|
<Setter Property="Stretch" Value="Uniform" />
|
|
</Style.Setters>
|
|
</Style>
|
|
<Style
|
|
x:Key="IconPathButtonBaseStyle"
|
|
BasedOn="{StaticResource IconPathBaseStyle}"
|
|
TargetType="Path">
|
|
<Style.Triggers>
|
|
<DataTrigger Binding="{Binding IsEnabled, RelativeSource={RelativeSource FindAncestor, AncestorType=Button}}" Value="False">
|
|
<Setter Property="Fill" Value="Gainsboro" />
|
|
</DataTrigger>
|
|
</Style.Triggers>
|
|
</Style>
|
|
<Style
|
|
x:Key="Back"
|
|
BasedOn="{StaticResource IconPathButtonBaseStyle}"
|
|
TargetType="Path">
|
|
<Style.Setters>
|
|
<Setter Property="Data" Value="M11.437023,0L12.910027,1.3519993 3.6363177,11.457997 32.000037,11.457997 32.000037,13.457997 3.6290457,13.457997 12.796026,23.446989 11.322024,24.798988 0,12.461994z" />
|
|
</Style.Setters>
|
|
</Style>
|
|
<Style
|
|
x:Key="Download"
|
|
BasedOn="{StaticResource IconPathButtonBaseStyle}"
|
|
TargetType="Path">
|
|
<Style.Setters>
|
|
<Setter Property="Data" Value="M2.3841858E-06,30L24,30 24,32 2.3841858E-06,32z M11.000002,0L13.000002,0 13.000002,24.443178 22.684996,15.998997 23.999998,17.507006 11.963988,27.999996 0,17.505007 1.3189697,16.001011 11.000002,24.493849z" />
|
|
</Style.Setters>
|
|
</Style>
|
|
<Style
|
|
x:Key="Forward"
|
|
BasedOn="{StaticResource IconPathButtonBaseStyle}"
|
|
TargetType="Path">
|
|
<Style.Setters>
|
|
<Setter Property="Data" Value="M20.564032,0L32.000033,12.461994 20.679032,24.798988 19.205031,23.446989 28.371085,13.457998 0,13.457998 0,11.457997 28.363814,11.457997 19.091031,1.3519993z" />
|
|
</Style.Setters>
|
|
</Style>
|
|
<Style
|
|
x:Key="Home"
|
|
BasedOn="{StaticResource IconPathButtonBaseStyle}"
|
|
TargetType="Path">
|
|
<Style.Setters>
|
|
<Setter Property="Data" Value="M15.820005,2.5450472L4.8299956,11.276844 4.8299956,25.022081 10.818996,25.022081 10.818996,18.522081C10.818996,16.04108 13.059997,14.02208 15.813997,14.02208 18.567999,14.02208 20.807999,16.04108 20.807999,18.522081L20.807999,25.022081 26.796999,25.022081 26.796999,11.109284z M15.808004,0L31.900002,12.55507 30.670006,14.131 28.796999,12.669682 28.796999,27.022081 18.807999,27.022081 18.807999,18.522081C18.807999,17.14308 17.464998,16.022081 15.813997,16.022081 14.161997,16.022081 12.818997,17.14308 12.818997,18.522081L12.818997,27.022081 2.8299954,27.022081 2.8299954,12.865887 1.2439995,14.125995 0,12.560075z" />
|
|
</Style.Setters>
|
|
</Style>
|
|
<Style
|
|
x:Key="LinkedIn"
|
|
BasedOn="{StaticResource IconPathButtonBaseStyle}"
|
|
TargetType="Path">
|
|
<Style.Setters>
|
|
<Setter Property="Data" Value="M0.40802002,9.946991L7.2670288,9.946991 7.2670288,30.585999 0.40802002,30.585999z M24.106018,9.4620056C28.615051,9.4620056,32,12.412994,32,18.748993L32,30.584991 25.143005,30.584991 25.143005,19.54599C25.143005,16.768005 24.147034,14.878998 21.665039,14.878998 19.770996,14.878998 18.643005,16.156006 18.147034,17.385986 17.96405,17.825012 17.923035,18.442993 17.923035,19.061005L17.923035,30.584991 11.059998,30.584991C11.059998,30.584991,11.152039,11.881989,11.059998,9.946991L17.923035,9.946991 17.923035,12.872986C17.907043,12.893005,17.892029,12.919006,17.877014,12.938995L17.923035,12.938995 17.923035,12.872986C18.832031,11.463989,20.460022,9.4620056,24.106018,9.4620056z M3.8810425,0C6.2300415,0 7.6750488,1.5429993 7.7160034,3.5650024 7.7160034,5.5469971 6.2300415,7.131012 3.8400269,7.131012L3.7940063,7.131012C1.4910278,7.131012 0,5.5469971 0,3.5650024 0,1.5429993 1.5370483,0 3.8810425,0z" />
|
|
</Style.Setters>
|
|
</Style>
|
|
<Style
|
|
x:Key="Play"
|
|
BasedOn="{StaticResource IconPathButtonBaseStyle}"
|
|
TargetType="Path">
|
|
<Style.Setters>
|
|
<Setter Property="Data" Value="M0,0L22.652,16 0,32z" />
|
|
</Style.Setters>
|
|
</Style>
|
|
<Style
|
|
x:Key="Reload"
|
|
BasedOn="{StaticResource IconPathButtonBaseStyle}"
|
|
TargetType="Path">
|
|
<Style.Setters>
|
|
<Setter Property="Data" Value="M14.295026,0C20.324566,7.6098331E-08,25.805967,4.1556529,27.845625,9.9731506L27.848595,9.9819225 30.086088,2.5850097 32.000101,3.16301 28.548079,14.575019 27.720818,14.325199 27.692038,14.406989 18.682106,11.236992 19.3461,9.349995 26.303652,11.797894 26.28668,11.72872C24.866867,6.2106613 19.753498,1.9999999 14.295026,1.9999996 7.5159818,1.9999999 1.9999975,7.4879755 1.9999973,14.234007 1.9999975,20.979001 7.5159818,26.466001 14.295026,26.466001 15.442974,26.466001 16.578959,26.308957 17.671974,25.99896L18.217018,27.922971C16.947001,28.282956 15.628032,28.466001 14.295026,28.466001 6.4129559,28.466001 0,22.080991 0,14.234007 0,6.3850092 6.4129559,7.6098331E-08 14.295026,0z" />
|
|
</Style.Setters>
|
|
</Style>
|
|
<Style
|
|
x:Key="Settings"
|
|
BasedOn="{StaticResource IconPathBaseStyle}"
|
|
TargetType="Path">
|
|
<Style.Setters>
|
|
<Setter Property="Data" Value="M16.099976,9.3999939C12.299988,9.3999939 9.2000122,12.299988 9.2000122,16 9.2000122,19.699982 12.200012,22.600006 16,22.699982 19.799988,22.699982 22.899963,19.799988 22.899963,16.100006 23,12.399994 19.899963,9.3999939 16.099976,9.3999939z M16.200012,0C17.599976,0,19,0.19998169,20.299988,0.6000061L20.799988,4.1000061C22.099976,4.6000061,23.399963,5.2999878,24.5,6.1999817L27.899963,4.8999939C29.799988,6.7999878,31.299988,9.1999817,32,11.899994L29.200012,14C29.299988,14.699982 29.399963,15.299988 29.399963,16 29.399963,16.699982 29.299988,17.399994 29.200012,18L32,20.199982C31.200012,22.799988,29.799988,25.199982,27.799988,27.100006L24.399963,26C23.299988,26.899994,22.099976,27.5,20.700012,28L20.099976,31.5C18.799988,31.799988 17.399963,32 15.899963,32 14.5,32 13.099976,31.799988 11.700012,31.399994L11.200012,27.899994C9.8999634,27.399994,8.5999756,26.699982,7.5,25.799988L4.0999756,27.100006C2.2000122,25.199982,0.70001221,22.799988,0,20.100006L3,18C2.8999634,17.299988 2.7999878,16.699982 2.7999878,16 2.7999878,15.299988 2.8999634,14.600006 3,14L0.20001221,11.799988C1,9.1000061,2.3999634,6.7999878,4.3999634,4.8999939L7.7999878,6C8.8999634,5.1000061,10.099976,4.5,11.5,4L12.099976,0.5C13.399963,0.19998169,14.799988,0,16.200012,0z" />
|
|
</Style.Setters>
|
|
</Style>
|
|
<Style
|
|
x:Key="Test"
|
|
BasedOn="{StaticResource IconPathBaseStyle}"
|
|
TargetType="Path">
|
|
<Style.Setters>
|
|
<Setter Property="Data" Value="M17.000012,24.999981L17.000012,28.585979 20.585938,24.999981z M17.336,7.8360023L18.75,9.2500019 10,18.000001 6.125,14.125001 7.539,12.711001 10,15.172001z M2,2L2,30.000001 15.000053,30.000001 15.000053,23.999981C15.000052,23.447002,15.447004,22.999981,16.000032,22.999981L22,22.999981 22,2z M1,0L23,0C23.552999,0,24,0.4470005,24,1L24,24.000001 23.999234,24.015543 23.998707,24.05083 23.995961,24.082011 23.995121,24.099081 23.993497,24.110009 23.992328,24.123286 23.982471,24.184186 23.980656,24.196391 23.975681,24.216234 23.963943,24.26569 23.960715,24.275924 23.956862,24.291288 23.948448,24.314803 23.94206,24.335052 23.933479,24.356633 23.924,24.383126 23.917394,24.397095 23.915127,24.402797 23.897762,24.438612 23.882323,24.47126 23.863552,24.502572 23.846358,24.532264 23.841367,24.539579 23.832093,24.555047 23.816336,24.576261 23.804642,24.593399 23.789519,24.612364 23.773566,24.633842 23.764084,24.644264 23.758117,24.651747 23.714336,24.698937 23.707,24.707 16.707,31.707001 16.633842,31.773567C16.481674,31.898746,16.295686,31.975692,16.09908,31.995122L16.097323,31.995209 16.060327,31.99703 16,32.000001 1,32.000001C0.44699955,32.000001,0,31.553,0,31.000001L0,1C0,0.4470005,0.44699955,0,1,0z" />
|
|
</Style.Setters>
|
|
</Style>
|
|
<Style
|
|
x:Key="Twitter"
|
|
BasedOn="{StaticResource IconPathBaseStyle}"
|
|
TargetType="Path">
|
|
<Style.Setters>
|
|
<Setter Property="Data" Value="M3.3859826,0C4.3040116,0 5.0939887,0.39199829 5.7479795,1.177002 6.4039848,1.9589996 6.7330249,2.9029999 6.7330249,4.0019989L6.7330249,9.8069916 16.215985,9.8069916C17.077985,9.8069916 17.814982,10.168991 18.428996,10.899002 19.043008,11.626999 19.349953,12.498001 19.349953,13.516998 19.349953,14.531006 19.043008,15.406006 18.43101,16.134995 17.819011,16.858002 17.083966,17.225006 16.224957,17.225006L6.7330249,17.225006 6.7330249,20.033997C6.7330249,21.138 7.0549849,22.072006 7.7059849,22.843994 8.35198,23.612991 9.1379908,23.998993 10.065967,23.998993L16.725995,23.998993C17.651957,23.998993 18.447001,24.390991 19.106973,25.175995 19.767007,25.960999 20.098,26.901001 20.098,28 20.098,29.097 19.767007,30.039993 19.106973,30.822998 18.447001,31.606995 17.651957,32 16.728009,32L10.069996,32C7.2919839,32 4.9199775,30.832001 2.9530001,28.492004 0.98400783,26.151001 1.8244828E-07,23.335999 0,20.037994L0,4.0059967C1.8244828E-07,2.875 0.32897931,1.9250031 0.98400783,1.1539917 1.6400129,0.38800049 2.4409764,0 3.3859826,0z" />
|
|
</Style.Setters>
|
|
</Style>
|
|
<Style
|
|
x:Key="VideoFolder"
|
|
BasedOn="{StaticResource IconPathBaseStyle}"
|
|
TargetType="Path">
|
|
<Style.Setters>
|
|
<Setter Property="Data" Value="M13.000073,10.397004L13.000073,16.603004 18.442272,13.506004z M12.460053,8.0000048C12.716063,8.0000048,12.970072,8.0710039,13.197081,8.2060041L20.272339,12.249004C20.595352,12.423004 20.84236,12.733005 20.946363,13.109004 21.052368,13.484004 20.999367,13.894004 20.803358,14.231005 20.668354,14.448005 20.528349,14.575005 20.407345,14.673004L20.27034,14.768004 13.175079,18.805004C12.968072,18.931004 12.714063,19.000004 12.453053,19.000004 12.330049,19.000004 12.205044,18.984005 12.08404,18.953005 11.706026,18.855003 11.380013,18.605003 11.189007,18.267004 11.062002,18.035004 11,17.797005 11,17.550005L11,9.4490042C11,8.649004,11.655024,8.0000048,12.460053,8.0000048z M5,4.000001L10,4.000001C10.553,4.000001 11,4.4480009 11,5.000001 11,5.552001 10.553,6.000001 10,6.000001L5,6.000001C4.447,6.000001 4,5.552001 4,5.000001 4,4.4480009 4.447,4.000001 5,4.000001z M2,2L2,22 30,22 30,6 16.544006,6C14.816956,6,13.334961,4.8259888,12.940979,3.1440125L12.672974,2z M1.7699585,0L12.91095,0C13.699951,0,14.385986,0.54400635,14.565979,1.3120117L14.888,2.6879883C15.067993,3.4559937,15.753967,4,16.544006,4L30.22998,4C31.207031,4,32,4.7919922,32,5.769989L32,22.230011C32,23.208008,31.207031,24,30.22998,24L1.7699585,24C0.79199219,24,0,23.208008,0,22.230011L0,1.769989C0,0.79199219,0.79199219,0,1.7699585,0z" />
|
|
</Style.Setters>
|
|
</Style>
|
|
</ResourceDictionary> |