From 105b75dc7bca06c07fd77efce7f25e484bc3c9b2 Mon Sep 17 00:00:00 2001 From: Nate Jones Date: Wed, 25 Feb 2015 10:35:14 +0000 Subject: [PATCH] Themes: Restored Enhanced theme template. --- themes/enhanced/template.php | 336 +++++++++++++++++------------------ 1 file changed, 164 insertions(+), 172 deletions(-) diff --git a/themes/enhanced/template.php b/themes/enhanced/template.php index 4cd62c3d92..428502640b 100644 --- a/themes/enhanced/template.php +++ b/themes/enhanced/template.php @@ -37,7 +37,7 @@ $favicon = $_SESSION['theme']['favicon']['text']; } else { - $favicon = '/themes/minimized/favicon.ico'; + $favicon = '/themes/enhanced/favicon.ico'; } ?> @@ -480,7 +480,7 @@ table td { table tr.even td { background:#eee; - background-image: url('/themes/minimized/images/background_cell.gif'); + background-image: url('/themes/enhanced/images/background_cell.gif'); border-bottom: 1px solid #a4aebf; color: #333333; } @@ -533,60 +533,18 @@ legend { padding-right: 2px; } -#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; +/* begin the menu css*/ + + .menu_bar { + background-image: url('/themes/enhanced/images/background_black.png'); + background-position: 0px -1px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; + padding: 4px; -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 { @@ -596,15 +554,22 @@ legend { } else { if (substr($_SERVER['PHP_SELF'], -9) != "login.php") { - echo "background-image: url('/themes/minimized/images/menu_background.png');"; + echo "background-image: url('/themes/enhanced/images/menu_background.png');"; } else { - echo "background-image: url('/themes/minimized/images/login_background.png');"; + echo "background-image: url('/themes/enhanced/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; @@ -615,15 +580,41 @@ 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 ; + -moz-box-shadow: 0 1px 4px ; + box-shadow: 0 1px 4px ; + padding: 20px; + + padding: 10px; + + text-align: left; + } + #menu{ width:100%; float:left; } #menu a, #menu h2{ - font-size: 9pt; - font-weight: normal; - font-family: Arial, Helvetica, sans-serif; + font:bold 11px/16px arial,helvetica,sans-serif; display:block; /*border-color:#ccc #888 #555 #bbb;*/ white-space:nowrap; @@ -633,15 +624,27 @@ legend { #menu h2{ color:#FFFFFF; - 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; + /*background:#222222 url(/css/images/expand3.gif) no-repeat 100% 100%;*/ + /*text-transform:uppercase*/ + } #menu h2 h2{ + /*background:#4e4b56 url(/css/images/expand3.gif) no-repeat 100% 100%;*/ + /*text-transform:uppercase*/ padding: 3px; } @@ -662,23 +665,23 @@ legend { #menu .menu_sub { display:none; - top: 31px; - padding: 5px 0px 10px 0px; + padding-top:10px; - background: #141414; + background:#333333; + background-color: rgba(20, 20, 20, 0.9); -webkit-border-radius: 0 0 3px 3px; -moz-border-radius: 0 0 3px 3px; border-radius: 0 0 3px 3px; @@ -775,20 +778,21 @@ legend { #message_container { z-index: 99998; position: absolute; - top: -80px; + top: -200px; left: 0; right: 0; + height: 30px; filter: alpha(opacity=0); opacity: 0; -moz-opacity:0; -khtml-opacity: 0; - padding: 12px 0; + padding: 8px 0; } #message_text { z-index: 99999; position: absolute; - top: -80px; + top: -200px; left: 0; right: 0; filter: alpha(opacity=0); @@ -797,7 +801,7 @@ legend { -khtml-opacity: 0; margin: 0 auto; vertical-align: middle; - padding: 12px 0; + padding: 8px 0; text-align: center; font-family: arial, san-serif; font-size: 10pt; @@ -827,13 +831,17 @@ legend { color: ; } + #header_icons { + display: inline-block; + margin-top: 10px; + } + #logout_icon { filter: alpha(opacity=80); - opacity: 0.85; - -moz-opacity: 0.85; - -khtml-opacity: 0.85; - margin-left: 8px; - margin-right: 18px; + opacity: 0.8; + -moz-opacity: 0.8; + -khtml-opacity: 0.8; + margin-left: 6px; } #logout_icon:hover { @@ -846,9 +854,9 @@ legend { #domain_selector_icon { filter: alpha(opacity=80); - opacity: 0.85; - -moz-opacity: 0.85; - -khtml-opacity: 0.85; + opacity: 0.8; + -moz-opacity: 0.8; + -khtml-opacity: 0.8; padding-left: 10px; } @@ -863,20 +871,17 @@ legend { #domain_selector_domain { display: ; white-space: nowrap; - padding: 2px 0px 1px 7px; - margin-top: 2px; + padding: 2px px 1px 7px; + margin-top: -1px; + background-color: rgba(, ); + -webkit-border-radius: 1px; + -moz-border-radius: 1px; + border-radius: 1px; font-size: 12px; - opacity: 0.8; - -moz-opacity: 0.8; - -khtml-opacity: 0.8; - color: #fff; + color: ; } #domain_selector_domain:hover { - filter: alpha(opacity=100); - opacity: 1; - -moz-opacity: 1; - -khtml-opacity: 1; cursor: pointer; } @@ -1132,14 +1137,11 @@ legend { - + -