diff --git a/pythonrewrite/www-data/cryptobox.css b/pythonrewrite/www-data/cryptobox.css index 74098e3..1a9807f 100644 --- a/pythonrewrite/www-data/cryptobox.css +++ b/pythonrewrite/www-data/cryptobox.css @@ -82,7 +82,7 @@ div#head img { background-image: url(background_frame_top.png); background-position: top left; background-repeat: no-repeat; - min-height: 320px; + min-height: 300px; padding: 1.1em 0em 1.1em 1.1em; margin-top: 0; } @@ -206,9 +206,9 @@ div#footer a:hover { font-size: 1.1em; } -/* -------=-=-=- all messages -=-=-=-------- */ +/* -------=-=-=- operational messages -=-=-=-------- */ -div.message { +#words div.message { text-align: left; margin: 20px; padding: 0 10px 0 0; @@ -217,12 +217,16 @@ div.message { font-size: 0.9em; } -div.message h1 { +#words div.message table { + width: 100%; +} + +#words div.message td.text h1 { font-size: 1.5em; padding: 0px; } -div.message img.message_symbol { +#words div.message td.message_symbol img { width: 32px; height: 32px; padding: 5px 20px 5px 10px; @@ -230,15 +234,57 @@ div.message img.message_symbol { vertical-align: middle; } -div.message p.message_link { +#words div.message td.link { text-align: right; } -div.message p.message_link a { - color: #5e5e5e; +#words div.message td.link a { + color: blue; + font-style: italic; text-decoration: none; } +#words div.message td.link a:hover { + text-decoration: underline; +} + +/* -------=-=-=- environmental messages -=-=-=-------- */ + +#EnvironmentWarning div.message { + text-align: left; + margin: 2px; + padding: 0 5px 0 0; + border: 1px solid #bbb; + color: #5e5e5e; + font-size: 0.9em; + background-color: #eea; + } + +#EnvironmentWarning div.message table { + width: 100%; +} + +#EnvironmentWarning div.message td.message_symbol img { + width: 16px; + height: 16px; + padding: 2px; + border: none; + vertical-align: middle; + } + +#EnvironmentWarning div.message td.link { + text-align: right; +} + +#EnvironmentWarning div.message td.link a { + color: #55b; + font-style: italic; + text-decoration: none; +} + +#EnvironmentWarning div.message td.link a:hover { + text-decoration: underline; +} /* ----------------------=-=-=- Forms -=-=-=--------------------- */ /* pretty forms and buttons */ diff --git a/pythonrewrite/www-data/volume_active_crypto.png b/pythonrewrite/www-data/volume_active_crypto.png index 0abd53a..faa1656 100644 Binary files a/pythonrewrite/www-data/volume_active_crypto.png and b/pythonrewrite/www-data/volume_active_crypto.png differ