diff --git a/theme/background-stars.jpg b/theme/background-stars.jpg new file mode 100644 index 0000000..189c332 Binary files /dev/null and b/theme/background-stars.jpg differ diff --git a/theme/background-stationblueprint.jpg b/theme/background-stationblueprint.jpg new file mode 100644 index 0000000..cf1e3ad Binary files /dev/null and b/theme/background-stationblueprint.jpg differ diff --git a/theme/c-base.css b/theme/c-base.css index 10a34f9..1beccde 100644 --- a/theme/c-base.css +++ b/theme/c-base.css @@ -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; +}