Add background variants

This commit is contained in:
Henri Bergius 2017-11-30 16:41:11 +01:00
parent fa228c0d4b
commit eaa921765e
3 changed files with 20 additions and 0 deletions

BIN
theme/background-stars.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 KiB

View file

@ -25,7 +25,27 @@ body {
margin-left: auto;
margin-right: auto;
}
h1 {
font-family: 'ceva', sans-serif;
color: #fff;
}
body.station {
background: url('../theme/background-stationblueprint.jpg') no-repeat;
background-size: 'cover';
}
body.station:after {
content: '\A';
position: fixed;
width: 100vw;
height: 100vh;
top: 0px;
left: 0px;
background:rgba(0,0,0,0.5);
z-index: -1;
}
body.station h1,
body.station p {
text-shadow: #000000 1px 0 10px;
}