- moved styles into css

- no need for javascript for theme selection
This commit is contained in:
Sebastian Mendel
2005-11-23 16:56:16 +00:00
parent fef607cd64
commit 8f1bb56896
4 changed files with 67 additions and 80 deletions

View File

@@ -609,7 +609,7 @@ body.loginform a.logo {
}
form.login label {
float: left;
float: left;
width: 10em;
font-weight: bolder;
}
@@ -631,6 +631,21 @@ img.lightbulb {
#bodyquerywindow {
background-color: <?php echo $cfg['LeftBgColor']; ?>;
}
#bodythemes {
width: 500px;
margin: auto;
text-align: center;
}
#bodythemes img {
border: 0.1em solid black;
}
#bodythemes a:hover img {
border: 0.1em solid red;
}
<?php
$_valid_css = array( 'left', 'right', 'print' );