Skip to content

Commit

Permalink
skin changes by Jugger with some tweaks by me :)
Browse files Browse the repository at this point in the history
  • Loading branch information
dersphere committed Feb 21, 2013
1 parent 12629e3 commit a5e6af4
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 22 deletions.
53 changes: 31 additions & 22 deletions resources/skins/Default/720p/script-The Big Picture-main.xml
@@ -1,6 +1,15 @@
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<window type="window">
<controls>
<control type="image">
<description>Normal Default Background Image</description>
<posx>0</posx>
<posy>0</posy>
<width>1280</width>
<height>720</height>
<aspectratio>scale</aspectratio>
<texture>bigpicture_hg.jpg</texture>
</control>
<control type="label" id="104">
<description>Arrows visibility-controller</description>
<posx>0</posx>
Expand Down Expand Up @@ -40,6 +49,7 @@
<height>720</height>
<scrolltime tween="cubic" easing="inout">500</scrolltime>
<animation effect="zoom" start="100" end="70" center="auto" time="400" tween="cubic" easing="inout" condition="stringcompare(Window.Property(Category),Album)">Conditional</animation>
<animation effect="slide" start="0" end="0,-60" center="auto" time="400" tween="cubic" easing="inout" condition="Control.IsVisible(102)">Conditional</animation>
<orientation>horizontal</orientation>
<preloaditems>2</preloaditems>
<itemlayout width="1280" height="720">
Expand Down Expand Up @@ -98,12 +108,19 @@
<width>1280</width>
<height>64</height>
<texture border="0,0,20,0">HeaderBack.png</texture>
<colordiffuse>AAFFFFFF</colordiffuse>
</control>
<control type="image">
<description>Background for the Headline</description>
<posx>0</posx>
<posy>570</posy>
<width>1280</width>
<height>151</height>
<texture border="0,0,20,0">FooterBack.png</texture>
</control>
<control type="label">
<description>Label for source title</description>
<posx>20</posx>
<posy>10</posy>
<posy>15</posy>
<width>400</width>
<height>20</height>
<align>left</align>
Expand All @@ -114,21 +131,21 @@
</control>
<control type="label">
<description>Label for album or picture title</description>
<posx>420</posx>
<posy>10</posy>
<posx>230</posx>
<posy>15</posy>
<width>820</width>
<height>20</height>
<align>left</align>
<align>center</align>
<aligny>center</aligny>
<label>$INFO[Container(100).ListItem.Label]</label>
<textcolor>FFDDDDDD</textcolor>
<textcolor>FF4a92f7</textcolor>
<font>font13</font>
<scroll>true</scroll>
</control>
<control type="label">
<description>Label TYPE: (CurrentPage/NumPages)</description>
<posx>1260</posx>
<posy>10</posy>
<posy>15</posy>
<width>320</width>
<height>20</height>
<align>right</align>
Expand All @@ -140,17 +157,17 @@
</control>
<control type="image">
<description>Arrow left</description>
<posx>10</posx>
<posy>320</posy>
<posx>60</posx>
<posy>290</posy>
<width>80</width>
<height>80</height>
<texture>left.png</texture>
<visible>Control.IsVisible(104) + IntegerGreaterThan(Container(100).NumPages,0) + !StringCompare(Container(100).CurrentPage,1)</visible>
</control>
<control type="image">
<description>Arrow right</description>
<posx>1190</posx>
<posy>320</posy>
<posx>1140</posx>
<posy>290</posy>
<width>80</width>
<height>80</height>
<texture>right.png</texture>
Expand All @@ -164,20 +181,12 @@
<effect type="fade" start="0" end="100" time="100" delay="2000"/>
<effect type="fade" condition="VisibleChange" time="100" delay="2000"/>
</animation>
<control type="image">
<description>Description background</description>
<posx>0</posx>
<posy>450</posy>
<width>1280</width>
<height>270</height>
<texture>DescriptionBack.png</texture>
</control>
<control type="textbox">
<description>Description text</description>
<posx>20</posx>
<posy>560</posy>
<width>1240</width>
<height>145</height>
<posy>593</posy>
<width>1230</width>
<height>120</height>
<font>font28</font>
<align>left</align>
<aligny>top</aligny>
Expand Down
Binary file added resources/skins/Default/media/FooterBack.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/skins/Default/media/HeaderBack.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/skins/Default/media/bigpicture_hg.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/skins/Default/media/left.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified resources/skins/Default/media/right.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit a5e6af4

Please sign in to comment.