]> git.immae.eu Git - perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git/blame - release/samples/old/assets/outputxhtml/outputxhtml.css
Upgrade to 4.5.7 and add some plugin
[perso/Immae/Projets/packagist/connexionswing-ckeditor-component.git] / release / samples / old / assets / outputxhtml / outputxhtml.css
CommitLineData
7adcb81e 1/*\r
3b35bd27 2 * Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.\r
7adcb81e
IB
3 * For licensing, see LICENSE.md or http://ckeditor.com/license\r
4 *\r
5 * Styles used by the XHTML 1.1 sample page (xhtml.html).\r
6 */\r
7\r
8/**\r
9 * Basic definitions for the editing area.\r
10 */\r
11body\r
12{\r
13 font-family: Arial, Verdana, sans-serif;\r
14 font-size: 80%;\r
15 color: #000000;\r
16 background-color: #ffffff;\r
17 padding: 5px;\r
18 margin: 0px;\r
19}\r
20\r
21/**\r
22 * Core styles.\r
23 */\r
24\r
25.Bold\r
26{\r
27 font-weight: bold;\r
28}\r
29\r
30.Italic\r
31{\r
32 font-style: italic;\r
33}\r
34\r
35.Underline\r
36{\r
37 text-decoration: underline;\r
38}\r
39\r
40.StrikeThrough\r
41{\r
42 text-decoration: line-through;\r
43}\r
44\r
45.Subscript\r
46{\r
47 vertical-align: sub;\r
48 font-size: smaller;\r
49}\r
50\r
51.Superscript\r
52{\r
53 vertical-align: super;\r
54 font-size: smaller;\r
55}\r
56\r
57/**\r
58 * Font faces.\r
59 */\r
60\r
61.FontComic\r
62{\r
63 font-family: 'Comic Sans MS';\r
64}\r
65\r
66.FontCourier\r
67{\r
68 font-family: 'Courier New';\r
69}\r
70\r
71.FontTimes\r
72{\r
73 font-family: 'Times New Roman';\r
74}\r
75\r
76/**\r
77 * Font sizes.\r
78 */\r
79\r
80.FontSmaller\r
81{\r
82 font-size: smaller;\r
83}\r
84\r
85.FontLarger\r
86{\r
87 font-size: larger;\r
88}\r
89\r
90.FontSmall\r
91{\r
92 font-size: 8pt;\r
93}\r
94\r
95.FontBig\r
96{\r
97 font-size: 14pt;\r
98}\r
99\r
100.FontDouble\r
101{\r
102 font-size: 200%;\r
103}\r
104\r
105/**\r
106 * Font colors.\r
107 */\r
108.FontColor1\r
109{\r
110 color: #ff9900;\r
111}\r
112\r
113.FontColor2\r
114{\r
115 color: #0066cc;\r
116}\r
117\r
118.FontColor3\r
119{\r
120 color: #ff0000;\r
121}\r
122\r
123.FontColor1BG\r
124{\r
125 background-color: #ff9900;\r
126}\r
127\r
128.FontColor2BG\r
129{\r
130 background-color: #0066cc;\r
131}\r
132\r
133.FontColor3BG\r
134{\r
135 background-color: #ff0000;\r
136}\r
137\r
138/**\r
139 * Indentation.\r
140 */\r
141\r
142.Indent1\r
143{\r
144 margin-left: 40px;\r
145}\r
146\r
147.Indent2\r
148{\r
149 margin-left: 80px;\r
150}\r
151\r
152.Indent3\r
153{\r
154 margin-left: 120px;\r
155}\r
156\r
157/**\r
158 * Alignment.\r
159 */\r
160\r
161.JustifyLeft\r
162{\r
163 text-align: left;\r
164}\r
165\r
166.JustifyRight\r
167{\r
168 text-align: right;\r
169}\r
170\r
171.JustifyCenter\r
172{\r
173 text-align: center;\r
174}\r
175\r
176.JustifyFull\r
177{\r
178 text-align: justify;\r
179}\r
180\r
181/**\r
182 * Other.\r
183 */\r
184\r
185code\r
186{\r
187 font-family: courier, monospace;\r
188 background-color: #eeeeee;\r
189 padding-left: 1px;\r
190 padding-right: 1px;\r
191 border: #c0c0c0 1px solid;\r
192}\r
193\r
194kbd\r
195{\r
196 padding: 0px 1px 0px 1px;\r
197 border-width: 1px 2px 2px 1px;\r
198 border-style: solid;\r
199}\r
200\r
201blockquote\r
202{\r
203 color: #808080;\r
204}\r