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