1/*
2 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 * Copyright (C) 2003-2007 Frederico Caldeira Knabben
4 *
5 * == BEGIN LICENSE ==
6 *
7 * Licensed under the terms of any of the following licenses at your
8 * choice:
9 *
10 *  - GNU General Public License Version 2 or later (the "GPL")
11 *    http://www.gnu.org/licenses/gpl.html
12 *
13 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 *    http://www.gnu.org/licenses/lgpl.html
15 *
16 *  - Mozilla Public License Version 1.1 or later (the "MPL")
17 *    http://www.mozilla.org/MPL/MPL-1.1.html
18 *
19 * == END LICENSE ==
20 *
21 * This is the default CSS file used by the editor area. It defines the
22 * initial font of the editor and background color.
23 *
24 * A user can configure the editor to use another CSS file. Just change
25 * the value of the FCKConfig.EditorAreaCSS key in the configuration
26 * file.
27 */
28
29/*
30    The "body" styles should match your editor web site, mainly regarding
31    background color and font family and size.
32*/
33
34body, td, th {
35    font: 80%  "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;
36}
37
38body
39{
40	background-color: #ffffff;
41	padding: 5px 5px 5px 5px;
42	margin: 0px;
43}
44
45
46
47th, .tblheader {
48  padding: 3px;
49  border: 1px solid #8cacbb !important;
50  background-color: #dee7ec;
51  font-weight: bold;
52}
53
54td {
55  padding: 3px;
56  border: 1px solid #8cacbb !important;
57}
58td
59{
60/*	font-family: Arial, Verdana, sans-serif;
61	font-size: 10pt;
62	*/
63}
64
65a[href]
66{
67/*	color: -moz-hyperlinktext !important;	*/	/* For Firefox... mark as important, otherwise it becomes black */
68/*	text-decoration: -moz-anchor-decoration; */	/* For Firefox 3, otherwise no underline will be used */
69}
70
71/*
72	Just uncomment the following block if you want to avoid spaces between
73	paragraphs. Remember to apply the same style in your output front end page.
74*/
75
76/*
77p, ul, li
78{
79	margin-top: 0px;
80	margin-bottom: 0px;
81}
82*/
83
84/*
85    The following are some sample styles used in the "Styles" toolbar command.
86    You should instead remove them, and include the styles used by the site
87    you are using the editor in.
88*/
89
90.Bold
91{
92	font-weight: bold;
93}
94
95.Title
96{
97	font-weight: bold;
98	font-size: 18px;
99	color: #cc3300;
100}
101
102
103pre {
104  margin: 0 0 1.0em 0;
105  font-size: 120%;
106  padding: 0.5em;
107  border: 1px dashed black;
108  color: black;
109  overflow: auto;
110}
111
112/* code blocks by code tag */
113pre.code {
114  background-color: #f7f9fa;
115  line-height:100%;
116}
117pre.file {
118  background-color:  #dee7ec;
119  line-height:100%;
120}
121
122h1,h2,h3,h4,h5 {
123    color: black;
124    background-color: inherit;
125    font-size: 100%;
126    font-weight: normal;
127    margin: 0 0 1em 0;
128    padding: 0.5em 0 0 0;
129    border-bottom: 1px solid #8cacbb;
130    clear: left;
131}
132
133
134h1,h2,h3,h4,h5
135 {
136  color: black !important;
137  text-decoration: none !important;
138}
139
140h1 {font-size: 160%; margin-left: 0px; font-weight: bold;}
141h2 {font-size: 150%; margin-left: 20px;}
142h3 {font-size: 140%; margin-left: 40px; border-bottom: none; font-weight: bold;}
143h4 {font-size: 120%; margin-left: 60px; border-bottom: none; font-weight: bold; }
144h5 {font-size: 100%;  margin-left: 80px; border-bottom: none; font-weight: bold;}
145
146div.level1 {margin-left: 3px;}
147div.level2 {margin-left: 23px;}
148div.level3 {margin-left: 43px;}
149div.level4 {margin-left: 63px;}
150div.dokuwiki div.level5 {margin-left: 83px;}
151
152img.media {
153  border: 0;
154  margin: 3px;
155}
156
157img.medialeft {
158  border: 0;
159  margin: 0 1.5em 0 0;
160  float: left;
161}
162
163img.baseline {
164  vertical-align:bottom;
165  text-align:left;
166  display:block;
167  border: 0;
168  margin: 3px;
169}
170
171img.mediaright {
172  border: 0;
173  float: right;
174  margin: 0 0 0 1.5em;
175}
176
177img.mediacenter, .mediacenter {
178  text-align:center;
179  display:block;
180  border: 0 ;
181  border-top: 3px solid none;
182  margin: 0 auto;
183}
184
185
186.leftalign {text-align: left;}
187.centeralign {text-align: center;}
188.rightalign {text-align: right;}
189
190
191div.footnotes {
192  clear: both;
193  border-top: 1px solid black;
194  padding-left: 1em;
195  margin-top: 1em;
196}
197
198div.fn {
199  font-size: 90%;
200}
201
202a.fn_bot {
203 font-weight: bold;
204}
205
206/* unordered lists */
207ul {
208  line-height: 1.5em;
209  list-style-type: square;
210  list-style-image: none;
211  margin: 0 0 1em 3.5em;
212  color: black;
213}
214
215/* ordered lists */
216ol {
217  line-height: 1.5em;
218  list-style-image: none;
219  margin: 0 0 1em 3.5em;
220  color: black;
221
222}
223
224/* no gap in between nested lists */
225li ul {
226  margin-bottom: 0;
227}
228li ol {
229  margin-bottom: 0;
230}
231
232
233ol {list-style-type: decimal}
234ol ol {list-style-type: upper-roman}
235ol ol ol {list-style-type: lower-alpha}
236ol ol ol ol {list-style-type: lower-greek}
237
238li { font-weight: normal; }
239
240a.windows {
241  background: transparent url(images/windows.gif) 0px 1px no-repeat;
242  padding: 1px 0px 1px 16px;
243  color: #436976 !important;
244  text-decoration: none !important;
245}
246
247a.urlextern {
248 background: transparent url(images/link_icon.gif) 0px 1px no-repeat;
249 padding: 1px 0px 1px 16px;
250 color: #436976 !important;
251 text-decoration: none !important;
252}
253
254a.wikilink2 {
255  color: red !important;
256  text-decoration: none !important;
257}
258
259
260a.wikilink1 {
261  color: green !important;
262  text-decoration: none !important;
263}
264
265span.np_break {
266  line-height: 50%;
267  border:0px;
268  padding:0px;
269  margin:0px;
270}
271
272/* filenames for file and code blocks */
273 dl.file,
274 dl.code {
275    margin-top: 2em;
276    margin-bottom: 2.5em;
277}
278
279 dl.file dt,
280 dl.code dt {
281    border: 1px dashed #8cacbb;
282    display: inline;
283    padding: 0.1em 1em;
284    margin-left: 5em;
285}
286
287 dl.code dt a,
288 dl.file dt a {
289    color:#000;
290}
291
292 dl.code dt {
293    background-color: __background_other__;
294    border-bottom: 1px solid __background_other__;
295}
296
297 dl.file dt {
298    background-color: #dee7ec;
299    border-bottom: 1px solid #dee7ec;
300}
301
302dd pre.file {
303    line-height: 125%;
304}
305/* syntax highlighting code */
306.code .br0  { color: #66cc66; }
307.code .co0  { color: #808080; font-style: italic; }
308.code .co1  { color: #808080; font-style: italic; }
309.code .co2  { color: #808080; font-style: italic; }
310.code .co3  { color: #808080; }
311.code .coMULTI  { color: #808080; font-style: italic; }
312.code .es0  { color: #000099; font-weight: bold; }
313.code .kw1  { color: #b1b100; }
314.code .kw2  { color: #000000; font-weight: bold; }
315.code .kw3  { color: #000066; }
316.code .kw4  { color: #993333; }
317.code .kw5  { color: #0000ff; }
318.code .me1  { color: #006600; }
319.code .me2  { color: #006600; }
320.code .nu0  { color: #cc66cc; }
321.code .re0  { color: #0000ff; }
322.code .re1  { color: #0000ff; }
323.code .re2  { color: #0000ff; }
324.code .re3  { color: #ff3333; font-weight:bold; }
325.code .re4  { color: #009999; }
326.code .st0  { color: #ff0000; }
327.code .sy0  { color: #66cc66; }
328
329a.mediafile {
330    background: url(images/fileicons/file.png) no-repeat scroll 0 1px transparent;
331    padding-bottom: 1px;
332    padding-left: 18px;
333    color: #436976 !important;
334    text-decoration: none !important;
335}
336
337/* email link */
338a.mail {
339  background: transparent url(images/mail_icon.gif) 0px 1px no-repeat;
340  padding: 1px 0px 1px 16px;
341  color: #436976 !important;
342  text-decoration: none !important;
343}
344
345a.mf_gz {
346    background-image: url(images/fileicons/gz.png);
347}
348a.mf_csv {
349    background-image: url(images/fileicons/csv.png);
350}
351a.mf_gif {
352    background-image: url(images/fileicons/gif.png);
353}
354
355a.mf_png {
356    background-image: url(images/fileicons/png.png);
357}
358
359a.mf_txt {
360    background-image: url(images/fileicons/txt.png);
361}
362a.mf_tar {
363    background-image: url(images/fileicons/tar.png);
364}
365a.mf_jpg {
366    background-image: url(images/fileicons/jpg.png);
367}
368
369a.mf_xml {
370    background-image: url(images/fileicons/xml.png);
371}
372a.mf_c {
373    background-image: url(images/fileicons/c.png);
374}
375a.mf_ppt {
376    background-image: url(images/fileicons/ppt.png);
377}
378a.mf_conf {
379    background-image: url(images/fileicons/conf.png);
380}
381
382a.mf_xls {
383    background-image: url(images/fileicons/xls.png);
384}
385a.mf_doc {
386    background-image: url(images/fileicons/doc.png);
387}
388
389a.mf_php {
390    background-image: url(images/fileicons/php.png);
391}
392a.mf_cs {
393    background-image: url(images/fileicons/cs.png);
394}
395a.mf_pdf {
396    background-image: url(images/fileicons/pdf.png);
397}
398
399a.mf_odc {
400    background-image: url(images/fileicons/odg.png);
401}
402a.mf_cpp {
403    background-image: url(images/fileicons/cpp.png);
404}
405a.mf_sql {
406    background-image: url(images/fileicons/sql.png);
407}
408
409a.mf_bz2 {
410    background-image: url(images/fileicons/bz2.png);
411}
412
413a.mf_zip {
414    background-image: url(images/fileicons/zip.png);
415}
416a.mf_deb {
417    background-image: url(images/fileicons/deb.png);
418}
419a.mf_jpeg {
420    background-image: url(images/fileicons/jpeg.png);
421}
422a.mf_odg {
423    background-image: url(images/fileicons/odg.png);
424}
425a.mf_py {
426    background-image: url(images/fileicons/py.png);
427}
428a.mf_js {
429    background-image: url(images/fileicons/js.png);
430}
431a.mf_java {
432    background-image: url(images/fileicons/java.png);
433}
434a.mf_htm {
435    background-image: url(images/fileicons/htm.png);
436}
437
438a.mf_odt {
439    background-image: url(images/fileicons/odt.png);
440}
441a.mf_rtf {
442    background-image: url(images/fileicons/rtf.png);
443}
444a.mf_odf {
445    background-image: url(images/fileicons/odg.png);
446}
447a.mf_css {
448    background-image: url(images/fileicons/css.png);
449}
450a.mf_docx {
451    background-image: url(images/fileicons/docx.png);
452}
453a.mf_xlsx {
454    background-image: url(images/fileicons/xlsx.png);
455}
456a.mf_odp {
457    background-image: url(images/fileicons/odg.png);
458}
459a.mf_rar {
460    background-image: url(images/fileicons/rar.png);
461}
462a.mf_tgz {
463    background-image: url(images/fileicons/tgz.png);
464}
465a.mf_7z {
466    background-image: url(images/fileicons/7z.png);
467}
468a.mf_html {
469    background-image: url(images/fileicons/html.png);
470}
471a.mf_pl {
472    background-image: url(images/fileicons/pl.png);
473}
474a.mf_rpm {
475    background-image: url(images/fileicons/rpm.png);
476}
477a.mf_ps {
478    background-image: url(images/fileicons/ps.png);
479}
480
481a.mf_swf {
482    background-image: url(images/fileicons/swf.png);
483}
484
485a.mf_epub {
486    background-image: url(images/fileicons/epub.png);
487}
488
489a.interwiki {
490    background: url(images/fileicons/wp.gif) no-repeat scroll 0 1px transparent;
491    padding-bottom: 1px;
492    padding-left: 18px;
493    color: #436976 !important;
494    text-decoration: none !important;
495}
496/*
497a.interwiki {
498    background-image: url(images/fileicons/wp.gif);
499}
500*/