- WordPress core y plugins - Tema Twenty Twenty-Four configurado - Plugin allow-unfiltered-html.php simplificado - .gitignore configurado para excluir wp-config.php y uploads 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
81 lines
1.1 KiB
SCSS
Executable File
81 lines
1.1 KiB
SCSS
Executable File
@import "variables";
|
|
|
|
html.tve-html-editor {
|
|
overflow: auto;
|
|
body {
|
|
overflow: auto;
|
|
}
|
|
}
|
|
|
|
body {
|
|
&:before {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
.tve-ult-body-ribbon {
|
|
#tve_editor {
|
|
padding: 0 !important;
|
|
}
|
|
}
|
|
|
|
/* ribbon styles */
|
|
.tve-ult-bar {
|
|
.admin-bar & {
|
|
top: 32px;
|
|
}
|
|
.tve_editor_page & {
|
|
&.tvu-footer.tvu-triggered {
|
|
bottom: 150px;
|
|
}
|
|
}
|
|
.tve_editor_page.tl-state-collapse & {
|
|
&.tvu-footer {
|
|
bottom: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
/* Widget - editor page */
|
|
.tve-ult-widget {
|
|
margin: 0 auto;
|
|
padding-top: 20px;
|
|
max-width: 300px;
|
|
.thrv_ult_widget {
|
|
outline: 1px dotted #dedede;
|
|
&.active_highlight, &.active_delete {
|
|
outline: 1px dashed #ff0000;
|
|
}
|
|
}
|
|
}
|
|
|
|
//edit mode conflict with theme
|
|
.tve-html-editor {
|
|
.cnt {
|
|
background: #fff;
|
|
box-shadow: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
article {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
}
|
|
}
|
|
//
|
|
//#tve_cpanel_onpage {
|
|
// &.menu_elem_ult_design {
|
|
// #tve_submenu_save {
|
|
// display: none;
|
|
// }
|
|
// }
|
|
//}
|
|
//
|
|
//#tve_lightbox_frame {
|
|
// .tu-tpl-menu li {
|
|
// > span {
|
|
// display: block;
|
|
// }
|
|
// }
|
|
//}
|