diff --git a/include/ac_common.php b/include/ac_common.php index 0bfaf599e..b71888292 100644 --- a/include/ac_common.php +++ b/include/ac_common.php @@ -128,6 +128,7 @@ $bg=""; // Ugly but I cannot change the background color thanks CSS !!!! $bg="bgcolor=white"; if ($style=="style-aqua.css") $bg="bgcolor=\"#E3F0FF\""; + if ($style=="style-elegant.css") $bg="bgcolor=\"#E3F0FF\""; } echo ''; echo ""; diff --git a/style-aqua.css b/style-aqua.css index 863509999..fa144b26a 100644 --- a/style-aqua.css +++ b/style-aqua.css @@ -31,7 +31,7 @@ div.mtitle { position: absolute; top:15px; right:300px; - width:330px; + width:100px; background:#E3F0FF; } diff --git a/style-elegant.css b/style-elegant.css index 909ae1f33..a0ec3e6c7 100644 --- a/style-elegant.css +++ b/style-elegant.css @@ -31,7 +31,7 @@ div.mtitle { position: absolute; top:15px; right:300px; - width:330px; + width:100px; background:#E3F0FF; } @@ -39,6 +39,9 @@ div.mtitle { div.tmenu { position: absolute; top:10px; + left:120px; + width:800px; + background-color:#E3F0FF; } @@ -106,23 +109,22 @@ td.mshort { } td.mlltitle { text-align:center; - background:url('image/glaslake2.jpg') no-repeat; height:30px; width:30px; font-size:12px; } td.mltitle { text-align:center; - background:url('image/glaslake2.jpg') no-repeat; + background:url('image/elegant-n.jpg') no-repeat; height:30px; width:100px; font-size:12px; } td.mtitle { text-align:center; - background:url('image/glaslake2.jpg') no-repeat center; + background:url('image/elegant-n.jpg') no-repeat center; height:30px; - width:120px; + width:100px; font-size:12px; } span.mtitle2 {