/* Additional default styles for the editor */
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
-webkit-font-smoothing: antialiased !important;
overflow-wrap: break-word;
word-wrap: break-word; /* Old syntax */
font-family: Tahoma, "Times New Roman", "Bitstream Charter", Times, serif;
font-family: Arial, "Times New Roman", "Bitstream Charter", Times, serif;
overflow: visible !important;
/* The padding ensures margins of the children are contained in the body. */
padding-top: 1px !important;
padding-bottom: 1px !important;
padding-left: 0 !important;
padding-right: 0 !important;
/* When font-weight is different than the default browser style,
Chrome and Safari replace <strong> and <b> with spans with inline styles on pasting?! */
font-weight: bold !important;
font-family: Consolas, Monaco, monospace;
/* For emoji replacement images */
display: inline !important;
margin: 0 .07em !important;
vertical-align: -0.1em !important;
background: none !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
margin: 0; /* browser reset */
/* iOS does not obey max-width if width is set. */
dl.wp-caption dt.wp-caption-dt img {
-ms-user-select: element;
margin: 0; /* browser reset */
margin: 0.5em 1em 0.5em 0;
margin: 0.5em 0 0.5em 1em;
/* Remove blue highlighting of selected images in WebKit */
img[data-mce-selected]::selection {
background-color: transparent;
/* Styles for the WordPress plugins */
.mce-content-body img[data-mce-placeholder] {
.mce-content-body img[data-wp-more] {
-webkit-box-shadow: none;
.mce-content-body img[data-mce-placeholder][data-mce-selected] {
outline: 1px dotted #888;
.mce-content-body img[data-wp-more="more"] {
background: transparent url( images/more.png ) repeat-y scroll center center;
.mce-content-body img[data-wp-more="nextpage"] {
background: transparent url( images/pagebreak.png ) repeat-y scroll center center;
/* Styles for formatting the boundaries of anchors and code elements */
.mce-content-body a[data-mce-selected] {
box-shadow: 0 0 0 1px #bfe6ff;
.mce-content-body .wp-caption-dt a[data-mce-selected] {
.mce-content-body code[data-mce-selected] {
/* Gallery, audio, video placeholders */
.mce-content-body img.wp-media {
background-color: #f2f2f2;
background-repeat: no-repeat;
background-position: center center;
.mce-content-body img.wp-media:hover {
background-color: #ededed;
.mce-content-body img.wp-media.wp-media-selected {
background-color: #d8d8d8;
.mce-content-body img.wp-media.wp-gallery {
background-image: url(images/gallery.png);
/* Image resize handles */
.mce-content-body div.mce-resizehandle {
.mce-content-body img[data-mce-selected] {
outline: 1px solid #72777c;
.mce-content-body img[data-mce-resize="false"] {
display: -moz-inline-stack;
/* Fix for proprietary Mozilla display attribute, see #38757 */
a[data-wplink-url-error],
a[data-wplink-url-error]:hover,
a[data-wplink-url-error]:focus {
outline: 2px dotted #dc3232;
a[data-wplink-url-error]:before {
outline: 2px dotted #fff;
width: 99.99%; /* All IE need hasLayout, incl. 11 (ugh, not again!!) */
border: 1px solid transparent;
.wpview[data-mce-selected="2"] .mce-shim {
.wpview .loading-placeholder {
.wpview[data-mce-selected] .loading-placeholder {
border-color: transparent;
/* A little "loading" animation, not showing in IE < 10 */
.wpview .wpview-loading {
background-color: transparent;
.wpview .wpview-loading ins {
-webkit-animation: wpview-loading 1.3s infinite 1s steps(36);
animation: wpview-loading 1.3s infinite 1s steps(36);
@-webkit-keyframes wpview-loading {
@keyframes wpview-loading {
.wpview .wpview-content > iframe {
.wpview[data-mce-selected] .wpview-error {
border-color: transparent;
.wpview-error .dashicons,
.loading-placeholder .dashicons {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
.wpview-type-gallery:after {
.gallery img[data-mce-selected]:focus {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
.ie7 .gallery .gallery-item,
.ie8 .gallery .gallery-item {
.gallery .gallery-caption,
.gallery .gallery-caption {
.gallery-columns-1 .gallery-item {
.gallery-columns-2 .gallery-item {
.gallery-columns-3 .gallery-item {
.ie8 .gallery-columns-3 .gallery-item,
.ie7 .gallery-columns-3 .gallery-item {
.gallery-columns-4 .gallery-item {
.gallery-columns-5 .gallery-item {
.gallery-columns-6 .gallery-item {
.gallery-columns-7 .gallery-item {
.gallery-columns-8 .gallery-item {
.gallery-columns-9 .gallery-item {
background: #f7f5f2 url(images/embedded.png) no-repeat scroll center center;
.rtl .gallery .gallery-item {
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
.mce-content-body img.mce-wp-more {
background-image: url( images/more-2x.png );
background-size: 1900px 20px;
.mce-content-body img.mce-wp-nextpage {
background-image: url( images/pagebreak-2x.png );
background-size: 1900px 20px;