static/style.css

changeset 38
d0ae1996abdd
parent 37
5da3315058a2
child 39
42a6276cf6d1
--- a/static/style.css	Wed Jun 28 16:25:17 2017 +0300
+++ b/static/style.css	Wed Jun 28 17:01:42 2017 +0300
@@ -60,11 +60,16 @@
 	border-radius: 0 30px 0 0;
 }
 
-.sarake-aika, .sarake-linja
+.sarake-linja
 {
 	text-align: center;
 }
 
+.sarake-aika
+{
+	text-align: right;
+}
+
 td, th, body
 {
 	font-size: 24pt;
@@ -172,3 +177,23 @@
 	border: 1px solid gray;
 	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
 }
+
+.imminent-leave
+{
+	color: #C0660B;
+	vertical-align: middle;
+	animation: blinker steps(1) 500ms infinite alternate;
+	opacity: 0;
+	animation: blinking 2s linear infinite;
+}
+
+@keyframes blinking
+{
+	from, 24.9%
+	{
+		opacity: 0;
+	}
+	25%, to {
+		opacity: 1;
+	}
+}

mercurial