This commit is contained in:
Andreas Österreicher
2008-04-30 11:44:38 +00:00
parent 6f15eb3b3b
commit b52b0ce2f0
7 changed files with 7 additions and 4 deletions
+4 -1
View File
@@ -9,8 +9,11 @@
$path='../';
require ($path.'cis/config.inc.php');
//setcookie('stylesheet', DEFAULT_STYLE);
if (isset($_COOKIE['stylesheet']))
//Name des Stylesheets darf nur buchstaben von A-Z enthalten (ohne umlaute)
if (isset($_COOKIE['stylesheet']) && preg_match('/^[a-zA-Z]+$/', $_COOKIE['stylesheet']))
{
$stylesheet=$_COOKIE['stylesheet'];
}
else
$stylesheet=DEFAULT_STYLE;
//setcookie('stylesheet', DEFAULT_STYLE);
@@ -68,13 +68,13 @@ input.TextBox
}
.home_logo
{
background-image:url(styles/tw_green/tw_gr_logo.jpg);
background-image:url(styles/twgreen/tw_gr_logo.jpg);
width:182px;
height:120px;
}
.header_line
{
background-image:url(styles/tw_green/tw_gr_header.jpg);
background-image:url(styles/twgreen/tw_gr_header.jpg);
background-repeat:repeat-x;
width:100%;
height:120px;
@@ -86,7 +86,7 @@ input.TextBox
/* Vor IE/Mac verstecken*/
#footer /*Menu Balken*/
{
background-image:url(styles/tw_green/menu.jpg);
background-image:url(styles/twgreen/menu.jpg);
width:182px;
height:37px;
background-repeat:no-repeat;

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 25 KiB

Before

Width:  |  Height:  |  Size: 43 KiB

After

Width:  |  Height:  |  Size: 43 KiB

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB