summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
authorJ08nY2016-04-18 01:02:32 +0200
committerJ08nY2016-04-18 01:02:32 +0200
commitd2eb33bf9ecf8384a852e821ef4bfabc877130ad (patch)
tree40236a920f737ee4b20ad539169bac299306a2ad /index.css
parentadf9dea831850c66bc1565fef3203c4cc117d9b3 (diff)
downloadld35-d2eb33bf9ecf8384a852e821ef4bfabc877130ad.tar.gz
ld35-d2eb33bf9ecf8384a852e821ef4bfabc877130ad.tar.zst
ld35-d2eb33bf9ecf8384a852e821ef4bfabc877130ad.zip
Diffstat (limited to 'index.css')
-rw-r--r--index.css18
1 files changed, 12 insertions, 6 deletions
diff --git a/index.css b/index.css
index 59e9fae..5789731 100644
--- a/index.css
+++ b/index.css
@@ -16,6 +16,16 @@ body {
width: 100%;
height: 100%;
+ -webkit-user-select: none; /* Chrome/Safari */
+ -moz-user-select: none; /* Firefox */
+ -ms-user-select: none; /* IE10+ */
+}
+
+#overlay {
+ margin: 3%;
+ font-size: 18px;
+ font-weight: bold;
+ float: left;
}
#block {
@@ -29,7 +39,7 @@ body {
#instructions {
width: 100%;
- height: 50%;
+ height: 100%;
display: -webkit-box;
display: -moz-box;
@@ -53,11 +63,7 @@ body {
cursor: pointer;
}
-#overlay {
- margin: 3%;
- font-size: 18px;
- font-weight: bold;
-}
+
#name {
font-size: 40px;