]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blame - release/contents.css
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / release / contents.css
CommitLineData
7adcb81e 1/*\r
3b35bd27 2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
7adcb81e
IB
3For licensing, see LICENSE.md or http://ckeditor.com/license\r
4*/\r
5\r
6body\r
7{\r
8 /* Font */\r
9 font-family: sans-serif, Arial, Verdana, "Trebuchet MS";\r
10 font-size: 12px;\r
11\r
12 /* Text color */\r
13 color: #333;\r
14\r
15 /* Remove the background color to make it transparent */\r
16 background-color: #fff;\r
17\r
18 margin: 20px;\r
19}\r
20\r
21.cke_editable\r
22{\r
23 font-size: 13px;\r
24 line-height: 1.6;\r
25}\r
26\r
27blockquote\r
28{\r
29 font-style: italic;\r
30 font-family: Georgia, Times, "Times New Roman", serif;\r
31 padding: 2px 0;\r
32 border-style: solid;\r
33 border-color: #ccc;\r
34 border-width: 0;\r
35}\r
36\r
37.cke_contents_ltr blockquote\r
38{\r
39 padding-left: 20px;\r
40 padding-right: 8px;\r
41 border-left-width: 5px;\r
42}\r
43\r
44.cke_contents_rtl blockquote\r
45{\r
46 padding-left: 8px;\r
47 padding-right: 20px;\r
48 border-right-width: 5px;\r
49}\r
50\r
51a\r
52{\r
53 color: #0782C1;\r
54}\r
55\r
56ol,ul,dl\r
57{\r
58 /* IE7: reset rtl list margin. (#7334) */\r
59 *margin-right: 0px;\r
60 /* preserved spaces for list items with text direction other than the list. (#6249,#8049)*/\r
61 padding: 0 40px;\r
62}\r
63\r
64h1,h2,h3,h4,h5,h6\r
65{\r
66 font-weight: normal;\r
67 line-height: 1.2;\r
68}\r
69\r
70hr\r
71{\r
72 border: 0px;\r
73 border-top: 1px solid #ccc;\r
74}\r
75\r
76img.right\r
77{\r
78 border: 1px solid #ccc;\r
79 float: right;\r
80 margin-left: 15px;\r
81 padding: 5px;\r
82}\r
83\r
84img.left\r
85{\r
86 border: 1px solid #ccc;\r
87 float: left;\r
88 margin-right: 15px;\r
89 padding: 5px;\r
90}\r
91\r
92pre\r
93{\r
94 white-space: pre-wrap; /* CSS 2.1 */\r
95 word-wrap: break-word; /* IE7 */\r
96 -moz-tab-size: 4;\r
97 tab-size: 4;\r
98}\r
99\r
100.marker\r
101{\r
102 background-color: Yellow;\r
103}\r
104\r
105span[lang]\r
106{\r
107 font-style: italic;\r
108}\r
109\r
110figure\r
111{\r
112 text-align: center;\r
113 border: solid 1px #ccc;\r
114 border-radius: 2px;\r
115 background: rgba(0,0,0,0.05);\r
116 padding: 10px;\r
117 margin: 10px 20px;\r
118 display: inline-block;\r
119}\r
120\r
121figure > figcaption\r
122{\r
123 text-align: center;\r
124 display: block; /* For IE8 */\r
125}\r
126\r
127a > img {\r
128 padding: 1px;\r
129 margin: 1px;\r
130 border: none;\r
131 outline: 1px solid #0782C1;\r
132}\r