Skip to content
Snippets Groups Projects
Commit 81eb668c authored by Benjamin Becker's avatar Benjamin Becker
Browse files

adds links for "Gebärdensprache" and "leichte Sprache"

parent 976ed344
No related branches found
No related tags found
No related merge requests found
......@@ -47,9 +47,9 @@
display: block;
} */
.language-switch {
.navbar .nav .language-switch {
float: right;
background-color: #f2f2f2;
/*background-color: #f2f2f2;*/
padding: 6px 10px;
margin-left: 20px;
height: 44px; /* dirty fix to make it the same height as schleswig-holstein.de */
......@@ -80,19 +80,53 @@
}
.language-switch .navLeichteSprache {
background: url(/base/images/sprite.png) no-repeat 6px -5557px;
background: url(/base/images/sprite.png) no-repeat 11px -5555px;
font: 0/0 serif;
display: block;
height: 20px;
/*height: 20px;*/
width: 20px;
overflow: hidden;
}
.language-switch .navLeichteSprache:hover {
background: #011e5a url(/base/images/sprite.png) no-repeat 6px -5334px;
.language-switch:hover .navLeichteSprache {
background: url(/base/images/sprite.png) no-repeat 11px -5332px;
}
.language-switch .navGebaerdensprache {
background: url(/base/images/sprite.png) no-repeat 11px -3385px;
font: 0/0 serif;
display: block;
/*height: 20px;*/
width: 20px;
overflow: hidden;
}
.language-switch:hover .navGebaerdensprache {
background: url(/base/images/sprite.png) no-repeat 11px -3161px;
}
@media (max-width: 767px) {
.language-switch .navLeichteSprache {
background: url(/base/images/sprite.png) no-repeat 11px -5559px;
}
.language-switch:hover .navLeichteSprache {
background: url(/base/images/sprite.png) no-repeat 11px -5336px;
}
.language-switch .navGebaerdensprache {
background: url(/base/images/sprite.png) no-repeat 11px -3389px;
}
.language-switch:hover .navGebaerdensprache {
background: url(/base/images/sprite.png) no-repeat 11px -3165px;
}
}
.masthead .top-search-form {
float:right;
background: #f2f2f2;
......
......@@ -103,6 +103,14 @@
</a>
</li>
{% endif %}
<li class="language-switch">
<a href="https://www.schleswig-holstein.de/tpgebaerdensprache" title="Gebärdensprache" class="navGebaerdensprache">
</a>
</li>
<li class="language-switch">
<a href="https://www.schleswig-holstein.de/tpleichtesprache" title="Leichte Sprache" class="navLeichteSprache">
</a>
</li>
</ul>
</nav>
<nav class="section navigation">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment