deploy: 12a4a8e937
parent
2451967c9a
commit
aaba13346d
File diff suppressed because one or more lines are too long
|
@ -35,7 +35,7 @@
|
||||||
<meta itemprop="image" content="https://fxclient.github.io/FXclient/assets/logo.png">
|
<meta itemprop="image" content="https://fxclient.github.io/FXclient/assets/logo.png">
|
||||||
|
|
||||||
<!-- FX Client CSS -->
|
<!-- FX Client CSS -->
|
||||||
<link rel="stylesheet" href="main.css?1729012012721">
|
<link rel="stylesheet" href="main.css?1729492865748">
|
||||||
<!-- Game CSS -->
|
<!-- Game CSS -->
|
||||||
<style>
|
<style>
|
||||||
html,
|
html,
|
||||||
|
@ -84,8 +84,8 @@
|
||||||
<p id="donationhistory_note">Note: donations from bots are not shown here</p>
|
<p id="donationhistory_note">Note: donations from bots are not shown here</p>
|
||||||
<table><tbody id="donationhistory_content"></tbody></table>
|
<table><tbody id="donationhistory_content"></tbody></table>
|
||||||
</div></span>
|
</div></span>
|
||||||
<script src="variables.js?1729012012721"></script>
|
<script src="variables.js?1729492865748"></script>
|
||||||
<script src="fx.bundle.js?1729012012721"></script>
|
<script src="fx.bundle.js?1729492865748"></script>
|
||||||
<script src="game.js?1729012012721"></script>
|
<script src="game.js?1729492865748"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
22
main.css
22
main.css
|
@ -57,6 +57,23 @@
|
||||||
.lobby-player {
|
.lobby-player {
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
width: 15rem;
|
width: 15rem;
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.lobby-player span {
|
||||||
|
margin: 0px 5px;
|
||||||
|
font-size: .7em;
|
||||||
|
border-style: solid;
|
||||||
|
border-width: 1px;
|
||||||
|
padding: 3px 5px;
|
||||||
|
border-color: #ffffff7d;
|
||||||
|
border-radius: 5px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.d-none {
|
||||||
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.text-align-center {
|
.text-align-center {
|
||||||
|
@ -81,6 +98,11 @@ hr {
|
||||||
margin : 5px;
|
margin : 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.window :disabled, .window .disabled {
|
||||||
|
pointer-events: none;
|
||||||
|
opacity: 0.65;
|
||||||
|
}
|
||||||
|
|
||||||
.window.settings button,
|
.window.settings button,
|
||||||
.window.settings input,
|
.window.settings input,
|
||||||
.window.settings select {
|
.window.settings select {
|
||||||
|
|
Loading…
Reference in New Issue