style
This commit is contained in:
parent
55403090da
commit
55a2216d60
@ -2503,7 +2503,7 @@ input:checked + .toggleSwitchSlider:before {
|
||||
#landingContainer > #lower > #center {
|
||||
position: relative;
|
||||
transition: top 2s ease;
|
||||
top: 0px;
|
||||
top: -50px;
|
||||
height: 100%;
|
||||
width: 34%;
|
||||
display: inline-flex;
|
||||
@ -3401,7 +3401,7 @@ input:checked + .toggleSwitchSlider:before {
|
||||
font-weight: 900;
|
||||
letter-spacing: 2px;
|
||||
text-shadow: 0px 0px 0px #bebcbb;
|
||||
font-size: 20px;
|
||||
font-size: 50px;
|
||||
padding: 0px;
|
||||
transition: 0.25s ease;
|
||||
outline: none;
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 261 KiB After Width: | Height: | Size: 110 KiB |
BIN
app/assets/images/backgrounds/TRANSITION.webm
Normal file
BIN
app/assets/images/backgrounds/TRANSITION.webm
Normal file
Binary file not shown.
@ -30,7 +30,7 @@
|
||||
<div class="mediaDivider"></div>
|
||||
<div id="externalMedia">
|
||||
<div class="mediaContainer">
|
||||
<a href="https://github.com/Sorax5/LukiEnLiveLauncher" class="mediaURL" id="linkURL">
|
||||
<a href="https://twitch.tv/lukienlive" class="mediaURL" id="linkURL">
|
||||
<svg id="linkSVG" class="mediaSVG" viewBox="35.34 34.3575 70.68 68.71500">
|
||||
<g>
|
||||
<path d="M75.37,65.51a3.85,3.85,0,0,0-1.73.42,8.22,8.22,0,0,1,.94,3.76A8.36,8.36,0,0,1,66.23,78H46.37a8.35,8.35,0,1,1,0-16.7h9.18a21.51,21.51,0,0,1,6.65-8.72H46.37a17.07,17.07,0,1,0,0,34.15H66.23A17,17,0,0,0,82.77,65.51Z"/>
|
||||
@ -100,33 +100,33 @@
|
||||
<span id="player_count">HORS LIGNE</span>
|
||||
</div>
|
||||
<div class="bot_divider"></div>
|
||||
<div id="mojangStatusWrapper">
|
||||
<!--<div id="mojangStatusWrapper">
|
||||
<span class="bot_label">STATUT MOJANG</span>
|
||||
<span id="mojang_status_icon">•</span>
|
||||
<div id="mojangStatusTooltip">
|
||||
<div id="mojangStatusTooltipTitle">Services</div>
|
||||
<div id="mojangStatusEssentialContainer">
|
||||
<!-- Essential Mojang services are populated here. -->
|
||||
</div>
|
||||
Essential Mojang services are populated here. -->
|
||||
<!--</div>
|
||||
<div id="mojangStatusNEContainer">
|
||||
<div class="mojangStatusNEBar"></div>
|
||||
<div id="mojangStatusNETitle">Non Essentiel</div>
|
||||
<div class="mojangStatusNEBar"></div>
|
||||
</div>
|
||||
<div id="mojangStatusNonEssentialContainer">
|
||||
<!-- Non Essential Mojang services are populated here. -->
|
||||
Non Essential Mojang services are populated here. -->
|
||||
<!-- </div>
|
||||
</div>
|
||||
</div>-->
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="center">
|
||||
<!--<div id="center">
|
||||
<div class="bot_wrapper">
|
||||
<div id="content">
|
||||
<button id="newsButton">
|
||||
<!--<img src="assets/images/icons/arrow.svg" id="newsButtonSVG"/>-->
|
||||
<div id="newsButtonAlert" style="display: none;"></div>
|
||||
<img src="assets/images/icons/arrow.svg" id="newsButtonSVG"/>-->
|
||||
<!--<div id="newsButtonAlert" style="display: none;"></div>
|
||||
<svg id="newsButtonSVG" viewBox="0 0 24.87 13.97">
|
||||
<defs>
|
||||
<style>.arrowLine{fill:none;stroke:#FFF;stroke-width:2px;}</style>
|
||||
@ -137,11 +137,14 @@
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>-->
|
||||
<div id="center">
|
||||
<button id="launch_button">JOUER</button>
|
||||
</div>
|
||||
<div id="right">
|
||||
<div class="bot_wrapper">
|
||||
<div id="launch_content">
|
||||
<button id="launch_button">JOUER</button>
|
||||
<!--<button id="launch_button">JOUER</button>-->
|
||||
<div class="bot_divider"></div>
|
||||
<button id="server_selection_button" class="bot_label">• Aucun serveur sélectionné</button>
|
||||
</div>
|
||||
@ -158,7 +161,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="newsContainer">
|
||||
<!--<div id="newsContainer">
|
||||
<div id="newsContent" article="-1" style="display: none;">
|
||||
<div id="newsStatusContainer">
|
||||
<div id="newsStatusContent">
|
||||
@ -198,7 +201,7 @@
|
||||
<div id="newsArticleContainer">
|
||||
<div id="newsArticleContent">
|
||||
<div id="newsArticleContentScrollable">
|
||||
<!-- Article Content -->
|
||||
Article Content --><!--
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -215,6 +218,6 @@
|
||||
<span id="nENoneSpan" class="newsErrorContent">No News</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>-->
|
||||
<script src="./assets/js/scripts/landing.js"></script>
|
||||
</div>
|
BIN
build/SealCircle.png
Normal file
BIN
build/SealCircle.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 261 KiB |
@ -1,5 +1,5 @@
|
||||
appId: 'helioslauncher'
|
||||
productName: 'Helios Launcher'
|
||||
appId: 'lukienlivelauncher'
|
||||
productName: 'LukiEnLive Launcher'
|
||||
artifactName: '${productName}-setup-${version}.${ext}'
|
||||
|
||||
copyright: 'Copyright © 2018-2022 Daniel Scalzi'
|
||||
|
Loading…
Reference in New Issue
Block a user