8efa5cc4745ea7c55e073442f45ce681d0d484ad
[philo.git] / static / css / screen.css
1 @import "http://fonts.googleapis.com/css?family=Expletus+Sans";
2 html, body, div, span, applet, object, iframe,
3 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
4 a, abbr, acronym, address, big, cite, code, #content .codeblock,
5 del, dfn, em, img, ins, kbd, q, s, samp,
6 small, strike, strong, sub, sup, tt, var,
7 b, u, i, center,
8 dl, dt, dd, ol, ul, li,
9 fieldset, form, label, legend,
10 table, caption, tbody, tfoot, thead, tr, th, td,
11 article, aside, canvas, details, embed,
12 figure, figcaption, footer, header, hgroup,
13 menu, nav, output, ruby, section, summary,
14 time, mark, audio, video {
15   margin: 0;
16   padding: 0;
17   border: 0;
18   font-size: 100%;
19   font: inherit;
20   vertical-align: baseline; }
21
22 body {
23   line-height: 1; }
24
25 ol, ul {
26   list-style: none; }
27
28 table {
29   border-collapse: collapse;
30   border-spacing: 0; }
31
32 caption, th, td {
33   text-align: left;
34   font-weight: normal;
35   vertical-align: middle; }
36
37 q, blockquote {
38   quotes: none; }
39   q:before, q:after, blockquote:before, blockquote:after {
40     content: "";
41     content: none; }
42
43 a img {
44   border: none; }
45
46 article, aside, details, figcaption, figure,
47 footer, header, hgroup, menu, nav, section {
48   display: block; }
49
50 article, aside, details, figcaption, figure,
51 footer, header, hgroup, menu, nav, section {
52   display: block; }
53
54 blockquote, q {
55   quotes: none; }
56   blockquote:before, blockquote:after, q:before, q:after {
57     content: "";
58     content: none; }
59
60 /* Compass Vars */
61 /* Custom Vars */
62 /* custom mixins */
63 body {
64   font-size: 100%;
65   line-height: 1.563em; }
66
67 html > body {
68   font-size: 16px; }
69
70 ::selection {
71   background: #ff6ae6;
72   text-shadow: none !important;
73   color: white !important; }
74
75 @-webkit-keyframes glow {
76   0% {
77     text-shadow: 0 0 3px rgba(255, 255, 255, 0); }
78
79   100% {
80     text-shadow: 0 0 3px rgba(255, 255, 255, 0.5); } }
81
82 body {
83   background: #e0e5ef;
84   background: -webkit-gradient(linear, 50% 0%, 50% 250, color-stop(0%, #b4bdcf), color-stop(100%, #e0e5ef));
85   background: -webkit-linear-gradient(top, #b4bdcf 0%, #e0e5ef 250px);
86   background: -moz-linear-gradient(top, #b4bdcf 0%, #e0e5ef 250px);
87   background: -o-linear-gradient(top, #b4bdcf 0%, #e0e5ef 250px);
88   background: linear-gradient(top, #b4bdcf 0%, #e0e5ef 250px);
89   color: #333333;
90   text-shadow: 0 1px 0 #FFF;
91   font-family: Helvetica, Arial, serif; }
92
93 #container {
94   width: 750px;
95   margin: 20px auto;
96   background: transparent;
97   color: #333333; }
98
99 #nameplate {
100   font-size: 3.75em;
101   line-height: 1.25em;
102   font-family: "Expletus Sans", Helvetica, Arial, serif;
103   position: relative; }
104
105 .installButton {
106   height: 30px;
107   color: #222222;
108   text-decoration: none;
109   font-size: 25px;
110   line-height: 36px;
111   font-family: "Expletus Sans", Helvetica, Arial, serif;
112   text-transform: uppercase;
113   letter-spacing: 2px;
114   float: right;
115   width: 160px;
116   -moz-border-radius: 5px;
117   -webkit-border-radius: 5px;
118   -o-border-radius: 5px;
119   -ms-border-radius: 5px;
120   -khtml-border-radius: 5px;
121   border-radius: 5px;
122   -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
123   -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
124   -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
125   box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
126   background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #d4d4d4));
127   background: -webkit-linear-gradient(#eeeeee, #d4d4d4);
128   background: -moz-linear-gradient(#eeeeee, #d4d4d4);
129   background: -o-linear-gradient(#eeeeee, #d4d4d4);
130   background: linear-gradient(#eeeeee, #d4d4d4);
131   text-shadow: #FFF 0 1px 0;
132   border: 1px solid #eeeeee;
133   padding: 5px 10px;
134   position: absolute;
135   top: 10px;
136   right: 0; }
137   .installButton::after {
138     content: '\2b07';
139     font-size: 20px;
140     line-height: 20px;
141     padding: 7px 1px 3px 4px;
142     width: 25px;
143     -moz-border-radius: 15px;
144     -webkit-border-radius: 15px;
145     -o-border-radius: 15px;
146     -ms-border-radius: 15px;
147     -khtml-border-radius: 15px;
148     border-radius: 15px;
149     -moz-box-shadow: 0 1px 0 0 white, 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset;
150     -webkit-box-shadow: 0 1px 0 0 white, 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset;
151     -o-box-shadow: 0 1px 0 0 white, 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset;
152     box-shadow: 0 1px 0 0 white, 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset;
153     background: #bbbbbb;
154     float: left;
155     text-align: center;
156     margin-right: 10px;
157     font-family: Helvetica, Arial, sans-serif; }
158   .installButton:hover {
159     background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #eeeeee), color-stop(100%, #c8c8c8));
160     background: -webkit-linear-gradient(#eeeeee, #c8c8c8);
161     background: -moz-linear-gradient(#eeeeee, #c8c8c8);
162     background: -o-linear-gradient(#eeeeee, #c8c8c8);
163     background: linear-gradient(#eeeeee, #c8c8c8); }
164   .installButton:active {
165     background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c8c8c8), color-stop(100%, #eeeeee));
166     background: -webkit-linear-gradient(#c8c8c8, #eeeeee);
167     background: -moz-linear-gradient(#c8c8c8, #eeeeee);
168     background: -o-linear-gradient(#c8c8c8, #eeeeee);
169     background: linear-gradient(#c8c8c8, #eeeeee);
170     -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 0 16px 0 rgba(0, 0, 0, 0.15) inset;
171     -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 0 16px 0 rgba(0, 0, 0, 0.15) inset;
172     -o-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 0 16px 0 rgba(0, 0, 0, 0.15) inset;
173     box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15), 0 0 16px 0 rgba(0, 0, 0, 0.15) inset;
174     color: #080808; }
175     .installButton:active::after {
176       background: #a2a2a2; }
177
178 #content a {
179   color: #354668;
180   border-bottom: 1px solid #9dadcc;
181   -moz-box-shadow: 0 1px 0 0 white;
182   -webkit-box-shadow: 0 1px 0 0 white;
183   -o-box-shadow: 0 1px 0 0 white;
184   box-shadow: 0 1px 0 0 white;
185   text-decoration: none; }
186   #content a:hover {
187     color: #354668;
188     border-bottom: 1px solid #354668; }
189 #content p, #content ul, #content ol, #content header {
190   margin-bottom: 1.563em; }
191 #content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
192   font-weight: bold;
193   margin-bottom: 0.781em; }
194 #content h2 {
195   font-size: 1.25em;
196   line-height: 1.25em; }
197 #content code, #content .codeblock {
198   background: #bec9de;
199   padding: 3px;
200   margin: -4px 0;
201   border: 1px solid #aebbd5;
202   -moz-border-radius: 3px;
203   -webkit-border-radius: 3px;
204   -o-border-radius: 3px;
205   -ms-border-radius: 3px;
206   -khtml-border-radius: 3px;
207   border-radius: 3px;
208   -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset, 0 1px 0 0 white;
209   -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset, 0 1px 0 0 white;
210   -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset, 0 1px 0 0 white;
211   box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset, 0 1px 0 0 white;
212   font-family: Menlo, monospace;
213   font-size: 0.813em;
214   line-height: 1.923em; }
215 #content .codeblock {
216   margin-bottom: 1.563em;
217   padding: 10px;
218   display: block; }
219   #content .codeblock code, #content .codeblock .codeblock {
220     margin: 0;
221     padding: 0;
222     -moz-box-shadow: none;
223     -webkit-box-shadow: none;
224     -o-box-shadow: none;
225     box-shadow: none;
226     -moz-border-radius: 0;
227     -webkit-border-radius: 0;
228     -o-border-radius: 0;
229     -ms-border-radius: 0;
230     -khtml-border-radius: 0;
231     border-radius: 0;
232     border: none;
233     display: block; }
234   #content .codeblock.shell code::before, #content .codeblock.shell .codeblock::before {
235     content: "$ ";
236     color: #4d4d4d; }
237 #content .pname {
238   color: #354668; }
239
240 .three-up {
241   background: #333333;
242   margin: 25px -10px;
243   padding: 10px;
244   -moz-border-radius: 5px;
245   -webkit-border-radius: 5px;
246   -o-border-radius: 5px;
247   -ms-border-radius: 5px;
248   -khtml-border-radius: 5px;
249   border-radius: 5px;
250   -moz-box-shadow: 0 1px 0 0 white, 0 2px 4px rgba(0, 0, 0, 0.35) inset;
251   -webkit-box-shadow: 0 1px 0 0 white, 0 2px 4px rgba(0, 0, 0, 0.35) inset;
252   -o-box-shadow: 0 1px 0 0 white, 0 2px 4px rgba(0, 0, 0, 0.35) inset;
253   box-shadow: 0 1px 0 0 white, 0 2px 4px rgba(0, 0, 0, 0.35) inset;
254   overflow: hidden;
255   *zoom: 1; }
256   .three-up figure {
257     border: 1px solid #1a1a1a;
258     float: left;
259     width: 241.333px;
260     margin-right: 10px;
261     overflow: hidden;
262     position: relative;
263     -moz-transition-property: width;
264     -webkit-transition-property: width;
265     -o-transition-property: width;
266     transition-property: width;
267     -moz-transition-duration: 0.25s;
268     -webkit-transition-duration: 0.25s;
269     -o-transition-duration: 0.25s;
270     transition-duration: 0.25s;
271     -moz-transition-timing-function: linear;
272     -webkit-transition-timing-function: linear;
273     -o-transition-timing-function: linear;
274     transition-timing-function: linear;
275     -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset, 0 1px 0 0 rgba(255, 255, 255, 0.35);
276     -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset, 0 1px 0 0 rgba(255, 255, 255, 0.35);
277     -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset, 0 1px 0 0 rgba(255, 255, 255, 0.35);
278     box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15) inset, 0 1px 0 0 rgba(255, 255, 255, 0.35);
279     -moz-border-radius: 3px;
280     -webkit-border-radius: 3px;
281     -o-border-radius: 3px;
282     -ms-border-radius: 3px;
283     -khtml-border-radius: 3px;
284     border-radius: 3px; }
285     .three-up figure.shrunk {
286       width: 62px; }
287     .three-up figure.expanded {
288       width: 600px; }
289     .three-up figure:last-child {
290       margin-right: 0;
291       float: right;
292       /* keeps the right margin from wiggling */ }
293     .three-up figure img {
294       display: block; }
295   .three-up figcaption {
296     position: absolute;
297     bottom: 0;
298     left: 0;
299     right: 0;
300     background: rgba(0, 0, 0, 0.75);
301     text-shadow: 1px 1px 0 #000;
302     padding: 0 5px;
303     color: #FFF;
304     width: 600px;
305     font-size: 0.813em;
306     line-height: 1.923em; }
307
308 #whatIs {
309   padding: 10px;
310   background: #333333;
311   margin-bottom: 20px;
312   line-height: 30px;
313   font-size: 20px;
314   -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 white;
315   -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 white;
316   -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 white;
317   box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 white;
318   -moz-border-radius: 5px;
319   -webkit-border-radius: 5px;
320   -o-border-radius: 5px;
321   -ms-border-radius: 5px;
322   -khtml-border-radius: 5px;
323   border-radius: 5px;
324   text-shadow: 0 -1px 0 black;
325   text-align: center;
326   -webkit-font-smoothing: antialiased;
327   color: #cccccc; }
328   #whatIs :last-child {
329     margin-bottom: 0; }
330   #whatIs .w1 {
331     font-weight: bold; }
332   #whatIs .s1 {
333     color: white;
334     display: block; }
335   #whatIs a {
336     background: transparent;
337     padding: 0;
338     color: #73e600;
339     border-width: 0;
340     -moz-box-shadow: none;
341     -webkit-box-shadow: none;
342     -o-box-shadow: none;
343     box-shadow: none; }
344     #whatIs a:hover {
345       background: transparent;
346       color: #73e600; }
347
348 #modelList {
349   margin-left: 1.5em; }
350   #modelList li {
351     margin-bottom: 0.781em;
352     list-style-type: disc; }
353   #modelList .name {
354     font-weight: bold; }
355
356 #contribList {
357   background: #333333;
358   margin: 25px -10px;
359   padding: 20px 10px 10px 10px;
360   -moz-border-radius: 5px;
361   -webkit-border-radius: 5px;
362   -o-border-radius: 5px;
363   -ms-border-radius: 5px;
364   -khtml-border-radius: 5px;
365   border-radius: 5px;
366   -moz-box-shadow: 0 1px 0 0 white, 0 2px 4px rgba(0, 0, 0, 0.35) inset;
367   -webkit-box-shadow: 0 1px 0 0 white, 0 2px 4px rgba(0, 0, 0, 0.35) inset;
368   -o-box-shadow: 0 1px 0 0 white, 0 2px 4px rgba(0, 0, 0, 0.35) inset;
369   box-shadow: 0 1px 0 0 white, 0 2px 4px rgba(0, 0, 0, 0.35) inset;
370   overflow: hidden;
371   *zoom: 1;
372   text-shadow: none;
373   color: white;
374   -webkit-font-smoothing: antialiased; }
375   #contribList li {
376     width: 343px;
377     float: left;
378     margin: 0 5px 10px 5px;
379     padding: 10px;
380     background: #262626;
381     border: 1px solid #1a1a1a;
382     -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(255, 255, 255, 0.15);
383     -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(255, 255, 255, 0.15);
384     -o-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(255, 255, 255, 0.15);
385     box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.35) inset, 0 1px 0 0 rgba(255, 255, 255, 0.15);
386     overflow: hidden;
387     *zoom: 1;
388     -moz-border-radius: 3px;
389     -webkit-border-radius: 3px;
390     -o-border-radius: 3px;
391     -ms-border-radius: 3px;
392     -khtml-border-radius: 3px;
393     border-radius: 3px; }
394   #contribList .name, #contribList .description, #contribList .status {
395     display: block; }
396   #contribList .name {
397     font-weight: bold; }
398   #contribList .description {
399     color: #999999; }
400   #contribList .status {
401     font-style: italic;
402     font-size: 0.813em;
403     line-height: 1.923em;
404     float: right; }
405     #contribList .status.dev {
406       -webkit-animation-name: glow;
407       -webkit-animation-duration: 1s;
408       -webkit-animation-timing-function: ease;
409       -webkit-animation-iteration-count: infinite;
410       -webkit-animation-direction: alternate; }
411     #contribList .status.pla {
412       opacity: .5; }
413   #contribList a {
414     color: #CCC;
415     border: none; }
416
417 footer {
418   margin-top: 25px;
419   padding-top: 20px;
420   border-top: 5px solid #333333;
421   -moz-box-shadow: 0 1px 0 0 white inset;
422   -webkit-box-shadow: 0 1px 0 0 white inset;
423   -o-box-shadow: 0 1px 0 0 white inset;
424   box-shadow: 0 1px 0 0 white inset;
425   font-size: 0.813em;
426   line-height: 1.923em;
427   color: #666666; }
428   footer a {
429     text-decoration: none;
430     color: #5974aa; }
431     footer a:hover {
432       color: #131924; }