Sha256: d3c60c405d1a7ebb8161e7949f1aeecf087024ef8a877660daa5baa4c48e4012

Contents?: true

Size: 1.49 KB

Versions: 5

Compression:

Stored size: 1.49 KB

Contents

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

/**
 * Reset and Default Values
 */
.cke_skin_v2 *,
.cke_skin_v2 a:hover,
.cke_skin_v2 a:link,
.cke_skin_v2 a:visited,
.cke_skin_v2 a:active
{
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
	text-decoration: none;
	font: normal normal normal 100% Sans-Serif;
	width: auto;
	height: auto;
	border-collapse: collapse;
	text-align: left;
	vertical-align: baseline;
	white-space: nowrap;
	cursor: auto;
	color: #000;

    font-size: 11px;
    font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
}

.cke_skin_v2 .cke_rtl *,
.cke_skin_v2 .cke_rtl a:hover,
.cke_skin_v2 .cke_rtl a:link,
.cke_skin_v2 .cke_rtl a:visited,
.cke_skin_v2 .cke_rtl a:active,
.cke_rtl .cke_skin_v2 *,
.cke_rtl .cke_skin_v2 a:hover,
.cke_rtl .cke_skin_v2 a:link,
.cke_rtl .cke_skin_v2 a:visited,
.cke_rtl .cke_skin_v2 a:active
{
	text-align: right;
}

.cke_skin_v2 iframe
{
	vertical-align: inherit;	/** For IE */
}

.cke_skin_v2 textarea
{
	white-space: pre;
}

.cke_skin_v2 .cke_browser_gecko textarea
{
	cursor: text;
}

.cke_skin_v2 .cke_browser_gecko textarea[disabled]
{
	cursor: default;
}

.cke_skin_v2 input[type="text"],
.cke_skin_v2 input[type="password"]
{
	cursor: text;
}

.cke_skin_v2 input[type="text"][disabled],
.cke_skin_v2 input[type="password"][disabled]
{
	cursor: default;
}

Version data entries

5 entries across 5 versions & 2 rubygems

Version Path
radiant-ck_editor_filter-extension-0.2.0 public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/reset.css
radiant-ck_editor_filter-extension-0.1.1 public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/v2/reset.css
ckeditor-3.2.4 lib/generators/templates/ckeditor/_source/skins/v2/reset.css
ckeditor-3.2.3 lib/generators/templates/ckeditor/_source/skins/v2/reset.css
ckeditor-3.2.1 lib/generators/templates/ckeditor/_source/skins/v2/reset.css