~ubuntu-branches/ubuntu/natty/moin/natty-updates

« back to all changes in this revision

Viewing changes to wiki/htdocs/applets/FCKeditor/editor/skins/default/fck_editor.css

  • Committer: Bazaar Package Importer
  • Author(s): Jonas Smedegaard
  • Date: 2008-06-22 21:17:13 UTC
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20080622211713-inlv5k4eifxckelr
ImportĀ upstreamĀ versionĀ 1.7.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * FCKeditor - The text editor for internet
 
3
 * Copyright (C) 2003-2005 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_editor.css
 
14
 *      Styles used by the editor IFRAME and Toolbar.
 
15
 * 
 
16
 * File Authors:
 
17
 *              Frederico Caldeira Knabben (fredck@fckeditor.net)
 
18
 */
 
19
 
 
20
/*
 
21
        ### Basic Editor IFRAME Styles.
 
22
*/
 
23
 
 
24
body
 
25
{
 
26
        padding: 1px 1px 1px 1px;
 
27
        margin: 0px 0px 0px 0px;
 
28
}
 
29
 
 
30
#eWysiwygCell, .Source
 
31
{
 
32
        border: #696969 1px solid;
 
33
}
 
34
 
 
35
#eSourceField
 
36
{
 
37
        border: none;
 
38
        padding: 5px;
 
39
        font-family: Monospace;
 
40
}
 
41
 
 
42
/*
 
43
        ### Toolbar Styles
 
44
*/
 
45
 
 
46
.TB_ToolbarSet, .TB_Expand, .TB_Collapse
 
47
{
 
48
        background-color: #efefde;
 
49
}
 
50
 
 
51
.TB_End
 
52
{
 
53
        display: none;
 
54
}
 
55
 
 
56
.TB_ExpandImg
 
57
{
 
58
        background-image: url(images/toolbar.expand.gif);
 
59
        background-repeat: no-repeat;
 
60
}
 
61
 
 
62
.TB_CollapseImg
 
63
{
 
64
        background-image: url(images/toolbar.collapse.gif);
 
65
        background-repeat: no-repeat;
 
66
}
 
67
 
 
68
.TB_ToolbarSet
 
69
{
 
70
        border-top: #efefde 1px outset;
 
71
        border-bottom: #efefde 1px outset;
 
72
}
 
73
 
 
74
.TB_SideBorder
 
75
{
 
76
        background-color: #696969;
 
77
}
 
78
 
 
79
.TB_ToolbarSet, .TB_ToolbarSet *
 
80
{
 
81
        font-size: 11px;
 
82
        cursor: default;
 
83
        font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
 
84
}
 
85
 
 
86
.TB_Expand, .TB_Collapse
 
87
{
 
88
        padding: 2px 2px 2px 2px;
 
89
        border: #efefde 1px outset;
 
90
}
 
91
 
 
92
.TB_Collapse
 
93
{
 
94
        border: #efefde 1px outset;
 
95
        width: 5px;
 
96
}
 
97
 
 
98
.TB_Button_On, .TB_Button_Off, .TB_Button_Disabled, .TB_Combo_Off, .TB_Combo_Disabled
 
99
{
 
100
        border: #efefde 1px solid;
 
101
        height: 21px;
 
102
}
 
103
 
 
104
.TB_Button_On
 
105
{
 
106
        border-color: #316ac5;
 
107
        background-color: #c1d2ee;
 
108
}
 
109
 
 
110
.TB_Button_Off, .TB_Combo_Off
 
111
{
 
112
        opacity: 0.70; /* Safari, Opera and Mozilla */
 
113
        filter: alpha(opacity=70); /* IE */
 
114
        /* -moz-opacity: 0.70; Mozilla (Old) */
 
115
        background-color: #efefde;
 
116
}
 
117
 
 
118
.TB_Button_Disabled, .TB_Combo_Disabled
 
119
{
 
120
        opacity: 0.30; /* Safari, Opera and Mozilla */
 
121
        filter: gray() alpha(opacity=30); /* IE */
 
122
        /* -moz-opacity: 0.30; Mozilla (Old) */
 
123
}
 
124
 
 
125
.TB_Button_On_Over, .TB_Button_Off_Over
 
126
{
 
127
        background-color: #dff1ff;
 
128
}
 
129
 
 
130
.TB_Icon DIV
 
131
{
 
132
        width: 21px;
 
133
        height: 21px;
 
134
        background-position: 50% 50%;
 
135
        background-repeat: no-repeat;
 
136
}
 
137
 
 
138
.TB_Text
 
139
{
 
140
        height: 21px;
 
141
        padding-right: 5px;
 
142
}
 
143
 
 
144
.TB_ButtonArrow
 
145
{
 
146
        padding-right: 3px;
 
147
}
 
148
 
 
149
.TB_Break
 
150
{
 
151
        height: 23px;
 
152
}
 
 
b'\\ No newline at end of file'