aboutsummaryrefslogtreecommitdiff
path: root/petrichor.css
diff options
context:
space:
mode:
authorDavid Phillips <dbphillipsnz@gmail.com>2016-03-15 22:49:17 +1300
committerDavid Phillips <dbphillipsnz@gmail.com>2016-03-15 22:55:57 +1300
commit0cd53d21e513682bcd1aba4ad22fce86455e1d32 (patch)
tree3888a426a621236e6a193cb4dfa9e33382e3617b /petrichor.css
parentb7d46ec378bbb458ba75433522b8818f16df457e (diff)
downloadpetrichor-0cd53d21e513682bcd1aba4ad22fce86455e1d32.tar.xz
Add centred text on power off screen
Diffstat (limited to 'petrichor.css')
-rw-r--r--petrichor.css13
1 files changed, 13 insertions, 0 deletions
diff --git a/petrichor.css b/petrichor.css
index a8ef1ad..07ee8e7 100644
--- a/petrichor.css
+++ b/petrichor.css
@@ -30,6 +30,19 @@ body,html
background-color: rgba(0,0,0,0.7);
visibility: hidden;
opacity: 0;
+ text-decoration: none;
+ color: inherit;
+ font-size: 3em;
+ display: table;
+ width: 100%;
+ height: 100%;
+ vertical-align: middle;
+}
+
+#mask h1
+{
+ display: table-cell;
+ vertical-align: middle;
}
#power-confirm