dropped deprecated style classes

This commit is contained in:
Sebastian Mendel
2005-11-05 18:58:47 +00:00
parent 1380784821
commit d3a3f2aeb8
3 changed files with 4 additions and 50 deletions

View File

@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
$Id$ $Id$
$Source$ $Source$
2005-11-04 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* themes/*/css/theme_right.css.php:
dropped deprecated style classes
2005-11-04 Marc Delisle <lem9@users.sourceforge.net> 2005-11-04 Marc Delisle <lem9@users.sourceforge.net>
* lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza) * lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza)

View File

@@ -110,40 +110,6 @@ h3{
font-size: 12px; font-size: 12px;
font-weight: bold; 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{ dfn{
font-style: normal; font-style: normal;
} }
@@ -151,9 +117,6 @@ dfn:hover{
font-style: normal; font-style: normal;
cursor: help; cursor: help;
} }
td.topline{
font-size: 1px;
}
fieldset { fieldset {
border: #666699 solid 1px; border: #666699 solid 1px;

View File

@@ -36,21 +36,8 @@ h3 {font-family: <?php echo $right_font_family; ?>; font-size: <?ph
a:link {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; text-decoration: none; color: #0000FF} a:link {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; text-decoration: none; color: #0000FF}
a:visited {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; text-decoration: none; color: #0000FF} a:visited {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; text-decoration: none; color: #0000FF}
a:hover {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; text-decoration: underline; color: #FF0000} a:hover {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_size; ?>; text-decoration: underline; color: #FF0000}
a.h1:link {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_biggest; ?>; font-weight: bold; color: #000000}
a.h1:active {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_biggest; ?>; font-weight: bold; color: #000000}
a.h1:visited {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_biggest; ?>; font-weight: bold; color: #000000}
a.h1:hover {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_biggest; ?>; font-weight: bold; color: #FF0000}
a.h2:link {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_bigger; ?>; font-weight: bold; color: #000000}
a.h2:active {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_bigger; ?>; font-weight: bold; color: #000000}
a.h2:visited {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_bigger; ?>; font-weight: bold; color: #000000}
a.h2:hover {font-family: <?php echo $right_font_family; ?>; font-size: <?php echo $font_bigger; ?>; font-weight: bold; color: #FF0000}
a.drop:link {font-family: <?php echo $right_font_family; ?>; color: #ff0000}
a.drop:visited {font-family: <?php echo $right_font_family; ?>; color: #ff0000}
a.drop:hover {font-family: <?php echo $right_font_family; ?>; color: #ffffff; background-color:#ff0000; text-decoration: none}
dfn {font-style: normal} dfn {font-style: normal}
dfn:hover {font-style: normal; cursor: help} dfn:hover {font-style: normal; cursor: help}
td.topline {font-size: 1px}
fieldset { fieldset {
border: #686868 solid 1px; border: #686868 solid 1px;