-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
rh_sphinx_theme_style.css
67 lines (55 loc) · 1.06 KB
/
rh_sphinx_theme_style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
dl.conf {
padding: 3px 3px 7px 5px;
margin-top: 7px !important;
margin-bottom: 13px !important;
border-color: rgba(180, 128, 240, 0.5);
border-style: solid;
}
dl.data {
padding: 3px 3px 7px 5px;
margin-top: 7px !important;
margin-bottom: 13px !important;
border-color: rgba(180, 128, 240, 0.5);
border-style: solid;
}
nav#rellinks {
width: 80%;
max-width: 1100px;
}
nav#rellinks ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
display: flex;
}
nav#rellinks ul li{
flex:1 0 auto;
}
nav#rellinks ul li div.rellinks_prev{
text-align: left;
}
nav#rellinks ul li div.rellinks_next{
text-align: right;
}
nav#rellinks li + li::before {
content: "";
}
/*div.documentwrapper {*/
/* width: 95%;*/
/* float: right;*/
/*}*/
/*@media screen and (min-width: 875px) {*/
/* div.sphinxsidebar {*/
/* width: 15%;*/
/* }*/
/*}*/
div.sphinxsidebar {
max-height: 100%;
overflow-y: auto;
}
/*div.document {*/
/* width: 100%;*/
/* max-width: 1400px;*/
/* margin: 30px auto 0 0;*/
/*}*/