comparison mluk4.css @ 84:adaad33f929c

Improve mobile mode.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 24 Oct 2012 14:15:43 +0300
parents
children 661e5e9f37ef
comparison
equal deleted inserted replaced
83:85068c8513b4 84:adaad33f929c
1 @import url("luk4.css");
2 body {
3 font-size: 8pt;
4 }
5
6 h1, h2, h3 {
7 font-size: 12pt;
8 border-radius: 5pt;
9 box-shadow: 0px 0px 4px rgba(255,255,255,0.7);
10 display: inline-block;
11 }
12
13 #csssel {
14 font-size: 6pt;
15 }
16
17 #ctitle {
18 font-size: 8pt;
19 }
20
21 #contents {
22 position: relative;
23 right: auto;
24 left: auto;
25 display: inline-block;
26 }
27
28 table.timetable * table {
29 width: auto;
30 height: 100%;
31 }