From d8e59dfd90ac7d718b388552d6b5f59c95f4f4ff Mon Sep 17 00:00:00 2001 From: lars Date: Fri, 22 Jul 2005 22:00:10 +0000 Subject: [PATCH] stylesheet changed forms changed --- .../share/cryptobox/templates/config_form.cs | 28 ++++---- .../share/cryptobox/templates/init_form.cs | 33 ++++------ .../share/cryptobox/templates/mount_form.cs | 12 ++-- .../share/cryptobox/templates/umount_form.cs | 6 +- cryptobox.conf.d/var/www/cryptobox.css | 65 +++++++++++++------ 5 files changed, 78 insertions(+), 66 deletions(-) diff --git a/cryptobox.conf.d/usr/share/cryptobox/templates/config_form.cs b/cryptobox.conf.d/usr/share/cryptobox/templates/config_form.cs index 559861d..df99e55 100644 --- a/cryptobox.conf.d/usr/share/cryptobox/templates/config_form.cs +++ b/cryptobox.conf.d/usr/share/cryptobox/templates/config_form.cs @@ -3,21 +3,23 @@
- - - - - -
-
-
+ +

+

+ +

+

+ +

-
+

+ + +
diff --git a/cryptobox.conf.d/usr/share/cryptobox/templates/init_form.cs b/cryptobox.conf.d/usr/share/cryptobox/templates/init_form.cs index bfe90b6..c028dc1 100644 --- a/cryptobox.conf.d/usr/share/cryptobox/templates/init_form.cs +++ b/cryptobox.conf.d/usr/share/cryptobox/templates/init_form.cs @@ -3,32 +3,21 @@
- - - - - - - - - - -
-
- -
- -
-
- -
- -
+

+


+

+


+

+


+

+
+
+
-

diff --git a/cryptobox.conf.d/usr/share/cryptobox/templates/mount_form.cs b/cryptobox.conf.d/usr/share/cryptobox/templates/mount_form.cs index ab2ed5d..da35302 100644 --- a/cryptobox.conf.d/usr/share/cryptobox/templates/mount_form.cs +++ b/cryptobox.conf.d/usr/share/cryptobox/templates/mount_form.cs @@ -1,15 +1,13 @@

Aktivierung des verschlüsselten Dateisystems

- - - + -
Passwort eingeben: -
+ +

+

+ -
diff --git a/cryptobox.conf.d/usr/share/cryptobox/templates/umount_form.cs b/cryptobox.conf.d/usr/share/cryptobox/templates/umount_form.cs index 85d3169..2d8cdb2 100644 --- a/cryptobox.conf.d/usr/share/cryptobox/templates/umount_form.cs +++ b/cryptobox.conf.d/usr/share/cryptobox/templates/umount_form.cs @@ -1,13 +1,11 @@

- - + -
+ -
diff --git a/cryptobox.conf.d/var/www/cryptobox.css b/cryptobox.conf.d/var/www/cryptobox.css index a15f006..346bdc8 100644 --- a/cryptobox.conf.d/var/www/cryptobox.css +++ b/cryptobox.conf.d/var/www/cryptobox.css @@ -13,7 +13,6 @@ body { background: none; width: 600px; padding: 0px; - text-align: left; margin-left: auto; margin-right: auto; } @@ -47,7 +46,6 @@ body { margin: 0; padding: 0; width: 600px; - text-align: left; font-size: 0.9em; } @@ -95,11 +93,21 @@ body { } #words { - float: left; + width: 570px; +// warum float? +// float: left; padding: 1.1em 0em 1.1em 1.1em; margin-top: 0; } - + +#words h1{ + font-size: 1.8em; +} + +#words h2{ + font-size: 1.4em; +} + #words ol, #words ul { font-size: 0.9em; } @@ -146,28 +154,37 @@ body { /* --------------------=-=-=- Spezialkram -=-=-=------------------- */ -.warning { - background-color: #fff; - border: 2px dashed #5e5e5e; - margin-top: 40px; - margin-bottom: 40px; - - line-height: 5em; - color: #5e5e5e; - text-decoration: none; - font-weight: bold; - font-size: 0.9em; - +#words div.warning { + margin-top: 20px; + margin-bottom: 20px; + padding-top: 10px; + padding-bottom: 15px; } -#content .warning a { +#words .warning { + background-color: #ffd0d0; + border: 2px dashed #5e5e5e; + text-align: center; + color: #5e5e5e; + text-decoration: none; + font-weight: bold; + font-size: 0.9em; + } + +#words .warning a { line-height: 5em; color: #5e5e5e; text-decoration: none; font-weight: bold; font-size: 0.9em; - } + +#words .note { + text-align: center; + color: #F48659; + font-style: italic; + } + /* ----------------------=-=-=- Forms -=-=-=--------------------- */ /* nachfolgend die Sachen fuer schoene Formulare und Buttons */ input { @@ -186,7 +203,7 @@ input:hover { } textarea { - font-family: Arial, Verdana, Helvetica; + font-family: arial, verdana, helvetica; font-size: 1.1em; border: 1px solid #BFBFBF; color: #949494; @@ -208,8 +225,9 @@ button { font-weight: bold; cursor: pointer; } + button:hover { - background-color: #fff; + background-color: #8fc955; border: 1px solid #7fb945; color: #5e5e5e; font-size: 0.8em; @@ -217,3 +235,10 @@ button:hover { cursor: pointer; } +#words form label { + min-width: 20em; + } + +#words form p { + text-align: center; + }