aboutsummaryrefslogtreecommitdiff
path: root/xP/public/xP.css
diff options
context:
space:
mode:
Diffstat (limited to 'xP/public/xP.css')
-rw-r--r--xP/public/xP.css10
1 files changed, 10 insertions, 0 deletions
diff --git a/xP/public/xP.css b/xP/public/xP.css
index 71422a1..c231620 100644
--- a/xP/public/xP.css
+++ b/xP/public/xP.css
@@ -13,6 +13,16 @@ body {
height: 100dvh;
}
+.overlay {
+ padding: .6em .9em;
+ background: #eee;
+ border: 1px outset #eee;
+ position: absolute;
+ left: 50%;
+ top: 50%;
+ transform: translate(-50%, -50%);
+ text-align: center;
+}
.title, .status {
padding: .05em .3em;
background: #eee;