You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
/*Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.For licensing, see LICENSE.md or http://ckeditor.com/license*/
body{ /* Font */ font-family: sans-serif, Arial, Verdana, "Trebuchet MS"; font-size: 13px;
/* Text color */ color: #333;
/* Remove the background color to make it transparent */ background-color: #fff;
margin: 0; padding: 20px; position: absolute; top: 0; bottom: 0; left: 0; right: 0;}
/* Remove margin-top for the first element */body > *:first-child { margin-top: 0;}
/* If the magic line is the first element, remove margin-top for the next one */body > .non-realtime:first-child + * { margin-top: 0;}
.cke_editable{ font-size: 16px; line-height: 1.6;
/* Fix for missing scrollbars with RTL texts. (#10488) */ word-wrap: break-word;}
blockquote{ font-style: italic; font-family: Georgia, Times, "Times New Roman", serif; padding: 2px 0; border-style: solid; border-color: #ccc; border-width: 0;}
.cke_contents_ltr blockquote{ padding-left: 20px; padding-right: 8px; border-left-width: 5px;}
.cke_contents_rtl blockquote{ padding-left: 8px; padding-right: 20px; border-right-width: 5px;}
a{ color: #0782C1;}
ol,ul,dl{ /* IE7: reset rtl list margin. (#7334) */ *margin-right: 0px; /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/ padding: 0 40px;}
h1,h2,h3,h4,h5,h6{ font-weight: normal; line-height: 1.2;}
hr{ border: 0px; border-top: 1px solid #ccc;}
img.right{ border: 1px solid #ccc; float: right; margin-left: 15px; padding: 5px;}
img.left{ border: 1px solid #ccc; float: left; margin-right: 15px; padding: 5px;}
pre{ white-space: pre-wrap; /* CSS 2.1 */ word-wrap: break-word; /* IE7 */ -moz-tab-size: 4; tab-size: 4;}
.marker{ background-color: Yellow;}
span[lang]{ font-style: italic;}
figure{ text-align: center; border: solid 1px #ccc; border-radius: 2px; background: rgba(0,0,0,0.05); padding: 10px; margin: 10px 20px; display: inline-block;}
figure > figcaption{ text-align: center; display: block; /* For IE8 */}
a > img { padding: 1px; margin: 1px; border: none; outline: 1px solid #0782C1;}
.cp-cursor-position { cursor: default; background-color: red; background-clip: padding-box; padding: 0 1px; border: 2px solid red; border-right-color: transparent !important; border-left-color: transparent !important; margin-left: -3px; margin-right: -3px;}.cp-cursor-position[data-type="start"] { border-left: none; border-right-width: 4px; margin-right: -5px; margin-left: -1px;}.cp-cursor-position[data-type="end"] { border-right: none; border-left-width: 4px; margin-left: -5px; margin-right: -1px;}.cp-cursor-avatar { display: flex; align-items: center;}.cp-cursor-avatar media-tag { min-height: 32px; max-height: 32px; min-width: 32px; max-width: 32px; margin-right: 10px;}.cp-cursor-avatar media-tag img { border-radius: 4px; max-height: 100%; max-width: 100%;}
.cp-link-clicked { position: absolute; background: white; border: 1px solid #333; border-radius: 5px; padding: 3px 8px; display: inline-block; max-width: 200px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}.cp-link-clicked a { cursor: pointer;}
|