Initial commit, includes Lua with broken Luabind as a backup for branching purposes
[terrastrategy.git] / data-client / gui / widgets / splash.xml
blob417e6e903fd738faf4c38eee7180f96d098c1435
1 <?xml version="1.0" encoding="UTF-8"?>
2 <widget class="Frame">
3         <position x="20" y="10" />
4         <dimensions x="150" y="30" />
6         <effect>effects/gui_texture.cgfx</effect>
7         
8         <children>
9                 <widget class="StaticRichText">
10                         <position x="10" y="10" />
11                         <dimensions x="400" y="400" />
12                         
13                         <visible>true</visible>
14                         
15                         <font>fonts/dejavu-mono.xml</font>
16                         
17                         <effect>effects/fnt_texture.cgfx</effect>
18                         
19                         <style type="base">
20                                 <size>12</size>
21                                 <fontStyle>regular</fontStyle>
22                                 <colour r="1" g="1" b="1" />
23                         </style>
24                         
25                         <style type="emph">
26                                 <size>12</size>
27                                 <fontStyle>boldItalic</fontStyle>
28                                 <colour r="0.8" g="0.5" b="1" />
29                         </style>
30                         
31                         <style type="link">
32                                 <size>12</size>
33                                 <fontStyle>regular</fontStyle>
34                                 <colour r="0.2" g="0.2" b="1" />
35                         </style>
36                         
37                         <style type="linkHover">
38                                 <size>12</size>
39                                 <fontStyle>regular</fontStyle>
40                                 <colour r="0.5" g="0.5" b="1" />
41                         </style>
42                         
43                         <text size="12" smooth="1" halign="center" valign="top">
44                         <![CDATA[
45                                 <p>Lorem ipsum dolor sit amet, consectetuer <em>adipiscing</em> elit. Sed pharetra elit sit amet nunc.
46                                 In bibendum urna id risus <big><b>iaculis</b></big> aliquam. Morbi <b>feugiat, mi quis porttitor</b> commodo, dolor magna
47                                 condimentum leo, non <i>molestie nulla dui</i> ut <small>massa</small>. Proin enim. Vestibulum ultrices nulla
48                                 et velit.</p>
49                                 <p>Aliquam suscipit, lorem eu ultricies bibendum, est neque iaculis mauris, lobortis
50                                 feugiat felis libero vel diam. Morbi eget ante. <b><i>Phasellus non</i></b> erat. Vivamus at erat id
51                                 <colour r="1" b="0" g="0">ipsum</colour> ornare mattis. Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nunc metus. Aenean sem.
52                                 Donec eros. Sed tellus. Proin posuere velit convallis leo. Vivamus semper felis a ipsum.</p>
53                         ]]>
54                         </text>
55                 </widget>
56                 
57                 <widget class="StaticText">
58                         <position x="450" y="10" />
59                         <dimensions x="100" y="400" />
60                         
61                         <visible>true</visible>
62                         
63                         <font>fonts/dejavu-mono.xml</font>
64                         
65                         <effect>effects/fnt_texture.cgfx</effect>
66                         
67                         <style type="base">
68                                 <size>12</size>
69                                 <fontStyle>regular</fontStyle>
70                                 <colour r="0.2" g="0.8" b="0.2" />
71                         </style>
72                         
73                         <text size="12" smooth="1">
74                         Blablabla
75                         </text>
76                 </widget>
77         </children>
78         
79 <!--    <children>
80                 <widget class="FrameRaised">
81                         <position x="20" y="10" />
82                         <dimensions x="150" y="30" />
83                                 
84                         <material>materials/gui_pixmap.xml</material>
85                         
86                         <children>
87                                 <widget class="StaticText">
88                                         <position x="6" y="6" />
89                                         <dimensions x="0" y="0" />
90                                         
91                                         <visible>true</visible>
92                                         
93                                         <font>fonts/liberation-serif.xml</font>
94                                         
95                                         <style type="base">
96                                                 <size>12</size>
97                                                 <fontStyle>italic</fontStyle>
98                                                 <colour r="1" g="1" b="1" />
99                                         </style>
100                                         
101                                         <text size="13" smooth="1">Žlutá žába smutně kuňká.</text>
102                                         
103                                         <material>materials/gui_text.xml</material>
104                                 </widget>
105                         </children>
106                 </widget>
107                 
108                 <widget class="FrameSunken">
109                         <position x="20" y="50" />
110                         <dimensions x="420" y="240" />
111                         
112                         <material>materials/gui_pixmap.xml</material>
113                         
114                         <children>
115                                 <widget class="StaticRichText">
116                                         <position x="10" y="10" />
117                                         <dimensions x="400" y="220" />
118                                         
119                                         <visible>true</visible>
120                                         
121                                         <font>fonts/dejavu-mono.xml</font>
122                                         
123                                         <style type="base">
124                                                 <size>12</size>
125                                                 <fontStyle>regular</fontStyle>
126                                                 <colour r="1" g="1" b="1" />
127                                         </style>
128                                         
129                                         <style type="link">
130                                                 <size>12</size>
131                                                 <fontStyle>regular</fontStyle>
132                                                 <colour r="0.2" g="0.2" b="1" />
133                                         </style>
134                                         
135                                         <style type="linkHover">
136                                                 <size>12</size>
137                                                 <fontStyle>regular</fontStyle>
138                                                 <colour r="0.5" g="0.5" b="1" />
139                                         </style>
140                                         
141                                         <text size="12" smooth="1" halign="left" valign="bottom">
142                                                 <![CDATA[
143                                                  <b><colour r="1" g="1" b="0">debug@terra</colour>
144                                                  <colour r="0.8" g="0.8" b="0.8">:</colour></b>
145                                                 ]]>
146                                         </text>
147                                         
148                                         <material>materials/gui_text.xml</material>
149                                 </widget>
150                         </children>
151                 </widget>
152         </children>-->
153 </widget>