d15a1f4607be5e1a11f28cc4d5ec7918f18c0ed2
[ckeditor.git] / _source / skins / office2003 / 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_office2003 .cke_editor
7 {
8 display: inline-table;
9 width: 100%;
10 }
11 .cke_skin_office2003 .cke_browser_webkit .cke_editor
12 {
13 display: table; /* #6684 */
14 }
15
16 .cke_skin_office2003 span.cke_browser_webkit,
17 .cke_skin_office2003 span.cke_browser_gecko18
18 {
19 display: block;
20 }
21
22 .cke_skin_office2003,
23 .cke_skin_office2003 .cke_wrapper
24 {
25 display: block;
26 }
27
28 .cke_skin_office2003 .cke_top,
29 .cke_skin_office2003 .cke_bottom,
30 .cke_shared .cke_skin_office2003
31 {
32 background-color: #f7f8fd;
33 }
34
35 .cke_skin_office2003 .cke_top
36 {
37 border-top: solid 1px #fafaf5;
38 border-left: solid 1px #fafaf5;
39 border-right: solid 1px #696969;
40 border-bottom: solid 2px #696969;
41 }
42
43 .cke_skin_office2003 .cke_rtl .cke_top
44 {
45 border-left: solid 1px #696969;
46 border-right: solid 1px #fafaf5;
47 }
48
49 .cke_skin_office2003 .cke_bottom
50 {
51 border-left: solid 1px #696969;
52 border-right: solid 1px #696969;
53 border-bottom: solid 1px #696969;
54 }
55
56 .cke_skin_office2003 .cke_contents
57 {
58 border: solid 1px #696969;
59 /* Prevent background content from penetrate through when switching between editing modes. (#4918) */
60 background-color: white;
61 }
62
63 .cke_skin_office2003 .cke_focus
64 {
65 outline: auto 5px -webkit-focus-ring-color;
66 }
67
68 .cke_skin_office2003 textarea.cke_source
69 {
70 font-family: 'Courier New' , Monospace;
71 font-size: small;
72 white-space: pre;
73 background-color: #fff;
74 }
75
76 .cke_skin_office2003 .cke_browser_iequirks textarea.cke_source
77 {
78 /* For IE6+Quirks only */
79 _white-space: normal;
80 }
81
82 .cke_skin_office2003 .cke_resizer
83 {
84 width: 12px;
85 height: 12px;
86 margin-top: 16px;
87 display: block;
88 float: right;
89 /* resizer.gif*/
90 background-image: url(images/sprites.png);
91 _background-image: url(images/sprites_ie6.png);
92 background-position: 0 -1088px;
93 background-repeat: no-repeat;
94 cursor: se-resize;
95 }
96
97 /* Adobe AIR doesn't support *-resize cursor shape. */
98 .cke_skin_office2003 .cke_browser_air .cke_resizer,
99 .cke_skin_office2003 .cke_browser_air .cke_rtl .cke_resizer
100 {
101 cursor: move;
102 }
103
104 .cke_skin_office2003 .cke_resizer_rtl
105 {
106 cursor: sw-resize;
107 /* resizer_rtl.gif*/
108 background-position: 0 -1115px;
109 float: left;
110 }
111
112 .cke_skin_office2003 .cke_resizer_horizontal,
113 .cke_skin_office2003 .cke_rtl .cke_resizer_horizontal
114 {
115 cursor: e-resize;
116 }
117
118 .cke_skin_office2003 .cke_resizer_vertical,
119 .cke_skin_office2003 .cke_rtl .cke_resizer_vertical
120 {
121 cursor: n-resize;
122 }
123
124 .cke_skin_office2003 .cke_maximized .cke_resizer
125 {
126 display: none;
127 }
128
129 .cke_skin_office2003 .cke_browser_ie6 .cke_contents textarea,
130 .cke_skin_office2003 .cke_browser_ie7 .cke_contents textarea
131 {
132 position: absolute;
133 }
134
135 /* All voice labels are not displayed. */
136 .cke_skin_office2003 .cke_voice_label
137 {
138 display: none;
139 }
140
141 .cke_skin_office2003 legend.cke_voice_label
142 {
143 display: none;
144 }
145
146 .cke_skin_office2003 .cke_browser_ie legend.cke_voice_label
147 {
148 position: absolute;
149 display: block;
150 width: 0;
151 height: 0;
152 overflow: hidden;
153 }