comparison presen/ui/medium-white/pretty.css @ 20:800cdbaa2f64

add presentation file
author gongo@gendarme.cr.ie.u-ryukyu.ac.jp
date Sat, 14 Feb 2009 11:28:46 +0900
parents
children
comparison
equal deleted inserted replaced
19:d620ac683abe 20:800cdbaa2f64
1 /* This file has been placed in the public domain. */
2 /* Following are the presentation styles -- edit away! */
3
4 html, body {margin: 0; padding: 0;}
5 body {background: white; color: black;}
6 :link, :visited {text-decoration: none; color: #00C;}
7 #controls :active {color: #888 !important;}
8 #controls :focus {outline: 1px dotted #222;}
9 h1, h2, h3, h4 {font-size: 100%; margin: 0; padding: 0; font-weight: inherit;}
10
11 blockquote {padding: 0 2em 0.5em; margin: 0 1.5em 0.5em;}
12 blockquote p {margin: 0;}
13
14 kbd {font-weight: bold; font-size: 1em;}
15 sup {font-size: smaller; line-height: 1px;}
16
17 .slide pre {padding: 0; margin-left: 0; margin-right: 0; font-size: 90%;}
18 .slide ul ul li {list-style: square;}
19 .slide img.leader {display: block; margin: 0 auto;}
20 .slide tt {font-size: 90%;}
21
22 div#footer {font-family: sans-serif; color: #444;
23 font-size: 0.5em; font-weight: bold; padding: 1em 0;}
24 #footer h1 {display: block; padding: 0 1em;}
25 #footer h2 {display: block; padding: 0.8em 1em 0;}
26
27 .slide {font-size: 1.75em;}
28 .slide h1 {padding-top: 0; z-index: 1; margin: 0; font: bold 150% sans-serif;}
29 .slide h2 {font: bold 125% sans-serif; padding-top: 0.5em;}
30 .slide h3 {font: bold 110% sans-serif; padding-top: 0.5em;}
31 h1 abbr {font-variant: small-caps;}
32
33 div#controls {position: absolute; left: 50%; bottom: 0;
34 width: 50%; text-align: right; font: bold 0.9em sans-serif;}
35 html>body div#controls {position: fixed; padding: 0 0 1em 0; top: auto;}
36 div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
37 margin: 0; padding: 0;}
38 #controls #navLinks a {padding: 0; margin: 0 0.5em;
39 border: none; color: #888; cursor: pointer;}
40 #controls #navList {height: 1em;}
41 #controls #navList #jumplist {position: absolute; bottom: 0; right: 0;
42 background: #DDD; color: #222;}
43
44 #currentSlide {text-align: center; font-size: 0.5em; color: #444;
45 font-family: sans-serif; font-weight: bold;}
46
47 #slide0 h1 {position: static; margin: 0 0 0.5em; padding-top: 1em; top: 0;
48 font: bold 150% sans-serif; white-space: normal; background: transparent;}
49 #slide0 h2 {font: bold italic 125% sans-serif; color: gray;}
50 #slide0 h3 {margin-top: 1.5em; font: bold 110% sans-serif;}
51 #slide0 h4 {margin-top: 0; font-size: 1em;}
52
53 ul.urls {list-style: none; display: inline; margin: 0;}
54 .urls li {display: inline; margin: 0;}
55 .external {border-bottom: 1px dotted gray;}
56 html>body .external {border-bottom: none;}
57 .external:after {content: " \274F"; font-size: smaller; color: #77B;}
58
59 .incremental, .incremental *, .incremental *:after {
60 color: white; visibility: visible; border: 0;}
61 img.incremental {visibility: hidden;}
62 .slide .current {color: green;}
63
64 .slide-display {display: inline ! important;}
65
66 .huge {font-family: sans-serif; font-weight: bold; font-size: 150%;}
67 .big {font-family: sans-serif; font-weight: bold; font-size: 120%;}
68 .small {font-size: 75%;}
69 .tiny {font-size: 50%;}
70 .huge tt, .big tt, .small tt, .tiny tt {font-size: 115%;}
71 .huge pre, .big pre, .small pre, .tiny pre {font-size: 115%;}
72
73 .maroon {color: maroon;}
74 .red {color: red;}
75 .magenta {color: magenta;}
76 .fuchsia {color: fuchsia;}
77 .pink {color: #FAA;}
78 .orange {color: orange;}
79 .yellow {color: yellow;}
80 .lime {color: lime;}
81 .green {color: green;}
82 .olive {color: olive;}
83 .teal {color: teal;}
84 .cyan {color: cyan;}
85 .aqua {color: aqua;}
86 .blue {color: blue;}
87 .navy {color: navy;}
88 .purple {color: purple;}
89 .black {color: black;}
90 .gray {color: gray;}
91 .silver {color: silver;}
92 .white {color: white;}
93
94 .left {text-align: left ! important;}
95 .center {text-align: center ! important;}
96 .right {text-align: right ! important;}
97
98 .animation {position: relative; margin: 1em 0; padding: 0;}
99 .animation img {position: absolute;}
100
101 /* Docutils-specific overrides */
102
103 .slide table.docinfo {margin: 0.5em 0 0.5em 1em;}
104
105 pre.literal-block, pre.doctest-block {background-color: white;}
106
107 tt.docutils {background-color: white;}
108
109 /* diagnostics */
110 /*
111 li:after {content: " [" attr(class) "]"; color: #F88;}
112 div:before {content: "[" attr(class) "]"; color: #F88;}
113 */