summaryrefslogtreecommitdiffstats
path: root/ubuntu/maverick/defaultsettings/redmond-default-settings-ii/artwork/kdm-theme-no-userlist/kubuntu.xml
blob: 03b3a5e29b0fa7e3a1c9196df4c2652e53ea7320 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
<?xml version = '1.0' encoding = 'UTF-8'?>
<!DOCTYPE greeter SYSTEM "greeter.dtd">
<greeter>
  <item type="pixmap" >
    <normal file="/usr/share/wallpapers/world-desktop-1.0.0.jpg" />
    <pos width="100%" x="0" y="0" height="100%" />
  </item>
  <item type="pixmap" >
    <normal file="Dialog.png" />
    <pos width="462" x="50%" y="50%" anchor="c" height="324" />
    <item type="label" id="clock" >
	    <normal color="#000000" font="Sans Serif 11" />
            <pos x="50%" y="145" anchor="c" />
	    <text>%c</text>
    </item>
<!-- system button image -->
    <item button="true" type="rect" id="system_button" >
        <normal alpha="0.0" color="#00ff00" />
        <pos width="box" x="75" y="198" anchor="c" height="box" />
        <box xpadding="0" spacing="0" orientation="horizontal" >
            <item type="pixmap">
                <pos x="50%" y="50%" anchor="c" />
                <normal file="system_normal.png" />
                <prelight file="system_over.png" />
                <active file="system_pressed.png" />
            </item>
        </box>
	</item>
<!-- login button -->
          <item button="true" type="rect" id="login_button" >
              <normal alpha="0.0" color="#00ff00" />
              <pos width="box" x="390" y="198" anchor="c" height="box" />
              <box xpadding="0" spacing="0" orientation="horizontal" >
                  <item type="pixmap">
                      <pos x="50%" y="50%" anchor="c" />
                      <normal file="enter_normal.png" />
                      <prelight file="enter_over.png" />
                      <active file="enter_pressed.png" />
                  </item>
              </box>
          </item>
    <box xpadding="20" spacing="10" ypadding="20" orientation="vertical" min-width="340" >
      <item type="rect" id="talker" >
          <pos width="box" x="50%"  y="150" anchor="n" height="box" />
	 <box xpadding="0" spacing="0" ypadding="0" orientation="horizontal" >
          <item type="rect" >
            <normal alpha="0.0" color="#000000" />
            <pos width="box" y="50%" anchor="w" height="box" />
            <box xpadding="10" spacing="10" ypadding="0" orientation="vertical" >
              <item type="label" >
                <pos x="100%" anchor="ne" />
		<normal color="#000000" font="Sans Serif 10" />
<!-- Stock label for: Username: -->
		<stock type="username-label" />
              </item>
              <item type="label" >
                <pos x="100%" anchor="ne" />
		<normal color="#000000" font="Sans Serif 10" />
<!-- Stock label for: Password: -->
		<stock type="password-label" />
              </item>
            </box>
          </item>
          <item type="rect" >
	  <normal alpha="0.0" color="#cccccc" />
            <pos width="box" y="50%" anchor="w" height="box" />
            <box xpadding="0" spacing="10" ypadding="0" orientation="vertical" >
		<item type="entry" id="user-entry" >
			<pos width="130" x="50%" anchor="n" height="21" />
        	</item>
        	<item type="entry" id="pw-entry" >
                	<pos width="130" x="50%" anchor="n" height="21" />
        	</item>
            </box>
          </item>
        </box>
      </item>
    </box>
    <fixed>
      <item type="label" id="pam-error" >
        <pos x="50%" y="260" anchor="n" />
	<normal color="#CD0000" font="Sans Serif 12" />
        <text/>
      </item>
    </fixed>
    <fixed>
      <item type="label" id="caps-lock-warning" >
	      <normal color="#CD0000" font="Sans Serif 12" />
        <pos x="50%" y="240" anchor="n" />
        <stock type="caps-lock-warning" />
      </item>
    </fixed>
  </item>
</greeter>