source: branches/1.2/workflow/js/fckeditor/editor/skins/office2003/fck_dialog.css @ 1349

Revision 1349, 2.1 KB checked in by niltonneto, 15 years ago (diff)

Ticket #561 - Inclusão do módulo Workflow faltante nessa versão.

  • Property svn:executable set to *
Line 
1/*
2 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
3 * Copyright (C) 2003-2007 Frederico Caldeira Knabben
4 *
5 * == BEGIN LICENSE ==
6 *
7 * Licensed under the terms of any of the following licenses at your
8 * choice:
9 *
10 *  - GNU General Public License Version 2 or later (the "GPL")
11 *    http://www.gnu.org/licenses/gpl.html
12 *
13 *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
14 *    http://www.gnu.org/licenses/lgpl.html
15 *
16 *  - Mozilla Public License Version 1.1 or later (the "MPL")
17 *    http://www.mozilla.org/MPL/MPL-1.1.html
18 *
19 * == END LICENSE ==
20 *
21 * Styles used by the dialog boxes.
22 */
23
24body
25{
26        margin: 0px;
27        padding: 10px;
28        background-color: #f7f8fd;
29}
30
31body, td, input, select, textarea
32{
33        font-size: 11px;
34        font-family: 'Microsoft Sans Serif' , Arial, Helvetica, Verdana;
35}
36
37body, .BackColor
38{
39        background-color: #f7f8fd;
40}
41
42.PopupBody
43{
44        margin: 0px;
45        padding: 0px;
46}
47
48.PopupTitle
49{
50        font-weight: bold;
51        font-size: 14pt;
52        color: #0e3460;
53        background-color: #8cb2fd;
54        padding: 3px 10px 3px 10px;
55}
56
57.PopupButtons
58{
59        border-top: #466ca6 1px solid;
60        background-color: #8cb2fd;
61        padding: 7px 10px 7px 10px;
62}
63
64.Button
65{
66        border: #1c3460 1px solid;
67        color: #000a28;
68        background-color: #7096d3;
69}
70
71#btnOk
72{
73        width: 100px;
74}
75
76.DarkBackground
77{
78        background-color: #d7d79f;
79}
80
81.LightBackground
82{
83        background-color: #ffffbe;
84}
85
86.PopupTitleBorder
87{
88        border-bottom: #d5d59d 1px solid;
89}
90
91.PopupTabArea
92{
93        color: #0e3460;
94        background-color: #8cb2fd;
95}
96
97.PopupTabEmptyArea
98{
99        padding-left: 10px ;
100        border-bottom: #466ca6 1px solid;
101}
102
103.PopupTab, .PopupTabSelected
104{
105        border-right: #466ca6 1px solid;
106        border-top: #466ca6 1px solid;
107        border-left: #466ca6 1px solid;
108        padding-right: 5px;
109        padding-left: 5px;
110        padding-bottom: 3px;
111        padding-top: 3px;
112        color: #0e3460;
113}
114
115.PopupTab
116{
117        margin-top: 1px;
118        border-bottom: #466ca6 1px solid;
119        cursor: pointer;
120        cursor: hand;
121}
122
123.PopupTabSelected
124{
125        font-weight:bold;
126        cursor: default;
127        padding-top: 4px;
128        border-bottom: #f7f8fd 1px solid;
129        background-color: #f7f8fd;
130}
131
132.PopupSelectionBox
133{
134        border: #1e90ff 1px solid !important;
135        background-color: #add8e6 !important;
136        cursor: pointer;
137        cursor: hand;
138}
Note: See TracBrowser for help on using the repository browser.