JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.0
[ckeditor.git] / _source / skins / v2 / elementspath.css
diff --git a/_source/skins/v2/elementspath.css b/_source/skins/v2/elementspath.css
new file mode 100644 (file)
index 0000000..4b2a7f4
--- /dev/null
@@ -0,0 +1,68 @@
+/*\r
+Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.\r
+For licensing, see LICENSE.html or http://ckeditor.com/license\r
+*/\r
+\r
+@media print\r
+{\r
+       .cke_path\r
+       {\r
+               display: none;\r
+       }\r
+}\r
+\r
+.cke_skin_v2 .cke_path\r
+{\r
+       padding: 3px 3px 0 3px;\r
+       display: inline-block;\r
+       float: left;\r
+}\r
+\r
+.cke_skin_v2 .cke_rtl .cke_path\r
+{\r
+       float: right;\r
+}\r
+\r
+.cke_skin_v2 .cke_path a,\r
+.cke_skin_v2 .cke_path .cke_empty\r
+{\r
+       display: inline-block;\r
+       float: left;\r
+       border: solid 1px #efefde;\r
+       background-color: #efefde;\r
+       padding-top: 1px;\r
+       padding-bottom: 1px;\r
+       padding-left: 4px;\r
+       padding-right: 4px;\r
+       margin-bottom : 3px;\r
+}\r
+\r
+.cke_skin_v2 .cke_path .cke_empty\r
+{\r
+       visibility: hidden;\r
+}\r
+\r
+.cke_skin_v2 .cke_rtl .cke_path a,\r
+.cke_skin_v2 .cke_rtl .cke_path cke_empty\r
+{\r
+       float: right;\r
+}\r
+\r
+.cke_skin_v2 .cke_path a:hover,\r
+.cke_skin_v2 .cke_path a:focus,\r
+.cke_skin_v2 .cke_path a:active        /* IE */\r
+{\r
+       border: solid 1px #316ac5;\r
+       background-color: #dff1ff;\r
+       padding-top: 1px;\r
+       padding-bottom: 1px;\r
+       padding-left: 4px;\r
+       padding-right: 4px;\r
+       outline: none;\r
+}\r
+\r
+.cke_skin_v2 .cke_browser_ie .cke_rtl .cke_path a,\r
+.cke_skin_v2 .cke_browser_ie .cke_rtl .cke_path .cke_empty\r
+{\r
+       float: none;\r
+}\r