diff --git a/www-data/backpane_left.png b/www-data/backpane_left.png new file mode 100644 index 0000000..2d7cc01 Binary files /dev/null and b/www-data/backpane_left.png differ diff --git a/www-data/backpane_left_top.gif b/www-data/backpane_left_top.gif new file mode 100644 index 0000000..385fef0 Binary files /dev/null and b/www-data/backpane_left_top.gif differ diff --git a/www-data/backpane_left_top.png b/www-data/backpane_left_top.png new file mode 100644 index 0000000..3611dc7 Binary files /dev/null and b/www-data/backpane_left_top.png differ diff --git a/www-data/backpane_right.png b/www-data/backpane_right.png new file mode 100644 index 0000000..17b3337 Binary files /dev/null and b/www-data/backpane_right.png differ diff --git a/www-data/backpane_right_top.gif b/www-data/backpane_right_top.gif new file mode 100644 index 0000000..8e7c5ca Binary files /dev/null and b/www-data/backpane_right_top.gif differ diff --git a/www-data/backpane_right_top.png b/www-data/backpane_right_top.png new file mode 100644 index 0000000..0a5094e Binary files /dev/null and b/www-data/backpane_right_top.png differ diff --git a/www-data/backpane_top.png b/www-data/backpane_top.png new file mode 100644 index 0000000..2d9446b Binary files /dev/null and b/www-data/backpane_top.png differ diff --git a/www-data/cryptobox.css b/www-data/cryptobox.css index 3086491..fd72b42 100644 --- a/www-data/cryptobox.css +++ b/www-data/cryptobox.css @@ -5,23 +5,20 @@ body { font-family: verdana, lucida, arial, helvetica, sans-serif; } -a { +a, a:hover, a:link, a:visited { text-decoration: none; } - -div#main_menu { - width: 130px; +img { + border:none; } div#main { + text-align: left; background: none; padding: 20px; margin-left: 140px; - /* RFC: 'auto' is not a valid value, or? [l] */ - margin-right: auto; - /* RFC: should we restrict the width? [l] */ - max-width: 700px; + /* width: 700px; */ } #main h1, h2, h3 { @@ -51,39 +48,16 @@ div#head { } div#head table { - width:100%; + width: 100%; } div#head img { vertical-align: middle; } -#menu { - text-align: center; - border-top: 1px solid #5e5e5e; - border-bottom: 1px solid #5e5e5e; - background-color: #ACE149; - } - -#menu a:link, #menu a:visited { - color: #5e5e5e; - margin: 5px; - text-decoration: none; - border: none; - padding: 4px; - font-size: 0.8em; - } - -#menu a:hover { - color: #8e8e8e; - } - #words { - background-image: url(background_frame_top.png); - background-position: top left; - background-repeat: no-repeat; - min-height: 300px; - padding: 1.1em 0em 1.1em 1.1em; + min-height: 260px; + padding: 1.1em; margin-top: 0; } @@ -113,9 +87,6 @@ div#head img { div#footer { clear: both; text-align: center; - /* border-top: 1px solid #5e5e5e; - border-bottom: 1px solid #5e5e5e; - background-color: #ACE149; */ background-image: url(footer_line.png); background-repeat: no-repeat; background-position: top center; @@ -136,76 +107,6 @@ div#footer a:hover { } -#volume_pane table, #volume_pane td { - padding: 0px; - margin: 0px; - } - -#volume_pane td.pane_top_left, #volume_pane td.pane_top_right { - height: 39px; - width: 10px; - } - -#volume_pane td.pane_bottom_left, #volume_pane td.pane_bottom_right { - height: 10px; - width: 10px; - } - -#volume_pane td.pane_top_left { - background-image: url(pane_top_left.png); - } - -#volume_pane td.pane_top_right { - background-image: url(pane_top_right.png); - } - -#volume_pane td.pane_bottom_left { - background-image: url(pane_bottom_left.png); - } - -#volume_pane td.pane_bottom_right { - background-image: url(pane_bottom_right.png); - } - -#volume_pane td.pane_left { - background-image: url(pane_side_left.png); - } - -#volume_pane td.pane_bottom { - background-image: url(pane_side_bottom.png); - } - -#volume_pane td.pane_right { - background-image: url(pane_side_right.png); - } - -#volume_pane td.pane_top { - background-image: url(pane_side_top.png); - } - -#volume_pane .volume_plugin_active { - background-image: url(register_active.png); - text-align: center; - vertical-align: middle; - width: 120px; - } - -#volume_pane .volume_plugin_passive { - background-image: url(register_passive.png); - text-align: center; - vertical-align: middle; - width: 120px; - } - -#words div.unavailable_action { - border: 1px dashed #808080; - text-align: center; - background-color: #f0f0f0; - padding: 10px; - margin: 20px; - font-size: 1.1em; - } - /* -------=-=-=- operational messages -=-=-=-------- */ #words div.message { @@ -217,10 +118,6 @@ div#footer a:hover { font-size: 0.9em; } -#words div.message table { - width: 100%; -} - #words div.message td.text h1 { font-size: 1.5em; padding: 0px; @@ -261,10 +158,6 @@ div#footer a:hover { background-color: #eea; } -#EnvironmentWarning div.message table { - width: 100%; -} - #EnvironmentWarning div.message td.message_symbol img { width: 16px; height: 16px; @@ -348,32 +241,15 @@ button:hover { /* -------------=-=-=- main menu -=-=-=-------------- */ -#main_menu { +div#main_menu { position: absolute; float: left; right: 5px; left: 5px; - width: 140px; + width: 130px; } -/* ------------=-=-=- language selection -=-=-=------------- */ - -div#lang { - /* position: fixed; - float: left; - left: 30px; - bottom: 10px; */ - text-align: center; - padding: 5px; - margin: 10px; -} - -div#lang button { - margin-top: 5px; -} - - /* ------------=-=-=- documentation -=-=-=------------- */ #doc ol,ul li { @@ -410,15 +286,6 @@ div.plugin_menu, div.plugin_system, div.plugin_volume, div.volume { padding: none; } -div.plugin_menu a, div.plugin_system a, div.plugin_volume a, div.volume a { - text-decoration: none; -} - -/* remove underline decoration for '#content a:hover' */ -div.plugin_menu a:hover, div.plugin_system a:hover, div.plugin_volume a:hover, div.volume a:hover { - text-decoration: none; -} - div.plugin_menu img, div.plugin_system img, div.plugin_volume img, div.volume img { border: none; padding: none; @@ -489,7 +356,6 @@ div.help_link { } div.help_link a { - text-decoration: none; color: #555; font-size: 0.9em; } @@ -504,13 +370,9 @@ div.help_link img { /* --------------=-=-=- new volume pane -=-=-=----------- */ -div#volume_area_inner { - width: 620px; - /* margin: 13px; */ +div#volume_content { padding: 20px; border: 1px solid #ccc; - border-right: 1px solid #ccc; - border-bottom: 1px solid #ccc; background-image: url(volume_property_frame.png); background-repeat: no-repeat; background-position: top left; @@ -524,14 +386,16 @@ table#volume_area { } table#volume_area td.volume_plugin_active, table#volume_area td.volume_plugin_passive { - width: 120px; + /* width: 120px; */ height: 40px; text-align: left; - padding: 4px 0 0 10px; + border-right: 1px solid #ccc; + border-bottom: 1px solid #ccc; + padding: 4px 10px 0 10px; background-repeat: no-repeat; background-position: top left; } - + table#volume_area td.volume_plugin_active { background-image: url(register_active2.gif); } @@ -547,20 +411,61 @@ table#volume_area td.volume_plugin_active img, table#volume_area td.volume_plugi border: 0; } -div.volume_spacer { - width: 30px; - float: left; -} - -div#volume_name table { - width: 100%; +table#volume_name { border: 0px; padding: 0px; margin: 0px; } -div#volume_name td img { +table#volume_name td img { width: 64px; height: 64px; padding-right: 30px; } + +table#pane { + border: none; + border-collapse: collapse; +} + +td#pane_left_top { + width: 6px; + height: 6px; + background-image: url(backpane_left_top.gif); + background-position: left top; + background-repeat: no-repeat; +} + +td#pane_top { + height: 6px; + background-image: url(backpane_top.png); + background-position: top; + background-repeat: repeat-x; +} + +td#pane_right_top { + width: 6px; + height: 6px; + background-image: url(backpane_right_top.gif); + background-position: right top; + background-repeat: no-repeat; +} + +td#pane_left { + width: 6px; + background-image: url(backpane_left.png); + background-position: left top; + background-repeat: no-repeat; +} + +td#pane_content { + padding: 0 1% 1% 1%; +} + +td#pane_right { + width: 6px; + background-image: url(backpane_right.png); + background-position: right top; + background-repeat: no-repeat; +} + diff --git a/www-data/pane_bottom_left.png b/www-data/pane_bottom_left.png deleted file mode 100644 index b0cea4c..0000000 Binary files a/www-data/pane_bottom_left.png and /dev/null differ diff --git a/www-data/pane_bottom_right.png b/www-data/pane_bottom_right.png deleted file mode 100644 index 329962e..0000000 Binary files a/www-data/pane_bottom_right.png and /dev/null differ diff --git a/www-data/pane_side_bottom.png b/www-data/pane_side_bottom.png deleted file mode 100644 index 90699c8..0000000 Binary files a/www-data/pane_side_bottom.png and /dev/null differ diff --git a/www-data/pane_side_left.png b/www-data/pane_side_left.png deleted file mode 100644 index 798db00..0000000 Binary files a/www-data/pane_side_left.png and /dev/null differ diff --git a/www-data/pane_side_right.png b/www-data/pane_side_right.png deleted file mode 100644 index 8dbd617..0000000 Binary files a/www-data/pane_side_right.png and /dev/null differ diff --git a/www-data/pane_side_top.png b/www-data/pane_side_top.png deleted file mode 100644 index eb33baf..0000000 Binary files a/www-data/pane_side_top.png and /dev/null differ diff --git a/www-data/pane_top_left.png b/www-data/pane_top_left.png deleted file mode 100644 index 69f67bf..0000000 Binary files a/www-data/pane_top_left.png and /dev/null differ diff --git a/www-data/pane_top_right.png b/www-data/pane_top_right.png deleted file mode 100644 index f53f33d..0000000 Binary files a/www-data/pane_top_right.png and /dev/null differ diff --git a/www-data/register_active.png b/www-data/register_active.png deleted file mode 100644 index c495b59..0000000 Binary files a/www-data/register_active.png and /dev/null differ diff --git a/www-data/register_active2.gif b/www-data/register_active2.gif index fa3ba95..7f69389 100644 Binary files a/www-data/register_active2.gif and b/www-data/register_active2.gif differ diff --git a/www-data/register_active2.png b/www-data/register_active2.png index e0bc4b2..2025208 100644 Binary files a/www-data/register_active2.png and b/www-data/register_active2.png differ diff --git a/www-data/register_passive.png b/www-data/register_passive.png deleted file mode 100644 index caaa4e6..0000000 Binary files a/www-data/register_passive.png and /dev/null differ diff --git a/www-data/register_passive2.gif b/www-data/register_passive2.gif index 256c2fc..3a52181 100644 Binary files a/www-data/register_passive2.gif and b/www-data/register_passive2.gif differ diff --git a/www-data/register_passive2.png b/www-data/register_passive2.png index c2874b1..6381fe0 100644 Binary files a/www-data/register_passive2.png and b/www-data/register_passive2.png differ diff --git a/www-data/volume_property_frame.png b/www-data/volume_property_frame.png index 46e30a2..50478b7 100644 Binary files a/www-data/volume_property_frame.png and b/www-data/volume_property_frame.png differ