source: trunk/admin/inc/FCKeditor/editor/filemanager/browser/default/browser.css@ 2

Last change on this file since 2 was 2, checked in by root, 15 years ago

importo il progetto

File size: 1.5 KB
Line 
1/*
2 * FCKeditor - The text editor for internet
3 * Copyright (C) 2003-2006 Frederico Caldeira Knabben
4 *
5 * Licensed under the terms of the GNU Lesser General Public License:
6 * http://www.opensource.org/licenses/lgpl-license.php
7 *
8 * For further information visit:
9 * http://www.fckeditor.net/
10 *
11 * "Support Open Source software. What about a donation today?"
12 *
13 * File Name: browser.css
14 * CSS styles used by all pages that compose the File Browser.
15 *
16 * File Authors:
17 * Frederico Caldeira Knabben (fredck@fckeditor.net)
18 */
19
20body
21{
22 background-color: #f1f1e3;
23}
24
25form
26{
27 margin: 0px 0px 0px 0px ;
28 padding: 0px 0px 0px 0px ;
29}
30
31.Frame
32{
33 background-color: #f1f1e3;
34 border-color: #f1f1e3;
35 border-right: thin inset;
36 border-top: thin inset;
37 border-left: thin inset;
38 border-bottom: thin inset;
39}
40
41body.FileArea
42{
43
44 background-color: #ffffff;
45}
46
47body, td, input, select
48{
49 font-size: 11px;
50 font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana;
51}
52
53.ActualFolder
54{
55 font-weight: bold;
56 font-size: 14px;
57}
58
59.PopupButtons
60{
61 border-top: #d5d59d 1px solid;
62 background-color: #e3e3c7;
63 padding: 7px 10px 7px 10px;
64}
65
66.Button, button
67{
68 border-right: #737357 1px solid;
69 border-top: #737357 1px solid;
70 border-left: #737357 1px solid;
71 color: #3b3b1f;
72 border-bottom: #737357 1px solid;
73 background-color: #c7c78f;
74}
75
76.FolderListCurrentFolder img
77{
78 background-image: url(images/FolderOpened.gif);
79}
80
81.FolderListFolder img
82{
83 background-image: url(images/Folder.gif);
84}
Note: See TracBrowser for help on using the repository browser.