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: fck_dialog.css
14
 * 	Styles used by the dialog boxes.
15
 *
16
 * File Authors:
17
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
18
 */
19
 
20
body
21
{
22
	margin: 0px;
23
	padding: 10px;
24
	background-color: #f7f8fd;
25
}
26
 
27
body, td, input, select, textarea
28
{
29
	font-size: 11px;
30
	font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana;
31
}
32
 
33
body, .BackColor
34
{
35
	background-color: #f7f8fd;
36
}
37
 
38
.PopupBody
39
{
40
	margin: 0px;
41
	padding: 0px;
42
}
43
 
44
.PopupTitle
45
{
46
	font-weight: bold;
47
	font-size: 14pt;
48
	color: #0e3460;
49
	background-color: #8cb2fd;
50
	padding: 3px 10px 3px 10px;
51
}
52
 
53
.PopupButtons
54
{
55
	border-top: #466ca6 1px solid;
56
	background-color: #8cb2fd;
57
	padding: 7px 10px 7px 10px;
58
}
59
 
60
.Button
61
{
62
	border: #1c3460 1px solid;
63
	color: #000a28;
64
	background-color: #7096d3;
65
}
66
 
67
.DarkBackground
68
{
69
	background-color: #d7d79f;
70
}
71
 
72
.LightBackground
73
{
74
	background-color: #ffffbe;
75
}
76
 
77
.PopupTitleBorder
78
{
79
	border-bottom: #d5d59d 1px solid;
80
}
81
 
82
.PopupTabArea
83
{
84
	color: #0e3460;
85
	background-color: #8cb2fd;
86
}
87
 
88
.PopupTabEmptyArea
89
{
90
	padding-left: 10px ;
91
	border-bottom: #466ca6 1px solid;
92
}
93
 
94
.PopupTab, .PopupTabSelected
95
{
96
	border-right: #466ca6 1px solid;
97
	border-top: #466ca6 1px solid;
98
	border-left: #466ca6 1px solid;
99
	padding-right: 5px;
100
	padding-left: 5px;
101
	padding-bottom: 3px;
102
	padding-top: 3px;
103
	color: #0e3460;
104
}
105
 
106
.PopupTab
107
{
108
	margin-top: 1px;
109
	border-bottom: #466ca6 1px solid;
110
	cursor: pointer;
111
	cursor: hand;
112
}
113
 
114
.PopupTabSelected
115
{
116
	font-weight:bold;
117
	cursor: default;
118
	padding-top: 4px;
119
	border-bottom: #f7f8fd 1px solid;
120
	background-color: #f7f8fd;
121
}
122
 
123
.PopupSelectionBox
124
{
125
	border: #1e90ff 1px solid !important;
126
	background-color: #add8e6 !important;
127
	cursor: pointer;
128
	cursor: hand;
129
}