Sha256: 5be70ce9318a81ade99c4e52f8ca8a15e461eec4979c23961ba1dba0e98c9f55

Contents?: true

Size: 839 Bytes

Versions: 66

Compression:

Stored size: 839 Bytes

Contents

/*
Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

body
{
	/* Font */
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;

	/* Text color */
	color: #222;

	/* Remove the background color to make it transparent */
	background-color: #fff;
}

html
{
	/* #3658: [IE6] Editor document has horizontal scrollbar on long lines
	To prevent this misbehavior, we show the scrollbar always */
	_overflow-y: scroll;
	/* #6341: The text cursor must be set on the editor area. */
	cursor: text;
	/* #6632: Avoid having "text" shape of cursor in IE7 scrollbars.*/
	*cursor:auto;
}

img:-moz-broken
{
	-moz-force-broken-image-icon : 1;
	width : 24px;
	height : 24px;
}
img, input, textarea
{
	cursor: default;
}

Version data entries

66 entries across 66 versions & 9 rubygems

Version Path
blog_logic-1.4.2 public/javascripts/ckeditor/contents.css
editorial_logic-1.4.2 public/javascripts/ckeditor/contents.css
site_logic-1.9.4 public/javascripts/ckeditor/contents.css
site_logic-1.9.3 public/javascripts/ckeditor/contents.css
blog_logic-1.4.1 public/javascripts/ckeditor/contents.css
ppc_logic-0.8.0 public/javascripts/ckeditor/contents.css
editorial_logic-1.4.1 public/javascripts/ckeditor/contents.css
blog_logic-1.4.0 public/javascripts/ckeditor/contents.css
editorial_logic-1.4.0 public/javascripts/ckeditor/contents.css
blog_logic-1.3.1 public/javascripts/ckeditor/contents.css
blog_logic-1.3.0 public/javascripts/ckeditor/contents.css
blog_logic-1.2.4 public/javascripts/ckeditor/contents.css
site_logic-1.9.2 public/javascripts/ckeditor/contents.css
blog_logic-1.2.3 public/javascripts/ckeditor/contents.css
blog_logic-1.2.2 public/javascripts/ckeditor/contents.css
blog_logic-1.2.1 public/javascripts/ckeditor/contents.css
editorial_logic-1.3.3 public/javascripts/ckeditor/contents.css
site_logic-1.9.1 public/javascripts/ckeditor/contents.css
blog_logic-1.2.0 public/javascripts/ckeditor/contents.css
blog_logic-1.1.9 public/javascripts/ckeditor/contents.css