diff --git a/kibot/resources/kiri/index.html b/kibot/resources/kiri/index.html
index 74a2da5e..d1163601 100644
--- a/kibot/resources/kiri/index.html
+++ b/kibot/resources/kiri/index.html
@@ -12,7 +12,8 @@
-
+
+ Server is offline, waiting ...
diff --git a/kibot/resources/kiri/kiri.css b/kibot/resources/kiri/kiri.css
index ea51ce47..12c02b1a 100644
--- a/kibot/resources/kiri/kiri.css
+++ b/kibot/resources/kiri/kiri.css
@@ -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;
+}
/* ==============================
** ============================*/