static/style.css

changeset 31
60045b362d71
parent 30
a5bfd99bc2a3
child 37
5da3315058a2
--- a/static/style.css	Sat Jun 24 19:38:05 2017 +0300
+++ b/static/style.css	Wed Jun 28 12:20:05 2017 +0300
@@ -1,12 +1,9 @@
 *
 {
 	font-family: FreeSans, helvetica, Arial, sans-serif;
-	font-weight: light;
 }
 body
 {
-	background: white;
-	color: black;
 	margin: 0;
 	padding: 0;
 	font-size: 24pt;
@@ -31,10 +28,11 @@
 	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 95%, #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
 {
@@ -45,9 +43,21 @@
 {
 	margin: auto;
 	margin-bottom: 30pt;
-	/*min-width: 50%;*/
-	min-width: 85%;
+	min-width: 50%;
+	/*min-width: 85%;*/
 	border: 1px solid gray;
+	border-radius: 30px 30px 0 0;
+	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
+}
+
+.aikataulu th:first-child
+{
+	border-radius: 30px 0 0 0;
+}
+
+.aikataulu th:last-child
+{
+	border-radius: 0 30px 0 0;
 }
 
 .sarake-aika, .sarake-linja
@@ -71,29 +81,29 @@
 .aikataulu tr td
 {
 	border-top: 1px solid gray;
-	background-color: rgba(0, 0, 0, 0.05);
+	background-color: rgba(0, 0, 0, 0.04);
+}
+
+.aikataulu tr:first-child td
+{
+	border-top: none;
 }
 
 .aikataulu tr:nth-child(even)
 {
-	background-color: rgba(0, 0, 0, 0.1);
+	background-color: rgba(0, 0, 0, 0.08);
 }
 
 .aikataulu tr.yƶ td
 {
-	/*
-	background-color: #d8d8ff;
-	color: #008;
-	border-bottom: 1px solid #00A;
-	*/
-	/*
 	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;
+	*/
 }
 
 .aikataulu th
@@ -155,3 +165,10 @@
 	box-shadow: 0px 0px 10px black;
 	margin-bottom: 30pt;
 }
+
+.nested-schedule
+{
+	width: 100%;
+	border: 1px solid gray;
+	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.5);
+}

mercurial