<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$/js/home.js" beforeDir="false" afterPath="$PROJECT_DIR$/js/home.js" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/index.php" beforeDir="false" afterPath="$PROJECT_DIR$/index.php" afterDir="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/tmdb.php" beforeDir="false" afterPath="$PROJECT_DIR$/scripts/lib/tmdb.php" afterDir="false" />
+ <change beforePath="$PROJECT_DIR$/style/remote.less" beforeDir="false" afterPath="$PROJECT_DIR$/style/remote.less" afterDir="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="1606049944658" duration="4067000" />
<workItem from="1606074617916" duration="1140000" />
<workItem from="1606112202214" duration="1742000" />
- <workItem from="1606161139379" duration="7238000" />
- </task>
- <task id="LOCAL-00363" summary=".">
- <created>1604304768803</created>
- <option name="number" value="00363" />
- <option name="presentableId" value="LOCAL-00363" />
- <option name="project" value="LOCAL" />
- <updated>1604304768803</updated>
+ <workItem from="1606161139379" duration="8432000" />
+ <workItem from="1606299989262" duration="135000" />
+ <workItem from="1606480003955" duration="1536000" />
</task>
<task id="LOCAL-00364" summary=".">
<created>1604307121401</created>
<option name="project" value="LOCAL" />
<updated>1606116203597</updated>
</task>
- <option name="localTasksCounter" value="412" />
+ <task id="LOCAL-00412" summary=".">
+ <created>1606229058488</created>
+ <option name="number" value="00412" />
+ <option name="presentableId" value="LOCAL-00412" />
+ <option name="project" value="LOCAL" />
+ <updated>1606229058489</updated>
+ </task>
+ <option name="localTasksCounter" value="413" />
<servers />
</component>
<component name="TypeScriptGeneratedFilesManager">
</state>
<state x="740" y="229" key="#com.jetbrains.php.refactoring.extractMethod.PhpExtractMethodDialog#function0/0.0.1707.920@0.0.1707.920" timestamp="1604146905948" />
<state x="1110" y="259" key="#com.jetbrains.php.refactoring.extractMethod.PhpExtractMethodDialog#function0/0.0.2560.1040@0.0.2560.1040" timestamp="1605437484620" />
- <state x="198" y="0" width="737" height="502" key="CommitChangelistDialog2" timestamp="1606116200017">
+ <state x="198" y="0" width="737" height="502" key="CommitChangelistDialog2" timestamp="1606229053038">
<screen x="0" y="0" width="2560" height="1040" />
</state>
<state x="132" y="0" width="737" height="502" key="CommitChangelistDialog2/0.0.1707.920@0.0.1707.920" timestamp="1605086955514" />
<state x="701" y="75" key="CommitChangelistDialog2/0.0.1920.1160@0.0.1920.1160" timestamp="1605188136787" />
- <state x="198" y="0" width="745" height="567" key="CommitChangelistDialog2/0.0.2560.1040@0.0.2560.1040" timestamp="1606116200017" />
+ <state x="198" y="0" width="745" height="567" key="CommitChangelistDialog2/0.0.2560.1040@0.0.2560.1040" timestamp="1606229053038" />
<state x="952" y="244" key="FileChooserDialogImpl" timestamp="1605726960903">
<screen x="0" y="0" width="2560" height="1040" />
</state>
<meta name="theme-color" content="#0049a4">
<?php endif; ?>
<style type="text/css">
- html{
+ #splash, body, #burger, .mm-spn.mm-spn--light, .mm-spn.mm-spn--dark {
+ background-color: <?php echo config('THEME');?>;
+ }
+
+ html {
+ background-color: <?php echo config('THEME');?>;
--theme-color: <?php echo config('THEME');?>;
}
+
#weatherstation {
background-image: url('<?php echo relativePath('images/rooms/medium/'.getCurrentConfig().'.jpg') ?>'), linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
background-blend-mode: multiply;
}
#burger {
position: fixed;
- right: 10vh;
- bottom: 10vh;
- width: 20vh;
- height: 20vh;
+ right: 7vh;
+ bottom: 7vh;
+ width: 14vh;
+ height: 14vh;
background-color: var(--theme-color);
border-radius: 50% 50%;
z-index: 2;
#burger i {
position: absolute;
color: #fff;
- right: 6.3vh;
- bottom: 6.3vh;
- font-size: 7.7vh;
+ right: 4.41vh;
+ bottom: 4.41vh;
+ font-size: 5.39vh;
}
#mainnav a {
text-align: center;
color: #fff;
background-color: rgba(0, 0, 0, 0.5);
height: 12.4em;
+ cursor: pointer;
}
section accordion > a img {
max-width: 100%;
padding-top: 0.1em;
}
.bricks .brick .c .remote-infos {
- padding: 5%;
width: 100%;
height: 100%;
overflow: hidden;
}
.bricks .brick .c .remote-infos .h {
width: 100%;
- height: 80%;
+ height: 100%;
background-position: 50% 50%;
- background-size: contain;
+ background-size: cover;
background-repeat: no-repeat;
position: relative;
}
.bricks .brick .c .remote-infos .h .title {
position: absolute;
- bottom: -22%;
+ bottom: 10%;
width: 100%;
text-align: center;
font-size: 0.5em;
line-height: 1;
color: #000;
+ z-index: 1;
+ text-shadow: #fff 0px 1px 2px, #fff 1px 0px 2px, #fff -1px 0px 2px, #fff 0px -1px 2px;
}
.bricks .brick .c .remote-timeline .timeline-time {
display: inline-block;