~xubuntu-dev/xubuntu-default-settings/trunk

« back to all changes in this revision

Viewing changes to usr/share/gdm/themes/xubuntu/Xubuntu.xml

  • Committer: Gauvain Pocentek
  • Date: 2006-08-28 14:59:32 UTC
  • Revision ID: gauvainpocentek@gmail.com-20060828145932-6a753142b79aa1aa
initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!DOCTYPE greeter SYSTEM "greeter.dtd">
 
3
<greeter>
 
4
 
 
5
  <!-- background -->
 
6
  <item type="pixmap">
 
7
    <normal file="background.png"/>
 
8
    <pos y="0" x="0" width="100%" height="100%"/>
 
9
  </item>
 
10
 
 
11
  <!-- ubuntu logo -->
 
12
  <item type="pixmap">
 
13
    <normal file="text.png" alpha="1.0"/>
 
14
    <pos x="50%" y="33%" width="scale" height="15%" anchor="c"/>
 
15
  </item>
 
16
 
 
17
  <!-- bottom bar -->
 
18
  <item type="rect">
 
19
    <normal color="#2d4e5e"/>
 
20
    <pos y="100%" x="0" width="100%" height="42" anchor="sw"/>
 
21
    <box xpadding="10" spacing="10" orientation="horizontal">
 
22
      <!-- reboot -->
 
23
      <item type="rect" id="reboot_button" button="true">
 
24
        <show type="reboot" modes="console"/>
 
25
        <pos y="50%" width="box" height="box" anchor="w"/>
 
26
        <box xpadding="0" spacing="2" orientation="horizontal">
 
27
          <item type="pixmap">
 
28
            <normal file="icon-reboot.png"/>
 
29
            <prelight file="icon-reboot.png"/>
 
30
            <active file="icon-reboot.png"/>
 
31
          </item>
 
32
          <item type="label">
 
33
            <normal font="Bitstream Vera Sans 11" color="#ffffff"/>
 
34
            <prelight font="Bitstream Vera Sans 11" color="#dce2e5"/>
 
35
            <active font="Bitstream Vera Sans 11" color="#a9b3b7"/>
 
36
            <pos y="50%" anchor="w"/>
 
37
            <stock type="reboot"/>
 
38
          </item>
 
39
        </box>
 
40
      </item>
 
41
      <!-- halt -->
 
42
      <item type="rect" id="halt_button" button="true">
 
43
        <show type="halt" modes="console"/>
 
44
        <pos y="50%" width="box" height="box" anchor="w"/>
 
45
        <box xpadding="0" spacing="2" orientation="horizontal">
 
46
          <item type="pixmap">
 
47
            <normal file="icon-shutdown.png"/>
 
48
            <prelight file="icon-shutdown.png"/>
 
49
            <active file="icon-shutdown.png"/>
 
50
          </item>
 
51
          <item type="label">
 
52
            <normal font="Bitstream Vera Sans 11" color="#ffffff"/>
 
53
            <prelight font="Bitstream Vera Sans 11" color="#dce2e5"/>
 
54
            <active font="Bitstream Vera Sans 11" color="#a9b3b7"/>
 
55
            <pos y="50%" anchor="w"/>
 
56
            <stock type="halt"/>
 
57
          </item>
 
58
        </box>
 
59
      </item>
 
60
      <!-- quit / disconnect -->
 
61
      <item type="rect" id="disconnect_button" button="true">
 
62
        <normal/>
 
63
        <show modes="flexi,remote"/>
 
64
        <pos y="50%" width="box" height="box" anchor="w"/>
 
65
        <box xpadding="0" spacing="2" orientation="horizontal">
 
66
          <item type="pixmap">
 
67
            <normal file="icon-logout.png"/>
 
68
            <prelight file="icon-logout.png"/>
 
69
            <active file="icon-logout.png"/>
 
70
          </item>
 
71
          <item type="label">
 
72
            <normal font="Bitstream Vera Sans 11" color="#ffffff"/>
 
73
            <prelight font="Bitstream Vera Sans 11" color="#dce2e5"/>
 
74
            <active font="Bitstream Vera Sans 11" color="#a9b3b7"/>
 
75
            <pos y="50%" anchor="w"/>
 
76
            <stock type="disconnect"/>
 
77
            <show modes="remote"/>
 
78
          </item>
 
79
          <item type="label">
 
80
            <normal font="Bitstream Vera Sans 11" color="#ffffff"/>
 
81
            <prelight font="Bitstream Vera Sans 11" color="#dce2e5"/>
 
82
            <active font="Bitstream Vera Sans 11" color="#a9b3b7"/>
 
83
            <pos y="50%" anchor="w"/>
 
84
            <stock type="quit"/>
 
85
            <show modes="flexi"/>
 
86
          </item>
 
87
        </box>
 
88
      </item>
 
89
    </box>
 
90
  </item>
 
91
  
 
92
  <!-- hostname and clock -->
 
93
  <item type="rect">
 
94
    <pos x="100%" y="100%" width="box" height="42" anchor="se"/>
 
95
    <box xpadding="10" spacing="10" orientation="horizontal">
 
96
      <item type="label">
 
