~ubuntu-branches/ubuntu/hardy/python-docutils/hardy

« back to all changes in this revision

Viewing changes to docutils/writers/s5_html/themes/big-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: #88A !important;}
 
8
#controls :focus {outline: 1px dotted #227;}
 
9
 
 
10
blockquote {padding: 0 2em 0.5em; margin: 0 1.5em 0.5em;}
 
11
blockquote p {margin: 0;}
 
12
 
 
13
kbd {font-weight: bold; font-size: 1em;}
 
14
sup {font-size: smaller; line-height: 1px;}
 
15
 
 
16
.slide pre {padding: 0; margin-left: 0; margin-right: 0; font-size: 90%;}
 
17
.slide ul ul li {list-style: square;}
 
18
.slide img.leader {display: block; margin: 0 auto;}
 
19
.slide tt {font-size: 90%;}
 
20
 
 
21
.slide {font-size: 3em; font-family: sans-serif; font-weight: bold;}
 
22
.slide h1 {padding-top: 0; z-index: 1; margin: 0; font-size: 120%;}
 
23
.slide h2 {font-size: 110%;}
 
24
.slide h3 {font-size: 105%;}
 
25
h1 abbr {font-variant: small-caps;}
 
26
 
 
27
div#controls {position: absolute; left: 50%; bottom: 0;
 
28
  width: 50%; text-align: right; font: bold 0.9em sans-serif;}
 
29
html>body div#controls {position: fixed; padding: 0 0 1em 0; top: auto;}
 
30
div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
 
31
  margin: 0; padding: 0;}
 
32
#controls #navLinks a {padding: 0; margin: 0 0.5em; 
 
33
  border: none; color: #005; cursor: pointer;}
 
34
#controls #navList {height: 1em;}
 
35
#controls #navList #jumplist {position: absolute; bottom: 0; right: 0;
 
36
  background: #DDD; color: #227;}
 
37
 
 
38
#currentSlide {text-align: center; font-size: 0.5em; color: #444;
 
39
  font-family: sans-serif; font-weight: bold;}
 
40
 
 
41
#slide0 h1 {position: static; margin: 0 0 0.5em; padding-top: 0.3em; top: 0;
 
42
  font-size: 150%; white-space: normal; background: transparent;}
 
43
#slide0 h2 {font: 110%; font-style: italic; color: gray;}
 
44
#slide0 h3 {margin-top: 1.5em; font-size: 1.5em;}
 
45
#slide0 h4 {margin-top: 0; font-size: 1em;}
 
46
 
 
47
ul.urls {list-style: none; display: inline; margin: 0;}
 
48
.urls li {display: inline; margin: 0;}
 
49
.external {border-bottom: 1px dotted gray;}
 
50
html>body .external {border-bottom: none;}
 
51
.external:after {content: " \274F"; font-size: smaller; color: #77B;}
 
52
 
 
53
.incremental, .incremental *, .incremental *:after {
 
54
  color: white; visibility: visible; border: 0;}
 
55
img.incremental {visibility: hidden;}
 
56
.slide .current {color: green;}
 
57
 
 
58
.slide-display {display: inline ! important;}
 
59
 
 
60
.huge {font-size: 150%;}
 
61
.big {font-size: 120%;}
 
62
.small {font-size: 75%;}
 
63
.tiny {font-size: 50%;}
 
64
.huge tt, .big tt, .small tt, .tiny tt {font-size: 115%;}
 
65
.huge pre, .big pre, .small pre, .tiny pre {font-size: 115%;}
 
66
 
 
67
.maroon {color: maroon;}
 
68
.red {color: red;}
 
69
.magenta {color: magenta;}
 
70
.fuchsia {color: fuchsia;}
 
71
.pink {color: #FAA;}
 
72
.orange {color: orange;}
 
73
.yellow {color: yellow;}
 
74
.lime {color: lime;}
 
75
.green {color: green;}
 
76
.olive {color: olive;}
 
77
.teal {color: teal;}
 
78
.cyan {color: cyan;}
 
79
.aqua {color: aqua;}
 
80
.blue {color: blue;}
 
81
.navy {color: navy;}
 
82
.purple {color: purple;}
 
83
.black {color: black;}
 
84
.gray {color: gray;}
 
85
.silver {color: silver;}
 
86
.white {color: white;}
 
87
 
 
88
.left {text-align: left ! important;}
 
89
.center {text-align: center ! important;}
 
90
.right {text-align: right ! important;}
 
91
 
 
92
.animation {position: relative; margin: 1em 0; padding: 0;}
 
93
.animation img {position: absolute;}
 
94
 
 
95
/* Docutils-specific overrides */
 
96
 
 
97
.slide table.docinfo {margin: 0.5em 0 0.5em 1em;}
 
98
 
 
99
pre.literal-block, pre.doctest-block {background-color: white;}
 
100
 
 
101
tt.docutils {background-color: white;}
 
102
 
 
103
/* diagnostics */
 
104
/*
 
105
li:after {content: " [" attr(class) "]"; color: #F88;}
 
106
div:before {content: "[" attr(class) "]"; color: #F88;}
 
107
*/