1 | /*
|
---|
2 | Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
|
---|
3 | For licensing, see LICENSE.html or http://ckeditor.com/license
|
---|
4 | */
|
---|
5 |
|
---|
6 | .cke_skin_kama
|
---|
7 | {
|
---|
8 | display: block;
|
---|
9 | }
|
---|
10 |
|
---|
11 | /* Main editor only settings. */
|
---|
12 | span.cke_skin_kama
|
---|
13 | {
|
---|
14 | -moz-border-radius: 5px;
|
---|
15 | -webkit-border-radius: 5px;
|
---|
16 | border-radius: 5px;
|
---|
17 | border: 1px solid #D3D3D3;
|
---|
18 | padding: 5px;
|
---|
19 | }
|
---|
20 |
|
---|
21 | .cke_skin_kama span.cke_browser_webkit,
|
---|
22 | .cke_skin_kama span.cke_browser_gecko18
|
---|
23 | {
|
---|
24 | display: block;
|
---|
25 | }
|
---|
26 |
|
---|
27 | .cke_skin_kama .cke_wrapper
|
---|
28 | {
|
---|
29 | -moz-border-radius: 5px;
|
---|
30 | -webkit-border-radius: 5px;
|
---|
31 | -webkit-touch-callout: none;
|
---|
32 | border-radius: 5px;
|
---|
33 | background-color: #d3d3d3;
|
---|
34 | background-image: url(images/sprites.png);
|
---|
35 | background-repeat: repeat-x;
|
---|
36 | background-position: 0 -1950px;
|
---|
37 | display: block;
|
---|
38 | /* IE Quirks: editor chrome overflow horizontally without an explicit width. */
|
---|
39 | _display: inline-block;
|
---|
40 | padding: 5px;
|
---|
41 |
|
---|
42 | /*background-color: Red;*/
|
---|
43 | }
|
---|
44 |
|
---|
45 | .cke_shared .cke_skin_kama .cke_wrapper
|
---|
46 | {
|
---|
47 | padding-bottom: 0;
|
---|
48 | }
|
---|
49 |
|
---|
50 | .cke_skin_kama .cke_browser_ie6 .cke_wrapper,
|
---|
51 | .cke_skin_kama .cke_browser_iequirks .cke_wrapper
|
---|
52 | {
|
---|
53 | background-image: none;
|
---|
54 | }
|
---|
55 |
|
---|
56 | .cke_skin_kama .cke_editor
|
---|
57 | {
|
---|
58 | display: inline-table;
|
---|
59 | width: 100%;
|
---|
60 | }
|
---|
61 |
|
---|
62 | .cke_skin_kama .cke_browser_ie .cke_editor,
|
---|
63 | .cke_skin_kama .cke_browser_webkit .cke_editor
|
---|
64 | {
|
---|
65 | display: table; /* #6684, #8342 */
|
---|
66 | }
|
---|
67 |
|
---|
68 | .cke_skin_kama .ltr .cke_browser_ie iframe
|
---|
69 | {
|
---|
70 | margin-right: -10px;
|
---|
71 | }
|
---|
72 |
|
---|
73 | .cke_skin_kama .rtl .cke_browser_ie iframe
|
---|
74 | {
|
---|
75 | margin-left: -10px;
|
---|
76 | }
|
---|
77 |
|
---|
78 | .cke_skin_kama .cke_browser_opera .cke_editor.cke_skin_kama .cke_resizer
|
---|
79 | {
|
---|
80 | display: table;
|
---|
81 | }
|
---|
82 |
|
---|
83 | .cke_skin_kama .cke_contents
|
---|
84 | {
|
---|
85 | margin: 5px;
|
---|
86 | }
|
---|
87 |
|
---|
88 | .cke_skin_kama .cke_hc .cke_contents
|
---|
89 | {
|
---|
90 | border: 1px solid black;
|
---|
91 | }
|
---|
92 |
|
---|
93 | .cke_skin_kama .cke_contents iframe
|
---|
94 | {
|
---|
95 | background-color: #fff;
|
---|
96 | }
|
---|
97 |
|
---|
98 | .cke_skin_kama .cke_focus
|
---|
99 | {
|
---|
100 | outline: auto 5px -webkit-focus-ring-color;
|
---|
101 | }
|
---|
102 |
|
---|
103 | .cke_skin_kama textarea.cke_source
|
---|
104 | {
|
---|
105 | font-family: 'Courier New' , Monospace;
|
---|
106 | font-size: small;
|
---|
107 | background-color: #fff;
|
---|
108 | white-space: pre;
|
---|
109 | }
|
---|
110 |
|
---|
111 | .cke_skin_kama .cke_browser_iequirks textarea.cke_source
|
---|
112 | {
|
---|
113 | /* For IE6+Quirks only */
|
---|
114 | _white-space: normal;
|
---|
115 | }
|
---|
116 |
|
---|
117 | .cke_skin_kama .cke_resizer
|
---|
118 | {
|
---|
119 | width: 12px;
|
---|
120 | height: 12px;
|
---|
121 | margin-top: 9px;
|
---|
122 | display: block;
|
---|
123 | float: right;
|
---|
124 | /* resizer.gif*/
|
---|
125 | background-image: url(images/sprites.png);
|
---|
126 | _background-image: url(images/sprites_ie6.png);
|
---|
127 | background-position: 0 -1428px;
|
---|
128 | background-repeat: no-repeat;
|
---|
129 | cursor: se-resize;
|
---|
130 | }
|
---|
131 |
|
---|
132 | /* Adobe AIR doesn't support *-resize cursor shape. */
|
---|
133 | .cke_skin_kama .cke_browser_air .cke_resizer,
|
---|
134 | .cke_skin_kama .cke_browser_air .cke_rtl .cke_resizer
|
---|
135 | {
|
---|
136 | cursor: move;
|
---|
137 | }
|
---|
138 |
|
---|
139 | .cke_skin_kama .cke_resizer_rtl
|
---|
140 | {
|
---|
141 | cursor: sw-resize;
|
---|
142 | /* resizer_rtl.gif*/
|
---|
143 | background-position: 0 -1455px;
|
---|
144 | float: left;
|
---|
145 | }
|
---|
146 |
|
---|
147 | .cke_skin_kama .cke_resizer_horizontal,
|
---|
148 | .cke_skin_kama .cke_rtl .cke_resizer_horizontal
|
---|
149 | {
|
---|
150 | cursor: e-resize;
|
---|
151 | }
|
---|
152 |
|
---|
153 | .cke_skin_kama .cke_resizer_vertical,
|
---|
154 | .cke_skin_kama .cke_rtl .cke_resizer_vertical
|
---|
155 | {
|
---|
156 | cursor: n-resize;
|
---|
157 | }
|
---|
158 |
|
---|
159 | .cke_skin_kama .cke_maximized .cke_resizer
|
---|
160 | {
|
---|
161 | display: none;
|
---|
162 | }
|
---|
163 |
|
---|
164 | .cke_skin_kama .cke_browser_ie6 .cke_contents textarea,
|
---|
165 | .cke_skin_kama .cke_browser_ie7 .cke_contents textarea
|
---|
166 | {
|
---|
167 | position: absolute;
|
---|
168 | }
|
---|
169 |
|
---|
170 | .cke_skin_kama .cke_browser_ie.cke_browser_quirks .cke_contents iframe
|
---|
171 | {
|
---|
172 | position: absolute;
|
---|
173 | top: 0;
|
---|
174 | }
|
---|
175 |
|
---|
176 | .cke_skin_kama .cke_browser_ie6 .cke_editor,
|
---|
177 | .cke_skin_kama .cke_browser_ie7 .cke_editor
|
---|
178 | {
|
---|
179 | display: inline-block;
|
---|
180 | }
|
---|
181 |
|
---|
182 | .cke_skin_kama .cke_browser_ie6 .cke_editor,
|
---|
183 | .cke_shared .cke_skin_kama .cke_browser_ie7 .cke_wrapper
|
---|
184 | {
|
---|
185 | padding-bottom: 5px;
|
---|
186 | }
|
---|
187 |
|
---|
188 | /* All voice labels are not displayed. */
|
---|
189 | .cke_skin_kama .cke_voice_label
|
---|
190 | {
|
---|
191 | display: none;
|
---|
192 | }
|
---|
193 |
|
---|
194 | .cke_skin_kama legend.cke_voice_label
|
---|
195 | {
|
---|
196 | display: none;
|
---|
197 | }
|
---|
198 |
|
---|
199 | .cke_skin_kama .cke_browser_ie legend.cke_voice_label
|
---|
200 | {
|
---|
201 | position: absolute;
|
---|
202 | display: block;
|
---|
203 | width: 0;
|
---|
204 | height: 0;
|
---|
205 | overflow: hidden;
|
---|
206 | }
|
---|