Der Blaue Engel: Difference between revisions
From LiberationMUSH Wiki
No edit summary |
No edit summary |
||
Line 41: | Line 41: | ||
.navbar-container a:hover { | .navbar-container a:hover { | ||
animation: example; | |||
animation-duration: 1s; | |||
} | |||
.header-caption-season:hover { | |||
animation: example; | animation: example; | ||
animation-duration: 1s; | animation-duration: 1s; | ||
Line 63: | Line 68: | ||
.header-container { | .header-container { | ||
width: 100%; | width: 100%; | ||
height: auto; | |||
} | } | ||
Line 68: | Line 74: | ||
width: 100%; | width: 100%; | ||
z-index: 1; | z-index: 1; | ||
} | |||
.header-caption { | |||
position: relative; | |||
bottom: 200px; | |||
left: 45%; | |||
color: #eeeeff; | |||
font-family: "Montserrat",Helvetica,Arial,sans-serif; | |||
width: 460px; | |||
background: rgba(0,0,0,0.3); | |||
padding: 0.5em 1em; | |||
border-top-left-radius: 0.5em; | |||
border-bottom-left-radius: 0.5em; | |||
border-top-right-radius: 0.5em; | |||
border-bottom-right-radius: 0.5em; | |||
} | |||
.header-caption-season { | |||
font-size: 1.4em; | |||
font-weight: bolder; | |||
} | |||
.header-caption-text { | |||
font-size: 1.1em; | |||
font-weight: 400; | |||
color: #ddddee; | |||
} | } | ||
Line 83: | Line 115: | ||
<div class="header-container">[[File:dbg2.jpg]]</div> | <div class="header-container">[[File:dbg2.jpg]]</div> | ||
<div class="header-overlay"></div> | |||
<img class="header-img" src="dbg2.jpg" /> | |||
<div class="header-caption"><span class="header-caption-season">SUMMER 2020!!!</span> <span class="header-caption-text">#1YearOfParties #DerBlaueEngel</span></div> | |||
</div> | </div> |