source: trunk/admin/inc/FCKeditor/editor/skins/default/fck_dialog.css@ 2

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

importo il progetto

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