diff --git a/ajax/ConfigurationComponent.php b/ajax/ConfigurationComponent.php index ea7646220e73472dad7e9693f0c8b83a480cf663..0df7bb1ab02f7a5e87cfc203aeea8fde49cb94b0 100644 --- a/ajax/ConfigurationComponent.php +++ b/ajax/ConfigurationComponent.php @@ -1,4 +1,4 @@ -iuguaesdfgüobuhasdfvgöuohdtafhhklöujager <?php +<?php namespace App\Controller\Component; diff --git a/tmp/GameOfLife.css b/tmp/GameOfLife.css deleted file mode 100644 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/tmp/clock.css b/tmp/clock.css deleted file mode 100755 index 7c0fa9f759bdd1f0dc5eb13afb03828870b56cd1..0000000000000000000000000000000000000000 --- a/tmp/clock.css +++ /dev/null @@ -1,150 +0,0 @@ -[data-template=clock] [data-clock=right], -[data-template=clock] [data-clock=analog] { - float: left; - height: 100%; -} -[data-template=clock] [data-clock=analog] { - display: block; -} -[data-template=clock] [data-clock=analog] img { - width: 200px; - height: 200px; - position: absolute; -} -[data-template=clock] [data-biber] { - opacity: 0.3; -} -[data-template=clock] [data-clock=digital] { - display: -webkit-box; - -webkit-box-pack: justify; - -webkit-box-align: center; - display: -moz-box; - -moz-box-pack: justify; - -moz-box-align: center; - display: -ms-flexbox; - -ms-flex-pack: justify; - -ms-flex-align: center; - display: box; - box-pack: justify; - box-align: center; - height: 100%; -} -[data-template=clock] [data-clock] { - font-family: lcd; -} -@keyframes clock24 { - [data-template=clock] [data-clock=digital] from { - top: 0%; - } - [data-template=clock] [data-clock=digital] to { - top: -2400%; - } -} -@keyframes clock60 { - [data-template=clock] [data-clock=digital] from { - top: 0%; - } - [data-template=clock] [data-clock=digital] to { - top: -6000%; - } -} -@keyframes clockPulse { - [data-template=clock] [data-clock=digital] 0% { - color: #AA0000; - } - [data-template=clock] [data-clock=digital] 50% { - color: #550000; - } - [data-template=clock] [data-clock=digital] 100% { - color: #AA0000; - } -} -[data-template=clock] [data-clock=digital] [data-clock] { - position: relative; - width: 400px; - height: 200px; - overflow: hidden; - padding: 0px; - text-align: center; - background-color: #000000; - color: #550000; - box-sizing: border-box; -} -[data-template=clock] [data-clock=digital] [data-clock] [data-clock-seperator] { - position: relative; - display: inline-table; - top: -20px; - height: 120px; - font-size: 150px; - line-height: 150px; - margin-top: -20px; - width: 5px; - text-align: center; - margin-left: -20px; - margin-right: -20px; -} -[data-template=clock] [data-clock=digital] [data-clock] [data-clock-number] { - margin-top: -10px; -} -[data-template=clock] [data-clock=digital] [data-clock] [data-clock-number=hour], -[data-template=clock] [data-clock=digital] [data-clock] [data-clock-number=minute] { - position: relative; - display: inline-table; - font-size: 150px; - line-height: 150px; - text-align: center; - overflow: hidden; -} -[data-template=clock] [data-clock=digital] [data-clock] [data-clock-number=second] { - position: relative; - display: inline-table; - margin-left: 5px; - font-size: 75px; - line-height: 150px; - text-align: center; - overflow: hidden; -} -[data-template=clock] [data-clock=digital] [data-clock] [data-clock-number] [data-clock-indicator] { - position: absolute; - color: #AA0000; - text-align: center; - top: 0px; -} -[data-template=clock] [data-clock=digital] [data-clock=css] [data-clock-number=hour] [data-clock-indicator] { - animation: clock24 86400s steps(24) infinite; -} -[data-template=clock] [data-clock=digital] [data-clock=css] [data-clock-number=minute] [data-clock-indicator] { - animation: clock60 3600s steps(60) infinite; -} -[data-template=clock] [data-clock=digital] [data-clock=css] [data-clock-number=second] [data-clock-indicator] { - animation: clock60 60s steps(60) infinite; -} -[data-template=clock] [data-clock=digital] [data-clock=css] [data-clock-seperator] { - animation: clockPulse 1s steps(1) infinite; -} -[data-template=clock] [data-clock=digital] [data-clock-date] { - position: relative; - display: inline-table; - height: 75px; - font-size: 75px; - line-height: 75px; - text-align: center; - margin-top: -60px; - margin-left: -20px; - margin-right: -20px; -} -[data-template=clock] [data-clock=digital] [data-clock-date] [data-clock-date-background] { - position: absolute; - display: inline-table; - text-align: center; - top: 0px; - left: 0px; -} -[data-template=clock] [data-clock=digital] [data-clock-date] [data-clock-date-indicator] { - position: absolute; - display: inline-table; - text-align: center; - top: 0px; - left: 0px; - color: #AA0000; -} diff --git a/tmp/clock2.css b/tmp/clock2.css deleted file mode 100644 index 4b73aaec9b8e68949ef97910429673a32645f73e..0000000000000000000000000000000000000000 --- a/tmp/clock2.css +++ /dev/null @@ -1,3 +0,0 @@ -[data-template=clock2] [data-analog-clock] { - float: left; -} diff --git a/tmp/departure.css b/tmp/departure.css deleted file mode 100755 index 6bbd46b3c944f9bb3f19e3da2b16a8bb138365e6..0000000000000000000000000000000000000000 --- a/tmp/departure.css +++ /dev/null @@ -1,171 +0,0 @@ -[data-template=departure] [data-departure-view] { - position: relative; - width: 100%; - height: 100%; - background-color: #000000; - border-style: solid; - border-width: 1px; - border-color: #000000; - padding: 0px; - box-sizing: border-box; - overflow: hidden; - font-family: display; -} -[data-template=departure] [data-departure-view] [data-departure] { - position: relative; - width: 100%; - background-color: #0000A0; - color: #FFFFFF; - border-style: solid; - border-width: 1px; - border-color: #000000; - padding: 0px; - box-sizing: border-box; -} -[data-template=departure] [data-departure-view] [data-departure] [data-transport] { - position: relative; - display: inline-table; - width: 100%; - white-space: nowrap; -} -[data-template=departure] [data-departure-view] [data-departure] [data-transport] [data-line] { - position: relative; - display: inline-table; - background-color: #FFFFFF; - color: #0000A0; - width: 10%; - height: 100%; - text-align: right; - padding: 0px 5px; -} -[data-template=departure] [data-departure-view] [data-departure] [data-transport] [data-name] { - position: relative; - display: inline-table; - background-color: #0000A0; - color: #FFFFFF; - height: 100%; - padding: 0px 5px; -} -[data-template=departure] [data-departure-view] [data-departure] [data-stops] { - position: relative; - display: block; - width: 100%; -} -[data-template=departure] [data-departure-view] [data-departure] [data-stops] [data-stop] { - position: relative; - display: list-item; - list-style: none; - width: 100%; - margin: 1px 0px 0px 0px; -} -[data-template=departure] [data-departure-view] [data-departure] [data-stops] [data-stop] [data-time] { - position: relative; - max-width: 7.9%; - height: 100%; - float: left; - overflow: hidden; - padding: 0px 5px 0px 0px; -} -[data-template=departure] [data-departure-view] [data-departure] [data-stops] [data-stop] [data-name] { - position: relative; - max-width: 54.17%; - height: 100%; - float: left; - overflow: hidden; -} -[data-template=departure] [data-departure-view] [data-departure] [data-stops] [data-stop] [data-info] { - position: absolute; - width: 37.93%; - height: 100%; - right: 0px; - overflow: hidden; -} -[data-template=departure] [data-departure-view] [data-departure] [data-stops] [data-stop] [data-info] marquee { - background-color: #FFFFFF; - color: #0000A0; -} -[data-template=departure] [data-departure-view] [data-departure] [data-stops] [data-stop] [data-info] [data-css-marquee] { - position: relative; - overflow: hidden; - width: 100%; - height: 100%; - display: inline-block; -} -[data-template=departure] [data-departure-view] [data-departure] [data-stops] [data-stop] [data-info] [data-css-marquee] [data-css-marquee-text] { - position: absolute; - display: table-cell; - padding: 0px; - white-space: nowrap; - background-color: #FFFFFF; - color: #0000A0; - cursor: default; -} -[data-template=departure] [data-departure-view] [data-information] { - position: relative; - width: 100%; - background-color: #0000A0; - color: #FFFFFF; - border-style: solid; - border-width: 1px; - border-color: #000000; - padding: 0px; - box-sizing: border-box; - white-space: nowrap; -} -[data-template=departure] [data-departure-view] [data-information] [data-head] { - width: 100%; - background-color: #FFFFFF; - color: #0000A0; - text-align: center; -} -[data-template=departure] [data-departure-view] [data-information] [data-message] { - position: relative; - width: 100%; -} -[data-template=departure] [data-departure-view] [data-error] { - position: relative; - width: 100%; - background-color: #0000A0; - color: #FFFFFF; - border-style: solid; - border-width: 1px; - border-color: #000000; - padding: 0px; - box-sizing: border-box; - white-space: nowrap; - display: hidden; -} -[data-template=departure] [data-departure-view] [data-error] [data-head] { - width: 100%; - background-color: #FFFFFF; - color: #0000A0; - text-align: center; -} -[data-template=departure] [data-departure-view] [data-error] [data-message] { - width: 100%; -} -[data-template=departure] [data-departure-view] [data-vrrf-error] { - position: relative; - width: 100%; - background-color: #0000A0; - color: #FFFFFF; - border-style: solid; - border-width: 1px; - border-color: #000000; - padding: 0px; - box-sizing: border-box; - white-space: nowrap; - display: hidden; -} -[data-template=departure] [data-departure-view] [data-vrrf-error] [data-head] { - width: 100%; - background-color: #FFFFFF; - color: #0000A0; - text-align: center; -} -[data-template=departure] [data-departure-view] [data-vrrf-error] [data-stop] { - width: 100%; -} -[data-template=departure] [data-departure-view] [data-vrrf-error] [data-message] { - width: 100%; -} diff --git a/tmp/departures.css b/tmp/departures.css deleted file mode 100755 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000 diff --git a/tmp/scrollbar.css b/tmp/scrollbar.css deleted file mode 100755 index 341afd56810406b8f1f16277f93119dfbb7e2d61..0000000000000000000000000000000000000000 --- a/tmp/scrollbar.css +++ /dev/null @@ -1,33 +0,0 @@ -[data-template=scrollbar] [data-scrollbar-view] { - position: relative; - width: 100%; - height: 100%; - background-color: #000000; - border-style: solid; - border-color: #000000; - padding: 0px; - box-sizing: border-box; - overflow: hidden; - font-family: vrr; -} -[data-template=scrollbar] [data-scrollbar-view] marquee { - background-color: #000000; - color: #FFC000; -} -[data-template=scrollbar] [data-scrollbar-view] [data-css-marquee] { - position: relative; - overflow: hidden; - width: 100%; - height: 100%; - display: inline-block; - background-color: #000000; -} -[data-template=scrollbar] [data-scrollbar-view] [data-css-marquee] [data-css-marquee-text] { - position: absolute; - display: table-cell; - padding: 0px; - white-space: nowrap; - background-color: #000000; - color: #FFC000; - cursor: default; -} diff --git a/tmp/siog.css b/tmp/siog.css deleted file mode 100755 index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..0000000000000000000000000000000000000000