comparison env/lib/python3.9/site-packages/docutils/writers/s5_html/themes/default/pretty.css @ 0:4f3585e2f14b draft default tip

"planemo upload commit 60cee0fc7c0cda8592644e1aad72851dec82c959"
author shellac
date Mon, 22 Mar 2021 18:12:50 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4f3585e2f14b
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 /* Replace the background style above with the style below (and again for
7 div#header) for a graphic: */
8 /* background: white url(bodybg.gif) -16px 0 no-repeat; */
9 :link, :visited {text-decoration: none; color: #00C;}
10 #controls :active {color: #88A !important;}
11 #controls :focus {outline: 1px dotted #227;}
12 h1, h2, h3, h4 {font-size: 100%; margin: 0; padding: 0; font-weight: inherit;}
13
14 blockquote {padding: 0 2em 0.5em; margin: 0 1.5em 0.5em;}
15 blockquote p {margin: 0;}
16
17 kbd {font-weight: bold; font-size: 1em;}
18 sup {font-size: smaller; line-height: 1px;}
19
20 .slide pre {padding: 0; margin-left: 0; margin-right: 0; font-size: 90%;}
21 .slide ul ul li {list-style: square;}
22 .slide img.leader {display: block; margin: 0 auto;}
23 .slide tt {font-size: 90%;}
24
25 div#header, div#footer {background: #005; color: #AAB; font-family: sans-serif;}
26 /* background: #005 url(bodybg.gif) -16px 0 no-repeat; */
27 div#footer {font-size: 0.5em; font-weight: bold; padding: 1em 0;}
28 #footer h1 {display: block; padding: 0 1em;}
29 #footer h2 {display: block; padding: 0.8em 1em 0;}
30
31 .slide {font-size: 1.2em;}
32 .slide h1 {position: absolute; top: 0.45em; z-index: 1;
33 margin: 0; padding-left: 0.7em; white-space: nowrap;
34 font: bold 150% sans-serif; color: #DDE; background: #005;}
35 .slide h2 {font: bold 120%/1em sans-serif; padding-top: 0.5em;}
36 .slide h3 {font: bold 100% sans-serif; padding-top: 0.5em;}
37 h1 abbr {font-variant: small-caps;}
38
39 div#controls {position: absolute; left: 50%; bottom: 0;
40 width: 50%; text-align: right; font: bold 0.9em sans-serif;}
41 html>body div#controls {position: fixed; padding: 0 0 1em 0; top: auto;}
42 div#controls form {position: absolute; bottom: 0; right: 0; width: 100%;
43 margin: 0; padding: 0;}
44 #controls #navLinks a {padding: 0; margin: 0 0.5em;
45 background: #005; border: none; color: #779; cursor: pointer;}
46 #controls #navList {height: 1em;}
47 #controls #navList #jumplist {position: absolute; bottom: 0; right: 0;
48 background: #DDD; color: #227;}
49
50 #currentSlide {text-align: center; font-size: 0.5em; color: #449;
51 font-family: sans-serif; font-weight: bold;}
52
53 #slide0 {padding-top: 1.5em}
54 #slide0 h1 {position: static; margin: 1em 0 0; padding: 0; color: #000;
55 font: bold 2em sans-serif; white-space: normal; background: transparent;}
56 #slide0 h2 {font: bold italic 1em sans-serif; margin: 0.25em;}
57 #slide0 h3 {margin-top: 1.5em; font-size: 1.5em;}
58 #slide0 h4 {margin-top: 0; font-size: 1em;}
59
60 ul.urls {list-style: none; display: inline; margin: 0;}
61 .urls li {display: inline; margin: 0;}
62 .external {border-bottom: 1px dotted gray;}
63 html>body .external {border-bottom: none;}
64 .external:after {content: " \274F"; font-size: smaller; color: #77B;}
65
66 .incremental, .incremental *, .incremental *:after {visibility: visible;
67 color: white; border: 0;}
68 img.incremental {visibility: hidden;}
69 .slide .current {color: green;}
70
71 .slide-display {display: inline ! important;}
72
73 .huge {font-family: sans-serif; font-weight: bold; font-size: 150%;}
74 .big {font-family: sans-serif; font-weight: bold; font-size: 120%;}
75 .small {font-size: 75%;}
76 .tiny {font-size: 50%;}
77 .huge tt, .big tt, .small tt, .tiny tt {font-size: 115%;}
78 .huge pre, .big pre, .small pre, .tiny pre {font-size: 115%;}
79
80 .maroon {color: maroon;}
81 .red {color: red;}
82 .magenta {color: magenta;}
83 .fuchsia {color: fuchsia;}
84 .pink {color: #FAA;}
85 .orange {color: orange;}
86 .yellow {color: yellow;}
87 .lime {color: lime;}
88 .green {color: green;}
89 .olive {color: olive;}
90 .teal {color: teal;}
91 .cyan {color: cyan;}
92 .aqua {color: aqua;}
93 .blue {color: blue;}
94 .navy {color: navy;}
95 .purple {color: purple;}
96 .black {color: black;}
97 .gray {color: gray;}
98 .silver {color: silver;}
99 .white {color: white;}
100
101 .left {text-align: left ! important;}
102 .center {text-align: center ! important;}
103 .right {text-align: right ! important;}
104
105 .animation {position: relative; margin: 1em 0; padding: 0;}
106 .animation img {position: absolute;}
107
108 /* Docutils-specific overrides */
109
110 .slide table.docinfo {margin: 1em 0 0.5em 2em;}
111
112 pre.literal-block, pre.doctest-block {background-color: white;}
113
114 tt.docutils {background-color: white;}
115
116 /* diagnostics */
117 /*
118 li:after {content: " [" attr(class) "]"; color: #F88;}
119 div:before {content: "[" attr(class) "]"; color: #F88;}
120 */