changeset 56:5adf3ec26aa0

Updated stylesheets.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 24 Oct 2012 01:18:24 +0300
parents 656b2a22b945
children 93c87f42c803
files luk1.css luk2.css luk3.css
diffstat 3 files changed, 32 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/luk1.css	Tue Oct 23 19:01:11 2012 +0300
+++ b/luk1.css	Wed Oct 24 01:18:24 2012 +0300
@@ -41,6 +41,11 @@
 	border-radius: 5pt;
 }
 
+#ctitle {
+	text-align: right;
+	font-size: 8pt;
+}
+
 #csssel a {
 	padding: 2pt;
 	color: #ccc;
@@ -136,6 +141,11 @@
 	background: rgba(0,84,103,0.7);
 }
 
+td.clactive, td.clactive * td {
+	background: rgba(0,84,103,0.7);
+	border: 1px solid white;
+}
+
 div.nhours {
 	text-align: right;
 }
--- a/luk2.css	Tue Oct 23 19:01:11 2012 +0300
+++ b/luk2.css	Wed Oct 24 01:18:24 2012 +0300
@@ -39,6 +39,11 @@
 	border-radius: 5pt;
 }
 
+#ctitle {
+	text-align: right;
+	font-size: 8pt;
+}
+
 #csssel a {
 	padding: 2pt;
 	color: #ccc;
@@ -108,13 +113,18 @@
 	background: #454;
 }
 
-td.clnothing {
+td.clnothing, td.clnothing * td {
 	background: #222;
 }
 
-td.clnormal {
+td.clnormal, td.clnormal * td {
 }
 
+td.clactive, td.clactive * td {
+	border: 1px solid white;
+}
+
+
 div.nhours {
 	text-align: right;
 }
--- a/luk3.css	Tue Oct 23 19:01:11 2012 +0300
+++ b/luk3.css	Wed Oct 24 01:18:24 2012 +0300
@@ -43,6 +43,11 @@
 	box-shadow: 0px 0px 6px rgba(200,0,100,0.7);
 }
 
+#ctitle {
+	text-align: right;
+	font-size: 8pt;
+}
+
 #csssel a {
 	padding: 2pt;
 	color: #ccc;
@@ -137,6 +142,11 @@
 	background: rgba(90,40,60,0.7);
 }
 
+td.clactive, td.clactive * td {
+	background: rgba(90,40,60,0.7);
+	border: 1px solid white;
+}
+
 div.nhours {
 	text-align: right;
 }