Subversion Repositories Applications.papyrus

Rev

Rev 1075 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1075 ddelon 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
 
20
body
21
{
22
	background-color: #f1f1e3;
23
}
24
 
25
form
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
 
41
body.FileArea
42
{
43
 
44
	background-color: #ffffff;
45
}
46
 
47
body, 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
}