annotate show.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 b84acc29546c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
180
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
1 div.showView {
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
2 position: absolute;
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
3 top: 2em;
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
4 bottom: 2em;
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
5 left: 2em;
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
6 right: 2em;
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
7
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
8 background: rgba(0,0,0,0.5);
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
9 border-radius: 2em;
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
10 border: 5pt dashed rgba(0,255,0,0.7);
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
11 }
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
12
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
13 div.showHeader, div.compoHeader {
387
3cc078b17260 Show backend work.
Matti Hamalainen <ccr@tnsp.org>
parents: 233
diff changeset
14 padding: 1em;
180
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
15 z-index: 0;
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
16 text-align: center;
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
17 color: #0f0;
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
18 }
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
19
387
3cc078b17260 Show backend work.
Matti Hamalainen <ccr@tnsp.org>
parents: 233
diff changeset
20 div.showHeader .compoTitle, div.compoHeader .compoTitle {
3cc078b17260 Show backend work.
Matti Hamalainen <ccr@tnsp.org>
parents: 233
diff changeset
21 font-size: 3em;
180
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
22 }
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
23
387
3cc078b17260 Show backend work.
Matti Hamalainen <ccr@tnsp.org>
parents: 233
diff changeset
24 div.showText {
180
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
25 z-index: 5;
387
3cc078b17260 Show backend work.
Matti Hamalainen <ccr@tnsp.org>
parents: 233
diff changeset
26 color: #0f0;
471
c1da26fc4982 Adjust font size a bit.
Matti Hamalainen <ccr@tnsp.org>
parents: 440
diff changeset
27 font-size: 2.5em;
180
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
28 text-align: center;
387
3cc078b17260 Show backend work.
Matti Hamalainen <ccr@tnsp.org>
parents: 233
diff changeset
29 }
3cc078b17260 Show backend work.
Matti Hamalainen <ccr@tnsp.org>
parents: 233
diff changeset
30
440
5960251829c6 Work on some CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 406
diff changeset
31 h1 {
5960251829c6 Work on some CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 406
diff changeset
32 font-size: 1.5em;
5960251829c6 Work on some CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 406
diff changeset
33 color: white;
5960251829c6 Work on some CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 406
diff changeset
34 }
5960251829c6 Work on some CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 406
diff changeset
35
5960251829c6 Work on some CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 406
diff changeset
36 h2 {
5960251829c6 Work on some CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 406
diff changeset
37 font-size: 1em;
5960251829c6 Work on some CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 406
diff changeset
38 }
5960251829c6 Work on some CSS.
Matti Hamalainen <ccr@tnsp.org>
parents: 406
diff changeset
39
387
3cc078b17260 Show backend work.
Matti Hamalainen <ccr@tnsp.org>
parents: 233
diff changeset
40 div.compoNext {
3cc078b17260 Show backend work.
Matti Hamalainen <ccr@tnsp.org>
parents: 233
diff changeset
41 z-index: 5;
180
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
42 color: #0f0;
387
3cc078b17260 Show backend work.
Matti Hamalainen <ccr@tnsp.org>
parents: 233
diff changeset
43 text-align: center;
3cc078b17260 Show backend work.
Matti Hamalainen <ccr@tnsp.org>
parents: 233
diff changeset
44 font-family: Impact;
3cc078b17260 Show backend work.
Matti Hamalainen <ccr@tnsp.org>
parents: 233
diff changeset
45 text-shadow: 4px 4px 6px #000;
180
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
46 }
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
47
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
48 div.compoNext .entryIndex {
387
3cc078b17260 Show backend work.
Matti Hamalainen <ccr@tnsp.org>
parents: 233
diff changeset
49 z-index: -1;
180
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
50 position: absolute;
388
6b27b6d73dc5 CSS adjustments.
Matti Hamalainen <ccr@tnsp.org>
parents: 387
diff changeset
51 top: 0.7em;
387
3cc078b17260 Show backend work.
Matti Hamalainen <ccr@tnsp.org>
parents: 233
diff changeset
52 left: 0.1em;
494
b84acc29546c Slight adjustments to show stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 471
diff changeset
53 font-size: 18em;
388
6b27b6d73dc5 CSS adjustments.
Matti Hamalainen <ccr@tnsp.org>
parents: 387
diff changeset
54 color: rgba(0,255,0,0.5);
6b27b6d73dc5 CSS adjustments.
Matti Hamalainen <ccr@tnsp.org>
parents: 387
diff changeset
55 text-shadow: 4px 4px 12px #000;
387
3cc078b17260 Show backend work.
Matti Hamalainen <ccr@tnsp.org>
parents: 233
diff changeset
56 }
3cc078b17260 Show backend work.
Matti Hamalainen <ccr@tnsp.org>
parents: 233
diff changeset
57
3cc078b17260 Show backend work.
Matti Hamalainen <ccr@tnsp.org>
parents: 233
diff changeset
58 div.compoNext .entryName {
388
6b27b6d73dc5 CSS adjustments.
Matti Hamalainen <ccr@tnsp.org>
parents: 387
diff changeset
59 position: absolute;
6b27b6d73dc5 CSS adjustments.
Matti Hamalainen <ccr@tnsp.org>
parents: 387
diff changeset
60 top: 2.5em;
6b27b6d73dc5 CSS adjustments.
Matti Hamalainen <ccr@tnsp.org>
parents: 387
diff changeset
61 left: 2em;
6b27b6d73dc5 CSS adjustments.
Matti Hamalainen <ccr@tnsp.org>
parents: 387
diff changeset
62 right: 0em;
6b27b6d73dc5 CSS adjustments.
Matti Hamalainen <ccr@tnsp.org>
parents: 387
diff changeset
63 font-size: 5.0em;
387
3cc078b17260 Show backend work.
Matti Hamalainen <ccr@tnsp.org>
parents: 233
diff changeset
64 }
3cc078b17260 Show backend work.
Matti Hamalainen <ccr@tnsp.org>
parents: 233
diff changeset
65
3cc078b17260 Show backend work.
Matti Hamalainen <ccr@tnsp.org>
parents: 233
diff changeset
66 div.compoNext .entryAuthor {
388
6b27b6d73dc5 CSS adjustments.
Matti Hamalainen <ccr@tnsp.org>
parents: 387
diff changeset
67 color: #0f0;
6b27b6d73dc5 CSS adjustments.
Matti Hamalainen <ccr@tnsp.org>
parents: 387
diff changeset
68 position: absolute;
6b27b6d73dc5 CSS adjustments.
Matti Hamalainen <ccr@tnsp.org>
parents: 387
diff changeset
69 top: 7.5em;
6b27b6d73dc5 CSS adjustments.
Matti Hamalainen <ccr@tnsp.org>
parents: 387
diff changeset
70 left: 3em;
6b27b6d73dc5 CSS adjustments.
Matti Hamalainen <ccr@tnsp.org>
parents: 387
diff changeset
71 right: 0em;
387
3cc078b17260 Show backend work.
Matti Hamalainen <ccr@tnsp.org>
parents: 233
diff changeset
72 font-size: 3.5em;
3cc078b17260 Show backend work.
Matti Hamalainen <ccr@tnsp.org>
parents: 233
diff changeset
73 }
3cc078b17260 Show backend work.
Matti Hamalainen <ccr@tnsp.org>
parents: 233
diff changeset
74
3cc078b17260 Show backend work.
Matti Hamalainen <ccr@tnsp.org>
parents: 233
diff changeset
75 div.compoNext .entryBy {
388
6b27b6d73dc5 CSS adjustments.
Matti Hamalainen <ccr@tnsp.org>
parents: 387
diff changeset
76 color: #060;
6b27b6d73dc5 CSS adjustments.
Matti Hamalainen <ccr@tnsp.org>
parents: 387
diff changeset
77 position: absolute;
494
b84acc29546c Slight adjustments to show stylesheet.
Matti Hamalainen <ccr@tnsp.org>
parents: 471
diff changeset
78 top: 9.5em;
389
6c803b1a7335 Center.
Matti Hamalainen <ccr@tnsp.org>
parents: 388
diff changeset
79 left: 4em;
388
6b27b6d73dc5 CSS adjustments.
Matti Hamalainen <ccr@tnsp.org>
parents: 387
diff changeset
80 right: 0em;
387
3cc078b17260 Show backend work.
Matti Hamalainen <ccr@tnsp.org>
parents: 233
diff changeset
81 font-size: 2.5em;
180
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
82 }
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
83
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
84 div.compoNext .entryInfo {
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
85 position: absolute;
387
3cc078b17260 Show backend work.
Matti Hamalainen <ccr@tnsp.org>
parents: 233
diff changeset
86 bottom: 5em;
3cc078b17260 Show backend work.
Matti Hamalainen <ccr@tnsp.org>
parents: 233
diff changeset
87 right: 1em;
3cc078b17260 Show backend work.
Matti Hamalainen <ccr@tnsp.org>
parents: 233
diff changeset
88 left: 1em;
3cc078b17260 Show backend work.
Matti Hamalainen <ccr@tnsp.org>
parents: 233
diff changeset
89 min-height: 2em;
3cc078b17260 Show backend work.
Matti Hamalainen <ccr@tnsp.org>
parents: 233
diff changeset
90 font-size: 2em;
180
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
91 padding: 5pt;
387
3cc078b17260 Show backend work.
Matti Hamalainen <ccr@tnsp.org>
parents: 233
diff changeset
92 color: white;
180
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
93 }
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
94
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
95
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
96 div.compoPrev {
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
97 position: absolute;
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
98 left: 1em;
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
99 bottom: 1em;
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
100 min-width: 30%;
387
3cc078b17260 Show backend work.
Matti Hamalainen <ccr@tnsp.org>
parents: 233
diff changeset
101 max-width: 50%;
180
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
102 color: #0f0;
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
103 font-size: 16pt;
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
104 font-weight: bold;
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
105
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
106 padding: 10pt;
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
107 border-radius: 10pt;
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
108 box-shadow: 2px 2px 4px rgba(0,255,0,0.5) inset, -2px -2px 4px rgba(0,255,0,0.5) inset;
388
6b27b6d73dc5 CSS adjustments.
Matti Hamalainen <ccr@tnsp.org>
parents: 387
diff changeset
109
6b27b6d73dc5 CSS adjustments.
Matti Hamalainen <ccr@tnsp.org>
parents: 387
diff changeset
110 background: black;
180
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
111
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
112 text-align: right;
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
113 }
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
114
387
3cc078b17260 Show backend work.
Matti Hamalainen <ccr@tnsp.org>
parents: 233
diff changeset
115 div.compoPrev .entryTitle {
180
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
116 border-bottom: 2px solid #0f0;
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
117 text-align: left;
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
118 }
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
119
a3f0f2a3551a Split stylesheets into separate files for different platforms and also split
Matti Hamalainen <ccr@tnsp.org>
parents:
diff changeset
120
233
261e5244ac27 Improve "Guru Meditation".
Matti Hamalainen <ccr@tnsp.org>
parents: 180
diff changeset
121 div.guru {
261e5244ac27 Improve "Guru Meditation".
Matti Hamalainen <ccr@tnsp.org>
parents: 180
diff changeset
122 margin: 2em;
261e5244ac27 Improve "Guru Meditation".
Matti Hamalainen <ccr@tnsp.org>
parents: 180
diff changeset
123 padding: 2em;
261e5244ac27 Improve "Guru Meditation".
Matti Hamalainen <ccr@tnsp.org>
parents: 180
diff changeset
124 text-align: center;
261e5244ac27 Improve "Guru Meditation".
Matti Hamalainen <ccr@tnsp.org>
parents: 180
diff changeset
125 background: black;
406
2bb206b4d358 Fancyness.
Matti Hamalainen <ccr@tnsp.org>
parents: 389
diff changeset
126 border: 0.4em solid black;
233
261e5244ac27 Improve "Guru Meditation".
Matti Hamalainen <ccr@tnsp.org>
parents: 180
diff changeset
127 color: red;
406
2bb206b4d358 Fancyness.
Matti Hamalainen <ccr@tnsp.org>
parents: 389
diff changeset
128
2bb206b4d358 Fancyness.
Matti Hamalainen <ccr@tnsp.org>
parents: 389
diff changeset
129 animation: brblink 2s steps(2) infinite;
233
261e5244ac27 Improve "Guru Meditation".
Matti Hamalainen <ccr@tnsp.org>
parents: 180
diff changeset
130 }
406
2bb206b4d358 Fancyness.
Matti Hamalainen <ccr@tnsp.org>
parents: 389
diff changeset
131
2bb206b4d358 Fancyness.
Matti Hamalainen <ccr@tnsp.org>
parents: 389
diff changeset
132 @keyframes brblink {
2bb206b4d358 Fancyness.
Matti Hamalainen <ccr@tnsp.org>
parents: 389
diff changeset
133 from {
2bb206b4d358 Fancyness.
Matti Hamalainen <ccr@tnsp.org>
parents: 389
diff changeset
134 border-color: black;
2bb206b4d358 Fancyness.
Matti Hamalainen <ccr@tnsp.org>
parents: 389
diff changeset
135 }
2bb206b4d358 Fancyness.
Matti Hamalainen <ccr@tnsp.org>
parents: 389
diff changeset
136
2bb206b4d358 Fancyness.
Matti Hamalainen <ccr@tnsp.org>
parents: 389
diff changeset
137 to {
2bb206b4d358 Fancyness.
Matti Hamalainen <ccr@tnsp.org>
parents: 389
diff changeset
138 border-color: red;
2bb206b4d358 Fancyness.
Matti Hamalainen <ccr@tnsp.org>
parents: 389
diff changeset
139 }
2bb206b4d358 Fancyness.
Matti Hamalainen <ccr@tnsp.org>
parents: 389
diff changeset
140 }