From 14dc09d33e59ec854cfb6f77d630e8bff63a7290 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Wed, 25 Mar 2026 11:50:20 +0100 Subject: [PATCH] . --- .idea/workspace.xml | 24 +------ style/style.css | 166 ++++++-------------------------------------- style/style.less | 2 - 3 files changed, 23 insertions(+), 169 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 6d25d29..3d3a144 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -6,26 +6,6 @@ - - - - - - - - - - - - - - - - - - - - @@ -1384,7 +1364,7 @@ - + 1641726946298 @@ -1729,7 +1709,7 @@ - diff --git a/style/style.css b/style/style.css index dee5710..938c072 100644 --- a/style/style.css +++ b/style/style.css @@ -263,94 +263,11 @@ section .col > *.time .date { width: 100%; font-size: 0.6em; } -section .col > *.velib .dtime:before { - font-family: Font Awesome\ 5 Pro; - content: "\f206"; - margin-right: 0.3em; -} -section .col > *.velib li { - text-align: left; - list-style: none; - font-size: 0.55em; - margin-top: 0.3em; - clear: both; -} -section .col > *.velib li[data-enabled=false] .n.blue, -section .col > *.velib li[data-enabled=false] .n.green { - background-color: #cc0000; - color: #cc0000; -} -section .col > *.velib li .l { - max-width: 7.2em; - display: inline-block; - text-overflow: ellipsis; - white-space: nowrap; - overflow: hidden; - vertical-align: top; -} -section .col > *.velib li .n { - float: right; - vertical-align: top; - margin-left: 0.2em; - border-radius: 50%; - display: inline-block; - height: 1.6em; - width: 1.6em; - border: 0.1em solid #fff; - text-align: center; - position: relative; - line-height: 1.4em; - font-size: 0.8em; - color: #fff; -} -section .col > *.velib li .n.green { - background-color: #a2b43a; -} -section .col > *.velib li .n.blue { - background-color: #59b0e3; -} - -section .col > *.weather { - position: relative; -} -section .col > *.weather .temp { - font-size: 1.3em; - text-align: center; - display: block; -} -section .col > *.weather .icons span { - width: 50%; - display: inline-block; - text-align: left; -} -section .col > *.weather .icons span.icon-night { - text-align: right; -} -section .col > *.weather .icons span img { - width: 2.2em; - height: 2.2em; - position: relative; - top: -0.3em; -} -section .col > *.weather .temperatures { - font-size: 0.7em; -} -section .col > *.weather .temperatures span { - width: 50%; - display: inline-block; - text-align: center; -} -section .col > *.weather .temperatures span.temp-min { - color: cornflowerblue; -} -section .col > *.weather .temperatures span.temp-max { - color: orangered; -} -section .col > * span { - display: inline-block; +section .col > * div { + font-size: 0.6em; } -section .col > * span .fa { - font-size: 3em; +section .col > * div span { + font-size: 1em !important; } section accordion { display: inline-block; @@ -487,98 +404,57 @@ section accordion > a.time .date { width: 100%; font-size: 0.6em; } -section accordion > a.velib .dtime:before { - font-family: Font Awesome\ 5 Pro; - content: "\f206"; - margin-right: 0.3em; -} -section accordion > a.velib li { - text-align: left; - list-style: none; - font-size: 0.55em; - margin-top: 0.3em; - clear: both; -} -section accordion > a.velib li[data-enabled=false] .n.blue, -section accordion > a.velib li[data-enabled=false] .n.green { - background-color: #cc0000; - color: #cc0000; -} -section accordion > a.velib li .l { - max-width: 7.2em; - display: inline-block; - text-overflow: ellipsis; - white-space: nowrap; - overflow: hidden; - vertical-align: top; -} -section accordion > a.velib li .n { - float: right; - vertical-align: top; - margin-left: 0.2em; - border-radius: 50%; - display: inline-block; - height: 1.6em; - width: 1.6em; - border: 0.1em solid #fff; - text-align: center; - position: relative; - line-height: 1.4em; - font-size: 0.8em; - color: #fff; +section accordion > a div { + font-size: 0.6em; } -section accordion > a.velib li .n.green { - background-color: #a2b43a; +section accordion > a div span { + font-size: 1em !important; } -section accordion > a.velib li .n.blue { - background-color: #59b0e3; +section accordion.closed { + max-width: 2.9em; } - -section accordion > a.weather { +.weather { position: relative; } -section accordion > a.weather .temp { +.weather .temp { font-size: 1.3em; text-align: center; display: block; } -section accordion > a.weather .icons span { +.weather .icons span { width: 50%; display: inline-block; text-align: left; } -section accordion > a.weather .icons span.icon-night { +.weather .icons span.icon-night { text-align: right; } -section accordion > a.weather .icons span img { +.weather .icons span img { width: 2.2em; height: 2.2em; position: relative; top: -0.3em; } -section accordion > a.weather .temperatures { +.weather .temperatures { font-size: 0.7em; } -section accordion > a.weather .temperatures span { +.weather .temperatures span { width: 50%; display: inline-block; text-align: center; } -section accordion > a.weather .temperatures span.temp-min { +.weather .temperatures span.temp-min { color: cornflowerblue; } -section accordion > a.weather .temperatures span.temp-max { +.weather .temperatures span.temp-max { color: orangered; } -section accordion > a span { +span { display: inline-block; } -section accordion > a span .fa { +span .fa { font-size: 3em; } -section accordion.closed { - max-width: 2.9em; -} .screensaver { display: none; } diff --git a/style/style.less b/style/style.less index f36dc9b..c49b5fe 100644 --- a/style/style.less +++ b/style/style.less @@ -406,8 +406,6 @@ span { } -} - .screensaver { display: none; -- 2.39.5