JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.1
[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 }\r
25 \r
26 img:-moz-broken\r
27 {\r
28         -moz-force-broken-image-icon : 1;\r
29         width : 24px;\r
30         height : 24px;\r
31 }\r
32 img, input, textarea\r
33 {\r
34         cursor: default;\r
35 }\r