source: trunk/admin/inc/FCKeditor/editor/skins/silver/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 background-color: #f7f7f7;
25}
26
27body, td, input, select, textarea
28{
29 font-size: 11px;
30 font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana;
31}
32
33body, .BackColor
34{
35 background-color: #f7f7f7;
36}
37
38.PopupBody
39{
40 margin: 0px;
41 padding: 0px;
42}
43
44.PopupTitle
45{
46 padding-right: 10px;
47 padding-left: 10px;
48 font-weight: bold;
49 font-size: 14pt;
50 padding-bottom: 3px;
51 color: #504845;
52 padding-top: 3px;
53 background-color: #dedede;
54}
55
56.PopupButtons
57{
58 border-top: #cec6b5 1px solid;
59 background-color: #DEDEDE;
60 padding: 7px 10px 7px 10px;
61}
62
63.Button
64{
65 border: #7a7261 1px solid;
66 color: #504845;
67 background-color: #cec6b5;
68}
69
70.DarkBackground
71{
72 background-color: #d7d79f;
73}
74
75.LightBackground
76{
77 background-color: #ffffbe;
78}
79
80.PopupTitleBorder
81{
82 border-bottom: #cec6b5 1px solid;
83}
84
85.PopupTabArea
86{
87 color: #504845;
88 background-color: #DEDEDE;
89}
90
91.PopupTabEmptyArea
92{
93 padding-left: 10px ;
94 border-bottom: #cec6b5 1px solid;
95}
96
97.PopupTab, .PopupTabSelected
98{
99 border-right: #cec6b5 1px solid;
100 border-top: #cec6b5 1px solid;
101 border-left: #cec6b5 1px solid;
102 padding-right: 5px;
103 padding-left: 5px;
104 padding-bottom: 3px;
105 padding-top: 3px;
106 color: #504845;
107}
108
109.PopupTab
110{
111 margin-top: 1px;
112 border-bottom: #cec6b5 1px solid;
113 cursor: pointer;
114 cursor: hand;
115}
116
117.PopupTabSelected
118{
119 font-weight:bold;
120 cursor: default;
121 padding-top: 4px;
122 border-bottom: #f1f1e3 1px solid;
123 background-color: #f7f7f7;
124}
125
126.PopupSelectionBox
127{
128 border: #a9a9a9 1px solid !important;
129 background-color: #dcdcdc !important;
130 cursor: pointer;
131 cursor: hand;
132}
Note: See TracBrowser for help on using the repository browser.