annotate mobile.css @ 472:1eabbd70cd25

Add skipping button.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 06 Dec 2013 22:28:23 +0200
parents cf591bb4c93c
children bde31257ded5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
181
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 body {
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2 background: black url(img/gridsm.png);
186
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
3 font-size: 12px;
181
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4 }
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5
230
Matti Hamalainen <ccr@tnsp.org>
parents: 186
diff changeset
6 div.logo {
181
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7 display: none;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8 }
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
9
230
Matti Hamalainen <ccr@tnsp.org>
parents: 186
diff changeset
10 div.logo2 {
186
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
11 background: url(img/fapsm.png) no-repeat center;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
12 height: 10em;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
13 display: block;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
14 }
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
15
181
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
16
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
17 #header {
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
18 display: none;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
19 }
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
20
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
21 #menu {
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
22 color: #0f0;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
23 text-shadow: 0px 0px 3px #0f0;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
24
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
25 background: rgba(0,0,0,0.6);
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
26 border-top: 2pt solid #0f0;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
27 border-left: 2pt solid #0f0;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
28 border-right: 2pt solid #060;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
29 border-bottom: 2pt solid #060;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
30
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
31 font-family: Impact;
186
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
32 font-size: 0.75em;
181
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
33
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
34 border-radius: 5pt;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
35 box-shadow: 8px 8px 16px #000;
186
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
36
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
37 text-align: center;
181
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
38 }
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
39
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
40
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
41 #menu div {
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
42 display: none;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
43 }
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
44
186
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
45
181
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
46 #menu a {
186
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
47 float: none;
181
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
48 display: inline;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
49 text-decoration: none;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
50 padding: 5pt;
186
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
51
181
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
52 background: rgba(0,50,0,0.7);
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
53
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
54 color: #0d0;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
55 text-shadow: 0px 0px 3px #0f0;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
56
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
57 border-top: 2pt solid #0f0;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
58 border-left: 2pt solid #0f0;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
59 border-right: 2pt solid #060;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
60 border-bottom: 2pt solid #060;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
61
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
62 text-shadow: 1px 1px 1px rgba(0,0,0,0.4);
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
63
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
64 box-shadow: 2px 2px 2px rgba(0,0,0,0.4);
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
65 border-top-right-radius: 10pt;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
66 border-bottom-left-radius: 10pt;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
67
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
68 transition: all 0.3s;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
69 }
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
70
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
71 #menu a:hover {
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
72 background: rgba(0,50,0,0.4);
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
73 color: #fff;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
74 box-shadow: 2px 2px 4px rgba(0,255,0,0.5) inset, -2px -2px 4px rgba(0,255,0,0.5) inset;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
75 }
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
76
186
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
77 #infobox {
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
78 position: fixed;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
79 z-index: 15;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
80
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
81 margin: 0em;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
82 padding: 3pt;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
83 min-width: 10em;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
84
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
85 font-family: Impact;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
86 font-size: 1em;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
87 text-align: center;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
88 color: #0f0;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
89 text-shadow: 0px 0px 3px #0f0;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
90
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
91 background: rgba(0,0,0,0.6);
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
92 border-top: 2pt solid #0f0;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
93 border-left: 2pt solid #0f0;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
94 border-right: 2pt solid #060;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
95 border-bottom: 2pt solid #060;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
96
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
97 border-radius: 5pt;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
98 box-shadow: 8px 8px 16px #000;
181
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
99 }
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
100
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
101 #maincontent {
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
102 background: rgba(0,0,0,0.8);
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
103
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
104 border: 1pt solid #0f0;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
105
186
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
106 box-shadow: 4px 4px 4px rgba(0,255,0,0.7), -4px -4px 4px rgba(0,255,0,0.7), 8px 8px 16px rgba(0,255,0,0.4) inset;
181
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
107
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
108 text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
109 border-radius: 8pt;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
110 color: white;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
111 }
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
112
186
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
113
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
114 @media only screen and (orientation: landscape), only screen and (min-width: 640px), only screen and (min-device-width: 640px) {
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
115 #menu {
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
116 top: 0em;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
117 min-width: 25em;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
118
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
119 margin-left:auto;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
120 margin-right:auto;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
121 padding: 0.25em;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
122
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
123 line-height: 3.2em;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
124 }
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
125
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
126 #infobox {
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
127 top: 4em;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
128 right: 3em;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
129 }
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
130
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
131 #date {
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
132 display: none;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
133 }
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
134
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
135 #maincontent {
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
136 position: absolute;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
137 top: 5em;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
138 left: 1em;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
139 right: 1em;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
140 bottom: 1em;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
141 padding: 1em;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
142 }
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
143 }
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
144
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
145
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
146 @media only screen and (orientation: portrait) {
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
147 #menu {
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
148 top: 0em;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
149 height: 6.5em;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
150 min-width: 25em;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
151 max-width: 25em;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
152
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
153 margin-left:auto;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
154 margin-right:auto;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
155 padding: 0.25em;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
156
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
157 line-height: 3.2em;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
158 }
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
159
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
160 #infobox {
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
161 top: 8em;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
162 right: 3em;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
163 }
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
164
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
165 #date {
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
166 display: none;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
167 }
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
168
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
169 #maincontent {
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
170 position: absolute;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
171 top: 9em;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
172 left: 1em;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
173 right: 1em;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
174 bottom: 1em;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
175 padding: 1em;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
176 }
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
177 }
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
178
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
179 #maincontent > div {
181
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
180 width: 100%;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
181 height: 100%;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
182 overflow-y: auto;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
183 }
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
184
186
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
185 table.attendees .regtime {
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
186 display: none;
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
187 }
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
188
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
189
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
190 table.register, table.register input {
4edcce55da9c Improve stylesheets, mobile version is now somewhat usable.
Matti Hamalainen <ccr@tnsp.org>
parents: 181
diff changeset
191 font-size: 0.4em;
237
e6fdacce4fe0 Don't display sponsors on mobile pages.
Matti Hamalainen <ccr@tnsp.org>
parents: 230
diff changeset
192 }
e6fdacce4fe0 Don't display sponsors on mobile pages.
Matti Hamalainen <ccr@tnsp.org>
parents: 230
diff changeset
193
e6fdacce4fe0 Don't display sponsors on mobile pages.
Matti Hamalainen <ccr@tnsp.org>
parents: 230
diff changeset
194
e6fdacce4fe0 Don't display sponsors on mobile pages.
Matti Hamalainen <ccr@tnsp.org>
parents: 230
diff changeset
195 #sponsors {
e6fdacce4fe0 Don't display sponsors on mobile pages.
Matti Hamalainen <ccr@tnsp.org>
parents: 230
diff changeset
196 display: none;
e6fdacce4fe0 Don't display sponsors on mobile pages.
Matti Hamalainen <ccr@tnsp.org>
parents: 230
diff changeset
197 }