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
|
div.omnilib {
margin-top: 24px;
}
div.omnilib-badges {
margin-top: 12px;
margin-bottom: 10px;
}
div.omnilib-badges a {
color: #bbb;
text-decoration: none;
font-size: 24px;
border: none;
}
div.omnilib-badges a:hover {
color: #97F;
border: none;
}
div.sphinxsidebarwrapper h1.logo a {
font-family: ff-tisa-web-pro, Georgia, serif;
}
dl.function, dl.attribute, dl.class, dl.method, dl.field-list, dl.data {
margin-bottom: 15px;
}
div.deprecated {
margin: 20px 0px;
padding: 10px 30px;
background-color: #EEE;
border: 1px solid #CCC;
}
|