~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

Viewing changes to wiki/htdocs/applets/FCKeditor/editor/css/fck_editorarea.css

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20080622211713-inlv5k4eifxckelr
ImportĀ upstreamĀ versionĀ 1.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * FCKeditor - The text editor for internet
 
3
 * Copyright (C) 2003-2005 Frederico Caldeira Knabben
 
4
 * 
 
5
 * Licensed under the terms of the GNU Lesser General Public License:
 
6
 *              http://www.opensource.org/licenses/lgpl-license.php
 
7
 * 
 
8
 * For further information visit:
 
9
 *              http://www.fckeditor.net/
 
10
 * 
 
11
 * "Support Open Source software. What about a donation today?"
 
12
 * 
 
13
 * File Name: fck_editorarea.css
 
14
 *      This is the default CSS file used by the editor area. It defines the
 
15
 *      initial font of the editor and background color.
 
16
 * 
 
17
 *      A user can configure the editor to use another CSS file. Just change
 
18
 *      the value of the FCKConfig.EditorAreaCSS key in the configuration
 
19
 *      file.
 
20
 * 
 
21
 * File Authors:
 
22
 *              Frederico Caldeira Knabben (fredck@fckeditor.net)
 
23
 */
 
24
 
 
25
body
 
26
{
 
27
        font-family: Arial, Verdana, Sans-Serif;
 
28
        font-size: 12px;
 
29
        padding: 5px 5px 5px 5px;
 
30
        margin: 0px;
 
31
        border-style: none;
 
32
        background-color: #ffffff;
 
33
}
 
34
 
 
35
/* 
 
36
        Just uncomment the following block if you want to avoid spaces between 
 
37
        paragraphs. Remember to apply the same style in your output front end page.
 
38
*/
 
39
/*
 
40
P, UL, LI
 
41
{
 
42
        margin-top: 0px;
 
43
        margin-bottom: 0px;
 
44
}
 
45
*/
 
46
 
 
47
.Bold
 
48
{
 
49
        font-weight: bold;
 
50
}
 
51
 
 
52
.Title
 
53
{
 
54
        font-weight: bold;
 
55
        font-size: 18px;
 
56
        color: #cc3300;
 
57
}
 
58
 
 
59
.Code
 
60
{
 
61
        border: #8b4513 1px solid;
 
62
        padding-right: 5px;
 
63
        padding-left: 5px;
 
64
        color: #000066;
 
65
        font-family: 'Courier New' , Monospace;
 
66
        background-color: #ff9933;
 
67
}
 
 
b'\\ No newline at end of file'