This commit was manufactured by cvs2svn to create tag 'freeside_1_9_2'.
[freeside.git] / httemplate / elements / fckeditor / editor / skins / default / fck_dialog.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  * Styles used by the dialog boxes.\r
22  */\r
23 \r
24 body\r
25 {\r
26         margin: 0px;\r
27         padding: 10px;\r
28 }\r
29 \r
30 body, td, input, select, textarea\r
31 {\r
32         font-size: 11px;\r
33         font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana;\r
34 }\r
35 \r
36 body, .BackColor\r
37 {\r
38         background-color: #f1f1e3;\r
39 }\r
40 \r
41 .PopupBody\r
42 {\r
43         margin: 0px;\r
44         padding: 0px;\r
45 }\r
46 \r
47 .PopupTitle\r
48 {\r
49         font-weight: bold;\r
50         font-size: 14pt;\r
51         color: #737357;\r
52         background-color: #e3e3c7;\r
53         padding: 3px 10px 3px 10px;\r
54 }\r
55 \r
56 .PopupButtons\r
57 {\r
58         border-top: #d5d59d 1px solid;\r
59         background-color: #e3e3c7;\r
60         padding: 7px 10px 7px 10px;\r
61 }\r
62 \r
63 .Button\r
64 {\r
65         border: #737357 1px solid;\r
66         color: #3b3b1f;\r
67         background-color: #c7c78f;\r
68 }\r
69 \r
70 #btnOk\r
71 {\r
72         width: 100px;\r
73 }\r
74 \r
75 .DarkBackground\r
76 {\r
77         background-color: #d7d79f;\r
78 }\r
79 \r
80 .LightBackground\r
81 {\r
82         background-color: #ffffbe;\r
83 }\r
84 \r
85 .PopupTitleBorder\r
86 {\r
87         border-bottom: #d5d59d 1px solid;\r
88 }\r
89 \r
90 .PopupTabArea\r
91 {\r
92         color: #737357;\r
93         background-color: #e3e3c7;\r
94 }\r
95 \r
96 .PopupTabEmptyArea\r
97 {\r
98         padding-left: 10px ;\r
99         border-bottom: #d5d59d 1px solid;\r
100 }\r
101 \r
102 .PopupTab, .PopupTabSelected\r
103 {\r
104         border-right: #d5d59d 1px solid;\r
105         border-top: #d5d59d 1px solid;\r
106         border-left: #d5d59d 1px solid;\r
107         padding-right: 5px;\r
108         padding-left: 5px;\r
109         padding-bottom: 3px;\r
110         padding-top: 3px;\r
111         color: #737357;\r
112 }\r
113 \r
114 .PopupTab\r
115 {\r
116         margin-top: 1px;\r
117         border-bottom: #d5d59d 1px solid;\r
118         cursor: pointer;\r
119         cursor: hand;\r
120 }\r
121 \r
122 .PopupTabSelected\r
123 {\r
124         font-weight:bold;\r
125         cursor: default;\r
126         padding-top: 4px;\r
127         border-bottom: #f1f1e3 1px solid;\r
128         background-color: #f1f1e3;\r
129 }\r
130 \r
131 .PopupSelectionBox\r
132 {\r
133         border: #ff9933 1px solid !important;\r
134         background-color: #fffacd !important;\r
135         cursor: pointer;\r
136         cursor: hand;\r
137 }