source: trunk/filemanager/tp/ckeditor/contents.css @ 2000

Revision 2000, 674 bytes checked in by amuller, 14 years ago (diff)

Ticket #597 - Implementação do módulo gerenciador de arquivos

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.