Skip to content
Snippets Groups Projects
Commit a8365ce0 authored by Tilman Vatteroth's avatar Tilman Vatteroth :robot:
Browse files

ufc style angepasst:

- reskaling des posterbildes geändert
- grayskaling reduziert
parent c7863f27
No related branches found
No related tags found
No related merge requests found
#image{
height:70%;
text-align:center;
}
#title{
height:20%;
}
#zeit{
height:10%;
}
#image img {
height: 100%;
margin:auto;
width:auto;
border: solid black 1px;
}
#zeit span {
background:#b00;
display:inline-block;
......@@ -32,11 +23,13 @@
width:100%;
}
#background {
background-size: auto 70%;
bottom: 0px;
height: 70% !important;
background-size: contain;
background-repeat: no-repeat;
background-position: 50% 100%;
-webkit-filter: grayscale(60%);
filter: grayscale(60%);
-webkit-filter: grayscale(30%);
filter: grayscale(30%);
}
#content{
font-family:NewCicle, Verdana, Arial, sans-serif;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment