diff mluk3.css @ 84:adaad33f929c

Improve mobile mode.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 24 Oct 2012 14:15:43 +0300
parents
children f4756a8665aa
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/mluk3.css	Wed Oct 24 14:15:43 2012 +0300
@@ -0,0 +1,31 @@
+@import url("luk3.css");
+body {
+	font-size: 8pt;
+}
+
+h1, h2, h3 {
+	font-size: 12pt;
+	border-radius: 5pt;
+	box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
+	display: inline-block;
+}
+
+#csssel {
+	font-size: 6pt;
+}
+
+#ctitle {
+	font-size: 8pt;
+}
+
+#contents {
+	position: relative;
+	right: auto;
+	left: auto;
+	display: inline-block;
+}
+
+table.timetable * table {
+	width: auto;
+	height: 100%;
+}