JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.4.2
[ckeditor.git] / contents.css
1 /*\r
2 Copyright (c) 2003-2010, 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 html\r
20 {\r
21         /* #3658: [IE6] Editor document has horizontal scrollbar on long lines\r
22         To prevent this misbehavior, we show the scrollbar always */\r
23         _overflow-y: scroll;\r
24         /* #6341: The text cursor must be set on the editor area. */\r
25         cursor: text;\r
26         /* #6632: Avoid having "text" shape of cursor in IE7 scrollbars.*/\r
27         *cursor:auto;\r
28 }\r
29 \r
30 img:-moz-broken\r
31 {\r
32         -moz-force-broken-image-icon : 1;\r
33         width : 24px;\r
34         height : 24px;\r
35 }\r
36 img, input, textarea\r
37 {\r
38         cursor: default;\r
39 }\r