Sha256: 9547322c5bc8ad9e1a2b0ea1b0ec37f60e984de6ac647935021e9523f13fe67d

Contents?: true

Size: 674 Bytes

Versions: 13

Compression:

Stored size: 674 Bytes

Contents

/*
Copyright (c) 2003-2009, 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
}

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

Version data entries

13 entries across 7 versions & 2 rubygems

Version Path
openskip-skip_embedded-0.9.19 generators/skip_embedded_javascripts/templates/public/javascripts/skip_embedded/ckeditor/contents.css
typo-5.5 vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/contents.css
typo-5.5 public/javascripts/ckeditor/contents.css
typo-5.4.4 vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/contents.css
typo-5.4.4 public/javascripts/ckeditor/contents.css
typo-5.4.3 public/javascripts/ckeditor/contents.css
typo-5.4.3 vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/contents.css
typo-5.4.2 vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/contents.css
typo-5.4.2 public/javascripts/ckeditor/contents.css
typo-5.4.1 vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/contents.css
typo-5.4.1 public/javascripts/ckeditor/contents.css
typo-5.4 vendor/plugins/easy-ckeditor/public/javascripts/ckeditor/contents.css
typo-5.4 public/javascripts/ckeditor/contents.css