Files
medicalalert-web-reloaded/wp/wp-content/themes/thbusiness/inc/customizer/assets/customizer.css
Rachit Bhargava 5d0f0734d8 first commit
2023-07-21 17:12:10 -04:00

165 lines
4.2 KiB
CSS

#customize-control-custom_slide_img_1,
#customize-control-custom_slide_img_2,
#customize-control-custom_slide_img_3,
#customize-control-custom_slide_img_4,
#customize-control-custom_slide_img_5, {
margin-top: 10px;
padding-top: 20px;
border-top: 1px solid #ccc;
}
#customize-theme-controls .accordion-section-title {
/*background: #333;*/
}
.accordion-section-title:after, .handlediv, .item-edit, .sidebar-name-arrow, .widget-action {
color: #DEDEDE;
}
.wp-full-overlay-sidebar {
background: #EFEFEF;
}
#customize-controls .control-section .accordion-section-title:focus, #customize-controls .control-section .accordion-section-title:hover, #customize-controls .control-section.open .accordion-section-title, #customize-controls .control-section:hover>.accordion-section-title {
background: #f5f5f5;
}
#customize-theme-controls .control-section .accordion-section-title:focus:after, #customize-theme-controls .control-section .accordion-section-title:hover:after, #customize-theme-controls .control-section.open .accordion-section-title:after, #customize-theme-controls .control-section:hover>.accordion-section-title:after {
color: #555;
}
.customize-control-checkbox label {
font-weight: bold;
font-size: 14px;
}
.customize-control-description {
font-weight: normal;
}
#customize-theme-controls .accordion-section-title {
color: #555;
}
.customize-control select {
min-width: 98%;
}
.control-section h3.accordion-section-title:before {
right: 0;
content: '\f105';
border: none;
background: 0 0;
font: 400 16px/1 FontAwesome;
speak: none;
display: block;
padding: 0;
text-indent: 0;
position: relative;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
text-decoration: none!important;
margin: 2px 17px 0 15px;
float: left;
width: 23px;
color: #333;
}
.nav-menus-php .item-edit:before, .widget-top a.widget-action:before {
content: '';
}
.control-section h3.accordion-section-title {
padding-left: 0;
}
#accordion-panel-widgets .control-section h3.accordion-section-title:before {
content: none;
}
#accordion-panel-widgets .control-section h3.accordion-section-title {
padding-left: 20px;
}
#accordion-panel-nav_menus .control-section h3.accordion-section-title:before {
content: none;
}
#accordion-panel-nav_menus .control-section h3.accordion-section-title {
padding-left: 20px;
}
/* Icons */
/* Site Identity */
#accordion-section-title_tagline h3.accordion-section-title:before {
content: '\f19c';
}
/* General Settings */
#accordion-section-thbusiness_general_settings h3.accordion-section-title:before {
content: '\f085';
}
/* Homepage Settings */
#accordion-panel-thbusiness_home_settings h3.accordion-section-title:before {
content: '\f015';
font-size: 20px;
}
/* Post/Page Settings */
#accordion-section-thbusiness_post_page_settings h3.accordion-section-title:before {
content: '\f0f6';
}
/* Site Styling */
#accordion-panel-thbusiness_styling h3.accordion-section-title:before {
content: '\f1fc';
}
/* Social Media */
#accordion-section-thbusiness_social_media h3.accordion-section-title:before {
content: '\f0c0';
}
/* Menus */
#accordion-panel-nav_menus h3.accordion-section-title:before {
content: '\f0c9';
}
/* Widgets */
#accordion-panel-widgets h3.accordion-section-title:before {
content: '\f009';
}
/* Background Image */
#accordion-section-background_image h3.accordion-section-title:before {
content: '\f03e';
}
/* Custom CSS */
#accordion-section-thbusiness_custom_css h3.accordion-section-title:before {
content: '\f044';
}
/* Static Frontpage */
#accordion-section-static_front_page h3.accordion-section-title:before {
content: '\f108';
}
/* Featured Slider */
#accordion-section-thbusiness_slider h3.accordion-section-title:before {
content: '\f24d';
}
#accordion-section-thbusiness_pro_details h3.accordion-section-title:before {
content: '\f219';
}
#accordion-section-thbusiness_topbar_settings h3.accordion-section-title:before {
content: '\f09d';
}
#accordion-section-header_image h3.accordion-section-title:before {
content: '\f1c5';
}