TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
/* Additional default styles for the editor */
|
|
|
|
body {
|
|
|
|
font-family: Georgia, "Times New Roman", "Bitstream Charter", Times, serif;
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 19px;
|
|
|
|
color: #333;
|
|
|
|
margin: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* DFW mode */
|
|
|
|
html.wp-fullscreen,
|
|
|
|
html.wp-fullscreen body {
|
|
|
|
background: transparent;
|
|
|
|
width: auto;
|
|
|
|
max-width: none;
|
|
|
|
min-height: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
|
|
|
|
.aligncenter,
|
|
|
|
dl.aligncenter {
|
|
|
|
display: block;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alignleft {
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.alignright {
|
|
|
|
float: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-caption {
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
text-align: center;
|
|
|
|
background-color: #f3f3f3;
|
|
|
|
padding-top: 4px;
|
|
|
|
margin: 10px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mceIEcenter {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-caption img {
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
border: 0 none;
|
|
|
|
}
|
|
|
|
|
2013-12-30 02:54:11 +01:00
|
|
|
div.mceTemp {
|
|
|
|
-ms-user-select: element;
|
|
|
|
}
|
|
|
|
|
|
|
|
dl.wp-caption,
|
|
|
|
dl.wp-caption * {
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
-webkit-user-drag: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wp-caption-dd {
|
|
|
|
font-size: 11px;
|
|
|
|
line-height: 17px;
|
|
|
|
padding: 0 4px 5px;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
pre {
|
|
|
|
font: 12px/18px Consolas, Monaco, monospace;
|
|
|
|
}
|
|
|
|
|
|
|
|
td {
|
|
|
|
color: #000;
|
|
|
|
font-size: 11px;
|
|
|
|
margin: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Styles for the WordPress plugins */
|
|
|
|
.mce-content-body img.mce-wp-nextpage,
|
|
|
|
.mce-content-body img.mce-wp-more {
|
|
|
|
border: 0;
|
|
|
|
width: 95%;
|
|
|
|
height: 10px;
|
|
|
|
display: block;
|
|
|
|
margin: 15px auto 0;
|
|
|
|
outline: 0;
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Remove blue highlighting of selected images in WebKit */
|
|
|
|
img::selection {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-content-body img.mce-wp-nextpage[data-mce-selected],
|
|
|
|
.mce-content-body img.mce-wp-more[data-mce-selected] {
|
|
|
|
background-color: rgba(128,128,128,0.2);
|
|
|
|
outline: 1px dotted #888;
|
|
|
|
border-color: transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-content-body img.mce-wp-more {
|
|
|
|
border-top: 2px dashed #bbb;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-content-body img.mce-wp-nextpage {
|
|
|
|
border-top: 3px dotted #bbb;
|
|
|
|
}
|
|
|
|
|
2014-02-13 06:10:11 +01:00
|
|
|
/* Gallery, audio, vudeo placeholders */
|
|
|
|
.mce-content-body img.wp-media {
|
|
|
|
border: 1px solid #aaa;
|
|
|
|
background-color: #f2f2f2;
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-position: center center;
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
width: 99%;
|
|
|
|
height: 250px;
|
|
|
|
outline: 0;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2014-02-13 06:10:11 +01:00
|
|
|
.mce-content-body img.wp-media:hover {
|
|
|
|
background-color: #ededed;
|
|
|
|
border-color: #777;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-content-body img.wp-media.wp-media-selected {
|
|
|
|
background-color: #d8d8d8;
|
|
|
|
border-color: #777;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-content-body img.wp-media.wp-gallery {
|
|
|
|
background-image: url("images/gallery.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-content-body img.wp-media.wp-video {
|
|
|
|
background-image: url("images/video.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-content-body img.wp-media.wp-audio {
|
|
|
|
height: 70px;
|
|
|
|
background-image: url("images/audio.png");
|
|
|
|
}
|
|
|
|
|
2014-02-24 19:08:16 +01:00
|
|
|
.mce-content-body img.wp-media.wp-playlist {
|
|
|
|
background-image: url("images/playlist-audio.png");
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-content-body img.wp-media.wp-video-playlist {
|
|
|
|
background-image: url("images/playlist-video.png");
|
|
|
|
}
|
|
|
|
|
2014-02-11 00:48:12 +01:00
|
|
|
#wp-image-toolbar {
|
|
|
|
position: absolute;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-image-toolbar .wrapper {
|
|
|
|
position: relative;
|
|
|
|
height: 33px;
|
|
|
|
background-color: rgba(0,0,0,0.3);
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-image-toolbar .dashicons {
|
|
|
|
position: absolute;
|
|
|
|
color: white;
|
|
|
|
width: 36px;
|
|
|
|
height: 32px;
|
|
|
|
line-height: 32px;
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-image-toolbar div.dashicons-no-alt {
|
|
|
|
top: 0;
|
|
|
|
right: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#wp-image-toolbar div.dashicons-format-image {
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Image resize handles */
|
|
|
|
.mce-content-body div.mce-resizehandle {
|
|
|
|
border-color: #777;
|
|
|
|
width: 7px;
|
|
|
|
height: 7px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mce-content-body img[data-mce-selected] {
|
|
|
|
outline: 1px solid #777;
|
|
|
|
}
|
|
|
|
|
2014-02-13 21:13:13 +01:00
|
|
|
.mce-content-body img[data-mce-resize="false"] {
|
|
|
|
outline: 0;
|
|
|
|
}
|
|
|
|
|
TinyMCE 4.0.12, first run.
- Removes wp-tinymce-schema.js and mark-loaded.js, no longer needed.
- Removes the inlinepopups and most of the wpdialogs plugins; wpdialog.js is moved to wp-includes/js.
- Adds charmap, compat3x, image, link and textcolor plugins, previously contained in /themes/advanced.
- Updates the wordpress, wpeditimage, wpfullscreen, wpgallery and wplink plugins.
- Updates DFW, wp-admin/js/wp-fullscreen.js.
See #24067.
Built from https://develop.svn.wordpress.org/trunk@26876
git-svn-id: http://core.svn.wordpress.org/trunk@26759 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2013-12-29 00:53:15 +01:00
|
|
|
img.wp-oembed {
|
|
|
|
border: 1px dashed #888;
|
|
|
|
background: #f7f5f2 url("images/embedded.png") no-repeat scroll center center;
|
|
|
|
width: 300px;
|
|
|
|
height: 250px;
|
|
|
|
outline: 0;
|
|
|
|
}
|