X-Git-Url: http://git.cyclocoop.org/?p=velocampus%2Fweb%2Fwww.git;a=blobdiff_plain;f=www%2Fplugins%2Fauto%2Fariane2%2Fcss%2FBreadCrumb.css;fp=www%2Fplugins%2Fauto%2Fariane2%2Fcss%2FBreadCrumb.css;h=9999306cd1ca33e63071a96764870995198f99b0;hp=0000000000000000000000000000000000000000;hb=80b4d3e85f78d402ed2e73f8f5d1bf4c19962eed;hpb=aaf970bf4cdaf76689ecc10609048e18d073820c diff --git a/www/plugins/auto/ariane2/css/BreadCrumb.css b/www/plugins/auto/ariane2/css/BreadCrumb.css new file mode 100644 index 0000000..9999306 --- /dev/null +++ b/www/plugins/auto/ariane2/css/BreadCrumb.css @@ -0,0 +1,114 @@ +/* Float Clearing + ---------------------------------------------------------------------*/ + +.module:after +{ + clear: both; + content: "."; + display: block; + height: 0; + visibility: hidden; +} + +/* float clearing for IE6 */ +* html .module +{ + height: 1%; + overflow: visible; +} + +/* float clearing for IE7 */ +* + html .module +{ + min-height: 1%; +} + +/* Breadcrumb Styles + ---------------------------------------------------------------------*/ + +.breadCrumb +{ + margin-bottom: 5px; + padding: 0; + float: left; + display: block; + height: 21px; + overflow: hidden; + width: auto; + padding:5px; + background:#fff; +} +.breadCrumb ul +{ + margin: 0; + padding: 0; + height: 21px; + display: block; +} +.breadCrumb ul li +{ + display: block; + float: left; + position: relative; + height: 21px; + overflow: hidden; + line-height: 21px; + margin: 0px 6px 0px 0; + padding: 0px 10px 0px 0; + font-size: .9167em; + color: #CCC; + background: url(../Images/Chevron.gif) no-repeat 100% 0; +} +.breadCrumb ul li div.chevronOverlay +{ + position: absolute; + right: 0; + top: 0; + z-index: 2; +} +.breadCrumb ul li span +{ + display: block; + overflow: hidden; +} +.breadCrumb ul li a +{ + display: block; + position: relative; + height: 21px; + line-height: 21px; + overflow: hidden; + float: left; + color: #CCC; +} +.breadCrumb ul li a:hover +{ + color: #666; +} +.breadCrumb ul li.first a +{ + height: 16px !important; + text-indent:-1000em; + width:16px; + padding: 0; + margin-top: 2px; + overflow: hidden; + background:url(../Images/IconHome.gif) no-repeat 0 -16px; +} +.breadCrumb ul li.first a:hover +{ + background-position: 0 0; +} +.breadCrumb ul li.last +{ + background: none; + margin-right: 0; + padding-right: 0; +} +.chevronOverlay +{ + display: none; + background: url(../Images/ChevronOverlay.png) no-repeat 100% 0; + width: 13px; + height: 20px; +}