Website: add template and basic stylesheet with menu. Update buildhtml.py (and theref...
[docutils.git] / sandbox / gitpull / web_stylesheet_and_menu / docutils / writers / s5_html / themes / big-black / pretty.css
blob82bcc9dc432db6015fc22033f70e635e3382aca4
1 /* This file has been placed in the public domain. */
2 /* Following are the presentation styles -- edit away! */
4 html, body {margin: 0; padding: 0;}
5 body {background: black; color: white;}
6 :link, :visited {text-decoration: none; color: cyan;}
7 #controls :active {color: #888 !important;}
8 #controls :focus {outline: 1px dotted #CCC;}
10 blockquote {padding: 0 2em 0.5em; margin: 0 1.5em 0.5em;}
11 blockquote p {margin: 0;}
13 kbd {font-weight: bold; font-size: 1em;}
14 sup {font-size: smaller; line-height: 1px;}
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%;}
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;}
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: #888; cursor: pointer;}
34 #controls #navList {height: 1em;}
35 #controls #navList #jumplist {position: absolute; bottom: 0; right: 0;
36 background: black; color: #CCC;}
38 #currentSlide {text-align: center; font-size: 0.5em; color: #AAA;
39 font-family: sans-serif; font-weight: bold;}
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;}
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: #FCC;}
53 .incremental, .incremental *, .incremental *:after {
54 color: black; visibility: visible; border: 0;}
55 img.incremental {visibility: hidden;}
56 .slide .current {color: lime;}
58 .slide-display {display: inline ! important;}
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%;}
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;}
88 .left {text-align: left ! important;}
89 .center {text-align: center ! important;}
90 .right {text-align: right ! important;}
92 .animation {position: relative; margin: 1em 0; padding: 0;}
93 .animation img {position: absolute;}
95 /* Docutils-specific overrides */
97 .slide table.docinfo {margin: 0.5em 0 0.5em 1em;}
99 div.sidebar {background-color: black;}
101 pre.literal-block, pre.doctest-block {background-color: black;}
103 tt.docutils {background-color: black;}
105 /* diagnostics */
107 li:after {content: " [" attr(class) "]"; color: #F88;}
108 div:before {content: "[" attr(class) "]"; color: #F88;}