kopia lustrzana https://github.com/OpenBuilds/OpenBuilds-CONTROL
Startup Splash
rodzic
31240c65ac
commit
b68704dddc
|
@ -143,3 +143,8 @@ select{
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
}
|
}
|
||||||
|
#splash {
|
||||||
|
z-index: 2000;
|
||||||
|
padding: 1000px;
|
||||||
|
background-color: #fff
|
||||||
|
}
|
||||||
|
|
|
@ -17,6 +17,12 @@
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
|
||||||
|
<div class="pos-fixed pos-center" id="splash">
|
||||||
|
<img src="splashicon.png" style="display:block; margin:auto;">
|
||||||
|
<br> Starting OpenBuilds Machine Driver...
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<div class="window" style="height: 100vh;">
|
<div class="window" style="height: 100vh;">
|
||||||
<div class="window-caption bg-openbuilds" style="-webkit-app-region: drag;">
|
<div class="window-caption bg-openbuilds" style="-webkit-app-region: drag;">
|
||||||
<!-- <span class="icon mif-cog"></span> -->
|
<!-- <span class="icon mif-cog"></span> -->
|
||||||
|
|
|
@ -84,6 +84,9 @@ $(document).ready(function() {
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
setTimeout(function() {
|
||||||
|
$('#splash').fadeOut(500);
|
||||||
|
}, 10)
|
||||||
|
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
Plik binarny nie jest wyświetlany.
Po Szerokość: | Wysokość: | Rozmiar: 4.5 KiB |
Ładowanie…
Reference in New Issue