/usr/share/kde4/apps/kdm/themes/elarun/elarun.xml is in kdm 4:4.11.13-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE greeter SYSTEM "greeter.dtd">
<greeter id="theme">
<style font="Sans 12" window-text-color="#bfd9ff"
base-color="#bfd9ff" alternate-base-color="#666666"
text-color="#0b678c" disabled-text-color="#333333"
base-alpha="0"
disabled-base-color="#ff0000"
disabled-base-alpha="0.25"
disabled-highlight-alpha="0"
frame="false" />
<item type="pixmap" id="background" background="true">
<normal wallpaper="Elarun" scalemode="crop"/>
<pos x="0" y="0" width="100%" height="100%"/>
</item>
<item type="pixmap" id="system-session">
<normal file="rectangle.png"/>
<pos anchor="c" x="50%" y="50%" width="416" height="262"/>
</item>
<!--
<item type="pixmap" id="branding-logo" background="true">
<normal file="branding.png" alpha=".4" />
<pos anchor="c" x="50%" y="50%" width="416" height="262"/>
</item>
-->
<item type="pixmap" id="system-session">
<normal alpha="0.1" file="rectangle_overlay.png"/>
<pos anchor="c" x="50%" y="50%" width="416" height="262"/>
<fixed>
<item type="label" id="welcome">
<pos anchor="nw" x="20" y="20"/>
<normal alpha="0.75" font="Sans Bold 14" color="#0b678c"/>
<text>%h</text>
</item>
</fixed>
</item>
<item type="rect">
<pos anchor="c" x="50%" y="50%" width="200" height="100"/>
<box orientation="vertical" spacing="10" homogeneous="true">
<item type="rect" id="user-field">
<pos anchor="c" x="50%" y="50%" width="200" height="box"/>
<fixed>
<item type="pixmap">
<pos anchor="w" x="0" y="50%"/>
<normal file="user_icon.png"/>
</item>
<item type="pixmap">
<pos anchor="w" x="42" y="50%"/>
<normal file="lineedit_normal.png"/>
<prelight file="lineedit_active.png"/>
<active file="lineedit_active.png"/>
</item>
<item type="entry" id="user-entry">
<pos anchor="w" x="49" y="50%" width="140" height="20"/>
</item>
</fixed>
</item>
<item type="rect" id="user-field2">
<pos anchor="c" x="50%" y="50%" width="200" height="box"/>
<fixed>
<item type="pixmap" button="true">
<pos anchor="w" x="0%" y="50%"/>
<normal file="lock.png"/>
</item>
<item type="pixmap">
<pos anchor="w" x="42" y="50%"/>
<normal file="lineedit_normal.png"/>
<prelight file="lineedit_active.png"/>
<active file="lineedit_active.png"/>
</item>
<item type="entry" id="pw-entry">
<pos anchor="w" x="49" y="50%" width="140" height="20"/>
</item>
</fixed>
</item>
</box>
</item>
<item type="rect" id="system-session">
<pos anchor="c" x="50%" y="50%" width="416" height="262"/>
<fixed>
<item type="label">
<pos anchor="se" x="-15" y="-20"/>
<normal font="Sans Bold 8" color="#0b678c"/>
<text>%c</text>
</item>
<item type="pixmap" id="session_button" button="true">
<normal alpha="0.8" file="session_normal.png"/>
<prelight file="session_normal.png"/>
<active file="session_normal.png"/>
<pos anchor="sw" x="22" y="-20"/>
</item>
<item type="pixmap" id="system_button" button="true">
<normal alpha="0.8" file="system_normal.png"/>
<prelight file="system_normal.png"/>
<active file="system_normal.png"/>
<pos anchor="sw" x="50" y="-20"/>
</item>
<item type="pixmap" id="login_button" button="true">
<normal file="login_normal.png"/>
<prelight file="login_active.png"/>
<active file="login_active.png"/>
<pos anchor="e" x="-20" y="50%"/>
</item>
</fixed>
</item>
<item type="rect" id="caps-lock-warning">
<pos anchor="c" x="50%" y="50%" width="416" height="262"/>
<fixed>
<item type="label" id="mesage">
<normal color="#0b678c" font="Sans Bold 10"/>
<pos anchor="s" x="50%" y="80%"/>
<stock type="caps-lock-warning"/>
</item>
</fixed>
</item>
<item type="rect" id="pam-error-paceholder">
<pos anchor="c" x="50%" y="98%" widht="615" height="200"/>
<item type="label" id="dummy1">
<normal alpha="0" color="#0b678c" font="Sans Bold 10"/>
<!-- </text> -->
</item>
<item type="label" id="pam-error">
<pos anchor="c" x="50%" y="50%" expand="true"/>
<normal alpha="0" color="#0b678c" font="Sans Bold 10"/>
<!-- </text> -->
</item>
</item>
</greeter>
|