annotate luk1.css @ 83:85068c8513b4

Add back mobile mode.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 24 Oct 2012 13:58:00 +0300
parents 8501f1b9bba3
children eea1ab9aff46
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
81
8501f1b9bba3 Commonize some of the CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 79
diff changeset
1 @import url("luk.css");
48
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3 a:hover {
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4 text-decoration: underline;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5 color: #555;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
6 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8 h1, h2, h3 {
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
9 font-family: Arial, sans-serif;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
10 // font-family: impact;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
11 font-weight: normal;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
12 color: white;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
13 background: rgb(10,114,133);
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
14 padding: 5pt;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
15 padding-bottom: 8px;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
16 text-shadow: 2px 2px 2px #000;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
17 -moz-border-radius: 8pt;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
18 border-radius: 8pt;
62
ee2d16f9b204 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 61
diff changeset
19 box-shadow: 0px 0px 6px rgba(0,0,0,0.7);
48
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
20 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
21
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
22 #csssel {
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
23 position: absolute;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
24 right: 1em;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
25 top: 1em;
50
2be3eec4c7a5 Adjust css selector font size.
Matti Hamalainen <ccr@tnsp.org>
parents: 49
diff changeset
26 font-size: 6pt;
48
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
27 background: rgb(10,114,133);
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
28 padding: 5pt;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
29 -moz-border-radius: 5pt;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
30 border-radius: 5pt;
62
ee2d16f9b204 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 61
diff changeset
31 text-shadow: 1px 1px 1px #000;
ee2d16f9b204 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 61
diff changeset
32 box-shadow: 2px 2px 6px rgba(0,0,0,0.7);
48
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
33 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
34
56
5adf3ec26aa0 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 50
diff changeset
35 #ctitle {
5adf3ec26aa0 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 50
diff changeset
36 text-align: right;
5adf3ec26aa0 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 50
diff changeset
37 font-size: 8pt;
5adf3ec26aa0 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 50
diff changeset
38 }
5adf3ec26aa0 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 50
diff changeset
39
48
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
40 #csssel a {
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
41 padding: 2pt;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
42 color: #ccc;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
43 text-decoration: none;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
44 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
45
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
46 #csssel a:hover {
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
47 text-decoration: underline;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
48 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
49
62
ee2d16f9b204 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 61
diff changeset
50 #clang {
ee2d16f9b204 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 61
diff changeset
51 text-align: right;
ee2d16f9b204 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 61
diff changeset
52 font-weight: bold;
ee2d16f9b204 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 61
diff changeset
53 }
ee2d16f9b204 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 61
diff changeset
54
ee2d16f9b204 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 61
diff changeset
55 #clang a {
ee2d16f9b204 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 61
diff changeset
56 color: #0f0;
ee2d16f9b204 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 61
diff changeset
57 }
ee2d16f9b204 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 61
diff changeset
58
48
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
59 #contents {
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
60 z-index: 5;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
61 position: absolute;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
62 right: 0.5em;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
63 left: 0.5em;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
64 background: rgba(10,114,133,0.6);
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
65 padding: 10pt;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
66 -moz-border-radius: 10pt;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
67 border-radius: 10pt;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
68 text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
69 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
70
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
71
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
72 table {
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
73 border: 0px;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
74 padding: 0px;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
75 margin: 0px;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
76 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
77
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
78 tr {
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
79 border: 0px;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
80 padding: 0px;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
81 margin: 0px;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
82 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
83
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
84 table.timetable th {
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
85 padding: 2px;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
86 margin: 2px;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
87 text-align: center;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
88
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
89 background: rgba(10,114,133,0.6);
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
90 color: #ccc;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
91 -moz-border-radius: 5pt;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
92 border-radius: 5pt;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
93 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
94
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
95 td {
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
96 padding: 4px;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
97 margin: 2px;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
98 color: #ccc;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
99 -moz-border-radius: 5pt;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
100 border-radius: 5pt;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
101 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
102
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
103 table.timetable {
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
104 font-size: 10pt;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
105 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
106
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
107 table.timetable td > a, table.timetable td > a:visited, table.timetable td > a:active {
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
108 text-decoration: none;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
109 text-shadow: 2px 2px 2px #000;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
110 color: #fff;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
111 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
112
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
113 table.timetable td > a:hover {
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
114 color: yellow;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
115 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
116
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
117
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
118 th.hours {
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
119 white-space: nowrap;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
120 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
121
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
122 table.timetable * table {
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
123 width: 100%;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
124 height: 100%;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
125 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
126
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
127 table.timetable tr:hover th {
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
128 color: red;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
129 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
130
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
131 td.clgrouped, td.clgrouped * td {
62
ee2d16f9b204 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 61
diff changeset
132 background: rgb(55,94,103);
48
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
133 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
134
49
16aea8e5cb71 Improved CSS, added a third stylesheet option.
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
135 td.clnothing, td.clnothing * td {
61
deca85fd0941 Adjustments in the stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 56
diff changeset
136 // background: rgb(0,84,103);
48
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
137 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
138
49
16aea8e5cb71 Improved CSS, added a third stylesheet option.
Matti Hamalainen <ccr@tnsp.org>
parents: 48
diff changeset
139 td.clnormal, td.clnormal * td {
62
ee2d16f9b204 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 61
diff changeset
140 background: rgb(0,84,103);
48
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
141 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
142
70
8109809f67cb Fix "clactive" cell state in stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 67
diff changeset
143 td.clactive {
79
7dd647a01fb6 Implement indicator for "next" class.
Matti Hamalainen <ccr@tnsp.org>
parents: 70
diff changeset
144 border: 1px solid rgb(60,174,193);
7dd647a01fb6 Implement indicator for "next" class.
Matti Hamalainen <ccr@tnsp.org>
parents: 70
diff changeset
145 }
7dd647a01fb6 Implement indicator for "next" class.
Matti Hamalainen <ccr@tnsp.org>
parents: 70
diff changeset
146
7dd647a01fb6 Implement indicator for "next" class.
Matti Hamalainen <ccr@tnsp.org>
parents: 70
diff changeset
147 td.clnext {
7dd647a01fb6 Implement indicator for "next" class.
Matti Hamalainen <ccr@tnsp.org>
parents: 70
diff changeset
148 border: 1px dashed rgb(30,144,163);
56
5adf3ec26aa0 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 50
diff changeset
149 }
5adf3ec26aa0 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 50
diff changeset
150
48
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
151 div.nhours {
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
152 text-align: right;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
153 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
154
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
155 div.nhours span {
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
156 background: black;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
157 padding: 2pt;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
158 border: 1px solid gray;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
159 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
160
83
85068c8513b4 Add back mobile mode.
Matti Hamalainen <ccr@tnsp.org>
parents: 81
diff changeset
161 #controls a.textctrl {
48
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
162 padding: 5pt;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
163 margin-bottom: 30pt;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
164 // border: 1px solid rgba(10,114,133,0.3);
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
165 -moz-border-radius: 8px;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
166 border-radius: 8px;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
167 text-decoration: none;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
168 color: white;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
169 background: rgba(255,255,255,0.2);
62
ee2d16f9b204 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 61
diff changeset
170 box-shadow: 0px 0px 6px rgba(0,0,0,0.7);
48
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
171 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
172
83
85068c8513b4 Add back mobile mode.
Matti Hamalainen <ccr@tnsp.org>
parents: 81
diff changeset
173 #controls a.textctrl:hover {
48
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
174 color: white;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
175 background: rgba(255,255,255,0.5);
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
176 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
177
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
178 #controls select {
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
179 background: white;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
180 border: 1px solid black;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
181
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
182 padding: 5pt;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
183 -moz-border-radius: 8px;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
184 border-radius: 8px;
62
ee2d16f9b204 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 61
diff changeset
185 box-shadow: 0px 0px 6px rgba(0,0,0,0.7);
48
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
186 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
187
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
188 #controls input.submit {
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
189 color: white;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
190 background: rgba(200,255,200,0.2);
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
191 border: 1px solid rgba(255,255,255,0.3);
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
192
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
193 padding: 5pt;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
194 -moz-border-radius: 8px;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
195 border-radius: 8px;
62
ee2d16f9b204 Updated stylesheets.
Matti Hamalainen <ccr@tnsp.org>
parents: 61
diff changeset
196 box-shadow: 0px 0px 6px rgba(0,0,0,0.7);
48
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
197 }
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
198
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
199 #controls input.submit:hover {
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
200 color: white;
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
201 background: rgba(200,255,200,0.5);
d41b51cd4ae5 Implement switchable CSS support and a new default style + very minor code
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
202 }