Changeset 21020 for titan/skins/imdb


Ignore:
Timestamp:
04/13/13 22:47:48 (11 years ago)
Author:
nit
Message:

[titan] fix skin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/skins/imdb/skin.xml

    r18967 r21020  
    22<node name="titletext" text="IMDb - Plugin" fontcol="black" fontsize="36" posx="0" posy="0" width="635" height="50" valign="middle" halign="center" bordercol="black" bordersize="1" borderradius="8" bgcol="titlebgcol" bgcol2="white" gradient="topmiddle">
    33<node name=titletext text="Title:" fontcol=fontcol fontsize=22 posx=20 posy=60 width=49% height=30 bordertype=2 bordersize=2 bordercol=bordercol/>
    4 <node name=title text="--title--" fontcol=fontcol fontsize=22 posx=130 posy=63 width=49% height=30/>
     4<node name=title text="" fontcol=fontcol fontsize=22 posx=130 posy=63 width=49% height=30/>
    55<node name=genretext text="Genre:" fontcol=fontcol fontsize=22 posx=20 posy=100 width=49% height=30 bordertype=2 bordersize=2 bordercol=bordercol/>
    6 <node name=genre text="--genre--" fontcol=fontcol fontsize=22 posx=130 posy=103 width=49% height=30/>
     6<node name=genre text="" fontcol=fontcol fontsize=22 posx=130 posy=103 width=49% height=30/>
    77<node name=releasetimetext text="Release:" fontcol=fontcol fontsize=22 posx=20 posy=140 width=49% bordertype=2 bordersize=2 bordercol=bordercol height=30/>
    8 <node name=releasetime text="--releasetime--" fontcol=fontcol fontsize=22 posx=130 posy=143 width=49% height=30/>
     8<node name=releasetime text="" fontcol=fontcol fontsize=22 posx=130 posy=143 width=49% height=30/>
    99<node name=directortext text="Director:" fontcol=fontcol fontsize=22 posx=20 posy=180 width=49% bordertype=2 bordersize=2 bordercol=bordercol height=30/>
    10 <node name=director text="--director--" fontcol=fontcol fontsize=22 posx=130 posy=183 width=49% height=30/>
     10<node name=director text="" fontcol=fontcol fontsize=22 posx=130 posy=183 width=49% height=30/>
    1111<node name=writerstext text="Writers:" fontcol=fontcol fontsize=22 posx=20 posy=220 width=49% bordertype=2 bordersize=2 bordercol=bordercol height=30/>
    12 <node name=writers text="--writers--" fontcol=fontcol fontsize=22 posx=130 posy=223 width=49% height=30/>
     12<node name=writers text="" fontcol=fontcol fontsize=22 posx=130 posy=223 width=49% height=30/>
    1313<node name=actorstext text="Actors:" fontcol=fontcol fontsize=22 posx=20 posy=260 width=49% bordertype=2 bordersize=2 bordercol=bordercol height=30/>
    14 <node name=actors text="--actors--" fontcol=fontcol fontsize=22 posx=130 posy=263 width=49% height=30/>
     14<node name=actors text="" fontcol=fontcol fontsize=22 posx=130 posy=263 width=49% height=30/>
    1515<node name=plottext text="Plot:" fontcol=fontcol fontsize=22 posx=20 posy=300 width=49% bordertype=2 bordersize=2 bordercol=bordercol height=300/>
    16 <node name=plot text="--plot--" fontcol=fontcol fontsize=22 posx=20 posy=340 width=50% height=295 type=textbox wrap=yes/>
     16<node name=plot text="" fontcol=fontcol fontsize=22 posx=20 posy=340 width=50% height=295 type=textbox wrap=yes/>
    1717<node name=cover valign=middle halign=middle parent=listbox posx=640 posy=0 width=640 height=720 picwidth=640 picheight=720/>
    1818<node name="buttonbar" posx=left posy="610" width="635" height="50" bordercol="black" bordersize="1" borderradius="8" bgcol="titlebgcol" bgcol2="white" gradient="topmiddle">
Note: See TracChangeset for help on using the changeset viewer.