X-Git-Url: https://scm.cri.ensmp.fr/git/ckeditor.git/blobdiff_plain/e7f8fb547940c134de50db80ffaf54be1135ca7b:/skins/ckeditor/plugins/templates/dialogs/templates.css..fbd145a2acd338b7bb7d152fa24692d8ff3e6b4c:/Products/ckeditor/skins/ckeditor/plugins/templates/dialogs/static/gitweb.js diff --git a/skins/ckeditor/plugins/templates/dialogs/templates.css b/skins/ckeditor/plugins/templates/dialogs/templates.css deleted file mode 100644 index ccb922a..0000000 --- a/skins/ckeditor/plugins/templates/dialogs/templates.css +++ /dev/null @@ -1,84 +0,0 @@ -/* -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: 220px; -} - -.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; -} - -/* IE6 contextual selectors childs won't get :hover transition until, - the hover style of the link itself contains certain CSS declarations.*/ -.cke_browser_ie6 .cke_tpl_list a:active, -.cke_browser_ie6 .cke_tpl_list a:hover, -.cke_browser_ie6 .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; -}