source: trunk/phpgwapi/js/ckeditor/_source/skins/kama/elementspath.css @ 2862

Revision 2862, 1.2 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@media print
7{
8        .cke_path
9        {
10                display: none;
11        }
12}
13
14.cke_skin_kama .cke_path
15{
16        display: inline-block;
17        float: left;
18        margin-top: 5px;
19}
20
21.cke_skin_kama .cke_rtl .cke_path
22{
23        float: right;
24}
25
26.cke_shared .cke_skin_kama .cke_path
27{
28        _width: 100%;
29        margin: 0 0 5px;
30}
31
32.cke_skin_kama .cke_path a,
33.cke_skin_kama .cke_path .cke_empty
34{
35        display: inline-block;
36        float: left;
37        padding: 1px 4px 0;
38        color: #60676a;
39}
40
41.cke_skin_kama .cke_path .cke_empty
42{
43        visibility: hidden;
44}
45
46.cke_skin_kama .cke_rtl .cke_path a,
47.cke_skin_kama .cke_rtl .cke_path cke_empty
48{
49        float: right;
50}
51
52.cke_skin_kama .cke_path a:hover,
53.cke_skin_kama .cke_path a:focus,
54.cke_skin_kama .cke_path a:active       /* IE */
55{
56        background-color: #dff1ff;
57        padding: 1px 4px 0;
58        outline: none;
59        color : #000;
60}
61
62/* IE double float-right workaround */
63.cke_skin_kama .cke_browser_ie .cke_rtl .cke_path a,
64.cke_skin_kama .cke_browser_ie .cke_rtl .cke_path .cke_empty
65{
66        float: none;
67}
68
69.cke_skin_kama .cke_path .cke_label
70{
71        display: none;
72}
Note: See TracBrowser for help on using the repository browser.