Files
17168ERP/web/admin/ckeditor/plugins/EzTemplates/dialogs/templates.css
2025-08-29 01:27:25 +08:00

123 lines
2.0 KiB
CSS

/*
Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
.cke_tpl_list
{
border: #dcdcdc 2px solid;
background-color: #ffffff;
overflow-y: auto;
overflow-x: hidden;
width: 100%;
height: 340px;
}
.cke_tpl_item
{
margin: 5px;
padding: 7px;
border: #eeeeee 1px solid;
*width: 88%;
}
.cke_tpl_preview
{
border-collapse: separate;
text-indent:0;
width: 100%;
}
.cke_tpl_preview td
{
padding: 2px;
vertical-align: middle;
}
.cke_tpl_preview .cke_tpl_preview_img
{
width: 100px;
}
.cke_tpl_preview span
{
white-space: normal;
}
.cke_tpl_title
{
font-weight: bold;
}
.cke_tpl_list a:hover .cke_tpl_item,
.cke_tpl_list a:focus .cke_tpl_item,
.cke_tpl_list a:active .cke_tpl_item
{
border: #ff9933 1px solid;
background-color: #fffacd;
}
.cke_tpl_list a:hover *,
.cke_tpl_list a:focus *,
.cke_tpl_list a:active *
{
cursor: pointer;
}
/* IE Quirks contextual selectors children will not get :hover transition until
the hover style of the link itself contains certain CSS declarations. */
.cke_browser_quirks .cke_tpl_list a:active,
.cke_browser_quirks .cke_tpl_list a:hover,
.cke_browser_quirks .cke_tpl_list a:focus
{
background-position: 0 0;
}
.cke_hc .cke_tpl_list a:hover .cke_tpl_item,
.cke_hc .cke_tpl_list a:focus .cke_tpl_item,
.cke_hc .cke_tpl_list a:active .cke_tpl_item
{
border-width: 3px;
}
.cke_tpl_empty, .cke_tpl_loading
{
text-align: center;
padding: 5px;
}
.cke_tpl_list > a{
width:33.3333%;
float:left;
}
.cke_tpl_list > a:nth-child(3n+1){
clear: both;
}
.ck_kindBox {
padding: 5px 0;
display: block;
}
.ck_kindBox *{
font-size: 14px;
}
.ck_kindBox select{
margin:0 15px;
border: 1px solid #ccc;
padding: 2px 5px;
}
.cke_dialog_contents_body{
padding-top: 0px;
}
@media (max-width: 700px) {
.cke_tpl_list > a{
width:50%;
}
.cke_tpl_list > a:nth-child(3n+1){
clear: none;
}
.cke_tpl_list > a:nth-child(2n+1){
clear: both;
}
}
@media (max-width: 600px) {
.cke_tpl_list > a{
width:100%;
}
}