diff options
Diffstat (limited to 'ubuntu/raring/defaultsettings/desktop-base/tdm-theme/nightly/nightly.xml')
-rw-r--r-- | ubuntu/raring/defaultsettings/desktop-base/tdm-theme/nightly/nightly.xml | 139 |
1 files changed, 0 insertions, 139 deletions
diff --git a/ubuntu/raring/defaultsettings/desktop-base/tdm-theme/nightly/nightly.xml b/ubuntu/raring/defaultsettings/desktop-base/tdm-theme/nightly/nightly.xml deleted file mode 100644 index 22c6c1bd8..000000000 --- a/ubuntu/raring/defaultsettings/desktop-base/tdm-theme/nightly/nightly.xml +++ /dev/null @@ -1,139 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE greeter SYSTEM "greeter.dtd"> -<greeter> - -<!-- main pic, login pic --> -<item type="pixmap"> - <normal file="background.png"/> - <pos x="0" y="0" width="100%" height="100%"/> - - <item type="pixmap"> - <normal file="boundingbox.png"/> - <pos x="50%" y="80%" width="501" height="101" anchor="c"/> - - <item type="rect"> - <normal color="#ffff00" alpha="0.0"/> - <pos anchor="e" x="45%" y="50%" width="190" height="180"/> - - <!-- username-label --> - <item type="label"> - <pos anchor="ne" x="90%" y="35%"/> - <normal color="#ffffff" font="Sans 10"/> - <stock type="username-label"/> - </item> - - <!-- password-label --> - <item type="label"> - <pos anchor="ne" x="90%" y="55%"/> - <normal color="#ffffff" font="Sans 10"/> - <stock type="password-label"/> - </item> - </item> - - <item type="rect"> - <normal color="#00ffff" alpha="0.0"/> - <pos anchor="w" x="50%" y="50%" width="190" height="180"/> - - <!-- username-entry --> - <item type="entry" id="user-entry"> - <pos anchor="n" x="45%" y="35%" height="24" width="150"/> - </item> - - <!-- password-entry --> - <item type="entry" id="pw-entry"> - <pos anchor="n" x="45%" y="55%" height="24" width="150"/> - </item> - </item> - </item> - - <!-- capslock-warning --> - <item type="pixmap" id="caps-lock-warning"> - <normal file="error.png"/> - <pos anchor="s" x="50%" y="75%" width="400" height="70"/> - <item type="rect" id="caps-lock-warning"> - <pos anchor="c" x="50%" y="50%" width="box" height="box"/> - <box orientation="vertical" min-width="400" xpadding="10" ypadding="5" spacing="0"> - <item type="label"> - <normal color="#FFFFFF" font="Sans 12"/> - <pos x="50%" anchor="n"/> - <stock type="caps-lock-warning"/> - </item> - </box> - </item> - </item> - - <!-- Login-Error --> - <item type="pixmap" id="pam-error"> - <normal file="error.png"/> - <pos anchor="s" x="50%" y="73%" width="400" height="70"/> - <item type="rect"> - <pos anchor="c" x="50%" y="50%" width="box" height="box"/> - <box orientation="vertical" min-width="400" xpadding="10" ypadding="5" spacing="0"> - <item type="label"> - <normal color="#FFFFFF" font="Sans 12"/> - <pos anchor="n" x="50%"/> - <text>Login failed.</text> - </item> - </box> - </item> - </item> -</item> - -<!-- Bottom bar --> -<item type="pixmap"> - <pos x="5%" y="5%" width="60%" height="60"/> -</item> - -<!-- icons and text in bottom bar --> -<item type="rect"> - <pos x="0%" y="0%" width="100%" height="60" anchor="nw"/> - - <!-- clock --> - <item type="label" id="clock"> - <normal color="#ffffff" font="Sans 12"/> - <pos x="85%" y="5"/> - <text>%c</text> - </item> - - <!-- session-button --> - <item type="rect" id="session_button" button="true"> - <pos x="0" y="0" width="150" height="100%"/> - <item type="pixmap" id="session_button" button="true"> - <normal file="Sessions_inactive.png"/> - <prelight file="Sessions.png"/> - <pos x="6%" y="8" width="48" height="48"/> - </item> - <item type="label"> - <normal color="#999999" font="Sans 12"/> - <prelight color="#ffffff" font="Sans 12"/> - <active color="#ff0000" font="Sans 12"/> - <pos x="70" y="19"/> - <text>Sessions</text> - <text xml:lang="ca">Sessió</text> - <text xml:lang="es">Sesión</text> - <text xml:lang="en">Session</text> - </item> - </item> - - <!-- menu-button --> - <item type="rect" id="system_button" button="true"> - <show modes="console" type="system"/> - <pos x="10%" y="0" width="180" height="100%"/> - <item type="pixmap" id="system_button" button="true"> - <normal file="System_inactive.png"/> - <prelight file="System.png"/> - <pos x="6%" y="8" width="48" height="48"/> - </item> - <item type="label"> - <normal color="#999999" font="Sans 12"/> - <prelight color="#ffffff" font="Sans 12"/> - <active color="#ff0000" font="Sans 12"/> - <pos x="70" y="19"/> - <text>System Menu</text> - <text xml:lang="ca">Menú</text> - <text xml:lang="es">Menú</text> - <text xml:lang="en">Menu</text> - </item> - </item> -</item> -</greeter> |