JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.5.3
[ckeditor.git] / contents.css
1 /*\r
2 Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.\r
3 For licensing, see LICENSE.html or http://ckeditor.com/license\r
4 */\r
5 \r
6 body\r
7 {\r
8         /* Font */\r
9         font-family: Arial, Verdana, sans-serif;\r
10         font-size: 12px;\r
11 \r
12         /* Text color */\r
13         color: #222;\r
14 \r
15         /* Remove the background color to make it transparent */\r
16         background-color: #fff;\r
17 }\r
18 \r
19 /* preserved spaces for rtl list item bullets. (#6249)*/\r
20 ol,ul,dl\r
21 {\r
22     padding-right:40px;\r
23 }\r
24 \r
25 html\r
26 {\r
27         /* #3658: [IE6] Editor document has horizontal scrollbar on long lines\r
28         To prevent this misbehavior, we show the scrollbar always */\r
29         _overflow-y: scroll;\r
30         /* #6341: The text cursor must be set on the editor area. */\r
31         cursor: text;\r
32         /* #6632: Avoid having "text" shape of cursor in IE7 scrollbars.*/\r
33         *cursor:auto;\r
34 }\r
35 \r
36 img:-moz-broken\r
37 {\r
38         -moz-force-broken-image-icon : 1;\r
39         width : 24px;\r
40         height : 24px;\r
41 }\r
42 img, input, textarea\r
43 {\r
44         cursor: default;\r
45 }\r