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

91 lines
1.6 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
}
2015-09-23 17:33:28 +00:00
/* Fix for nav bottom padding with flyout */
nav.wy-nav-side {
padding-bottom: 3em;
}
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 {
display: block;
2015-02-08 01:37:22 +00:00
bottom: 60px;
width: 300px;
padding: .5em;
margin: 1em 0em 1em 0em;
2015-05-05 07:29:05 +00:00
text-align: center;
2015-02-08 01:37:22 +00:00
2015-05-05 07:29:05 +00:00
background: rgba(0, 0, 0, .06);
2015-02-08 01:37:22 +00:00
}
@media (max-width: 768px) {
div.wy-menu.rst-pro {
display: none;
}
}
2015-05-05 07:29:05 +00:00
div.wy-menu.rst-pro > span {
display: block;
color: #838383;
font-size: 90%;
}
div.wy-menu.rst-pro a,
2015-02-08 01:37:22 +00:00
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; }
2015-05-05 07:29:05 +00:00
div.wy-menu.rst-pro a.rst-pro-image-wrapper {
display: inline-block;
padding: 6px;
margin: 5px 0px 10px 0px;
border: 1px solid #434343;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
}
div.wy-menu.rst-pro img {
width: 120px;
height: 90px;
2015-02-08 01:37:22 +00:00
}
div.wy-menu.rst-pro div.rst-pro-about {
2015-05-05 07:29:05 +00:00
float: right;
2015-02-08 01:37:22 +00:00
text-align: right;
color: white;
font-size: 90%;
}