| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /inetpub/wwwroot/control/ckeditor/_source/skins/kama/ |
Upload File : |
/*
Copyright (c) 2003-2011, 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;
}
.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: pointer;
}
/* IE6 contextual selectors childs won't get :hover transition until,
the hover style of the link itself contains certain CSS declarations.*/
.cke_skin_kama .cke_browser_ie6 .cke_tpl_list a:active,
.cke_skin_kama .cke_browser_ie6 .cke_tpl_list a:hover,
.cke_skin_kama .cke_browser_ie6 .cke_tpl_list a:focus
{
background-position: 0 0;
}
.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;
}
.cke_skin_kama .cke_tpl_empty, .cke_tpl_loading
{
text-align: center;
padding: 5px;
}