readthedocs.org/media/css/readthedocs-doc-embed.css

77 lines
1.3 KiB
CSS
Raw Normal View History

2013-10-25 23:21:26 +00:00
/* Left for CSS overrides we need to make in the future */
2013-10-26 01:02:04 +00:00
/* Fix badge on RTD Theme */
2014-10-19 21:10:29 +00:00
/* Please keep RTD badge displayed on your site */
2014-10-19 21:07:39 +00:00
.rst-versions.rst-badge {
display: block;
}
2013-10-26 01:02:04 +00:00
.rst-other-versions {
text-align: left;
}
.rst-other-versions a {
border: 0;
}
.rst-other-versions dl {
margin: 0;
}
2014-10-16 01:22:16 +00:00
/* Fix RTD theme bottom margin */
.rst-content .line-block {
margin-bottom: 24px
}
2014-11-06 23:02:57 +00:00
/* bookmark icon */
.bookmark-added-msg {display: none;}
.bookmark-active {display: none;}
.bookmark-inactive {display: none;}
2015-02-08 01:37:22 +00:00
/* Read the Docs promotional block, only applicable to RTD.org */
div.wy-menu.rst-pro {
padding: .5em;
margin: 1em 0em 3em 0em;
background: rgba(255, 255, 255, .06);
}
div.rst-pro.rst-pro-fixed {
position: fixed;
margin-bottom: 1em;
bottom: 60px;
width: 300px;
}
div.rst-pro.rst-pro-static {
position: static;
width: auto;
margin-bottom: 3em;
}
@media (max-width: 768px) {
div.wy-menu.rst-pro {
display: none;
}
}
div.wy-menu.rst-pro a:link,
div.wy-menu.rst-pro a:visited { color: #b3b3b3; }
div.wy-menu.rst-pro a:hover,
div.wy-menu.rst-pro a:active { color: #c3c3c3; }
div.wy-menu.rst-pro a.rst-pro-link {
display: block;
text-align: center;
font-size: 90%;
}
div.wy-menu.rst-pro div.rst-pro-about {
text-align: right;
color: white;
font-size: 90%;
}