summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
authorJ08nY2016-04-18 02:42:40 +0200
committerJ08nY2016-04-18 02:42:40 +0200
commit02ada33b88219f4924db8dd91e0426fa0049da0c (patch)
treec467cdf32122dc969d25550fc114f07e6df32e30 /index.css
parent8fe76ad81a5cc9e78905d938c8e4f8b6ce576c75 (diff)
downloadld35-02ada33b88219f4924db8dd91e0426fa0049da0c.tar.gz
ld35-02ada33b88219f4924db8dd91e0426fa0049da0c.tar.zst
ld35-02ada33b88219f4924db8dd91e0426fa0049da0c.zip
Diffstat (limited to 'index.css')
-rw-r--r--index.css22
1 files changed, 20 insertions, 2 deletions
diff --git a/index.css b/index.css
index 5789731..c3d7c70 100644
--- a/index.css
+++ b/index.css
@@ -26,6 +26,13 @@ body {
font-size: 18px;
font-weight: bold;
float: left;
+ color: #ffffff;
+
+ text-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15),
+ 1px 2px 5px rgba(0, 0, 0, 0.05),
+ -1px 2px 5px rgba(0, 0, 0, 0.05);
+
+ /*background-color: rgba(0,0,0,0.1);*/
}
#block {
@@ -34,7 +41,7 @@ body {
width: 100%;
height: 100%;
- background-color: rgba(0,0,0,0.5);
+ background-color: rgba(0, 0, 0, 0.5);
}
#instructions {
@@ -61,10 +68,21 @@ body {
text-align: center;
cursor: pointer;
-}
+ text-shadow: 1px 3px 9px rgba(0, 0, 0, 0.4),
+ 3px 6px 8px rgba(0, 0, 0, 0.1),
+ -3px 6px 8px rgba(0, 0, 0, 0.1);
+}
#name {
font-size: 40px;
+}
+
+#positive {
+ color: #00a0b0;
+}
+
+#negative {
+ color: #a01000;
} \ No newline at end of file