Path: blob/master/web-gui/buildyourownbotnet/assets/js/ckeditor/contents.css
1293 views
/*1Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.2For licensing, see LICENSE.md or http://ckeditor.com/license3*/45body6{7/* Font */8font-family: sans-serif, Arial, Verdana, "Trebuchet MS";9font-size: 12px;1011/* Text color */12color: #333;1314/* Remove the background color to make it transparent */15background-color: #fff;1617margin: 20px;18}1920.cke_editable21{22font-size: 13px;23line-height: 1.6em;24}2526blockquote27{28font-style: italic;29font-family: Georgia, Times, "Times New Roman", serif;30padding: 2px 0;31border-style: solid;32border-color: #ccc;33border-width: 0;34}3536.cke_contents_ltr blockquote37{38padding-left: 20px;39padding-right: 8px;40border-left-width: 5px;41}4243.cke_contents_rtl blockquote44{45padding-left: 8px;46padding-right: 20px;47border-right-width: 5px;48}4950a51{52color: #0782C1;53}5455ol,ul,dl56{57/* IE7: reset rtl list margin. (#7334) */58*margin-right: 0px;59/* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/60padding: 0 40px;61}6263h1,h2,h3,h4,h5,h664{65font-weight: normal;66line-height: 1.2em;67}6869hr70{71border: 0px;72border-top: 1px solid #ccc;73}7475img.right76{77border: 1px solid #ccc;78float: right;79margin-left: 15px;80padding: 5px;81}8283img.left84{85border: 1px solid #ccc;86float: left;87margin-right: 15px;88padding: 5px;89}9091pre92{93white-space: pre-wrap; /* CSS 2.1 */94word-wrap: break-word; /* IE7 */95}9697.marker98{99background-color: Yellow;100}101102span[lang]103{104font-style: italic;105}106107108