summaryrefslogtreecommitdiff
path: root/_source/skins/kama/elementspath.css
blob: 32c36a357d19856640f7413075f5d39ca317922d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
/*
Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/

@media print
{
	.cke_path
	{
		display: none;
	}
}

.cke_skin_kama .cke_path
{
	padding: 0 5px;
	display: inline-block;
	float: left;
}

.cke_skin_kama .cke_rtl .cke_path
{
	float: right;
}

.cke_skin_kama .cke_path a,
.cke_skin_kama .cke_path .cke_empty
{
	display: inline-block;
	float: left;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	margin-bottom : 3px;
	color: #60676a;
}

.cke_skin_kama .cke_path .cke_empty
{
	visibility: hidden;
}

.cke_skin_kama .cke_rtl .cke_path a,
.cke_skin_kama .cke_rtl .cke_path cke_empty
{
	float: right;
}

.cke_skin_kama .cke_path a:hover,
.cke_skin_kama .cke_path a:focus,
.cke_skin_kama .cke_path a:active	/* IE */
{
	background-color: #dff1ff;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 4px;
	padding-right: 4px;
	outline: none;
	color : #000;
}

/* IE double float-right workaround */
.cke_skin_kama .cke_browser_ie .cke_rtl .cke_path a,
.cke_skin_kama .cke_browser_ie .cke_rtl .cke_path .cke_empty
{
	float: none;
}