97
        <pos x="100%" y="50%" anchor="e"/>
 
98
        <normal font="Bitstream Vera Sans Bold 11" color="#ffffff"/>
 
99
        <text>%h //</text>
 
100
      </item>
 
101
      <item type="label" id="clock">
 
102
        <pos x="100%" y="50%" anchor="e"/>
 
103
        <normal font="Bitstream Vera Sans 11" color="#ffffff"/>
 
104
        <text>%c</text>
 
105
      </item>
 
106
    </box>
 
107
  </item>
 
108
  
 
109
  
 
110
  <!-- password box -->
 
111
  <item type="rect">
 
112
    <pos x="50%" y="66%" width="box" height="box" anchor="c"/>
 
113
    <box xpadding="0" ypadding="0" spacing="5" orientation="vertical">
 
114
      <item type="rect">
 
115
        <pos x="0" y="0" width="box" height="box" expand="true"/>
 
116
        <normal color="#ffffff" alpha="0.15"/>
 
117
        <box xpadding="50" ypadding="15" spacing="10" orientation="vertical">
 
118
          <item type="label" id="pam-prompt">
 
119
            <pos x="0"/>
 
120
            <normal font="Bitstream Vera Sans Bold 10" color="#ffffff"/>
 
121
            <stock type="username-label"/>
 
122
          </item>
 
123
          <item type="rect">
 
124
            <normal color="#dce2e5"/>
 
125
            <pos width="160" height="24"/>
 
126
            <fixed>
 
127
              <item type="entry" id="user-pw-entry">
 
128
                <pos y="1" x="1" width="-2" height="-2" anchor="nw"/>
 
129
              </item>
 
130
            </fixed>
 
131
          </item>
 
132
          <!-- timer warning -->
 
133
          <item type="label" id="timed-label">
 
134
            <show type="timed"/>
 
135
            <normal font="Bitstream Vera Sans Bold 11" color="#ffffff"/>
 
136
            <stock type="timed-label"/>
 
137
          </item>
 
138
        </box>
 
139
      </item>
 
140
      <item type="rect">
 
141
        <pos x="0" y="0" width="100%" height="box" expand="true"/>
 
142
        <normal color="#ffffff" alpha="0.15"/>
 
143
        <box xpadding="10" ypadding="8" spacing="10" orientation="horizontal" homogeneous="true">
 
144
          <!-- language -->
 
145
          <item type="rect" id="language_button" button="true">
 
146
            <pos x="50%" y="50%" width="box" height="box" anchor="c"/>
 
147
            <box xpadding="0" spacing="2" orientation="horizontal">
 
148
              <item type="pixmap">
 
149
                <pos width="24" height="24"/>
 
150
                <normal file="icon-language.png"/>
 
151
                <prelight file="icon-language-prelight.png"/>
 
152
                <active file="icon-language-active.png"/>
 
153
              </item>
 
154
              <item type="label">
 
155
                <normal font="Bitstream Vera Sans 9" color="#ffffff"/>
 
156
                <prelight font="Bitstream Vera Sans 9" color="#c1ddf2"/>
 
157
                <active font="Bitstream Vera Sans 9" color="#ffffff"/>
 
158
                <pos y="50%" anchor="w"/>
 
159
                <stock type="language"/>
 
160
              </item>
 
161
            </box>
 
162
          </item>
 
163
          <!-- session -->
 
164
          <item type="rect" id="session_button" button="true">
 
165
            <pos x="50%" y="50%" width="box" height="box" anchor="c"/>
 
166
            <box xpadding="0" spacing="2" orientation="horizontal">
 
167
              <item type="pixmap">
 
168
                <pos width="24" height="24"/>
 
169
                <normal file="icon-session.png"/>
 
170
                <prelight file="icon-session-prelight.png"/>
 
171
                <active file="icon-session-active.png"/>
 
172
              </item>
 
173
              <item type="label">
 
174
                <normal font="Bitstream Vera Sans 9" color="#ffffff"/>
 
175
                <prelight font="Bitstream Vera Sans 9" color="#c1ddf2"/>
 
176
                <active font="Bitstream Vera Sans 9" color="#ffffff"/>
 
177
                <pos y="50%" anchor="w"/>
 
178
                <stock type="session"/>
 
179
              </item>
 
180
            </box>
 
181
          </item>
 
182
        </box>
 
183
      </item>
 
184
    </box>
 
185
  </item>
 
186
 
 
187
 
 
188
  <!-- caps lock warning -->
 
189
  <item type="label" id="caps-lock-warning">
 
190
    <pos x="50%" y="50%" anchor="c"/>
 
191
    <normal font="Bitstream Vera Sans Bold 11" color="#dc292b"/>
 
192
    <stock type="caps-lock-warning"/>
 
193
  </item>
 
194
 
 
195
 
 
196
  <!-- pam error -->
 
197
  <item type="label" id="pam-error">
 
198
    <pos x="50%" y="53%" anchor="c" />
 
199
    <normal font="Bitstream Vera Sans Bold 11" color="#dc292b"/>
 
200
    <text></text>
 
201
  </item>
 
202
 
 
203
</greeter>