diff options
| author | schneefux <schneefux+commit@schneefux.xyz> | 2020-01-26 12:02:24 +0100 |
|---|---|---|
| committer | schneefux <schneefux+commit@schneefux.xyz> | 2020-01-26 15:55:18 +0100 |
| commit | 8b1a693f9f8492f9a9e49aef6b3a64ace9e50e9d (patch) | |
| tree | 75e165d64e6758113151d10e871563ae428bc773 /magicmirror/css/custom.css | |
| download | magic-kindle-master.tar.gz magic-kindle-master.zip | |
Diffstat (limited to 'magicmirror/css/custom.css')
| -rw-r--r-- | magicmirror/css/custom.css | 58 |
1 files changed, 58 insertions, 0 deletions
diff --git a/magicmirror/css/custom.css b/magicmirror/css/custom.css new file mode 100644 index 0000000..6e940b2 --- /dev/null +++ b/magicmirror/css/custom.css @@ -0,0 +1,58 @@ +.normal, +.dimmed, +header, +body { + color: #fff; + text-shadow: -2px 0 black, 0 2px black, 2px 0 black, 0 -2px black; +} + +body { + margin: 40px 30px 40px 30px; + position: absolute; + height: calc(100% - 80px); + width: calc(100% - 60px); +} + +/* images slideshow */ +.fullscreen.below { + display: flex; + flex-direction: column; + justify-content: center; +} + +/* hafas */ +.pthBWLineSign { + background-color: initial; + font-size: initial; + font-weight: initial; + color: #fff; + margin: 0; +} + + +.pthWrapper header { + display: none; +} + +.pthDirectionCell { + min-width: 0; + padding: 0; +} + +.pthDelay { + display: none; +} + +.pthTable { + float: right !important; + width: auto !important; +} + +.pthDirectionCell::before { + content: "nach "; +} + +/* general */ +.module { + margin-bottom: 15px; +} |
