|
|
@@ -324,23 +324,11 @@ ul {
|
|
|
|
|
|
#breadcrumbs-one li {
|
|
|
float: left;
|
|
|
- height : 32px;
|
|
|
- border-top : 16px;
|
|
|
- border-top-color : darkorange;
|
|
|
- border-right:dashed 50px;
|
|
|
- border-radius : 0px 0px 25px 0px ;
|
|
|
- border-right-color : darkorange;
|
|
|
- padding-top : 6px;
|
|
|
-
|
|
|
- }
|
|
|
-
|
|
|
- #breadcrumbs-one ul {
|
|
|
- float: left;
|
|
|
- height : 80%;
|
|
|
}
|
|
|
|
|
|
#breadcrumbs-one a {
|
|
|
padding: .7em 1em .7em 4em;
|
|
|
+ float: left;
|
|
|
text-decoration: none;
|
|
|
color: #444;
|
|
|
position: relative;
|
|
|
@@ -352,14 +340,47 @@ ul {
|
|
|
}
|
|
|
|
|
|
|
|
|
+ #breadcrumbs-one a::after,
|
|
|
+ #breadcrumbs-one a::before {
|
|
|
+ content: "";
|
|
|
+ position: absolute;
|
|
|
+ top: 50%;
|
|
|
+ margin-top: -1.5em;
|
|
|
+ border-top: 1.5em solid transparent;
|
|
|
+ border-bottom: 1.7em solid transparent;
|
|
|
+ border-left: 1em solid;
|
|
|
+ right: -1em;
|
|
|
+ }
|
|
|
|
|
|
-
|
|
|
+ #breadcrumbs-one a::after {
|
|
|
+ z-index: 2;
|
|
|
+ border-left-color: orangered;
|
|
|
+ }
|
|
|
+
|
|
|
+ #breadcrumbs-one a::before {
|
|
|
+ border-left-color: orangered;
|
|
|
+ right: -1.1em;
|
|
|
+ z-index: 1;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+ #breadcrumbs-one .current,
|
|
|
+ #breadcrumbs-one .current:hover {
|
|
|
+ font-weight: bold;
|
|
|
+ background: none;
|
|
|
+ }
|
|
|
+
|
|
|
+ #breadcrumbs-one .current::after,
|
|
|
+ #breadcrumbs-one .current::before {
|
|
|
+ content: normal;
|
|
|
+ }
|
|
|
|
|
|
- #breadcrumbs-one li :hover {
|
|
|
+ #breadcrumbs-one :hover {
|
|
|
filter: brightness(110%);
|
|
|
}
|
|
|
|
|
|
- #breadcrumbs-one li :hover::after {
|
|
|
+ #breadcrumbs-one :hover::after {
|
|
|
filter: brightness(90%);
|
|
|
}
|
|
|
|