source: trunk/phpgwapi/js/ckeditor/_source/skins/office2003/templates.css @ 2862

Revision 2862, 1.6 KB checked in by rodsouza, 14 years ago (diff)

Ticket #663 - Atualizando e centralizando o CKEditor (v. 3.2.1)

Line 
1/*
2Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.html or http://ckeditor.com/license
4*/
5
6/**
7 * Styles for the "templates" plugin.
8 */
9
10.cke_skin_office2003 .cke_tpl_list
11{
12        border: #dcdcdc 2px solid;
13        background-color: #ffffff;
14        overflow: auto;
15        width: 100%;
16        height: 220px;
17}
18
19.cke_skin_office2003 .cke_tpl_item
20{
21        margin: 5px;
22        padding: 7px;
23        border: #eeeeee 1px solid;
24        *width: 88%;
25}
26
27.cke_skin_office2003 .cke_tpl_preview
28{
29        border-collapse: separate;
30        text-indent:0;
31        width: 100%;
32}
33.cke_skin_office2003 .cke_tpl_preview td
34{
35        padding: 2px;
36        vertical-align: middle;
37}
38.cke_skin_office2003 .cke_tpl_preview .cke_tpl_preview_img
39{
40        width: 100px;
41}
42.cke_skin_office2003 .cke_tpl_preview span
43{
44        white-space: normal;
45}
46
47.cke_skin_office2003 .cke_tpl_title
48{
49        font-weight: bold;
50}
51
52.cke_skin_office2003 .cke_tpl_list a:active .cke_tpl_item,
53.cke_skin_office2003 .cke_tpl_list a:hover .cke_tpl_item,
54.cke_skin_office2003 .cke_tpl_list a:focus .cke_tpl_item
55{
56        border: #ff9933 1px solid !important;
57        background-color: #fffacd !important;
58        cursor: pointer;
59        cursor: hand;
60}
61
62.cke_skin_office2003 .cke_tpl_list a:active .cke_tpl_item,
63.cke_skin_office2003 .cke_tpl_list a:hover .cke_tpl_item,
64.cke_skin_office2003 .cke_tpl_list a:focus .cke_tpl_item
65{
66        border-width: 3px;
67}
68
69/*
70 * Fix property 'cursor' doesn't inherit on table
71 */
72.cke_skin_office2003 .cke_tpl_hover *
73{
74        cursor: inherit;
75}
76
77.cke_skin_office2003 .cke_tpl_empty, .cke_tpl_loading
78{
79        text-align: center;
80        padding: 5px;
81}
Note: See TracBrowser for help on using the repository browser.