Sha256: 00872dd09f03b59c4a033fbaaea1c8a42bef86a313587de3cbff31dc5aa2216d

Contents?: true

Size: 1.61 KB

Versions: 5

Compression:

Stored size: 1.61 KB

Contents

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

/**
 * Styles for the "templates" plugin.
 */

.cke_skin_kama .cke_tpl_list
{
	border: #dcdcdc 2px solid;
	background-color: #ffffff;
	overflow-y: auto;
	overflow-x: hidden;
	width: 100%;
	height: 220px;
}

.cke_skin_kama .cke_tpl_item
{
	margin: 5px;
	padding: 7px;
	border: #eeeeee 1px solid;
	*width: 88%;
}

.cke_skin_kama .cke_tpl_preview
{
	border-collapse: separate;
	text-indent:0;
	width: 100%;
}
.cke_skin_kama .cke_tpl_preview td
{
	padding: 2px;
	vertical-align: middle;
}
.cke_skin_kama .cke_tpl_preview .cke_tpl_preview_img
{
	width: 100px;
}
.cke_skin_kama .cke_tpl_preview span
{
	white-space: normal;
}

.cke_skin_kama .cke_tpl_title
{
	font-weight: bold;
}

.cke_skin_kama .cke_tpl_list a:active .cke_tpl_item,
.cke_skin_kama .cke_tpl_list a:hover .cke_tpl_item,
.cke_skin_kama .cke_tpl_list a:focus .cke_tpl_item
{
	border: #ff9933 1px solid;
	background-color: #fffacd;
	cursor: pointer;
	cursor: hand;
}

.cke_skin_kama .cke_hc .cke_tpl_list a:active .cke_tpl_item,
.cke_skin_kama .cke_hc .cke_tpl_list a:hover .cke_tpl_item,
.cke_skin_kama .cke_hc .cke_tpl_list a:focus .cke_tpl_item
{
	border-width: 3px;
}

/*
 * Fix property 'cursor' doesn't inherit on table
 */
.cke_skin_kama .cke_tpl_list a:active *,
.cke_skin_kama .cke_tpl_list a:hover *,
.cke_skin_kama .cke_tpl_list a:focus *
{
	cursor: inherit;
}

.cke_skin_kama .cke_tpl_empty, .cke_tpl_loading
{
	text-align: center;
	padding: 5px;
}

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/kama/templates.css
radiant-ck_editor_filter-extension-0.1.1 public/javascripts/extensions/ck_editor_filter/ckeditor/_source/skins/kama/templates.css
ckeditor-3.2.4 lib/generators/templates/ckeditor/_source/skins/kama/templates.css
ckeditor-3.2.3 lib/generators/templates/ckeditor/_source/skins/kama/templates.css
ckeditor-3.2.1 lib/generators/templates/ckeditor/_source/skins/kama/templates.css