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{ #title{
height:20%; height:20%;
} }
#zeit{ #zeit{
height:10%; height:10%;
} }
#image img {
height: 100%;
margin:auto;
width:auto;
border: solid black 1px;
}
#zeit span { #zeit span {
background:#b00; background:#b00;
display:inline-block; display:inline-block;
...@@ -32,11 +23,13 @@ ...@@ -32,11 +23,13 @@
width:100%; width:100%;
} }
#background { #background {
background-size: auto 70%; bottom: 0px;
height: 70% !important;
background-size: contain;
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: 50% 100%; background-position: 50% 100%;
-webkit-filter: grayscale(60%); -webkit-filter: grayscale(30%);
filter: grayscale(60%); filter: grayscale(30%);
} }
#content{ #content{
font-family:NewCicle, Verdana, Arial, sans-serif; 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