Path: blob/master/web-gui/buildyourownbotnet/assets/js/ckeditor/samples/sample.css
1293 views
/*1Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.2For licensing, see LICENSE.md or http://ckeditor.com/license3*/45html, body, h1, h2, h3, h4, h5, h6, div, span, blockquote, p, address, form, fieldset, img, ul, ol, dl, dt, dd, li, hr, table, td, th, strong, em, sup, sub, dfn, ins, del, q, cite, var, samp, code, kbd, tt, pre6{7line-height: 1.5em;8}910body11{12padding: 10px 30px;13}1415input, textarea, select, option, optgroup, button, td, th16{17font-size: 100%;18}1920pre, code, kbd, samp, tt21{22font-family: monospace,monospace;23font-size: 1em;24}2526body {27width: 960px;28margin: 0 auto;29}3031code32{33background: #f3f3f3;34border: 1px solid #ddd;35padding: 1px 4px;3637-moz-border-radius: 3px;38-webkit-border-radius: 3px;39border-radius: 3px;40}4142abbr43{44border-bottom: 1px dotted #555;45cursor: pointer;46}4748.new, .beta49{50text-transform: uppercase;51font-size: 10px;52font-weight: bold;53padding: 1px 4px;54margin: 0 0 0 5px;55color: #fff;56float: right;5758-moz-border-radius: 3px;59-webkit-border-radius: 3px;60border-radius: 3px;61}6263.new64{65background: #FF7E00;66border: 1px solid #DA8028;67text-shadow: 0 1px 0 #C97626;6869-moz-box-shadow: 0 2px 3px 0 #FFA54E inset;70-webkit-box-shadow: 0 2px 3px 0 #FFA54E inset;71box-shadow: 0 2px 3px 0 #FFA54E inset;72}7374.beta75{76background: #18C0DF;77border: 1px solid #19AAD8;78text-shadow: 0 1px 0 #048CAD;79font-style: italic;8081-moz-box-shadow: 0 2px 3px 0 #50D4FD inset;82-webkit-box-shadow: 0 2px 3px 0 #50D4FD inset;83box-shadow: 0 2px 3px 0 #50D4FD inset;84}8586h1.samples87{88color: #0782C1;89font-size: 200%;90font-weight: normal;91margin: 0;92padding: 0;93}9495h1.samples a96{97color: #0782C1;98text-decoration: none;99border-bottom: 1px dotted #0782C1;100}101102.samples a:hover103{104border-bottom: 1px dotted #0782C1;105}106107h2.samples108{109color: #000000;110font-size: 130%;111margin: 15px 0 0 0;112padding: 0;113}114115p, blockquote, address, form, pre, dl, h1.samples, h2.samples116{117margin-bottom: 15px;118}119120ul.samples121{122margin-bottom: 15px;123}124125.clear126{127clear: both;128}129130fieldset131{132margin: 0;133padding: 10px;134}135136body, input, textarea137{138color: #333333;139font-family: Arial, Helvetica, sans-serif;140}141142body143{144font-size: 75%;145}146147a.samples148{149color: #189DE1;150text-decoration: none;151}152153form154{155margin: 0;156padding: 0;157}158159pre.samples160{161background-color: #F7F7F7;162border: 1px solid #D7D7D7;163overflow: auto;164padding: 0.25em;165white-space: pre-wrap; /* CSS 2.1 */166word-wrap: break-word; /* IE7 */167-moz-tab-size: 4;168-o-tab-size: 4;169-webkit-tab-size: 4;170tab-size: 4;171}172173#footer174{175clear: both;176padding-top: 10px;177}178179#footer hr180{181margin: 10px 0 15px 0;182height: 1px;183border: solid 1px gray;184border-bottom: none;185}186187#footer p188{189margin: 0 10px 10px 10px;190float: left;191}192193#footer #copy194{195float: right;196}197198#outputSample199{200width: 100%;201table-layout: fixed;202}203204#outputSample thead th205{206color: #dddddd;207background-color: #999999;208padding: 4px;209white-space: nowrap;210}211212#outputSample tbody th213{214vertical-align: top;215text-align: left;216}217218#outputSample pre219{220margin: 0;221padding: 0;222}223224.description225{226border: 1px dotted #B7B7B7;227margin-bottom: 10px;228padding: 10px 10px 0;229overflow: hidden;230}231232label233{234display: block;235margin-bottom: 6px;236}237238/**239* CKEditor editables are automatically set with the "cke_editable" class240* plus cke_editable_(inline|themed) depending on the editor type.241*/242243/* Style a bit the inline editables. */244.cke_editable.cke_editable_inline245{246cursor: pointer;247}248249/* Once an editable element gets focused, the "cke_focus" class is250added to it, so we can style it differently. */251.cke_editable.cke_editable_inline.cke_focus252{253box-shadow: inset 0px 0px 20px 3px #ddd, inset 0 0 1px #000;254outline: none;255background: #eee;256cursor: text;257}258259/* Avoid pre-formatted overflows inline editable. */260.cke_editable_inline pre261{262white-space: pre-wrap;263word-wrap: break-word;264}265266/**267* Samples index styles.268*/269270.twoColumns,271.twoColumnsLeft,272.twoColumnsRight273{274overflow: hidden;275}276277.twoColumnsLeft,278.twoColumnsRight279{280width: 45%;281}282283.twoColumnsLeft284{285float: left;286}287288.twoColumnsRight289{290float: right;291}292293dl.samples294{295padding: 0 0 0 40px;296}297dl.samples > dt298{299display: list-item;300list-style-type: disc;301list-style-position: outside;302margin: 0 0 3px;303}304dl.samples > dd305{306margin: 0 0 3px;307}308.warning309{310color: #ff0000;311background-color: #FFCCBA;312border: 2px dotted #ff0000;313padding: 15px 10px;314margin: 10px 0;315}316317/* Used on inline samples */318319blockquote320{321font-style: italic;322font-family: Georgia, Times, "Times New Roman", serif;323padding: 2px 0;324border-style: solid;325border-color: #ccc;326border-width: 0;327}328329.cke_contents_ltr blockquote330{331padding-left: 20px;332padding-right: 8px;333border-left-width: 5px;334}335336.cke_contents_rtl blockquote337{338padding-left: 8px;339padding-right: 20px;340border-right-width: 5px;341}342343img.right {344border: 1px solid #ccc;345float: right;346margin-left: 15px;347padding: 5px;348}349350img.left {351border: 1px solid #ccc;352float: left;353margin-right: 15px;354padding: 5px;355}356357358