[KiRi] Added message when server is offline

This commit is contained in:
Salvador E. Tropea 2023-12-29 09:26:11 -03:00
parent af8e0d6618
commit 75697ec9c5
2 changed files with 12 additions and 1 deletions

View File

@ -12,7 +12,8 @@
</head>
<body>
<div id="server_offline" style="display: none;">
<div id="server_offline" style="display: none; ">
<span>Server is offline, waiting ...</span>
</div>
<!-- User Interface -->

View File

@ -206,8 +206,18 @@ label#layers, label#pages {
background-color: rgba(0,0,0,0.8);
z-index: 2;
cursor: pointer;
color: #FFFFFF;
text-align: center;
vertical-align: center;
font-size: 5em;
line-height: 100%;
}
#server_offline span {
display: inline-block;
vertical-align: middle;
line-height: normal;
}
/* ==============================
** ============================*/