source: trunk/gnome-theme-xp/files/XP_Ubuntu/XP_Ubuntu.xml @ 157

Last change on this file since 157 was 157, checked in by sebas, 15 years ago

importacion initial - gracias al trabajo de PhrankDaChicken?

File size: 5.7 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE greeter SYSTEM "greeter.dtd">
3
4<!--
5Created by finchair some artwork and orignal idea based on HaNieL's Windoze Professional GDM theme.
6This theme is GPL (do with it as you wish)
7--> 
8
9<greeter>
10
11     <!-- background image -->
12     <item type="pixmap">
13          <normal file="XP_Bckgnd.png"/>
14          <pos x="0" y="0" width="100%" height="100%"/>
15     </item>
16
17        <!-- Distribution Logo default is Ubuntu -->
18        <item type="pixmap">
19                <pos x="33%" y="42%"/>
20                <normal file="XP_XP_logo.png"/>
21        </item>
22
23     <!-- welcome text -->
24     <item type="label" id="welcome-label">
25          <pos x="15%" y="56%"/>
26          <normal font="Sans Bold 14" color="#ffffff"/>
27          <stock type="welcome-label"/>
28     </item>
29
30     <!-- login image container -->
31     <item type="rect">
32          <pos x="52%" y="42%" width="box" height="box"/>
33          <fixed>
34               <!-- login box image -->
35               <item type="pixmap">
36                    <normal file="loginbox.png"/>
37                    <pos x="0" y="0" anchor="nw"/>
38               </item>
39               
40               <!-- logo image -->
41               <item type="pixmap">
42                    <normal file="logo.png"/>
43                    <pos x="12" y="10" anchor="nw"/>
44               </item>
45
46               <!-- timer warning -->
47               <item type="label" id="timed-label">
48                    <show type="timed"/>
49                    <pos x="73" y="-14"/>
50                    <normal font="Sans Bold 8" color="#ffffff"/>
51                    <!-- User yourname will login in 30 seconds. -->
52                    <stock type="timed-label"/>
53               </item>
54
55               <!-- username & passoword text -->
56               <item type="label" id="pam-prompt">
57                    <normal font="Sans Bold 10" color="#ffffff"/>
58                    <pos x="74" y="25"/>
59                    <stock type="username-label"/>
60               </item>
61
62                <!-- caps-lock-warning -->
63                <item type="rect" id="caps-lock-warning">
64                        <!-- <normal color="#ffffff" alpha="0.2"/> -->
65                        <pos x="72" y="8" width="box" height="box"/>
66                        <box orientation="vertical" xpadding="2" ypadding="2" spacing="0">
67                                <item type="label">
68                                        <normal color="#ffff00" font="Sans Bold 8"/>
69                                        <pos x="0" y="0" anchor="nw"/>
70                                        <stock type="caps-lock-warning"/>
71                                </item>
72                        </box>
73              </item>
74
75              <!-- username and password entry -->
76              <item type="entry" id="user-pw-entry">
77                   <normal font="Sans Bold 12" color="#444444"/>
78                   <pos x="76" y="53" height="25" width="157"/>
79              </item>
80
81              <!-- ok button -->
82              <item type="pixmap" id="ok_button" button="true">
83                   <pos x="247" y="54"/>
84                   <normal file="okbtn.png" tint="#cccccc"/>
85                   <prelight file="okbtn.png"/>
86                   <active file="okbtn.png" tint="#808080"/>
87                   <stock type="ok"/>
88              </item>
89
90               <!-- pam-error (login failure etc.) -->
91               <item type="rect" id="pam-error">
92                    <!-- <normal color="#ffffff" alpha=".10"/> -->
93                    <pos x="154" y="85" width="222" height="47"/>
94                    <box orientation="vertical" xpadding="5" ypadding="5" spacing="0">
95                         <item type="label" id="pam-error">
96                              <normal color="#ffff00" font="Sans Bold 8"/>
97                              <pos x="0" y="0" />
98                              <!-- Incorrect username or password. Letters must be typed in the correct case. -->
99                              <text/>
100                         </item>
101                    </box>
102               </item>
103
104          </fixed>
105     </item>
106
107     <!-- button container -->
108     <item type="rect">
109          <pos x="7%" y="85%" width="box" height="box"/>
110          <box orientation="horizontal" xpadding="10" ypadding="10" spacing="30" homogeneous="false">
111               <item type="pixmap" id="quit_button" button="true">
112                    <normal file="quitbtn.png" tint="#cccccc"/>
113                    <prelight file="quitbtn.png"/>
114                    <active file="quitbtn.png" tint="#808080"/>
115                    <show modes="flexi" type="quit"/>
116               </item>
117               <item type="pixmap" id="disconnect_button" button="true">
118                    <normal file="quitbtn.png" tint="#cccccc"/>
119                    <prelight file="quitbtn.png"/>
120                    <active file="quitbtn.png" tint="#808080"/>
121                    <show modes="remote" type="disconnect"/>
122               </item>
123               <item type="pixmap" id="halt_button" button="true">
124                    <normal file="quitbtn.png" tint="#cccccc"/>
125                    <prelight file="quitbtn.png"/>
126                    <active file="quitbtn.png" tint="#808080"/>
127                    <show modes="console" type="halt"/>
128               </item>
129               <item type="pixmap" id="suspend_button" button="true">
130                    <normal file="sessbtn.png" tint="#cccccc"/>
131                    <prelight file="sessbtn.png"/>
132                    <active file="sessbtn.png" tint="#808080"/>
133                    <show modes="console"/>
134                    <stock type="suspend"/>
135               </item>
136               <item type="pixmap" id="options_button" button="true">
137                    <normal file="langbtn.png" tint="#cccccc"/>
138                    <prelight file="langbtn.png"/>
139                    <active file="langbtn.png" tint="#808080"/>
140                    <stock type="options"/>
141               </item>
142          </box>
143
144
145     </item>
146
147</greeter>
Note: See TracBrowser for help on using the repository browser.