mirror of
https://github.com/skoelle/moonweb-www.git
synced 2026-09-17 17:50:24 +00:00
quicknav
This commit is contained in:
@@ -57,6 +57,11 @@
|
|||||||
|
|
||||||
</td></tr>
|
</td></tr>
|
||||||
<tr><td align="center"></td><td colspan="2">
|
<tr><td align="center"></td><td colspan="2">
|
||||||
|
{% if quicknav %}
|
||||||
|
<div class="mobile-footer-quicknav">
|
||||||
|
{% for entry in quicknav %}<a href="{{ entry.url }}" class="quicknav">{{ entry.label }}</a>{% if not loop.last %} - {% endif %}{% endfor %}
|
||||||
|
</div>
|
||||||
|
{% endif %}
|
||||||
<table border="0" cellpadding="10" cellspacing="0" width="610"><tr><td>
|
<table border="0" cellpadding="10" cellspacing="0" width="610"><tr><td>
|
||||||
<hr>
|
<hr>
|
||||||
<p class="footer">
|
<p class="footer">
|
||||||
|
|||||||
@@ -64,6 +64,10 @@ strong { color:#BBCCEE; background-color:#334444; font-weight:normal;}
|
|||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.mobile-footer-quicknav {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
/* ========================================
|
/* ========================================
|
||||||
MOBILE LAYOUT (Responsive)
|
MOBILE LAYOUT (Responsive)
|
||||||
======================================== */
|
======================================== */
|
||||||
@@ -230,6 +234,17 @@ strong { color:#BBCCEE; background-color:#334444; font-weight:normal;}
|
|||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Quicknav ueber Footer */
|
||||||
|
.mobile-footer-quicknav {
|
||||||
|
display: block !important;
|
||||||
|
padding: 12px 20px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
.mobile-footer-quicknav a.quicknav {
|
||||||
|
font-size: 14px;
|
||||||
|
margin: 0 4px;
|
||||||
|
}
|
||||||
|
|
||||||
/* Typografie anpassen */
|
/* Typografie anpassen */
|
||||||
body {
|
body {
|
||||||
font-size: 14px !important;
|
font-size: 14px !important;
|
||||||
|
|||||||
Reference in New Issue
Block a user