breadcrumb

This commit is contained in:
Sebastian Frank
2019-02-13 16:30:09 +01:00
parent 11113eece0
commit bf2a836cdc
7 changed files with 45 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ body {
}
a {
color: black;
color: #222;
}
#content {
@@ -55,10 +55,36 @@ footer {
font-weight: bold;
}
#langSelect a img {
.langSelect a img {
border: 2px solid grey;
}
#langSelect a:hover img {
.langSelect a:hover img, .langSelect a.active img {
border: 2px solid black;
}
header .langSelect {
float: right;
padding: 20px;
}
#breadcrumb {
background-color: white;
padding-left: 20px;
padding-top: 20px;
}
#breadcrumb a {
text-decoration: none;
font-size: 0.6em;
color: #555;
padding-right: 10px;
}
#breadcrumb a:hover {
color: #000;
}
#breadcrumb a:before {
content: "▶ ";
}

BIN
example/assets/img/de.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 247 B

BIN
example/assets/img/en.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.6 KiB