src/cm/media/js/ckeditor/contents.css
author gibus
Sat, 10 Sep 2011 15:19:29 +0200
changeset 386 555135ac8900
parent 256 adccf7c023ef
permissions -rw-r--r--
add throbber to wait until text is loaded
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
256
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
     1
/*
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
     2
Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
     3
For licensing, see LICENSE.html or http://ckeditor.com/license
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
     4
*/
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
     5
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
     6
body
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
     7
{
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
     8
	/* Font */
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
     9
	font-family: Arial, Verdana, sans-serif;
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    10
	font-size: 12px;
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    11
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    12
	/* Text color */
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    13
	color: #222;
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    14
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    15
	/* Remove the background color to make it transparent */
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    16
	background-color: #fff;
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    17
}
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    18
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    19
html
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    20
{
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    21
	/* #3658: [IE6] Editor document has horizontal scrollbar on long lines
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    22
	To prevent this misbehavior, we show the scrollbar always */
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    23
	_overflow-y: scroll
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    24
}
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    25
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    26
img:-moz-broken
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    27
{
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    28
	-moz-force-broken-image-icon : 1;
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    29
	width : 24px;
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    30
	height : 24px;
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    31
}
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    32
img, input, textarea
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    33
{
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    34
	cursor: default;
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    35
}