Add background variants
This commit is contained in:
parent
fa228c0d4b
commit
eaa921765e
3 changed files with 20 additions and 0 deletions
BIN
theme/background-stars.jpg
Normal file
BIN
theme/background-stars.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
BIN
theme/background-stationblueprint.jpg
Normal file
BIN
theme/background-stationblueprint.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 166 KiB |
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue