Uusi yöväri

Sat, 23 Sep 2017 01:23:55 +0300

author
Teemu Piippo <teemu@hecknology.net>
date
Sat, 23 Sep 2017 01:23:55 +0300
changeset 67
336c750b7b5d
parent 66
40e2ad39c20c
child 68
382dd85b83a2

Uusi yöväri

static/style.css file | annotate | diff | comparison | revisions
templates/stop.html file | annotate | diff | comparison | revisions
--- a/static/style.css	Sat Sep 23 01:23:25 2017 +0300
+++ b/static/style.css	Sat Sep 23 01:23:55 2017 +0300
@@ -2,42 +2,24 @@
 {
 	font-family: FreeSans, helvetica, Arial, sans-serif;
 }
+
 body
 {
 	margin: 0;
 	padding: 0;
 	font-size: 24pt;
 }
+
 a
 {
 	color: inherit;
 	text-decoration: none;
 }
+
 a:hover
 {
 	text-decoration: underline;
 }
-h1
-{
-	margin: 0;
-	padding-top: 10pt;
-	padding-bottom: 20pt;
-	text-align: center;
-	/* font-variant: small-caps; */
-	font-weight: normal;
-	background: #dc9e00;
-	/*background: linear-gradient(to bottom, #dc9e00 0%,#eaaf19 49%,#dc9e00 92%,#906700 100%);*/
-	/* background: linear-gradient(to bottom, #dcbb00 0%,#eacb19 49%,#dcbb00 92%,#906700 100%); */
-	background: linear-gradient(to bottom, #ffd90f 0%, #ffd90f 90%, #AA7700 100%);
-	/*color: white;*/
-	color: black;
-	vertical-align: middle;
-	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
-}
-h1 img, h1 span
-{
-	vertical-align: middle;
-}
 
 .aikataulu
 {
@@ -90,7 +72,7 @@
 
 .aikataulu tr td
 {
-	border-top: 1px solid gray;
+	border-top: 1px solid #ccc;
 	background-color: rgba(0, 0, 0, 0.04);
 }
 
@@ -101,14 +83,14 @@
 
 .aikataulu tr.yö td
 {
-	background-color: #004;
-	color: #bef;
-	border-top: 1px solid #008;
 	/*
-	background-color: rgba(0, 0, 192, 0.25);
-	color: #22A;
-	border-top: 1px solid #00A;
+	background-color: #115;
+	color: #dde;
+	border-top: 1px solid #338;
 	*/
+	background-color: #2f271a;
+	color: #eae4db;
+	border-top: 1px solid #4a3d28;
 }
 
 #pysäkki-info
--- a/templates/stop.html	Sat Sep 23 01:23:25 2017 +0300
+++ b/templates/stop.html	Sat Sep 23 01:23:55 2017 +0300
@@ -11,15 +11,6 @@
 		text-align: left;
 	}
 	</style>
-	{% if tausta %}
-	<style>
-	/*body
-	{
-		background: url('/{{tausta}}') no-repeat center center fixed;
-		background-size: cover;
-	}*/
-	</style>
-	{% endif %}
 </head>
 <body>
 	<table class='aikataulu' cellspacing="0">

mercurial