JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.1
[ckeditor.git] / _source / skins / office2003 / templates.css
1 /*\r
2 Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.\r
3 For licensing, see LICENSE.html or http://ckeditor.com/license\r
4 */\r
5 \r
6 /**\r
7  * Styles for the "templates" plugin.\r
8  */\r
9 \r
10 .cke_skin_office2003 .cke_tpl_list\r
11 {\r
12         border: #dcdcdc 2px solid;\r
13         background-color: #ffffff;\r
14         overflow: auto;\r
15         width: 100%;\r
16         height: 220px;\r
17 }\r
18 \r
19 .cke_skin_office2003 .cke_tpl_item\r
20 {\r
21         margin: 5px;\r
22         padding: 7px;\r
23         border: #eeeeee 1px solid;\r
24         *width: 88%;\r
25 }\r
26 \r
27 .cke_skin_office2003 .cke_tpl_preview\r
28 {\r
29         border-collapse: separate;\r
30         text-indent:0;\r
31         width: 100%;\r
32 }\r
33 .cke_skin_office2003 .cke_tpl_preview td\r
34 {\r
35         padding: 2px;\r
36         vertical-align: middle;\r
37 }\r
38 .cke_skin_office2003 .cke_tpl_preview .cke_tpl_preview_img\r
39 {\r
40         width: 100px;\r
41 }\r
42 .cke_skin_office2003 .cke_tpl_preview span\r
43 {\r
44         white-space: normal;\r
45 }\r
46 \r
47 .cke_skin_office2003 .cke_tpl_title\r
48 {\r
49         font-weight: bold;\r
50 }\r
51 \r
52 .cke_skin_office2003 .cke_tpl_hover\r
53 {\r
54         border: #ff9933 1px solid !important;\r
55         background-color: #fffacd !important;\r
56         cursor: pointer;\r
57         cursor: hand;\r
58 }\r
59 /*\r
60  * Fix property 'cursor' doesn't inherit on table\r
61  */\r
62 .cke_skin_office2003 .cke_tpl_hover *\r
63 {\r
64         cursor: inherit;\r
65 }\r
66 \r
67 .cke_skin_office2003 .cke_tpl_empty, .cke_tpl_loading\r
68 {\r
69         text-align: center;\r
70         padding: 5px;\r
71 }\r