[KiRi] Added message when server is offline
This commit is contained in:
parent
af8e0d6618
commit
75697ec9c5
|
|
@ -12,7 +12,8 @@
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div id="server_offline" style="display: none;">
|
<div id="server_offline" style="display: none; ">
|
||||||
|
<span>Server is offline, waiting ...</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- User Interface -->
|
<!-- User Interface -->
|
||||||
|
|
|
||||||
|
|
@ -206,8 +206,18 @@ label#layers, label#pages {
|
||||||
background-color: rgba(0,0,0,0.8);
|
background-color: rgba(0,0,0,0.8);
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
cursor: pointer;
|
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;
|
||||||
|
}
|
||||||
/* ==============================
|
/* ==============================
|
||||||
** ============================*/
|
** ============================*/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue