summaryrefslogtreecommitdiff
path: root/magicmirror/css/custom.css
diff options
context:
space:
mode:
Diffstat (limited to 'magicmirror/css/custom.css')
-rw-r--r--magicmirror/css/custom.css58
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;
+}