initial commit
[namibia] / public / scripts / ckeditor / _source / skins / office2003 / elementspath.css
1 /*
2 Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
3 For 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_office2003 .cke_path
15 {
16         padding: 3px 3px 0 3px;
17         display: inline-block;
18         float: left;
19 }
20
21 .cke_skin_office2003 .cke_rtl .cke_path
22 {
23         float: right;
24 }
25
26 .cke_skin_office2003 .cke_path a,
27 .cke_skin_office2003 .cke_path .cke_empty
28 {
29         display: inline-block;
30         float: left;
31         border: solid 1px #f7f8fd;
32         background-color: #f7f8fd;
33         padding-top: 1px;
34         padding-bottom: 1px;
35         padding-left: 4px;
36         padding-right: 4px;
37         margin-bottom : 3px;
38         cursor: default;
39 }
40
41 .cke_skin_office2003 .cke_path .cke_empty
42 {
43         visibility: hidden;
44 }
45
46 .cke_skin_office2003 .cke_rtl .cke_path a,
47 .cke_skin_office2003 .cke_rtl .cke_path cke_empty
48 {
49         float: right;
50 }
51
52 .cke_skin_office2003 .cke_path a:hover,
53 .cke_skin_office2003 .cke_path a:focus,
54 .cke_skin_office2003 .cke_path a:active /* IE */
55 {
56         border: solid 1px #316ac5;
57         background-color: #dff1ff;
58         padding-top: 1px;
59         padding-bottom: 1px;
60         padding-left: 4px;
61         padding-right: 4px;
62         outline: none;
63 }
64
65 .cke_skin_office2003 .cke_browser_ie .cke_rtl .cke_path a,
66 .cke_skin_office2003 .cke_browser_ie .cke_rtl .cke_path .cke_empty
67 {
68         float: none;
69 }
70
71 .cke_skin_office2003 .cke_path .cke_label
72 {
73         display: none;
74 }