dropped deprecated style classes
This commit is contained in:
@@ -5,6 +5,10 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$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>
|
||||
* lang/spanish: Updated, thanks to Daniel Hinostroza (hinostroza)
|
||||
|
||||
|
@@ -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;
|
||||
|
@@ -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: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.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:hover {font-style: normal; cursor: help}
|
||||
td.topline {font-size: 1px}
|
||||
|
||||
|
||||
fieldset {
|
||||
border: #686868 solid 1px;
|
||||
|
Reference in New Issue
Block a user