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
|
.highlight pre{
border: 1px solid #e3e3e3;
border-radius: 2px;
font-size: 75%;
}
.docutils.literal{
color: #41cd52;
padding: 1px 4px;
margin: 0 -2px;
border-radius: 2px;
}
a {
color: #41cd52;
}
a.reference {
border-bottom: 1px dotted #41cd52;
}
a.reference:hover {
border-bottom: 1px solid #41cd52;
}
a:hover {
color: #41cd52;
}
h1 {
margin: 30px 0px 10px 0px !important;
}
.body {
max-width: unset !important;
}
img.logo{
width: 210px;
}
p.caption {
display: none;
}
table {
font-size: 70%;
}
|