summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/desktop/themes/gdm/openslx/theme.xml
blob: 46ef334e45542aba53ad84f3111fd26d355215f0 (plain) (blame)
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE greeter SYSTEM "greeter.dtd">
<!--
GDM-OpenSLX-Theme
-->
<greeter id="theme">

    <!-- background -->
	<item type="pixmap" id="background" background="true">
		<normal file="color.png"/>
		<pos x="0" y="0" width="100%" height="100%"/>
	</item>

    <!-- top / welcome, clock and big logo -->
	<item type="rect" id="top" background="true">
		<normal color="#000000" alpha="0.0"/>
		<pos anchor="n" x="50%" y="0" width="100%" height="40%"/>
		<box orientation="vertical" homogeneous="true">

        		<item type="pixmap" background="true">
        			<normal file="welcome-time-shadowed.png"/>
        			<pos anchor="n" x="50%" y="0" width="80%" height="44"/>
	        		<box orientation="horizontal" homogeneous="true">
                        <!-- Welcome on ... -->
	        			<item type="label" background="true">
	        				<pos anchor="w" x="10%" y="30%"/>
	        				<normal color="#f0f0f0" font="Sans 11"/>
	        				<stock type="welcome-label"/>
	        			</item>
	        			<!-- clock -->
	        			<item type="label" id="clock">
	        				<pos anchor="e" x="90%" y="30%"/>
	        				<normal color="#f0f0f0" font="Sans 11"/>
	        				<text>%c</text>
	        			</item>
	        		</box>
	        	</item>

        		<item type="rect" id="logo">
        			<normal color="#000000" alpha="0.0"/>
        			<pos anchor="c" x="50%" y="10%" width="100%" height="100%"/>
        			<box orientation="vertical" homogeneous="true">
        				<item type="pixmap">
        					<normal file="openslx-logo-main.png"/>
        					<pos anchor="c" x="50%" y="50%"/>
        				</item>
        			</box>
	        	</item>

		</box>
	</item>

    <!-- main part / login, session, menu, ... -->
	<item type="pixmap" id="main-runner" background="true">
		<normal file="main-runner.png"/>
		<pos anchor="c" x="50%" y="50%" width="100%" height="160"/>
		<box orientation="horizontal" homogeneous="true">

			<item type="rect" background="true">
				<normal color="#000000" alpha="0.0"/>
				<pos anchor="w" x="0%" y="50%" width="100%" height="100%"/>
				<box orientation="horizontal" homogeneous="true">

                    <!-- left part / login -->
					<item type="rect" background="true">
						<normal color="#000000" alpha="0.0"/>
						<pos anchor="w" x="0" y="50%" width="100%" height="100%"/>
						<box orientation="horizontal">

                            <!-- small logo -->
							<item type="pixmap" background="true">
								<normal file="openslx-logo.png"/>
								<pos anchor="w" x="30" y="50%"/>
							</item>

							<item type="rect">
								<normal color="#000000" alpha="0.0"/>
								<pos anchor="w" x="70" y="50%" width="box" height="box"/>
								<box homogeneous="true" spacing="5">
									<!-- username-label -->
									<item type="label" id="pam-prompt">
										<pos anchor="nw" x="0" y="0"/>
										<normal color="#f0f0f0" font="Sans 11"/>
										<stock type="username-label"/>
									</item>
									<!-- username-entry -->
									<item type="entry" id="user-pw-entry">
										<normal color="#0f0f0f" font="Sans 11"/>
										<pos anchor="sw" x="0" y="100%" height="20" width="120"/>
									</item>
								</box>
							</item>

                        </box>
					</item>

                    <!-- middle part / errors, caps info, gdm logo -->
					<item type="rect">
						<normal color="#000000" alpha="0.0"/>
						<pos anchor="c" x="50%" y="50%" width="90%" height="100%"/>
                        <box orientation="vertical">

                            <!-- Login-Error -->
							<item type="rect">
								<normal color="#000000" alpha="0.0"/>
								<pos anchor="n" x="50%" y="10" width="100%" height="30"/>
								<box>
									<item type="label" id="pam-error">
										<normal color="#ff8b00" font="Sans 11"/>
										<pos anchor="c" x="50%" y="15"/>
										<text/>
									</item>
								</box>
							</item>

							<item type="pixmap">
								<normal file="environment.png"/>
								<pos anchor="c" x="50%" y="50%"/>
							</item>
 
                                <!-- capslock-warning -->
                                <item type="rect" id="caps-lock-warning">
								<normal color="#000000" alpha="0.4"/>
								<pos anchor="s" x="50%" y="-10" width="100%" height="30"/>
								<box>
									<item type="label">
										<normal color="#ff8b00" font="Sans 11"/>
										<pos anchor="c" x="50%" y="15"/>
										<stock type="caps-lock-warning"/>
									</item>			
								</box>
							</item>

						</box>
					</item>
 
                    <!-- right part / sessions, menu -->
					<item type="rect">
						<normal color="#000000" alpha="0.0"/>
						<pos anchor="e" x="100%" y="50%" width="100%" height="100%"/>
						<box orientation="vertical" homogeneous="true" spacing="10">

							<!-- session-button -->
							<item type="rect" id="session_button" button="true">
								<normal color="#000000" alpha="0.0"/>
								<pos anchor="se" x="-50" y="100%" width="box" height="box"/>
								<box orientation="horizontal">
									<item type="label">
										<normal color="#bbbbbb" font="Sans 11"/>
										<prelight color="#f0f0f0" font="Sans 11"/>
										<active color="#ff8b00" font="Sans 11"/>
										<pos anchor="e" x="100%" y="-24"/>
										<stock type="session"/>
									</item>
									<item type="rect" id="session_button" button="true">
										<normal color="#000000" alpha="0.0"/>
										<pos anchor="c" x="50%" y="50%" width="10"/>
									</item>
									<item type="pixmap" id="session_button" button="true">
										<normal file="sessions_inactive.png"/>
										<prelight file="sessions.png"/>
										<pos anchor="se" x="100%" y="100%"/>
									</item>
								</box>
							</item>
                                                
                            <!-- menu-button -->
							<item type="rect" id="system_button" button="true">
								<normal color="#000000" alpha="0.0"/>
								<pos anchor="ne" x="-50" y="0" width="box" height="box"/>
								<box orientation="horizontal">
									<item type="label">
										<normal color="#bbbbbb" font="Sans 11"/>
										<prelight color="#f0f0f0" font="Sans 11"/>
										<active color="#ff8b00" font="Sans 11"/>
										<pos anchor="e" x="100%" y="24"/>
										<stock type="system"/>
									</item>
									<item type="rect" id="system_button" button="true">
										<normal color="#000000" alpha="0.0"/>
										<pos anchor="c" x="50%" y="50%" width="10"/>
									</item>
									<item type="pixmap" id="system_button" button="true">
										<normal file="system_inactive.png"/>
										<prelight file="system.png"/>
										<pos anchor="ne" x="100%" y="0%"/>
									</item>
								</box>
							</item>
                                              
                        </box>
					</item>

				</box>
			</item>
                      
        </box>
	</item>

    <!-- language-button -->
    <item type="rect" id="language_button" button="true">
       <normal color="#000000" alpha="0.0"/>
       <pos anchor="se" x="-10" y="-10" width="box" height="box"/>
       <box orientation="horizontal">
            <item type="label">
                <normal color="#3e5d72" font="Sans 11"/>
                <prelight color="#557f9c" font="Sans 11"/>
                <active color="#ff8b00" font="Sans 11"/>
                <pos anchor="e" x="100%" y="16"/>
                <stock type="language"/>
            </item>
            <item type="rect" id="language_button" button="true">
                <normal color="#000000" alpha="0.0"/>
                <pos anchor="c" x="50%" y="50%" width="10"/>
            </item>
            <item type="pixmap" id="language_button" button="true">
                <normal file="language-selector_inactive.png"/>
                <prelight file="language-selector.png"/>
                <pos anchor="ne" x="100%" y="0%"/>
            </item>
        </box>
    </item>

</greeter>