Project

General

Profile

1
@charset "UTF-8";
2
/*
3
 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
4
 * Copyright (C) 2003-2009 Frederico Caldeira Knabben
5
 *
6
 * == BEGIN LICENSE ==
7
 *
8
 * Licensed under the terms of any of the following licenses at your
9
 * choice:
10
 *
11
 *  - GNU General Public License Version 2 or later (the "GPL")
12
 *    http://www.gnu.org/licenses/gpl.html
13
 *
14
 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
15
 *    http://www.gnu.org/licenses/lgpl.html
16
 *
17
 *  - Mozilla Public License Version 1.1 or later (the "MPL")
18
 *    http://www.mozilla.org/MPL/MPL-1.1.html
19
 *
20
 * == END LICENSE ==
21
 *
22
 * Styles used by the dialog boxes.
23
 */
24
html, body { margin: 0px; padding: 0px; background-color: transparent; }
25
body { padding: 10px; }
26
body, td, input, select, textarea { font-size: 11px; font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana; }
27
body, .BackColor { background-color: #f1f1e3; }
28
.PopupBody { width: 100%; padding: 0px; background-color: transparent; height: 100%; overflow: hidden; }
29
#header { cursor: move; }
30
.PopupTitle { padding: 3px 10px 3px 10px; color: #737357; background-color: #e3e3c7; font-weight: bold; font-size: 14pt; }
31
.PopupButtons { border-top: #d5d59d 1px solid; padding: 7px 10px 7px 10px; background-color: #e3e3c7; position: absolute; right: 0px; left: 0px; bottom: 0px; }
32
.Button { border: #737357 1px solid; color: #3b3b1f; background-color: #c7c78f; }
33
#btnOk { width: 100px; }
34
.DarkBackground { background-color: #eaead1; }
35
.LightBackground { background-color: #ffffbe; }
36
.PopupTitleBorder { border-bottom: #d5d59d 1px solid; }
37
.PopupTabArea { color: #737357; background-color: #e3e3c7; }
38
.PopupTabEmptyArea { padding-left: 10px; border-bottom: #d5d59d 1px solid; }
39
.PopupTab, .PopupTabSelected { border-right: #d5d59d 1px solid; border-top: #d5d59d 1px solid; border-left: #d5d59d 1px solid; padding: 3px 5px 3px 5px; color: #737357; }
40
.PopupTab { margin-top: 1px; border-bottom: #d5d59d 1px solid; cursor: pointer; cursor: hand; }
41
.PopupTabSelected { padding-top: 4px; border-bottom: #f1f1e3 1px solid; background-color: #f1f1e3; font-weight: bold; cursor: default; }
42
.PopupSelectionBox { border: #ff9933 1px solid !important; background-color: #fffacd !important; cursor: pointer; cursor: hand; }
43
#tdBrowse { vertical-align: bottom; }
44
/**
45
 * Dialog frame related styles.
46
 */
47
.contents { background-color: #f1f1e3; position: absolute; top: 2px; left: 16px; right: 16px; bottom: 20px; overflow: hidden; z-index: 1; }
48
.tl, .tr, .tc, .bl, .br, .bc { background-image: url(images/sprites.png); background-repeat: no-repeat; position: absolute; }
49
* html .tl, * html .tr, * html .tc, * html .bl, * html .br, * html .bc { background-image: url(images/sprites.gif); }
50
.ml, .mr { background-image: url(images/dialog.sides.png); background-repeat: repeat-y; position: absolute; }
51
.rtl .ml, .rtl .mr { background-image: url(images/dialog.sides.rtl.png); background-repeat: repeat-y; position: absolute; }
52
.tl { width: 16px; background-position: -16px -16px; top: 0px; left: 0px; height: 16px; }
53
.rtl .tl { background-position: -16px -397px; }
54
.tr { width: 16px; background-position: -16px -76px; top: 0px; right: 0px; height: 16px; }
55
.rtl .tr { background-position: -16px -457px; }
56
.tc { background-position: 0px -136px; background-repeat: repeat-x; top: 0px; right: 16px; left: 16px; height: 16px; }
57
.ml { width: 16px; background-position: 0px 0px; top: 16px; left: 0px; bottom: 51px; }
58
.mr { width: 16px; background-position: -16px 0px; top: 16px; right: 0px; bottom: 51px; }
59
.bl { width: 30px; background-position: -16px -196px; bottom: 0px; left: 0px; height: 51px; }
60
.rtl .bl { background-position: -16px -517px; }
61
.br { width: 30px; background-position: -16px -263px; bottom: 0px; right: 0px; height: 51px; }
62
.rtl .br { background-position: -16px -584px; }
63
.bc { background-position: 0px -330px; background-repeat: repeat-x; bottom: 0px; right: 30px; left: 30px; height: 51px; }
64
/* For IE6. Do not change it. */
65
* html .blocker { width: 100%; position: absolute; height: 100%; z-index: 12; filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0); }
66
/* The layer used to cover the dialog when opening a child dialog. */
67
.cover { position: absolute; top: 0px; left: 14px; right: 14px; bottom: 18px; z-index: 11; }
68
#closeButton { margin-top: 5px; margin-right: 10px; width: 20px; background-image: url(images/sprites.png); background-repeat: no-repeat; background-position: -16px -651px; position: absolute; right: 0px; top: 0px; height: 20px; cursor: pointer; }
69
* html #closeButton { background-image: url(images/sprites.gif); cursor: hand; }
70
.rtl #closeButton { margin-right: 0px; right: auto; left: 10px; }
71
#closeButton:hover { background-position: -16px -687px; }
72
#throbberBlock { z-index: 10; }
73
#throbberBlock div { float: left; width: 8px; margin-left: 2px; margin-right: 2px; font-size: 1px; /* IE6 */ height: 9px; }
74
/*
75
	Color Gradient Generator:
76
	http://www.herethere.net/~samson/php/color_gradient/?cbegin=737357&cend=E3E3C7&steps=4
77
*/
78
.throbber_1 { background-color: #737357; }
79
.throbber_2 { background-color: #8f8f73; }
80
.throbber_3 { background-color: #abab8f; }
81
.throbber_4 { background-color: #c7c7ab; }
82
.throbber_5 { background-color: #e3e3c7; }
83
img { border: 0px; }
84
* html .ml, * html .mr, * html .rtl .ml, * html .rtl .mr { background-image: url(images/dialog.sides.gif); }
(1-1/5)