[SPIP] +2.1.12
[velocampus/web/www.git] / www / plugins / auto / ariane2 / css / BreadCrumb.css
diff --git a/www/plugins/auto/ariane2/css/BreadCrumb.css b/www/plugins/auto/ariane2/css/BreadCrumb.css
new file mode 100644 (file)
index 0000000..9999306
--- /dev/null
@@ -0,0 +1,114 @@
+/* Float Clearing\r
+ ---------------------------------------------------------------------*/\r
+\r
+.module:after\r
+{\r
+       clear: both;\r
+       content: ".";\r
+       display: block;\r
+       height: 0;\r
+       visibility: hidden;\r
+}\r
+\r
+/* float clearing for IE6 */\r
+* html .module\r
+{\r
+       height: 1%;\r
+       overflow: visible;\r
+}\r
+\r
+/* float clearing for IE7 */\r
+* + html .module\r
+{\r
+       min-height: 1%;\r
+}\r
+\r
+/* Breadcrumb Styles\r
+ ---------------------------------------------------------------------*/\r
+\r
+.breadCrumb\r
+{\r
+       margin-bottom: 5px;\r
+       padding: 0;\r
+       float: left;\r
+       display: block;\r
+       height: 21px;\r
+       overflow: hidden;\r
+       width: auto;\r
+       padding:5px;\r
+       background:#fff;\r
+}\r
+.breadCrumb ul\r
+{\r
+       margin: 0;\r
+       padding: 0;\r
+       height: 21px;\r
+       display: block;\r
+}\r
+.breadCrumb ul li\r
+{\r
+       display: block;\r
+       float: left;\r
+       position: relative;\r
+       height: 21px;\r
+       overflow: hidden;\r
+       line-height: 21px;\r
+       margin: 0px 6px 0px 0;\r
+       padding: 0px 10px 0px 0;\r
+       font-size: .9167em;\r
+       color: #CCC;\r
+       background: url(../Images/Chevron.gif) no-repeat 100% 0;\r
+}\r
+.breadCrumb ul li div.chevronOverlay\r
+{\r
+       position: absolute;\r
+       right: 0;\r
+       top: 0;\r
+       z-index: 2;\r
+}\r
+.breadCrumb ul li span\r
+{\r
+       display: block;\r
+       overflow: hidden;\r
+}\r
+.breadCrumb ul li a\r
+{\r
+       display: block;\r
+       position: relative;\r
+       height: 21px;\r
+       line-height: 21px;\r
+       overflow: hidden;\r
+       float: left;\r
+       color: #CCC;\r
+}\r
+.breadCrumb ul li a:hover \r
+{\r
+       color: #666;\r
+}\r
+.breadCrumb ul li.first a\r
+{\r
+       height: 16px !important;\r
+       text-indent:-1000em;\r
+       width:16px;\r
+       padding: 0;\r
+       margin-top: 2px;\r
+       overflow: hidden;\r
+       background:url(../Images/IconHome.gif) no-repeat 0 -16px;\r
+}\r
+.breadCrumb ul li.first a:hover\r
+{\r
+       background-position: 0 0;\r
+}\r
+.breadCrumb ul li.last\r
+{\r
+       background: none;\r
+       margin-right: 0;\r
+       padding-right: 0;\r
+}\r
+.chevronOverlay\r
+{\r
+       display: none;\r
+       background: url(../Images/ChevronOverlay.png) no-repeat 100% 0;\r
+       width: 13px;\r
+       height: 20px;\r
+}\r