source: extensions/FCKEditor/ckeditor/contents.css @ 4629

Last change on this file since 4629 was 4629, checked in by patdenice, 14 years ago

[Plugin][FCK Editor]
Update to CKEditor v3.0.2
Add simple WYSIWYG editor to category edition, picture edition, NBM.
Still available for Additional Pages and PWG Stuffs.

File size: 674 bytes
Line 
1/*
2Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.html or http://ckeditor.com/license
4*/
5
6body
7{
8        /* Font */
9        font-family: Arial, Verdana, sans-serif;
10        font-size: 12px;
11
12        /* Text color */
13        color: #222;
14
15        /* Remove the background color to make it transparent */
16        background-color: #fff;
17}
18
19html
20{
21        /* #3658: [IE6] Editor document has horizontal scrollbar on long lines
22        To prevent this misbehavior, we show the scrollbar always */
23        _overflow-y: scroll
24}
25
26img:-moz-broken
27{
28        -moz-force-broken-image-icon : 1;
29        width : 24px;
30        height : 24px;
31}
32img, input, textarea
33{
34        cursor: default;
35}
Note: See TracBrowser for help on using the repository browser.