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