diff --git a/themes/enhanced/images/backgrounds/blue_blur.jpg b/themes/enhanced/images/backgrounds/blue_blur.jpg new file mode 100644 index 0000000000..143d1a48e2 Binary files /dev/null and b/themes/enhanced/images/backgrounds/blue_blur.jpg differ diff --git a/themes/enhanced/template.php b/themes/enhanced/template.php index bf1def288f..4cd62c3d92 100644 --- a/themes/enhanced/template.php +++ b/themes/enhanced/template.php @@ -37,7 +37,7 @@ $favicon = $_SESSION['theme']['favicon']['text']; } else { - $favicon = '/themes/enhanced/favicon.ico'; + $favicon = '/themes/minimized/favicon.ico'; } ?> @@ -480,7 +480,7 @@ table td { table tr.even td { background:#eee; - background-image: url('/themes/enhanced/images/background_cell.gif'); + background-image: url('/themes/minimized/images/background_cell.gif'); border-bottom: 1px solid #a4aebf; color: #333333; } @@ -533,18 +533,60 @@ legend { padding-right: 2px; } -/* begin the menu css*/ - - .menu_bar { - background-image: url('/themes/enhanced/images/background_black.png'); - background-position: 0px -1px; +#main_content { + 0 && + ( + isset($_SESSION['theme']['background_image']) || + $_SESSION['theme']['background_color'][0] != '' || + $_SESSION['theme']['background_color'][1] != '' + )) { ?> + background-color: #FFFFFF; + background-attachment: fixed; + opacity: 0.93; + filter:alpha(opacity=93); + -moz-opacity:0.93; + -khtml-opacity: 0.93; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; - padding: 4px; - -webkit-box-shadow: 0 1px 4px #aaa; - -moz-box-shadow: 0 1px 4px #aaa; - box-shadow: 0 1px 4px #aaa; + -webkit-box-shadow: 0 1px 4px ; + -moz-box-shadow: 0 1px 4px ; + box-shadow: 0 1px 4px ; + padding: 15px 20px 20px 20px; + + padding: 5px 10px 10px 10px; + + text-align: left; +} + +/* begin the menu css*/ + + div#menu_bar { + position: fixed; + top: 0px; + left: 0; + right: 0; + z-index: 10001; + text-align: left; + opacity: 0.93; + filter:alpha(opacity=93); + -moz-opacity:0.93; + -khtml-opacity: 0.93; + } + + #menu_bar_content { + background-image: url('/themes/minimized/images/background_black.png'); + background-position: 0px -1px; + background-color: #000000; + background-repeat: repeat-x; + -webkit-border-radius: 0px 0px 4px 4px; + -moz-border-radius: 0px 0px 4px 4px; + border-radius: 0px 0px 4px 4px; + -webkit-box-shadow: 0 3px 5px ; + -moz-box-shadow: 0 3px 5px ; + box-shadow: 0 3px 5px ; } .menu_bg { @@ -554,22 +596,15 @@ legend { } else { if (substr($_SERVER['PHP_SELF'], -9) != "login.php") { - echo "background-image: url('/themes/enhanced/images/menu_background.png');"; + echo "background-image: url('/themes/minimized/images/menu_background.png');"; } else { - echo "background-image: url('/themes/enhanced/images/login_background.png');"; + echo "background-image: url('/themes/minimized/images/login_background.png');"; } } ?> background-repeat: repeat-x; background-attachment: fixed; - /*background-color: #FFFFFF;*/ - - opacity: 0.9; - filter:alpha(opacity=90); - -moz-opacity:0.9; - -khtml-opacity: 0.9; - -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; @@ -580,41 +615,15 @@ legend { padding-right:20px; } - .main_content { - 0 && - ( - isset($_SESSION['theme']['background_image']) || - $_SESSION['theme']['background_color'][0] != '' || - $_SESSION['theme']['background_color'][1] != '' - )) { ?> - background-color: #FFFFFF; - background-attachment: fixed; - opacity: 0.93; - filter:alpha(opacity=93); - -moz-opacity:0.93; - -khtml-opacity: 0.93; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; - -webkit-box-shadow: 0 1px 4px #aaa; - -moz-box-shadow: 0 1px 4px #aaa; - box-shadow: 0 1px 4px #aaa; - padding: 20px; - - padding: 10px; - - text-align: left; - } - #menu{ width:100%; float:left; } #menu a, #menu h2{ - font:bold 11px/16px arial,helvetica,sans-serif; + font-size: 9pt; + font-weight: normal; + font-family: Arial, Helvetica, sans-serif; display:block; /*border-color:#ccc #888 #555 #bbb;*/ white-space:nowrap; @@ -624,27 +633,15 @@ legend { #menu h2{ color:#FFFFFF; - /*background:#222222 url(/css/images/expand3.gif) no-repeat 100% 100%;*/ - /*text-transform:uppercase*/ - + font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; + font-weight: normal; + font-size: 12pt; + margin-top: 1px; + height: 25px; + letter-spacing: -0.02em; } #menu h2 h2{ - /*background:#4e4b56 url(/css/images/expand3.gif) no-repeat 100% 100%;*/ - /*text-transform:uppercase*/ padding: 3px; } @@ -665,29 +662,29 @@ legend { #menu .menu_sub { display:none; - padding-top:10px; + top: 31px; + padding: 5px 0px 10px 0px; - background:#333333; - background-color: rgba(20, 20, 20, 0.9); + background: #141414; -webkit-border-radius: 0 0 3px 3px; -moz-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; - -webkit-box-shadow: 0 2px 3px #aaa; - -moz-box-shadow: 0 2px 3px #aaa; - box-shadow: 0 2px 3px #aaa; + -webkit-box-shadow: 0 2px 3px ; + -moz-box-shadow: 0 2px 3px ; + box-shadow: 0 2px 3px ; } #menu a:hover{ @@ -778,21 +775,20 @@ legend { #message_container { z-index: 99998; position: absolute; - top: -200px; + top: -80px; left: 0; right: 0; - height: 30px; filter: alpha(opacity=0); opacity: 0; -moz-opacity:0; -khtml-opacity: 0; - padding: 8px 0; + padding: 12px 0; } #message_text { z-index: 99999; position: absolute; - top: -200px; + top: -80px; left: 0; right: 0; filter: alpha(opacity=0); @@ -801,7 +797,7 @@ legend { -khtml-opacity: 0; margin: 0 auto; vertical-align: middle; - padding: 8px 0; + padding: 12px 0; text-align: center; font-family: arial, san-serif; font-size: 10pt; @@ -831,17 +827,13 @@ legend { color: ; } - #header_icons { - display: inline-block; - margin-top: 10px; - } - #logout_icon { filter: alpha(opacity=80); - opacity: 0.8; - -moz-opacity: 0.8; - -khtml-opacity: 0.8; - margin-left: 6px; + opacity: 0.85; + -moz-opacity: 0.85; + -khtml-opacity: 0.85; + margin-left: 8px; + margin-right: 18px; } #logout_icon:hover { @@ -854,9 +846,9 @@ legend { #domain_selector_icon { filter: alpha(opacity=80); - opacity: 0.8; - -moz-opacity: 0.8; - -khtml-opacity: 0.8; + opacity: 0.85; + -moz-opacity: 0.85; + -khtml-opacity: 0.85; padding-left: 10px; } @@ -871,17 +863,20 @@ legend { #domain_selector_domain { display: ; white-space: nowrap; - padding: 2px px 1px 7px; - margin-top: -1px; - background-color: rgba(, ); - -webkit-border-radius: 1px; - -moz-border-radius: 1px; - border-radius: 1px; + padding: 2px 0px 1px 7px; + margin-top: 2px; font-size: 12px; - color: ; + opacity: 0.8; + -moz-opacity: 0.8; + -khtml-opacity: 0.8; + color: #fff; } #domain_selector_domain:hover { + filter: alpha(opacity=100); + opacity: 1; + -moz-opacity: 1; + -khtml-opacity: 1; cursor: pointer; } @@ -907,9 +902,9 @@ legend { font-size: 10pt; overflow: hidden; background-color: #fff; - -webkit-box-shadow: 0 0 10px #888; - -moz-box-shadow: 0 0 10px #888; - box-shadow: 0 0 10px #888; + -webkit-box-shadow: 0 0 10px ; + -moz-box-shadow: 0 0 10px ; + box-shadow: 0 0 10px ; } #domains_header { @@ -1137,11 +1132,14 @@ legend { - + +