home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 2
Skins and Design
a little style idea^^
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="FreakyJ" data-source="post: 693561" data-attributes="member: 106003"><p>I played just a little bit with the stander skin and think that it looks pretty nice if you do the following changes:</p><p></p><p>SkinBase\Skin\default\themes\styles\Buttons.xaml</p><p></p><p>add in line 158:</p><p>[CODE] Opacity="0.2"[/CODE]</p><p></p><p>the block looks after that like this:</p><p></p><p>[CODE]<!-- ************************* Control styles for buttons ************************* --></p><p></p><p> <Style x:Key="ButtonControlStyle" TargetType="{x:Type Control}"></p><p> <Setter Property="Template"></p><p> <Setter.Value></p><p> <ControlTemplate></p><p> <Rectangle x:Name="Shine" Stroke="{ThemeResource ButtonStrokeColor}" RadiusX="4" RadiusY="4" Opacity="0.2"></p><p> <Rectangle.Fill></p><p> <RadialGradientBrush GradientOrigin="0.85,0.82"></p><p> <RadialGradientBrush.RelativeTransform></p><p> <TransformGroup></p><p> <ScaleTransform CenterX="0.5" CenterY="0.5" ScaleX="1.335" ScaleY="1.582"/></p><p> <TranslateTransform X="0.027" Y="-0.006"/></p><p> </TransformGroup></p><p> </RadialGradientBrush.RelativeTransform></p><p> <GradientStop Color="{ThemeResource ButtonGradientLightColor}" Offset="0"/></p><p> <GradientStop Color="{ThemeResource ButtonGradientDarkColor}" Offset="1"/></p><p> </RadialGradientBrush></p><p> </Rectangle.Fill></p><p> </Rectangle></p><p> </ControlTemplate></p><p> </Setter.Value></p><p> </Setter></p><p> </Style>[/CODE]</p><p></p><p>und in SkinBase\Skin\default\themes\styles\OtherControls.xaml the following changes:</p><p></p><p>after line 22 reüöace the code vlog with this one:</p><p></p><p>[CODE] <!-- default brush used to paint the background of a page/window --></p><p> <ResourceWrapper x:Key="BackgroundBrush" Freezable="true"></p><p> <!-- </ResourceWrapper><RadialGradientBrush GradientOrigin="0.186,0.311"></p><p> <GradientStop Color="{ThemeResource BackgroundGradientLightColor}" Offset="0"/></p><p> <GradientStop Color="{ThemeResource BackgroundGradientDarkColor}" Offset="1"/></p><p> </RadialGradientBrush> --></p><p> <RadialGradientBrush Center="0.54326,0.45465" RadiusX="0.602049" RadiusY="1.02049" GradientOrigin="0.4326,0.45465"></p><p> <GradientStop Color="#57ffe6" Offset="0"/></p><p> <GradientStop Color="#008ee7" Offset="0.718518495559692"/></p><p> <GradientStop Color="#2c0072" Offset="1"/></p><p> </RadialGradientBrush></p><p> </ResourceWrapper>[/CODE]</p><p></p><p>I know, these are no big changes, but maybe you think it looks nice, too (I attached a image) <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite2" alt=";)" title="Wink ;)" loading="lazy" data-shortname=";)" /></p><p>I'm already excited to hear your opinions^^</p></blockquote><p></p>
[QUOTE="FreakyJ, post: 693561, member: 106003"] I played just a little bit with the stander skin and think that it looks pretty nice if you do the following changes: SkinBase\Skin\default\themes\styles\Buttons.xaml add in line 158: [CODE] Opacity="0.2"[/CODE] the block looks after that like this: [CODE]<!-- ************************* Control styles for buttons ************************* --> <Style x:Key="ButtonControlStyle" TargetType="{x:Type Control}"> <Setter Property="Template"> <Setter.Value> <ControlTemplate> <Rectangle x:Name="Shine" Stroke="{ThemeResource ButtonStrokeColor}" RadiusX="4" RadiusY="4" Opacity="0.2"> <Rectangle.Fill> <RadialGradientBrush GradientOrigin="0.85,0.82"> <RadialGradientBrush.RelativeTransform> <TransformGroup> <ScaleTransform CenterX="0.5" CenterY="0.5" ScaleX="1.335" ScaleY="1.582"/> <TranslateTransform X="0.027" Y="-0.006"/> </TransformGroup> </RadialGradientBrush.RelativeTransform> <GradientStop Color="{ThemeResource ButtonGradientLightColor}" Offset="0"/> <GradientStop Color="{ThemeResource ButtonGradientDarkColor}" Offset="1"/> </RadialGradientBrush> </Rectangle.Fill> </Rectangle> </ControlTemplate> </Setter.Value> </Setter> </Style>[/CODE] und in SkinBase\Skin\default\themes\styles\OtherControls.xaml the following changes: after line 22 reüöace the code vlog with this one: [CODE] <!-- default brush used to paint the background of a page/window --> <ResourceWrapper x:Key="BackgroundBrush" Freezable="true"> <!-- </ResourceWrapper><RadialGradientBrush GradientOrigin="0.186,0.311"> <GradientStop Color="{ThemeResource BackgroundGradientLightColor}" Offset="0"/> <GradientStop Color="{ThemeResource BackgroundGradientDarkColor}" Offset="1"/> </RadialGradientBrush> --> <RadialGradientBrush Center="0.54326,0.45465" RadiusX="0.602049" RadiusY="1.02049" GradientOrigin="0.4326,0.45465"> <GradientStop Color="#57ffe6" Offset="0"/> <GradientStop Color="#008ee7" Offset="0.718518495559692"/> <GradientStop Color="#2c0072" Offset="1"/> </RadialGradientBrush> </ResourceWrapper>[/CODE] I know, these are no big changes, but maybe you think it looks nice, too (I attached a image) ;) I'm already excited to hear your opinions^^ [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 2
Skins and Design
a little style idea^^
Contact us
RSS
Top
Bottom