8000 Modify stylesheets to make documentation easier to read · DataONEorg/d1_python@d0a9836 · GitHub
[go: up one dir, main page]

Skip to content

Commit d0a9836

Browse files
committed
Modify stylesheets to make documentation easier to read
1 parent 3022807 commit d0a9836

File tree

2 files changed

+57
-11
lines changed

2 files changed

+57
-11
lines changed

doc/rst/_static/dataone.css

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
* {
2+
margin: 0;
3+
}
4+
5+
div.section {
6+
margin: 0.2em;
7+
}
8+
9+
/* Light gray background for shell command blocks */
10+
div.highlight, pre {
11+
background-color: #e0e0e0;
12+
}
13+
14+
body > div.footer {
15+
padding-top: 2rem;
16+
text-align: center;
17+
font-size: 80%;
18+
color: gray;
19+
}
20+
21+
.simple > li > p {
22+
margin: 0;
23+
}
24+
25+
.internal, .external, h1, h2, h3, code {
26+
font-size:100%;
27+
font-weight: bold;
28+
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
29+
}
30+
31+
h1, .sig-name {
32+
font-size: 1.6em;
33+
}
34+
35+
h2 {
36+
font-size: 1.4em;
37+
}
38+
39+
h3, .sig-prename, .sig-paren, .sig-param {
40+
font-size: 1.2em;
41+
}
42+
43+
h4, h5, h6 {
44+
font-size: 1.0em;
45+
}
46+
47+
.sig-name {
48+
padding: .5em;
49+
}
50+
51+
.field-odd > ul > li > p, ul.simple > li > p {
52+
padding-top: .4em;
53+
}
54+
55+
dl.class {
56+
padding-top: 2em;
57+
}

doc/source/_static/dataone.css

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)
0