FCKeditor 2.6.6
[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-2010 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: -moz-hyperlinktext !important;           /* For Firefox... mark as important, otherwise it becomes black */\r
50         text-decoration: -moz-anchor-decoration;        /* For Firefox 3, otherwise no underline will be used */\r
51 }\r
52 \r
53 /**\r
54  * Just uncomment the following block if you want to avoid spaces between\r
55  * paragraphs. Remember to apply the same style in your output front end page.\r
56  */\r
57 \r
58 /*\r
59 p, ul, li\r
60 {\r
61         margin-top: 0px;\r
62         margin-bottom: 0px;\r
63 }\r
64 */\r
65 \r
66 /**\r
67  * Uncomment the following block, or only selected lines if appropriate,\r
68  * if you have some style items that would break the styles combo box.\r
69  * You can also write other CSS overrides inside the style block below\r
70  * as needed and they will be applied to inside the style combo only.\r
71  */\r
72 \r
73 /*\r
74 .SC_Item *, .SC_ItemSelected *\r
75 {\r
76         margin: 0px !important;\r
77         padding: 0px !important;\r
78         text-indent: 0px !important;\r
79         clip: auto !important;\r
80         position: static !important;\r
81 }\r
82 */\r
83 \r
84 /**\r
85  * The following are some sample styles used in the "Styles" toolbar command.\r
86  * You should instead remove them, and include the styles used by the site\r
87  * you are using the editor in.\r
88  */\r
89 \r
90 .Bold\r
91 {\r
92         font-weight: bold;\r
93 }\r
94 \r
95 .Title\r
96 {\r
97         font-weight: bold;\r
98         font-size: 18px;\r
99         color: #cc3300;\r
100 }\r
101 \r
102 .Code\r
103 {\r
104         border: #8b4513 1px solid;\r
105         padding-right: 5px;\r
106         padding-left: 5px;\r
107         color: #000066;\r
108         font-family: 'Courier New' , Monospace;\r
109         background-color: #ff9933;\r
110 }\r