diff --git a/ChangeLog b/ChangeLog index 0d2bbe831..f9e9074f9 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2005-11-04 Sebastian Mendel + * themes/*/css/theme_right.css.php: + dropped deprecated style classes + 2005-11-04 Marc Delisle * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza) diff --git a/themes/darkblue_orange/css/theme_right.css.php b/themes/darkblue_orange/css/theme_right.css.php index 8c39d0a44..5e281d3af 100644 --- a/themes/darkblue_orange/css/theme_right.css.php +++ b/themes/darkblue_orange/css/theme_right.css.php @@ -110,40 +110,6 @@ h3{ font-size: 12px; font-weight: bold; } -a.h1:link, a.h1:active, a.h1:visited{ - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 18px; - font-weight: bold; - color: #000000; -} -a.h1:hover{ - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 18px; - font-weight: bold; - color: #cc0000; -} -a.h2:link, a.h2:active, a.h2:visited{ - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 13px; - font-weight: bold; - color: #000000; -} -a.h2:hover{ - font-family: Verdana, Arial, Helvetica, sans-serif; - font-size: 13px; - font-weight: bold; - color: #cc0000; -} -a.drop:link, a.drop:visited, a.drop:active{ - font-family: Verdana, Arial, Helvetica, sans-serif; - color: #cc0000; -} -a.drop:hover{ - font-family: Verdana, Arial, Helvetica, sans-serif; - color: #ffffff; - background-color: #cc0000; - text-decoration: none; -} dfn{ font-style: normal; } @@ -151,9 +117,6 @@ dfn:hover{ font-style: normal; cursor: help; } -td.topline{ - font-size: 1px; -} fieldset { border: #666699 solid 1px; diff --git a/themes/original/css/theme_right.css.php b/themes/original/css/theme_right.css.php index b8b6e28e9..8beb4d2ee 100644 --- a/themes/original/css/theme_right.css.php +++ b/themes/original/css/theme_right.css.php @@ -36,21 +36,8 @@ h3 {font-family: ; font-size: ; font-size: ; text-decoration: none; color: #0000FF} a:visited {font-family: ; font-size: ; text-decoration: none; color: #0000FF} a:hover {font-family: ; font-size: ; text-decoration: underline; color: #FF0000} -a.h1:link {font-family: ; font-size: ; font-weight: bold; color: #000000} -a.h1:active {font-family: ; font-size: ; font-weight: bold; color: #000000} -a.h1:visited {font-family: ; font-size: ; font-weight: bold; color: #000000} -a.h1:hover {font-family: ; font-size: ; font-weight: bold; color: #FF0000} -a.h2:link {font-family: ; font-size: ; font-weight: bold; color: #000000} -a.h2:active {font-family: ; font-size: ; font-weight: bold; color: #000000} -a.h2:visited {font-family: ; font-size: ; font-weight: bold; color: #000000} -a.h2:hover {font-family: ; font-size: ; font-weight: bold; color: #FF0000} -a.drop:link {font-family: ; color: #ff0000} -a.drop:visited {font-family: ; color: #ff0000} -a.drop:hover {font-family: ; color: #ffffff; background-color:#ff0000; text-decoration: none} dfn {font-style: normal} dfn:hover {font-style: normal; cursor: help} -td.topline {font-size: 1px} - fieldset { border: #686868 solid 1px;