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

« back to all changes in this revision

Viewing changes to kdm/kfrontend/themes/horos/horos.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" window-text-color="#bfd9ff"
 
6
               base-color="#bfd9ff" alternate-base-color="#666666"
 
7
               text-color="#0b678c" disabled-text-color="#333333"
 
8
               base-alpha="0" 
 
9
               disabled-base-color="#ff0000"
 
10
               disabled-base-alpha="0.25" 
 
11
               disabled-highlight-alpha="0"
 
12
               frame="false" />
 
13
               
 
14
        <item type="pixmap" id="background" background="true">
 
15
                <normal wallpaper="Horos" scalemode="crop"/>
 
16
                <pos x="0" y="0" width="100%" height="100%"/>
 
17
        </item>
 
18
        
 
19
        <item type="pixmap" id="system-session">
 
20
                <normal file="rectangle.png"/>
 
21
                <pos anchor="c" x="50%" y="50%" width="416" height="262"/>
 
22
        </item>
 
23
<!--    
 
24
        <item type="pixmap" id="branding-logo" background="true">
 
25
                <normal file="branding.png" alpha=".4" />
 
26
                <pos anchor="c" x="50%" y="50%" width="416" height="262"/>
 
27
        </item>
 
28
-->
 
29
        <item type="pixmap" id="system-session">
 
30
        <normal alpha="0.1" file="rectangle_overlay.png"/>
 
31
        <pos anchor="c" x="50%" y="50%" width="416" height="262"/>
 
32
        
 
33
        <fixed>
 
34
            <item type="label" id="welcome">
 
35
                <pos anchor="nw" x="20" y="20"/>
 
36
                <normal alpha="0.75" font="Sans Bold 14" color="#0b678c"/>
 
37
                <text>%h</text>
 
38
            </item>
 
39
        </fixed>
 
40
    </item>
 
41
    
 
42
        
 
43
        <item type="rect">
 
44
        <pos anchor="c" x="50%" y="50%" width="200" height="100"/>
 
45
                <box orientation="vertical" spacing="10" homogeneous="true">
 
46
            
 
47
                        <item type="rect" id="user-field">
 
48
                                <pos anchor="c" x="50%" y="50%" width="200" height="box"/>
 
49
                                <fixed>
 
50
                    <item type="pixmap">
 
51
                        <pos anchor="w" x="0" y="50%"/>
 
52
                        <normal file="user_icon.png"/>
 
53
                    </item>
 
54
                
 
55
                    <item type="pixmap">
 
56
                        <pos anchor="w" x="42" y="50%"/>
 
57
                        <normal file="lineedit_normal.png"/>
 
58
                        <prelight file="lineedit_active.png"/>
 
59
                        <active file="lineedit_active.png"/>
 
60
                    </item>
 
61
                    
 
62
                    <item type="entry" id="user-entry">
 
63
                        <pos anchor="w" x="49" y="50%" width="140" height="20"/>
 
64
                    </item>
 
65
                </fixed>
 
66
            </item>
 
67
            
 
68
            <item type="rect" id="user-field2">
 
69
                <pos anchor="c" x="50%" y="50%" width="200" height="box"/>
 
70
                <fixed>
 
71
                    <item type="pixmap" button="true">
 
72
                        <pos anchor="w" x="0%" y="50%"/>
 
73
                        <normal file="lock.png"/>
 
74
                    </item>
 
75
                
 
76
                    <item type="pixmap">
 
77
                        <pos anchor="w" x="42" y="50%"/>
 
78
                        <normal file="lineedit_normal.png"/>
 
79
                        <prelight file="lineedit_active.png"/>
 
80
                        <active file="lineedit_active.png"/>
 
81
                    </item>
 
82
                    
 
83
                    <item type="entry" id="pw-entry">
 
84
                        <pos anchor="w" x="49" y="50%" width="140" height="20"/>
 
85
                    </item>
 
86
                </fixed>
 
87
            </item>
 
88
                </box>
 
89
        </item> 
 
90
        
 
91
        <item type="rect" id="system-session">
 
92
        <pos anchor="c" x="50%" y="50%" width="416" height="262"/>
 
93
        <fixed>
 
94
            <item type="label">
 
95
                <pos anchor="se" x="-15" y="-20"/>
 
96
                <normal font="Sans Bold 8" color="#0b678c"/>
 
97
                <text>%c</text>
 
98
            </item>
 
99
            
 
100
            <item type="pixmap" id="session_button" button="true">
 
101
                <normal alpha="0.8" file="session_normal.png"/>
 
102
                <prelight file="session_normal.png"/>
 
103
                <active file="session_normal.png"/>
 
104
                <pos anchor="sw" x="22" y="-20"/>
 
105
            </item>
 
106
            
 
107
            <item type="pixmap" id="system_button" button="true">
 
108
                <normal alpha="0.8" file="system_normal.png"/>
 
109
                <prelight file="system_normal.png"/>
 
110
                <active file="system_normal.png"/>
 
111
                <pos anchor="sw" x="50" y="-20"/>
 
112
            </item>
 
113
            
 
114
            <item type="pixmap" id="login_button" button="true">
 
115
                <normal file="login_normal.png"/>
 
116
                <prelight file="login_active.png"/>
 
117
                <active file="login_active.png"/>
 
118
                <pos anchor="e" x="-20" y="50%"/>
 
119
            </item>
 
120
        </fixed>
 
121
    </item>
 
122
 
 
123
        <item type="rect" id="caps-lock-warning">
 
124
        <pos anchor="c" x="50%" y="50%" width="416" height="262"/>
 
125
        <fixed>
 
126
            <item type="label" id="mesage">
 
127
                <normal color="#0b678c" font="Sans Bold 10"/>
 
128
                <pos anchor="s" x="50%" y="80%"/>
 
129
                <stock type="caps-lock-warning"/>
 
130
            </item>     
 
131
        </fixed>
 
132
        </item>
 
133
 
 
134
        <item type="rect" id="pam-error-paceholder">
 
135
        <pos anchor="c" x="50%" y="98%" widht="615" height="200"/>
 
136
 
 
137
                <item type="label" id="dummy1">
 
138
                        <normal alpha="0" color="#0b678c" font="Sans Bold 10"/>
 
139
                        <!-- </text> -->
 
140
                </item>
 
141
                
 
142
                <item type="label" id="pam-error">
 
143
                        <pos anchor="c" x="50%" y="50%" expand="true"/>
 
144
                        <normal alpha="0" color="#0b678c" font="Sans Bold 10"/>
 
145
                        <!-- </text> -->
 
146
                </item>
 
147
 
 
148
        </item>
 
149
 
 
150
</greeter>