diff --git a/www-data/cryptobox.css b/www-data/cryptobox.css index 02cc586..a1f35a1 100644 --- a/www-data/cryptobox.css +++ b/www-data/cryptobox.css @@ -7,6 +7,7 @@ body { a, a:hover, a:link, a:visited { text-decoration: none; + color: #515151; } img { @@ -146,7 +147,8 @@ div#footer a:hover { } #words div.message td.link a { - color: blue; + color: #87ae3c; + font-weight: 600; font-style: italic; text-decoration: none; } @@ -322,7 +324,7 @@ div.plugin_menu_passive { } div.plugin_menu_active { - background-image: url(icon_background_active_100.png); + background-image: url(icon_background_active_orange_100.png); } div.plugin_menu img { @@ -415,11 +417,11 @@ table#volume_area td.volume_plugin_active, table#volume_area td.volume_plugin_pa } table#volume_area td.volume_plugin_active { - background-image: url(register_active2.gif); + background-image: url(register_active3.png); } table#volume_area td.volume_plugin_passive { - background-image: url(register_passive2.gif); + background-image: url(register_passive2.png); } table#volume_area td.volume_plugin_active img, table#volume_area td.volume_plugin_passive img { diff --git a/www-data/icon_background_active_orange_100.png b/www-data/icon_background_active_orange_100.png new file mode 100644 index 0000000..9e8b993 Binary files /dev/null and b/www-data/icon_background_active_orange_100.png differ diff --git a/www-data/register_active3.gif b/www-data/register_active3.gif new file mode 100644 index 0000000..b1fe1f5 Binary files /dev/null and b/www-data/register_active3.gif differ diff --git a/www-data/register_active3.png b/www-data/register_active3.png new file mode 100644 index 0000000..3ddf0d8 Binary files /dev/null and b/www-data/register_active3.png differ