root/64studio/trunk/themes/gdm/64studio.xml

Revision 1, 6.4 kB (checked in by free, 23 months ago)

Mass re-import

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE greeter SYSTEM "greeter.dtd">
3<greeter>
4  <item type="svg">
5    <normal file="background.svg"/>
6    <pos x="0" y="0" width="100%" height="-75"/>
7  </item>
8  <item type="rect">
9    <normal color="#000000"/>
10    <pos x="0" y="-75" width="100%" height="75"/>
11    <fixed>
12      <item type="rect">
13        <normal color="#ffffff"/>
14        <pos x="0" y="4" width="100%" height="100%"/>
15        <box orientation="horizontal" spacing="10" xpadding="10">
16          <item type="rect" id="language_button" button="true">
17            <normal color="#ffffff"/>
18            <pos y="50%" anchor="w" width="box" height="box"/>
19            <box orientation="horizontal" spacing="10" xpadding="10">
20              <item type="pixmap">
21                <normal file="options.png" tint="#dddddd"/>
22                <prelight file="options.png"/>
23                <active file="options.png" tint="#ff0000"/>
24                <pos y="50%" anchor="w"/>
25              </item>
26              <item type="label">
27                <normal color="#000000" font="Sans 12"/>
28                <prelight color="#666666" font="Sans 12"/>
29                <active color="#ff0000" font="Sans 12"/>
30                <pos y="50%" anchor="w"/>
31                <!-- Stock label for: _Language -->
32                <stock type="language"/>
33              </item>
34            </box>
35          </item>
36          <item type="rect" id="session_button" button="true">
37            <normal color="#ffffff"/>
38            <pos y="50%" anchor="w" width="box" height="box"/>
39            <box orientation="horizontal" spacing="10" xpadding="10">
40              <item type="pixmap">
41                <normal file="session.png" tint="#dddddd"/>
42                <prelight file="session.png"/>
43                <active file="session.png" tint="#ff0000"/>
44                <pos y="50%" anchor="w"/>
45              </item>
46              <item type="label">
47                <normal color="#000000" font="Sans 12"/>
48                <prelight color="#666666" font="Sans 12"/>
49                <active color="#ff0000" font="Sans 12"/>
50                <pos y="50%" anchor="w"/>
51                <!-- Stock label for: _Session -->
52                <stock type="session"/>
53              </item>
54            </box>
55          </item>
56          <item type="rect" id="system_button" button="true">
57            <normal color="#ffffff"/>
58            <show modes="console" type="system"/>
59            <pos y="50%" anchor="w" width="box" height="box"/>
60            <box orientation="horizontal" spacing="10" xpadding="10">
61              <item type="pixmap">
62                <normal file="system.png" tint="#dddddd"/>
63                <prelight file="system.png"/>
64                <active file="system.png" tint="#ff0000"/>
65                <pos y="50%" anchor="w"/>
66              </item>
67              <item type="label">
68                <normal color="#000000" font="Sans 12"/>
69                <prelight color="#666666" font="Sans 12"/>
70                <active color="#ff0000" font="Sans 12"/>
71                <pos y="50%" anchor="w"/>
72                <!-- Stock label for: _Actions -->
73                <stock type="system"/>
74              </item>
75            </box>
76          </item>
77          <item type="rect" id="disconnect_button" button="true">
78            <normal color="#ffffff"/>
79            <show modes="flexi,remote"/>
80            <pos y="50%" anchor="w" width="box" height="box"/>
81            <box orientation="horizontal" spacing="10" xpadding="10">
82              <item type="pixmap">
83                <normal file="disconnect.png" tint="#dddddd"/>
84                <prelight file="disconnect.png"/>
85                <active file="disconnect.png" tint="#ff0000"/>
86                <pos y="50%" anchor="w"/>
87              </item>
88              <item type="label">
89                <normal color="#000000" font="Sans 12"/>
90                <prelight color="#666666" font="Sans 12"/>
91                <active color="#ff0000" font="Sans 12"/>
92                <pos y="50%" anchor="w"/>
93                <!-- Stock label for: D_isconnect -->
94                <stock type="disconnect"/>
95                <show modes="remote"/>
96              </item>
97              <item type="label">
98                <normal color="#000000" font="Sans 12"/>
99                <prelight color="#666666" font="Sans 12"/>
100                <active color="#ff0000" font="Sans 12"/>
101                <pos y="50%" anchor="w"/>
102                <!-- Stock label for: _Quit -->
103                <stock type="quit"/>
104                <show modes="flexi"/>
105              </item>
106            </box>
107          </item>
108        </box>
109      </item>
110    </fixed>
111  </item>
112  <item type="pixmap">
113    <normal file="gnome-logo.png"/>
114    <pos x="-10" y="-10" anchor="se"/>
115  </item>
116  <item type="label" id="clock">
117    <normal color="#000000" font="Sans 12"/>
118    <pos x="-160" y="-37" anchor="e"/>
119    <text>%c</text>
120  </item>
121
122  <item type="rect" id="caps-lock-warning">
123    <normal color="#FFFFFF" alpha="0.5"/>
124    <pos anchor="c" x="50%" y="75%" width="box" height="box"/>
125    <box orientation="vertical" min-width="400" xpadding="10" ypadding="5" spacing="0">
126      <item type="label">
127        <normal color="#000000" font="Sans 12"/>
128        <pos x="50%" anchor="n"/>
129        <!-- Stock label for: You've got capslock on! -->
130        <stock type="caps-lock-warning"/>
131      </item>
132    </box>
133  </item>
134
135  <item type="rect">
136    <show type="timed"/>
137    <normal color="#FFFFFF" alpha="0.5"/>
138    <pos anchor="c" x="50%" y="25%" width="box" height="box"/>
139    <box orientation="vertical" min-width="400" xpadding="10" ypadding="5" spacing="0">
140      <item type="label" id="timed-label">
141        <normal color="#000000" font="Sans 12"/>
142        <pos x="50%" anchor="n"/>
143        <!-- Stock label for: User %s will login in %d seconds -->
144        <stock type="timed-label"/>
145      </item>
146    </box>
147  </item>
148
149  <item type="rect">
150    <normal color="#FFFFFF" alpha="0.5"/>
151    <pos anchor="c" x="50%" y="50%" width="box" height="box"/>
152    <box orientation="vertical" min-width="340" xpadding="30" ypadding="30" spacing="10">
153      <item type="label">
154        <pos anchor="n" x="50%"/>
155        <normal color="#000000" font="Sans 14"/>
156        <!-- Stock label for: Welcome to %h -->
157        <stock type="welcome-label"/>
158      </item>
159      <item type="label" id="pam-prompt">
160        <pos anchor="nw" x="10%"/>
161        <normal color="#000000" font="Sans 12"/>
162        <!-- Stock label for: Username: -->
163        <stock type="username-label"/>
164      </item>
165      <item type="rect">
166        <normal color="#000000"/>
167        <pos anchor="n" x="50%" height="24" width="80%"/>
168        <fixed>
169          <item type="entry" id="user-pw-entry">
170            <normal color="#000000" font="Sans 12"/>
171            <pos anchor="nw" x="1" y="1" height="-2" width="-2"/>
172          </item>
173        </fixed>
174      </item>
175      <item type="label" id="pam-message">
176        <pos anchor="n" x="50%"/>
177        <normal color="#000000" font="Sans 12"/>
178        <text></text>
179      </item>
180    </box>
181    <fixed>
182      <item type="label" id="pam-error">
183        <pos anchor="n" x="50%" y="110%"/>
184        <normal color="#000000" font="Sans 12"/>
185        <text></text>
186      </item>
187    </fixed>
188  </item>
189</greeter>
190
191
Note: See TracBrowser for help on using the browser.