@@ -34,4 +34,9 @@ div{
|
||||
.start {
|
||||
background: #a00;
|
||||
color: black;
|
||||
}
|
||||
|
||||
footer span{
|
||||
border-color: red;
|
||||
background: rgba(0,0,0,0.7);
|
||||
}
|
||||
@@ -13,8 +13,7 @@
|
||||
<h3>Shortcuts</h3>
|
||||
<ul>
|
||||
<li><a href="?">Home</a></li>
|
||||
<li>Events in Jena</li>
|
||||
<li>altes Forum</li>
|
||||
<li><a href="?tags=Jena">Events in Jena</a></li>
|
||||
</ul>
|
||||
<h3>Genres</h3>
|
||||
<ul>
|
||||
@@ -176,6 +175,8 @@
|
||||
</p>
|
||||
</div>
|
||||
</main>
|
||||
<footer>
|
||||
<span>Diese Seite wird betrieben durch SRSoftware • Inhaber: Stephan Richter • Burgwitz 4 • 07806 Kospoda • <a href="https://srsoftware.de">srsoftware.de</a></span></footer>
|
||||
<script>
|
||||
document.addEventListener("DOMContentLoaded", load);
|
||||
</script>
|
||||
|
||||
@@ -93,4 +93,17 @@ div#eventlist{
|
||||
#veranstalterinfos,
|
||||
#wassolldas{
|
||||
max-height: unset;
|
||||
}
|
||||
|
||||
footer{
|
||||
display: block;
|
||||
position: fixed;
|
||||
text-align: center;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
footer span{
|
||||
border-style: solid;
|
||||
border-width: 1px 0 0 0;
|
||||
}
|
||||
Reference in New Issue
Block a user