~ubuntu-branches/ubuntu/karmic/python-docutils/karmic

« back to all changes in this revision

Viewing changes to docutils/writers/s5_html/themes/small-white/pretty.css

  • Committer: Bazaar Package Importer
  • Author(s): martin f. krafft
  • Date: 2006-07-10 11:45:05 UTC
  • mfrom: (2.1.4 edgy)
  • Revision ID: james.westby@ubuntu.com-20060710114505-otkhqcslevewxmz5
Tags: 0.4-3
Added build dependency on python-central (closes: #377580).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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.2em;}
 
28
.slide h1 {padding-top: 0; z-index: 1; margin: 0; font: bold 150% sans-serif;}
 
29
.slide h2 {font: bold 120% sans-serif; padding-top: 0.5em;}
 
30
.slide h3 {font: bold 100% 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 {padding-top: 0em}
 
48
#slide0 h1 {position: static; margin: 1em 0 0; padding: 0;
 
49
  font: bold 2em sans-serif; white-space: normal; background: transparent;}
 
50
#slide0 h2 {font: bold italic 1em sans-serif; margin: 0.25em;}
 
51
#slide0 h3 {margin-top: 1.5em; font-size: 1.5em;}
 
52
#slide0 h4 {margin-top: 0; font-size: 1em;}
 
53
 
 
54
ul.urls {list-style: none; display: inline; margin: 0;}
 
55
.urls li {display: inline; margin: 0;}
 
56
.external {border-bottom: 1px dotted gray;}
 
57
html>body .external {border-bottom: none;}
 
58
.external:after {content: " \274F"; font-size: smaller; color: #77B;}
 
59
 
 
60
.incremental, .incremental *, .incremental *:after {
 
61
  color: white; visibility: visible; border: 0; border: 0;}
 
62
img.incremental {visibility: hidden;}
 
63
.slide .current {color: green;}
 
64
 
 
65
.slide-display {display: inline ! important;}
 
66
 
 
67
.huge {font-family: sans-serif; font-weight: bold; font-size: 150%;}
 
68
.big {font-family: sans-serif; font-weight: bold; font-size: 120%;}
 
69
.small {font-size: 75%;}
 
70
.tiny {font-size: 50%;}
 
71
.huge tt, .big tt, .small tt, .tiny tt {font-size: 115%;}
 
72
.huge pre, .big pre, .small pre, .tiny pre {font-size: 115%;}
 
73
 
 
74
.maroon {color: maroon;}
 
75
.red {color: red;}
 
76
.magenta {color: magenta;}
 
77
.fuchsia {color: fuchsia;}
 
78
.pink {color: #FAA;}
 
79
.orange {color: orange;}
 
80
.yellow {color: yellow;}
 
81
.lime {color: lime;}
 
82
.green {color: green;}
 
83
.olive {color: olive;}
 
84
.teal {color: teal;}
 
85
.cyan {color: cyan;}
 
86
.aqua {color: aqua;}
 
87
.blue {color: blue;}
 
88
.navy {color: navy;}
 
89
.purple {color: purple;}
 
90
.black {color: black;}
 
91
.gray {color: gray;}
 
92
.silver {color: silver;}
 
93
.white {color: white;}
 
94
 
 
95
.left {text-align: left ! important;}
 
96
.center {text-align: center ! important;}
 
97
.right {text-align: right ! important;}
 
98
 
 
99
.animation {position: relative; margin: 1em 0; padding: 0;}
 
100
.animation img {position: absolute;}
 
101
 
 
102
/* Docutils-specific overrides */
 
103
 
 
104
.slide table.docinfo {margin: 1em 0 0.5em 2em;}
 
105
 
 
106
pre.literal-block, pre.doctest-block {background-color: white;}
 
107
 
 
108
tt.docutils {background-color: white;}
 
109
 
 
110
/* diagnostics */
 
111
/*
 
112
li:after {content: " [" attr(class) "]"; color: #F88;}
 
113
div:before {content: "[" attr(class) "]"; color: #F88;}
 
114
*/