static/style.css

changeset 93
53ee9e945673
parent 92
16a5c37e4e67
child 98
c07a77c8a070
--- a/static/style.css	Tue Apr 24 23:21:34 2018 +0300
+++ b/static/style.css	Thu Apr 26 16:12:23 2018 +0300
@@ -32,6 +32,16 @@
 	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
 }
 
+.aikataulu.service-ferry
+{
+	background: #0090fe;
+}
+
+.aikataulu.service-ferry thead
+{
+	color: white;
+}
+
 .aikataulu tr:first-child th:first-child
 {
 	border-top-left-radius: 30px;
@@ -83,16 +93,18 @@
 
 .aikataulu tr.yö td
 {
-	/*
-	background-color: #115;
-	color: #dde;
-	border-top: 1px solid #338;
-	*/
 	background-color: #2f271a;
 	color: #eae4db;
 	border-top: 1px solid #4a3d28;
 }
 
+.aikataulu.service-ferry tr.yö td
+{
+	background-color: #1a2a2f;
+	color: #dbe6ea;
+	border-top: 1px solid #28424a;
+}
+
 #pysäkki-info
 {
 	text-align: center
@@ -168,6 +180,11 @@
 	color: inherit;
 }
 
+.service-ferry .imminent-leave
+{
+	color: #0b93c0;
+}
+
 @keyframes blinking
 {
 	from, 24.9%
@@ -232,12 +249,22 @@
 	box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.5);
 }
 
+.service-ferry .actions a
+{
+	background: #00ade6;
+}
+
 .actions a:hover
 {
 	background: #fff3b3;
 	text-decoration: none;
 }
 
+.service-ferry .actions a:hover
+{
+	background: #00c0fe;
+}
+
 .route-suffix
 {
 	font-size: 75%;

mercurial