annotate desktop.css @ 511:6fe66ea0e954

Move most of the results code to site module, remove the support for HTML type output.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 08 Dec 2013 02:16:26 +0200
parents cf591bb4c93c
children
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/grid.png);
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3 }
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4
230
Matti Hamalainen <ccr@tnsp.org>
parents: 201
diff changeset
5 div.logo, div.logo2 {
181
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
6 background: url(img/fap.png) no-repeat center;
192
4594594f8b74 Slightly adjust the desktop stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 186
diff changeset
7 height: 13em;
181
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8 display: block;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
9 }
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
10
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
11
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
12 #header {
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
13 position: fixed;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
14 top: 0em;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
15 left: 0em;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
16 right: 0em;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
17 height: 4em;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
18 margin: 0em;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
19 padding: 0.25em;
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
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
22
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
23 #sponsors {
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
24 position: fixed;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
25 top: auto;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
26 bottom: 1em;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
27 left: 0.5em;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
28 right: 1em;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
29 margin: 0em;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
30 width: 8em;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
31
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
32 text-align: center;
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
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
35
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
36 #menu {
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
37 position: fixed;
192
4594594f8b74 Slightly adjust the desktop stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 186
diff changeset
38 top: 12em;
181
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
39 left: 0.5em;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
40 right: 1em;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
41 min-height: 10em;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
42 margin: 0em;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
43 padding: 0.25em;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
44 width: 8em;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
45
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
46 color: #0f0;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
47 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
48
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
49 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
50 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
51 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
52 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
53 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
54
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
55 font-family: Impact;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
56 font-size: 1.25em;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
57
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
58 border-radius: 5pt;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
59 box-shadow: 8px 8px 16px #000;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
60 }
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
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
63 #menu div {
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
64 text-align: center;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
65 font-size: 1.25em;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
66 }
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 #menu a {
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
69 text-decoration: none;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
70 padding: 5pt;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
71 margin: 5pt;
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.7);
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
73
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
74 color: #0d0;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
75 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
76
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
77 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
78 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
79 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
80 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
81
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
82 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
83
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
84 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
85 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
86 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
87 display: block;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
88
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
89 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
90 }
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
91
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
92 #menu a:hover {
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
93 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
94 color: #fff;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
95 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
96 margin-left: 1pt;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
97 margin-right: 1pt;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
98 }
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 #infobox {
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
101 position: fixed;
192
4594594f8b74 Slightly adjust the desktop stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 186
diff changeset
102 top: 9.5em;
181
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
103 left: 11em;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
104 min-width: 10em;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
105
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
106 margin: 0em;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
107 padding: 5pt;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
108
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
109 z-index: 15;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
110
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
111 font-family: Impact;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
112 font-size: 1.3em;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
113 text-align: center;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
114 color: #0f0;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
115 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
116
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
117 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
118 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
119 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
120 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
121 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
122
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
123 border-radius: 5pt;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
124 box-shadow: 8px 8px 16px #000;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
125 }
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
126
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
127 #date {
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
128 position: absolute;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
129 right: 0.5em;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
130 top: 1.5em;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
131
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
132 padding: 5pt;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
133
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
134 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
135 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
136 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
137 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
138 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
139
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
140 border-radius: 5pt;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
141 box-shadow: 8px 8px 16px #000;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
142
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
143 text-align: right;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
144 color: white;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
145 font-size: 1.2em;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
146 font-family: Impact;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
147 text-shadow: 2px 2px 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
148 }
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
149
201
a4be19c4d99d Modularize admin pages tab system.
Matti Hamalainen <ccr@tnsp.org>
parents: 192
diff changeset
150 #mainContent {
181
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
151 position: fixed;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
152 left: 13em;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
153 right: 1em;
192
4594594f8b74 Slightly adjust the desktop stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 186
diff changeset
154 top: 14em;
181
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
155 bottom: 1em;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
156 padding: 1em;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
157 margin: 0em;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
158 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
159
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
160 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
161
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
162 box-shadow: 4px 4px 4px rgba(0,255,0,0.7), -4px -4px 4px rgba(0,255,0,0.7), 8px 8px 32px rgba(0,255,0,0.4) inset;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
163
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
164 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
165 border-radius: 8pt;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
166 color: white;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
167 }
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
168
201
a4be19c4d99d Modularize admin pages tab system.
Matti Hamalainen <ccr@tnsp.org>
parents: 192
diff changeset
169 #mainContent > div, div.tabContents > div {
181
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
170 width: 100%;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
171 height: 100%;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
172 overflow-y: auto;
21109b309c6a Add stylesheet files for mobile and desktop. Mobile version is very broken
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
173 }