Dotclear

source: plugins/dcCKEditor/js/ckeditor/contents.css @ 3759:45c8ab728afa

Revision 3759:45c8ab728afa, 2.9 KB checked in by franck <carnet.franck.paul@…>, 7 years ago (diff)

Update CKEditor to 4.9.2

Line 
1/*
2Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
4*/
5
6body
7{
8     /* Font */
9     font-family: sans-serif, Arial, Verdana, "Trebuchet MS";
10     font-size: 12px;
11
12     /* Text color */
13     color: #333;
14
15     /* Remove the background color to make it transparent */
16     background-color: #fff;
17
18     margin: 20px;
19}
20
21.cke_editable
22{
23     font-size: 13px;
24     line-height: 1.6;
25
26     /* Fix for missing scrollbars with RTL texts. (#10488) */
27     word-wrap: break-word;
28}
29
30blockquote
31{
32     font-style: italic;
33     font-family: Georgia, Times, "Times New Roman", serif;
34     padding: 2px 0;
35     border-style: solid;
36     border-color: #ccc;
37     border-width: 0;
38}
39
40.cke_contents_ltr blockquote
41{
42     padding-left: 20px;
43     padding-right: 8px;
44     border-left-width: 5px;
45}
46
47.cke_contents_rtl blockquote
48{
49     padding-left: 8px;
50     padding-right: 20px;
51     border-right-width: 5px;
52}
53
54a
55{
56     color: #0782C1;
57}
58
59ol,ul,dl
60{
61     /* IE7: reset rtl list margin. (#7334) */
62     *margin-right: 0px;
63     /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/
64     padding: 0 40px;
65}
66
67h1,h2,h3,h4,h5,h6
68{
69     font-weight: normal;
70     line-height: 1.2;
71}
72
73hr
74{
75     border: 0px;
76     border-top: 1px solid #ccc;
77}
78
79img.right
80{
81     border: 1px solid #ccc;
82     float: right;
83     margin-left: 15px;
84     padding: 5px;
85}
86
87img.left
88{
89     border: 1px solid #ccc;
90     float: left;
91     margin-right: 15px;
92     padding: 5px;
93}
94
95pre
96{
97     white-space: pre-wrap; /* CSS 2.1 */
98     word-wrap: break-word; /* IE7 */
99     -moz-tab-size: 4;
100     tab-size: 4;
101}
102
103.marker
104{
105     background-color: Yellow;
106}
107
108span[lang]
109{
110     font-style: italic;
111}
112
113figure
114{
115     text-align: center;
116     outline: solid 1px #ccc;
117     background: rgba(0,0,0,0.05);
118     padding: 10px;
119     margin: 10px 20px;
120     display: inline-block;
121}
122
123figure > figcaption
124{
125     text-align: center;
126     display: block; /* For IE8 */
127}
128
129a > img {
130     padding: 1px;
131     margin: 1px;
132     border: none;
133     outline: 1px solid #0782C1;
134}
135
136/* Widget Styles */
137.code-featured
138{
139     border: 5px solid red;
140}
141
142.math-featured
143{
144     padding: 20px;
145     box-shadow: 0 0 2px rgba(200, 0, 0, 1);
146     background-color: rgba(255, 0, 0, 0.05);
147     margin: 10px;
148}
149
150.image-clean
151{
152     border: 0;
153     background: none;
154     padding: 0;
155}
156
157.image-clean > figcaption
158{
159     font-size: .9em;
160     text-align: right;
161}
162
163.image-grayscale
164{
165     background-color: white;
166     color: #666;
167}
168
169.image-grayscale img, img.image-grayscale
170{
171     filter: grayscale(100%);
172}
173
174.embed-240p
175{
176     max-width: 426px;
177     max-height: 240px;
178     margin:0 auto;
179}
180
181.embed-360p
182{
183     max-width: 640px;
184     max-height: 360px;
185     margin:0 auto;
186}
187
188.embed-480p
189{
190     max-width: 854px;
191     max-height: 480px;
192     margin:0 auto;
193}
194
195.embed-720p
196{
197     max-width: 1280px;
198     max-height: 720px;
199     margin:0 auto;
200}
201
202.embed-1080p
203{
204     max-width: 1920px;
205     max-height: 1080px;
206     margin:0 auto;
207}
Note: See TracBrowser for help on using the repository browser.

Sites map