Added the make_resourceful plugin
[lyrix.git] / public / stylesheets / pretty.css
blob411742e36da6230c340bab929caab7f7f02d45b2
1 /* Following are the presentation styles -- edit away! */
3 body {font-family: "Gill Sans", Helvetica, Verdana, sans-serif; background: #000 -16px 0 no-repeat; color: #FFF; font-size: 3em;}
4 :link, :visited {text-decoration: none; color: #00C;}
5 #controls :active {color: #eee !important;}
6 #controls :focus {outline: 1px dotted #227;}
7 h1, h2, h3, h4 {font-size: 100%; margin: 0; padding: 0; font-weight: inherit;}
8 ul, pre {margin: 0; line-height: 1em;}
9 html, body {margin: 0; padding: 0;}
11 blockquote, q {font-style: italic;}
12 blockquote {padding: 0 2em 0.5em; margin: 0 1.5em 0.5em; text-align: center; font-size: 1em;}
13 blockquote p {margin: 0;}
14 blockquote i {font-style: normal;}
15 blockquote b {display: block; margin-top: 0.5em; font-weight: normal; font-size: smaller; font-style: normal;}
16 blockquote b i {font-style: italic;}
18 kbd {font-weight: bold; font-size: 1em;}
19 sup {font-size: smaller; line-height: 1px;}
21 .slide code {padding: 2px 0.25em; font-weight: bold; color: #533;}
22 .slide code.bad, code del {color: red;}
23 .slide code.old {color: silver;}
24 .slide pre {padding: 0; margin: 0.25em 0 0.5em 0.5em; color: #533; font-size: 90%;}
25 .slide pre code {display: block;}
26 .slide ul {margin-left: 5%; margin-right: 7%; list-style: disc;}
27 .slide li {margin-top: 0.75em; margin-right: 0;}
28 .slide ul ul {line-height: 1;}
29 .slide ul ul li {margin: .2em; font-size: 85%; list-style: square;}
30 .slide img.leader {display: block; margin: 0 auto;}
32 div#header, div#footer {color: #eee;
33 font-family: "Gill Sans", Verdana, Helvetica, sans-serif;}
34 div#header {line-height: 1px;}
35 div#footer {font-size: 0.5em; font-weight: bold; padding: 1em 0;}
36 #footer h1, #footer h2 {display: block; padding: 0 1em;}
37 #footer h2 a {font-style: italic; color: #eee;}
39 div.long {font-size: 0.75em;}
40 /*.title_slide h1 {position: absolute; top: 0.7em; left: 87px; z-index: 1;
41 margin: 0; padding: 0.3em 0 0 50px; white-space: nowrap;
42 font: bold 150%/1em Helvetica, sans-serif; text-transform: capitalize;}*/
43 .title_slide { text-align: center; }
44 .title_slide h1 { margin-top: 1em; font-size: 1.8em; font-weight: bold;}
45 .title_slide h2 { margin-top: .8em; font-size: 1.4em; }
46 .slide h3 {font-size: 130%;}
47 h1 abbr {font-variant: small-caps;}
49 div#controls {position: absolute; left: 50%; bottom: 0;
50 width: 50%;
51 text-align: right; font: bold 0.9em "Gill Sans", Verdana, Helvetica, sans-serif;}
52 html>body div#controls {position: fixed; padding: 0 0 1em 0;
53 top: auto;}
54 div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
55 margin: 0; padding: 0;}
56 #controls #navLinks a {padding: 0; margin: 0 0.5em;
57 background: #000; border: none; color: #eee;
58 cursor: pointer;}
59 #controls #navList {height: 1em;}
60 #controls #navList #jumplist {position: absolute; bottom: 0; right: 0; background: #333; color: #eee;}
62 #currentSlide {text-align: center; font-size: 0.5em; color: #eee;}
64 #slide0 {padding-top: 3.5em; font-size: 90%;}
65 #slide0 h1 {position: static; margin: 1em 0 0; padding: 0;
66 font: bold 2em "Gill Sans", Helvetica, sans-serif; white-space: normal}
67 #slide0 h2 {font: bold italic 1em "Gill Sans", Helvetica, sans-serif; margin: 0.25em;}
68 #slide0 h3 {margin-top: 1.5em; font-size: 1.5em;}
69 #slide0 h4 {margin-top: 0; font-size: 1em;}
71 ul.urls {list-style: none; display: inline; margin: 0;}
72 .urls li {display: inline; margin: 0;}
73 .note {display: none;}
74 .external {border-bottom: 1px dotted gray;}
75 html>body .external {border-bottom: none;}
76 .external:after {content: " \274F"; font-size: smaller;}
78 .incremental, .incremental *, .incremental *:after {color: #DDE; visibility: visible;}
79 img.incremental {visibility: hidden;}
80 .slide .current {color: #eee;}
82 .lyric_slide h1 { margin-bottom: -1em; }
83 .lyric_slide { margin: -1em 0 0 0; line-height: 1.3em; font-size: 1.7em; font-weight: normal; text-align: center;}
86 /* diagnostics
88 li:after {content: " [" attr(class) "]"; color: #F88;}