Files
schwarzes-jena.de/overlay/var/www/localhost/htdocs/positions.css

110 lines
1.3 KiB
CSS

a{
font-weight: bold;
}
body {
max-width: 1400px;
margin: 0 auto;
position: relative;
}
div{
max-height: 200px;
overflow: hidden;
margin-bottom: 20px;
}
div:hover{
max-height: 800px;
overflow: auto;
}
h1{
margin: 10px;
}
#eventlist,
#showcase,
h3{
border-radius: 10px 10px 0 0;
}
h3,h4{
margin: 0;
padding: 6px 10px;
text-align: center;
}
header {
padding-bottom: 70px;
}
main {
position: absolute;
right: 260px;
left: 260px;
background-image: url('rotes_jena.jpg');
background-repeat: no-repeat;
}
nav {
width: 250px;
top: 10px;
position: absolute;
}
nav.left{
left: 0;
}
nav.right{
right: 0;
}
p{
margin: 0;
padding: 10px;
}
ul{
margin: 3px 0 5px;
}
div#eventlist{
max-height: unset;
border-radius: 10px 10px 0 0;
}
#eventlist .event img{
max-width: 50%;
float: right;
position: relative;
}
#showcase img{
max-height: 160px;
}
#welcome {
margin-bottom: 5px;
}
.start {
padding: 5px 10px 3px;
display: block;
margin-bottom: 10px;
text-align: center;
}
#veranstalterinfos,
#wassolldas{
max-height: unset;
}
footer{
display: block;
position: fixed;
text-align: center;
bottom: 0;
left: 0;
width: 100%;
}
footer span{
border-style: solid;
border-width: 1px 0 0 0;
}