<component name="ChangeListManager">
<list default="true" id="352ce63a-b52a-41a2-979b-becda7920939" name="Default" comment=".">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/config/cuisine.php" beforeDir="false" afterPath="$PROJECT_DIR$/config/cuisine.php" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/config/entree.php" beforeDir="false" afterPath="$PROJECT_DIR$/config/entree.php" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/config/sdb.php" beforeDir="false" afterPath="$PROJECT_DIR$/config/sdb.php" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/config/water.php" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/js/home.js" beforeDir="false" afterPath="$PROJECT_DIR$/js/home.js" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/scripts/cron/cron.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/cron/cron.php" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/scripts/cron/flight.php" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/scripts/cron/traffic.php" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/scripts/hotwater.php" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/scripts/ical.php" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/scripts/jarvis.php" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/scripts/kodi.php" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/scripts/lib/jarvis.php" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/scripts/lib/lib.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/lib.php" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/scripts/lib/off.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/off.php" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/scripts/lib/scenes.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/scenes.php" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/scripts/lib/squeezebox.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/squeezebox.php" afterDir="false" />
- <change beforePath="$PROJECT_DIR$/scripts/lib/traffic.php" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/scripts/lib/velib.php" beforeDir="false" />
- <change beforePath="$PROJECT_DIR$/scripts/velib.php" beforeDir="false" />
<change beforePath="$PROJECT_DIR$/style/style.css" beforeDir="false" afterPath="$PROJECT_DIR$/style/style.css" afterDir="false" />
<change beforePath="$PROJECT_DIR$/style/style.less" beforeDir="false" afterPath="$PROJECT_DIR$/style/style.less" afterDir="false" />
</list>
<workItem from="1772370387714" duration="7090000" />
<workItem from="1773390371781" duration="506000" />
<workItem from="1774028822942" duration="792000" />
- <workItem from="1774430967346" duration="4576000" />
+ <workItem from="1774430967346" duration="4616000" />
</task>
<task id="LOCAL-00502" summary=".">
<created>1641726946298</created>
<option name="project" value="LOCAL" />
<updated>1687259667913</updated>
</task>
- <option name="localTasksCounter" value="636" />
+ <option name="localTasksCounter" value="637" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
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;
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;
}