| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 /* 2 Copyright (c) 2003-2010, 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_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 cursor: default; 40 } 41 42 .cke_skin_kama .cke_path .cke_empty 43 { 44 visibility: hidden; 45 } 46 47 .cke_skin_kama .cke_rtl .cke_path a, 48 .cke_skin_kama .cke_rtl .cke_path cke_empty 49 { 50 float: right; 51 } 52 53 .cke_skin_kama .cke_path a:hover, 54 .cke_skin_kama .cke_path a:focus, 55 .cke_skin_kama .cke_path a:active /* IE */ 56 { 57 background-color: #dff1ff; 58 padding: 1px 4px 0; 59 outline: none; 60 color : #000; 61 } 62 63 /* IE double float-right workaround */ 64 .cke_skin_kama .cke_browser_ie .cke_rtl .cke_path a, 65 .cke_skin_kama .cke_browser_ie .cke_rtl .cke_path .cke_empty 66 { 67 float: none; 68 } 69 70 .cke_skin_kama .cke_path .cke_label 71 { 72 display: none; 73 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |