Files
2018-09-16 15:08:47 -04:00

99 lines
2.2 KiB
CSS

body.mce-content-body {
background-color: #fff;
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 14px;
line-height: 1.5em;
scrollbar-3dlight-color: #f0f0ee;
scrollbar-arrow-color: #676662;
scrollbar-base-color: #f0f0ee;
scrollbar-darkshadow-color: #ddd;
scrollbar-face-color: #e0e0dd;
scrollbar-highlight-color: #f0f0ee;
scrollbar-shadow-color: #f0f0ee;
scrollbar-track-color: #f5f5f5;
}
td, th {
font-family: Verdana,Arial,Helvetica,sans-serif;
font-size: 11px;
}
.mce-object {
border: 1px dotted #3a3a3a;
background: #d5d5d5 url(img/object.gif) no-repeat center;
}
.mce-pagebreak {
cursor: default;
display: block;
border: 0;
width: 100%;
height: 5px;
border: 1px dashed #666;
margin-top: 15px;
}
.mce-item-anchor {
cursor: default;
display: inline-block;
-webkit-user-select: all;
-webkit-user-modify: read-only;
-moz-user-select: all;
-moz-user-modify: read-only;
width: 9px!important;
height: 9px!important;
border: 1px dotted #3a3a3a;
background: #d5d5d5 url(img/anchor.gif) no-repeat center;
}
.mce-nbsp {
background: #AAA;
}
hr {
cursor: default;
}
.mce-match-marker {
background: green;
color: #fff;
}
.mce-spellchecker-word {
background: url(img/wline.gif) repeat-x bottom left;
cursor: default;
}
.mce-item-table, .mce-item-table td, .mce-item-table th, .mce-item-table caption {
border: 1px dashed #BBB;
}
td.mce-item-selected, th.mce-item-selected {
background-color: #39f!important;
}
.mce-edit-focus {
outline: 1px dotted #333;
}
/* TINYMCE Macro styles*/
.mce-content-body .umb-macro-holder
{
border: 3px dotted orange;
padding: 7px;
display:block;
margin:3px;
}
/* loader for macro loading in tinymce*/
.mce-content-body .umb-macro-holder.loading {
background: url(img/loader.gif) right no-repeat;
-moz-background-size: 18px;
-o-background-size: 18px;
-webkit-background-size: 18px;
background-size: 18px;
background-position-x: 99%;
}
/* TINYMCE IMAGE RESIZING LIMITS */
#mceResizeHandlen, #mceResizeHandles, #mceResizeHandlee, #mceResizeHandlew{display: none !important; visibility: hidden !important;}