ckeditor/plugins/templates/dialogs/templates.css
changeset 0 44d330dccc59
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ckeditor/plugins/templates/dialogs/templates.css	Thu Dec 15 18:10:20 2016 +0300
     1.3 @@ -0,0 +1,84 @@
     1.4 +/*
     1.5 +Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
     1.6 +For licensing, see LICENSE.md or http://ckeditor.com/license
     1.7 +*/
     1.8 +
     1.9 +.cke_tpl_list
    1.10 +{
    1.11 +	border: #dcdcdc 2px solid;
    1.12 +	background-color: #ffffff;
    1.13 +	overflow-y: auto;
    1.14 +	overflow-x: hidden;
    1.15 +	width: 100%;
    1.16 +	height: 220px;
    1.17 +}
    1.18 +
    1.19 +.cke_tpl_item
    1.20 +{
    1.21 +	margin: 5px;
    1.22 +	padding: 7px;
    1.23 +	border: #eeeeee 1px solid;
    1.24 +	*width: 88%;
    1.25 +}
    1.26 +
    1.27 +.cke_tpl_preview
    1.28 +{
    1.29 +	border-collapse: separate;
    1.30 +	text-indent:0;
    1.31 +	width: 100%;
    1.32 +}
    1.33 +.cke_tpl_preview td
    1.34 +{
    1.35 +	padding: 2px;
    1.36 +	vertical-align: middle;
    1.37 +}
    1.38 +.cke_tpl_preview .cke_tpl_preview_img
    1.39 +{
    1.40 +	width: 100px;
    1.41 +}
    1.42 +.cke_tpl_preview span
    1.43 +{
    1.44 +	white-space: normal;
    1.45 +}
    1.46 +
    1.47 +.cke_tpl_title
    1.48 +{
    1.49 +	font-weight: bold;
    1.50 +}
    1.51 +
    1.52 +.cke_tpl_list a:hover .cke_tpl_item,
    1.53 +.cke_tpl_list a:focus .cke_tpl_item,
    1.54 +.cke_tpl_list a:active .cke_tpl_item
    1.55 +{
    1.56 +	border: #ff9933 1px solid;
    1.57 +	background-color: #fffacd;
    1.58 +}
    1.59 +
    1.60 +.cke_tpl_list a:hover *,
    1.61 +.cke_tpl_list a:focus *,
    1.62 +.cke_tpl_list a:active *
    1.63 +{
    1.64 +	cursor: pointer;
    1.65 +}
    1.66 +
    1.67 +/* IE Quirks contextual selectors children will not get :hover transition until
    1.68 +	the hover style of the link itself contains certain CSS declarations. */
    1.69 +.cke_browser_quirks .cke_tpl_list a:active,
    1.70 +.cke_browser_quirks .cke_tpl_list a:hover,
    1.71 +.cke_browser_quirks .cke_tpl_list a:focus
    1.72 +{
    1.73 +	background-position: 0 0;
    1.74 +}
    1.75 +
    1.76 +.cke_hc .cke_tpl_list a:hover .cke_tpl_item,
    1.77 +.cke_hc .cke_tpl_list a:focus .cke_tpl_item,
    1.78 +.cke_hc .cke_tpl_list a:active .cke_tpl_item
    1.79 +{
    1.80 +	border-width: 3px;
    1.81 +}
    1.82 +
    1.83 +.cke_tpl_empty, .cke_tpl_loading
    1.84 +{
    1.85 +	text-align: center;
    1.86 +	padding: 5px;
    1.87 +}