mirror of
https://github.com/twisterarmy/twister-calm.git
synced 2025-01-11 15:37:54 +00:00
update
fixes
This commit is contained in:
parent
b94a66338d
commit
7eacc6aab2
@ -3,7 +3,7 @@
|
||||
***************************************/
|
||||
.profile-card
|
||||
{
|
||||
/* padding: 7px;*/
|
||||
padding: 9px;
|
||||
background: rgba( 255, 255, 255, .5 );
|
||||
border: solid 1px rgba( 69, 71, 77, .05 );
|
||||
position: relative;
|
||||
@ -179,7 +179,7 @@
|
||||
}
|
||||
.profile-card-main input.input-description
|
||||
{
|
||||
width: 500px;
|
||||
width: 90%;
|
||||
margin-top: 100px;
|
||||
}
|
||||
.input-name
|
||||
|
@ -22,7 +22,6 @@
|
||||
<script src="js/twister_directmsg.js"></script>
|
||||
<script src="js/twister_actions.js"></script>
|
||||
<script src="js/interface_common.js"></script>
|
||||
<script src="js/options.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function()
|
||||
|
@ -94,7 +94,6 @@ function DMsNotif() {
|
||||
}
|
||||
player[0].volume = localStorage['playerVol'];
|
||||
player[0].play();
|
||||
// setTimeout('player[0].pause', 1000);
|
||||
}
|
||||
|
||||
function mensNotif() {
|
||||
|
@ -19,7 +19,6 @@
|
||||
<script src="js/interface_localization.js"></script>
|
||||
<script src="js/twister_network.js"></script>
|
||||
<script src="js/interface_common.js"></script>
|
||||
<script src="js/options.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function()
|
||||
|
@ -21,7 +21,6 @@
|
||||
<script src="js/interface_common.js"></script>
|
||||
<script src="js/interface_profile-edit.js"></script>
|
||||
<script src="js/calm.js"></script>
|
||||
<script src="js/options.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function()
|
||||
|
BIN
sound/1.wav
BIN
sound/1.wav
Binary file not shown.
BIN
sound/2.wav
BIN
sound/2.wav
Binary file not shown.
BIN
sound/3.wav
BIN
sound/3.wav
Binary file not shown.
BIN
sound/4.wav
BIN
sound/4.wav
Binary file not shown.
BIN
sound/5.wav
BIN
sound/5.wav
Binary file not shown.
Loading…
Reference in New Issue
Block a user