|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /home/queenjbs/www/ckeditor/_source/skins/v2/ |
Upload File : |
/*
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_v2 .cke_tpl_list
{
border: #dcdcdc 2px solid;
background-color: #ffffff;
overflow: auto;
width: 100%;
height: 220px;
}
.cke_skin_v2 .cke_tpl_item
{
margin: 5px;
padding: 7px;
border: #eeeeee 1px solid;
*width: 88%;
}
.cke_skin_v2 .cke_tpl_preview
{
border-collapse: separate;
text-indent:0;
width: 100%;
}
.cke_skin_v2 .cke_tpl_preview td
{
padding: 2px;
vertical-align: middle;
}
.cke_skin_v2 .cke_tpl_preview .cke_tpl_preview_img
{
width: 100px;
}
.cke_skin_v2 .cke_tpl_preview span
{
white-space: normal;
}
.cke_skin_v2 .cke_tpl_title
{
font-weight: bold;
}
.cke_skin_v2 .cke_tpl_hover
{
border: #ff9933 1px solid !important;
background-color: #fffacd !important;
cursor: pointer;
cursor: hand;
}
/*
* Fix property 'cursor' doesn't inherit on table
*/
.cke_skin_v2 .cke_tpl_hover *
{
cursor: inherit;
}
.cke_skin_v2 .cke_tpl_empty, .cke_tpl_loading
{
text-align: center;
padding: 5px;
}