~ubuntu-branches/ubuntu/utopic/kde-workspace/utopic-proposed

« back to all changes in this revision

Viewing changes to kdm/kfrontend/themes/oxygen-air/oxygen-air.xml

  • Committer: Bazaar Package Importer
  • Author(s): Michał Zając
  • Date: 2011-07-09 08:31:15 UTC
  • Revision ID: james.westby@ubuntu.com-20110709083115-ohyxn6z93mily9fc
Tags: upstream-4.6.90
Import upstream version 4.6.90

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
 
 
4
<greeter id="theme">
 
5
        <style font="Sans 12" guistyle="Oxygen"
 
6
               base-color="#bfd9ff" text-color="#0b678c"/>
 
7
 
 
8
        <item type="pixmap" id="background" background="true">
 
9
                <normal wallpaper="Air" scalemode="crop"/>
 
10
                <pos width="100%" height="100%"/>
 
11
        </item>
 
12
 
 
13
        <item type="pixmap" id="system-session">
 
14
                <normal file="win-login.png"/>
 
15
                <pos anchor="c" x="50%" y="45%" width="615" height="401"/>
 
16
                <box orientation="vertical" spacing="10" homogeneous="true">
 
17
                
 
18
                        <item type="pixmap">
 
19
                                <normal file="icon-kde.png"/>
 
20
                                <pos anchor="c" x="50%" y="80%"/>
 
21
                        </item>
 
22
 
 
23
                        <item type="label" id="welcome">
 
24
                                <pos anchor="c" x="50%" y="46%"/>
 
25
                                <normal alpha="0.5" font="Sans Bold 18" color="#334560"/>
 
26
                                <stock type="welcome-label"/>
 
27
                        </item>
 
28
 
 
29
                        <item type="rect" id="user-field">
 
30
                                <pos anchor="c" x="50%" y="43%" width="400" height="144"/>
 
31
                                <box orientation="vertical" spacing="0" homogeneous="true">
 
32
 
 
33
                                        <item type="rect">
 
34
                                                <pos anchor="c" x="50%" y="60%" height="box" width="box"/>
 
35
                                                <box orientation="horizontal" spacing="10">
 
36
                                                        <item type="pixmap">
 
37
                                                                <normal file="user-entry.png"/>
 
38
                                                        </item>
 
39
                                                        <item type="entry" id="user-entry">
 
40
                                                                <pos width="157" height="30"/>
 
41
                                                                <style frame="true"/>
 
42
                                                        </item>
 
43
                                                </box>
 
44
                                        </item>
 
45
 
 
46
                                        <item type="rect">
 
47
                                                <pos anchor="c" x="50%" y="40%" height="box" width="box"/>
 
48
                                                <box orientation="horizontal" spacing="10">
 
49
                                                        <item type="pixmap">
 
50
                                                                <normal file="pw-entry.png"/>
 
51
                                                        </item>
 
52
                                                        <item type="entry" id="pw-entry">
 
53
                                                                <pos width="157" height="30"/>
 
54
                                                                <style frame="true"/>
 
55
                                                        </item>
 
56
                                                </box>
 
57
                                        </item>
 
58
 
 
59
                                </box>
 
60
                        </item>
 
61
                        
 
62
                        <item type="rect" id="system-session">
 
63
                        <pos anchor="c" x="50%" y="70%" width="615" height="44"/>
 
64
                                <fixed>
 
65
                        
 
66
                                        <item type="label">
 
67
                                                <pos anchor="se" x="96%" y="70%"/>
 
68
                                                <normal alpha="0.5" font="Sans 8" color="#334560"/>
 
69
                                                <text>%c</text>
 
70
                                        </item>                 
 
71
 
 
72
                                        <item type="pixmap" id="session_button" button="true">
 
73
                                                <normal file="session_button.png"/>
 
74
                                                <prelight file="session_button-li.png"/>
 
75
                                                <active file="session_button-li.png"/>
 
76
                                                <pos anchor="w" x="15" y="50%"/>
 
77
                                        </item>
 
78
 
 
79
                                        <item type="pixmap" id="system_button" button="true">
 
80
                                                <normal file="system_button.png"/>
 
81
                                                <prelight file="system_button-li.png"/>
 
82
                                                <active file="system_button-li.png"/>
 
83
                                                <pos anchor="w" x="47" y="50%"/>
 
84
                                        </item>
 
85
 
 
86
                                </fixed>
 
87
                
 
88
                        </item>
 
89
                </box>
 
90
        </item> 
 
91
 
 
92
        <item type="pixmap" id="caps-lock-warning">
 
93
        <normal file="caps.png"/>
 
94
        <pos anchor="c" x="50%" y="45%"/>
 
95
        
 
96
                <fixed>
 
97
                
 
98
                        <item type="label" id="mesage">
 
99
                        <normal color="#0b678c" font="Sans Bold 10"/>
 
100
                        <pos anchor="c" x="50%" y="85%"/>
 
101
                        <stock type="caps-lock-warning"/>
 
102
                        </item>
 
103
                        
 
104
                </fixed>
 
105
                
 
106
        </item>
 
107
 
 
108
        <item type="rect" id="pam-error-paceholder">
 
109
        <pos anchor="c" x="50%" y="98%" widht="615" height="200"/>
 
110
 
 
111
                <item type="label" id="dummy1">
 
112
                        <normal alpha="0" color="#0b678c" font="Sans Bold 10"/>
 
113
                        <!-- </text> -->
 
114
                </item>
 
115
                
 
116
                <item type="label" id="pam-error">
 
117
                        <pos anchor="c" x="50%" y="50%" expand="true"/>
 
118
                        <normal alpha="0" color="#0b678c" font="Sans Bold 10"/>
 
119
                        <!-- </text> -->
 
120
                </item>
 
121
 
 
122
        </item>
 
123
 
 
124
</greeter>