event refactor, landing on HEAD!
[freeside.git] / httemplate / elements / fckeditor / editor / filemanager / browser / default / browser.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  * CSS styles used by all pages that compose the File Browser.\r
22  */\r
23 \r
24 body\r
25 {\r
26         background-color: #f1f1e3;\r
27 }\r
28 \r
29 form\r
30 {\r
31         margin: 0px 0px 0px 0px ;\r
32         padding: 0px 0px 0px 0px ;\r
33 }\r
34 \r
35 .Frame\r
36 {\r
37         background-color: #f1f1e3;\r
38         border-color: #f1f1e3;\r
39         border-right: thin inset;\r
40         border-top: thin inset;\r
41         border-left: thin inset;\r
42         border-bottom: thin inset;\r
43 }\r
44 \r
45 body.FileArea\r
46 {\r
47 \r
48         background-color: #ffffff;\r
49 }\r
50 \r
51 body, td, input, select\r
52 {\r
53         font-size: 11px;\r
54         font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana;\r
55 }\r
56 \r
57 .ActualFolder\r
58 {\r
59         font-weight: bold;\r
60         font-size: 14px;\r
61 }\r
62 \r
63 .PopupButtons\r
64 {\r
65         border-top: #d5d59d 1px solid;\r
66         background-color: #e3e3c7;\r
67         padding: 7px 10px 7px 10px;\r
68 }\r
69 \r
70 .Button, button\r
71 {\r
72         border-right: #737357 1px solid;\r
73         border-top: #737357 1px solid;\r
74         border-left: #737357 1px solid;\r
75         color: #3b3b1f;\r
76         border-bottom: #737357 1px solid;\r
77         background-color: #c7c78f;\r
78 }\r
79 \r
80 .FolderListCurrentFolder img\r
81 {\r
82         background-image: url(images/FolderOpened.gif);\r
83 }\r
84 \r
85 .FolderListFolder img\r
86 {\r
87         background-image: url(images/Folder.gif);\r
88 }