version 4.13.0
1
includes/builder/styles/advanced_options.css
Normal file
@ -0,0 +1 @@
|
||||
#et_aweber_connection li,#et_aweber_connection p{margin-bottom:12px}#et_aweber_connection li:last-child,#et_aweber_connection p:last-child{margin-bottom:0}#epanel-content .epanel-box .et_disable_memory_limit_increase,#epanel-content .epanel-box .et_remove_connection{margin-left:0}.et_result_error{padding:15px;background:#be5151;margin-top:13px;color:#fff;clear:both;top:12px;position:relative}#epanel .et_result_error strong{font-weight:700}.et_aweber_connect_done{text-align:center}.et_aweber_connect_done span{float:none!important}
|
1
includes/builder/styles/bb_bfb_common.css
Normal file
BIN
includes/builder/styles/images/preloader.gif
Normal file
After Width: | Height: | Size: 9.2 KiB |
BIN
includes/builder/styles/images/subscribe-loader.gif
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
includes/builder/styles/images/ui-icons_444444_256x240.png
Normal file
After Width: | Height: | Size: 6.8 KiB |
BIN
includes/builder/styles/images/ui-icons_555555_256x240.png
Normal file
After Width: | Height: | Size: 6.8 KiB |
BIN
includes/builder/styles/images/ui-icons_777620_256x240.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
includes/builder/styles/images/ui-icons_777777_256x240.png
Normal file
After Width: | Height: | Size: 6.8 KiB |
BIN
includes/builder/styles/images/ui-icons_cc0000_256x240.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
includes/builder/styles/images/ui-icons_ffffff_256x240.png
Normal file
After Width: | Height: | Size: 6.2 KiB |
5
includes/builder/styles/jquery-ui-1.12.1.custom.css
vendored
Normal file
1
includes/builder/styles/library_menu.css
Normal file
@ -0,0 +1 @@
|
||||
@font-face{font-family:ETmodules;font-display:swap;src:url(../../../core/admin/fonts/modules/all/modules.eot);src:url(../../../core/admin/fonts/modules/all/modules.eot?#iefix) format("embedded-opentype"),url(../../../core/admin/fonts/modules/all/modules.ttf) format("truetype"),url(../../../core/admin/fonts/modules/all/modules.woff) format("woff"),url(../../../core/admin/fonts/modules/all/modules.svg#ETmodules) format("svg");font-weight:400;font-style:normal}li.toplevel_page_et_divi_options div.wp-menu-image:before{font-family:ETmodules;content:"\E625";width:30px!important;font-size:30px!important;margin-top:-5px}
|
1
includes/builder/styles/library_pages.css
Normal file
@ -0,0 +1 @@
|
||||
.et_pb_modal_overlay .button-primary{text-shadow:none!important}.et_pb_hide_insert .et_pb_module_block+.et-pb-insert-module,.et_pb_hide_insert a.et-pb-clone.et-pb-clone-module,.et_pb_module_block+a.et-pb-insert-module.et_pb_hidden_button,a#et_pb_toggle_builder,div#et_pb_layout_controls,div#minor-publishing-actions,div#misc-publishing-actions,select#filter-by-date{display:none}.et_pb_section_placeholder a.et-pb-section-add-specialty.et-pb-add-specialty-template{display:block;border:2px solid #bbb;border-radius:4px;text-align:center;padding:20px 0;color:#999;text-decoration:none;position:relative;margin-bottom:14px}.et_pb_section_placeholder .et-pb-add-specialty-template.et-pb-section-add-specialty:before,.et_pb_section_placeholder .et-pb-controls,.et_pb_section_placeholder .et-pb-section-content{display:none}a.et-pb-modal-save-template{display:none!important}.alignleft.actions.bulkactions{display:block}a.et-pb-modal-save{width:920px!important}.clearfix{clear:both}.et-builder-library__icon--global:before{content:url(../images/library-global.svg);display:inline-block;width:28px;height:28px}@keyframes et_pb_fade_in_small{0%{opacity:0}to{opacity:1}}@keyframes et_pb_fade_in_scale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes et_pb_fade_out_scale{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9)}}
|
2
includes/builder/styles/magnific_popup.css
Normal file
1
includes/builder/styles/notification_popup_styles.css
Normal file
84
includes/builder/styles/preview-layout-block.css
Normal file
@ -0,0 +1,84 @@
|
||||
/**
|
||||
* Third party themes might sets html / body to `100%` which might cause preview height issue
|
||||
*/
|
||||
html,
|
||||
body {
|
||||
height: auto !important;
|
||||
}
|
||||
|
||||
/**
|
||||
* Force set overflow auto on html tag that needs it (in DBP context)
|
||||
*/
|
||||
.et-block-layout-force-overflow-auto {
|
||||
overflow: auto !important;
|
||||
}
|
||||
|
||||
/**
|
||||
* Remove unwanted divi builder window padding top and bottom
|
||||
*/
|
||||
body.et-block-layout-preview #page-container {
|
||||
padding-top: 0 !important;
|
||||
}
|
||||
|
||||
body.et-block-layout-preview .et_pb_post.et-fb-iframe-ancestor {
|
||||
margin-bottom: 0 !important;
|
||||
padding-bottom: 0 !important;
|
||||
}
|
||||
|
||||
/**
|
||||
* Basic styling of layout block preview. All the anchestor shouldn't be visible
|
||||
*/
|
||||
.et-pb-layout-preview-ancestor,
|
||||
.et-pb-layout-preview-ancestor > #et-boc {
|
||||
margin: 0 !important;
|
||||
padding: 0!important;
|
||||
display: block !important;
|
||||
border: none !important;
|
||||
box-shadow: none !important;
|
||||
float: none !important;
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
/**
|
||||
* Reset visual builder ancestor styling to make sure correct positioning
|
||||
*/
|
||||
.et-fb-root-ancestor {
|
||||
width: 100% !important;
|
||||
min-width: 100% !important;
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
||||
/**
|
||||
* Layout positioning fix on Divi Builder Plugin context. A theme can have reset style which
|
||||
* affecting the layout positioning
|
||||
*/
|
||||
.et_divi_builder .et-pb-layout-preview-ancestor > #et-boc {
|
||||
max-width: none !important;
|
||||
width: auto;
|
||||
}
|
||||
|
||||
/**
|
||||
* Force width correction in Divi Builder Plugin if theme has loop wrapper's width styling which
|
||||
* makes layout preview template couldnt' reach full width without this reset
|
||||
*/
|
||||
.et_divi_builder .et-pb-layout-preview-width-correction {
|
||||
max-width: none !important;
|
||||
width: auto !important;
|
||||
}
|
||||
|
||||
/**
|
||||
* Pseudo element might be used for manipulating layout and UI related style. Thus, only reset the
|
||||
* UI styling aspect that is more likely not needed in block layout preview
|
||||
*/
|
||||
.et-pb-layout-preview-ancestor:before,
|
||||
.et-pb-layout-preview-ancestor:after {
|
||||
box-shadow: none !important;
|
||||
background: transparent !important;
|
||||
}
|
||||
|
||||
/*
|
||||
* Hide any DOM outputted via wp_footer(), possibly by plugins
|
||||
*/
|
||||
#block-layout-preview-footer {
|
||||
display: none;
|
||||
}
|
1
includes/builder/styles/preview.css
Normal file
8
includes/builder/styles/roles_style.css
Normal file
8
includes/builder/styles/style.css
Normal file
1
includes/builder/styles/widgets.css
Normal file
@ -0,0 +1 @@
|
||||
.et-wp-pre-3_8 #et_pb_widget_area_create{margin:0 8px;border-radius:5px;background-color:#fcfcfc;font-size:16px;padding:30px;border:1px solid #dfdfdf}#et_pb_widget_area_create p{padding:0;margin:0;font-size:12px;color:#666;font-family:sans-serif;font-style:italic}.et-wp-pre-3_8 #et_pb_widget_area_create p label{margin-top:20px;font-style:normal;font-size:15px;color:#464646;font-family:Georgia,Times New Roman,Bitstream Charter,Times,serif}#et_pb_widget_area_create p input{width:95%;margin:15px 0}#et_pb_widget_area_create button.button{display:inline-block;margin-top:20px;vertical-align:middle}.et_pb_widget_area_remove{display:block;padding:3px 8px;border-radius:4px;background-color:#e94a4a;text-shadow:none;float:left;margin:5px 0 0 5px}.et_pb_widget_area_remove,.et_pb_widget_area_remove:hover{color:#fff;text-decoration:none}#et_pb_widget_area_create{background-color:#fff;max-width:96%;margin-right:0;margin-top:10px;border-radius:0;border:1px solid #ddd;box-shadow:0 1px 2px rgba(0,0,0,.05);margin-left:0;padding:4%}#et_pb_widget_area_create p label{font-size:1.3em;display:inline-block;width:85%;font-weight:600;color:#222;font-family:Open Sans,sans-serif}.et_pb_widget_area_remove{margin-top:11px}.edit-widgets-block-editor .et_pb_widget_area_remove{margin:12px 0 12px 12px;position:absolute;z-index:1}.edit-widgets-block-editor .et_pb_widget_area_remove+button.components-panel__body-toggle.components-button{padding-left:80px}.edit-widgets-block-editor #et_pb_widget_area_create{margin:0 auto 30px;max-width:700px;padding:2%}
|