|
@@ -529,23 +529,6 @@ header('Expires: '.gmdate('D, d M Y H:i:s',time()+3600).' GMT');
|
|
text-decoration: none;
|
|
text-decoration: none;
|
|
}
|
|
}
|
|
|
|
|
|
- div#body_header_brand_text {
|
|
|
|
- display: inline-block;
|
|
|
|
- margin: 3px 0 0 10px;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- div#body_header_brand_text > a {
|
|
|
|
- color: <?php echo ($_SESSION['theme']['body_header_brand_text_color']['text'] != '') ? $_SESSION['theme']['body_header_brand_text_color']['text'] : 'rgba(0,0,0,0.90)'; ?>;
|
|
|
|
- font-size: <?php echo ($_SESSION['theme']['body_header_brand_text_size']['text'] != '') ? $_SESSION['theme']['body_header_brand_text_size']['text'] : '16px'; ?>;
|
|
|
|
- font-weight: 600;
|
|
|
|
- text-decoration: none;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
- div#body_header_brand_text > a:hover {
|
|
|
|
- color: <?php echo ($_SESSION['theme']['body_header_brand_text_color_hover']['text'] != '') ? $_SESSION['theme']['body_header_brand_text_color_hover']['text'] : 'rgba(0,0,0,1.0)'; ?>;
|
|
|
|
- text-decoration: none;
|
|
|
|
- }
|
|
|
|
-
|
|
|
|
/* menu side control container */
|
|
/* menu side control container */
|
|
div#menu_side_control_container {
|
|
div#menu_side_control_container {
|
|
position: -webkit-sticky;
|
|
position: -webkit-sticky;
|
|
@@ -672,6 +655,56 @@ header('Expires: '.gmdate('D, d M Y H:i:s',time()+3600).' GMT');
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+/* BODY/HEADER BAR *****************************************************************/
|
|
|
|
+
|
|
|
|
+ <?php if ($_SESSION['theme']['menu_style']['text'] == 'side') { ?>
|
|
|
|
+ div#body_header {
|
|
|
|
+ padding: 10px 10px 15px 10px;
|
|
|
|
+ height: 50px;
|
|
|
|
+ <?php echo $_SESSION['theme']['body_header_background_color']['text'] != '' ? 'background-color: '.$_SESSION['theme']['body_header_background_color']['text'].';' : null; ?>
|
|
|
|
+ }
|
|
|
|
+ <?php } else { ?>
|
|
|
|
+ div#body_header {
|
|
|
|
+ padding: 10px;
|
|
|
|
+ margin-top: 5px;
|
|
|
|
+ height: 40px;
|
|
|
|
+ }
|
|
|
|
+ <?php } ?>
|
|
|
|
+
|
|
|
|
+ div#body_header_brand_image {
|
|
|
|
+ display: inline-block;
|
|
|
|
+ margin-left: 10px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ div#body_header_brand_image > a:hover {
|
|
|
|
+ text-decoration: none;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ img#body_header_brand_image {
|
|
|
|
+ border: none;
|
|
|
|
+ margin-top: -4px;
|
|
|
|
+ height: auto;
|
|
|
|
+ max-width: 145px;
|
|
|
|
+ max-height: 35px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ div#body_header_brand_text {
|
|
|
|
+ display: inline-block;
|
|
|
|
+ margin: 3px 0 0 10px;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ div#body_header_brand_text > a {
|
|
|
|
+ color: <?php echo ($_SESSION['theme']['body_header_brand_text_color']['text'] != '') ? $_SESSION['theme']['body_header_brand_text_color']['text'] : 'rgba(0,0,0,0.90)'; ?>;
|
|
|
|
+ font-size: <?php echo ($_SESSION['theme']['body_header_brand_text_size']['text'] != '') ? $_SESSION['theme']['body_header_brand_text_size']['text'] : '16px'; ?>;
|
|
|
|
+ font-weight: 600;
|
|
|
|
+ text-decoration: none;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ div#body_header_brand_text > a:hover {
|
|
|
|
+ color: <?php echo ($_SESSION['theme']['body_header_brand_text_color_hover']['text'] != '') ? $_SESSION['theme']['body_header_brand_text_color_hover']['text'] : 'rgba(0,0,0,1.0)'; ?>;
|
|
|
|
+ text-decoration: none;
|
|
|
|
+ }
|
|
|
|
+
|
|
/* BUTTONS ********************************************************************/
|
|
/* BUTTONS ********************************************************************/
|
|
|
|
|
|
/* buttons */
|
|
/* buttons */
|
|
@@ -1033,7 +1066,7 @@ header('Expires: '.gmdate('D, d M Y H:i:s',time()+3600).' GMT');
|
|
font-family: arial, san-serif;
|
|
font-family: arial, san-serif;
|
|
font-size: 10pt;
|
|
font-size: 10pt;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
- background-color: #fff;
|
|
|
|
|
|
+ background: <?php echo ($_SESSION['theme']['domain_selector_background_color']['text'] != '') ? $_SESSION['theme']['domain_selector_background_color']['text'] : '#fff'; ?>;
|
|
-webkit-box-shadow: <?php echo ($_SESSION['theme']['domain_selector_shadow_color']['text'] != '') ? '0 0 10px '.$_SESSION['theme']['domain_selector_shadow_color']['text'] : 'none'; ?>;
|
|
-webkit-box-shadow: <?php echo ($_SESSION['theme']['domain_selector_shadow_color']['text'] != '') ? '0 0 10px '.$_SESSION['theme']['domain_selector_shadow_color']['text'] : 'none'; ?>;
|
|
-moz-box-shadow: <?php echo ($_SESSION['theme']['domain_selector_shadow_color']['text'] != '') ? '0 0 10px '.$_SESSION['theme']['domain_selector_shadow_color']['text'] : 'none'; ?>;
|
|
-moz-box-shadow: <?php echo ($_SESSION['theme']['domain_selector_shadow_color']['text'] != '') ? '0 0 10px '.$_SESSION['theme']['domain_selector_shadow_color']['text'] : 'none'; ?>;
|
|
box-shadow: <?php echo ($_SESSION['theme']['domain_selector_shadow_color']['text'] != '') ? '0 0 10px '.$_SESSION['theme']['domain_selector_shadow_color']['text'] : 'none'; ?>;
|
|
box-shadow: <?php echo ($_SESSION['theme']['domain_selector_shadow_color']['text'] != '') ? '0 0 10px '.$_SESSION['theme']['domain_selector_shadow_color']['text'] : 'none'; ?>;
|
|
@@ -1053,13 +1086,13 @@ header('Expires: '.gmdate('D, d M Y H:i:s',time()+3600).' GMT');
|
|
width: 300px;
|
|
width: 300px;
|
|
height: 100%;
|
|
height: 100%;
|
|
padding: 1px;
|
|
padding: 1px;
|
|
- background-color: #fff;
|
|
|
|
- border: 1px solid #a4aebf;
|
|
|
|
|
|
+ background: <?php echo ($_SESSION['theme']['domain_selector_list_background_color']['text'] != '') ? $_SESSION['theme']['domain_selector_list_background_color']['text'] : '#fff'; ?>;
|
|
|
|
+ border: 1px solid <?php echo ($_SESSION['theme']['domain_selector_list_border_color']['text'] != '') ? $_SESSION['theme']['domain_selector_list_border_color']['text'] : '#a4aebf'; ?>;
|
|
}
|
|
}
|
|
|
|
|
|
div.domains_list_item, div.domains_list_item_active, div.domains_list_item_inactive {
|
|
div.domains_list_item, div.domains_list_item_active, div.domains_list_item_inactive {
|
|
text-align: left;
|
|
text-align: left;
|
|
- border-bottom: 1px solid #c5d1e5;
|
|
|
|
|
|
+ border-bottom: 1px solid <?php echo ($_SESSION['theme']['domain_selector_list_divider_color']['text'] != '') ? $_SESSION['theme']['domain_selector_list_divider_color']['text'] : '#c5d1e5'; ?>;
|
|
padding: 5px 8px 8px 8px;
|
|
padding: 5px 8px 8px 8px;
|
|
overflow: hidden;
|
|
overflow: hidden;
|
|
white-space: nowrap;
|
|
white-space: nowrap;
|
|
@@ -1218,20 +1251,6 @@ header('Expires: '.gmdate('D, d M Y H:i:s',time()+3600).' GMT');
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
- <?php if ($_SESSION['theme']['menu_style']['text'] == 'side') { ?>
|
|
|
|
- div#content_header {
|
|
|
|
- padding: 10px 10px 15px 10px;
|
|
|
|
- height: 50px;
|
|
|
|
- <?php echo $_SESSION['theme']['body_header_background_color']['text'] != '' ? 'background-color: '.$_SESSION['theme']['body_header_background_color']['text'].';' : null; ?>
|
|
|
|
- }
|
|
|
|
- <?php } else { ?>
|
|
|
|
- div#content_header {
|
|
|
|
- padding: 10px;
|
|
|
|
- margin-top: 5px;
|
|
|
|
- height: 40px;
|
|
|
|
- }
|
|
|
|
- <?php } ?>
|
|
|
|
-
|
|
|
|
/* GENERAL ELEMENTS *****************************************************************/
|
|
/* GENERAL ELEMENTS *****************************************************************/
|
|
|
|
|
|
img {
|
|
img {
|