event refactor, landing on HEAD!
[freeside.git] / httemplate / elements / fckeditor / editor / css / fck_editorarea.css
1 /*\r
2  * FCKeditor - The text editor for Internet - http://www.fckeditor.net\r
3  * Copyright (C) 2003-2007 Frederico Caldeira Knabben\r
4  *\r
5  * == BEGIN LICENSE ==\r
6  *\r
7  * Licensed under the terms of any of the following licenses at your\r
8  * choice:\r
9  *\r
10  *  - GNU General Public License Version 2 or later (the "GPL")\r
11  *    http://www.gnu.org/licenses/gpl.html\r
12  *\r
13  *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")\r
14  *    http://www.gnu.org/licenses/lgpl.html\r
15  *\r
16  *  - Mozilla Public License Version 1.1 or later (the "MPL")\r
17  *    http://www.mozilla.org/MPL/MPL-1.1.html\r
18  *\r
19  * == END LICENSE ==\r
20  *\r
21  * This is the default CSS file used by the editor area. It defines the\r
22  * initial font of the editor and background color.\r
23  *\r
24  * A user can configure the editor to use another CSS file. Just change\r
25  * the value of the FCKConfig.EditorAreaCSS key in the configuration\r
26  * file.\r
27  */\r
28 \r
29 /*\r
30     The "body" styles should match your editor web site, mainly regarding\r
31     background color and font family and size.\r
32 */\r
33 \r
34 body\r
35 {\r
36         background-color: #ffffff;\r
37         padding: 5px 5px 5px 5px;\r
38         margin: 0px;\r
39 }\r
40 \r
41 body, td\r
42 {\r
43         font-family: Arial, Verdana, Sans-Serif;\r
44         font-size: 12px;\r
45 }\r
46 \r
47 a[href]\r
48 {\r
49         color: #0000FF !important;      /* For Firefox... mark as important, otherwise it becomes black */\r
50 }\r
51 \r
52 /*\r
53         Just uncomment the following block if you want to avoid spaces between\r
54         paragraphs. Remember to apply the same style in your output front end page.\r
55 */\r
56 \r
57 /*\r
58 p, ul, li\r
59 {\r
60         margin-top: 0px;\r
61         margin-bottom: 0px;\r
62 }\r
63 */\r
64 \r
65 /*\r
66     The following are some sample styles used in the "Styles" toolbar command.\r
67     You should instead remove them, and include the styles used by the site\r
68     you are using the editor in.\r
69 */\r
70 \r
71 .Bold\r
72 {\r
73         font-weight: bold;\r
74 }\r
75 \r
76 .Title\r
77 {\r
78         font-weight: bold;\r
79         font-size: 18px;\r
80         color: #cc3300;\r
81 }\r
82 \r
83 .Code\r
84 {\r
85         border: #8b4513 1px solid;\r
86         padding-right: 5px;\r
87         padding-left: 5px;\r
88         color: #000066;\r
89         font-family: 'Courier New' , Monospace;\r
90         background-color: #ff9933;\r
91 }