import torrus 1.0.9
[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-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  * 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         margin-top:0;\r
28         margin-bottom:0;\r
29 }\r
30 \r
31 form\r
32 {\r
33         margin: 0;\r
34         padding: 0;\r
35 }\r
36 \r
37 .Frame\r
38 {\r
39         background-color: #f1f1e3;\r
40         border: thin inset #f1f1e3;\r
41 }\r
42 \r
43 body.FileArea\r
44 {\r
45         background-color: #ffffff;\r
46         margin: 10px;\r
47 }\r
48 \r
49 body, td, input, select\r
50 {\r
51         font-size: 11px;\r
52         font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana;\r
53 }\r
54 \r
55 .ActualFolder\r
56 {\r
57         font-weight: bold;\r
58         font-size: 14px;\r
59 }\r
60 \r
61 .PopupButtons\r
62 {\r
63         border-top: #d5d59d 1px solid;\r
64         background-color: #e3e3c7;\r
65         padding: 7px 10px 7px 10px;\r
66 }\r
67 \r
68 .Button, button\r
69 {\r
70         color: #3b3b1f;\r
71         border: #737357 1px solid;\r
72         background-color: #c7c78f;\r
73 }\r
74 \r
75 .FolderListCurrentFolder img\r
76 {\r
77         background-image: url(images/FolderOpened.gif);\r
78 }\r
79 \r
80 .FolderListFolder img\r
81 {\r
82         background-image: url(images/Folder.gif);\r
83 }\r
84 \r
85 .fullHeight {\r
86         height: 100%;\r
87 }\r