2018-08-13 17:57:07 +00:00
|
|
|
/*
|
2021-01-01 17:14:24 +00:00
|
|
|
* Copyright 2009-2021 Joshua Bronson. All Rights Reserved.
|
2018-08-13 17:57:07 +00:00
|
|
|
*
|
|
|
|
* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
*/
|
|
|
|
|
2019-09-08 00:04:06 +00:00
|
|
|
pre { padding: 10px; }
|
|
|
|
@media only screen and (max-width: 875px) {
|
|
|
|
p { width: calc(100% - 20px); }
|
|
|
|
pre { max-width: calc(100% - 40px); }
|
|
|
|
/* Make code text in side nav lighter on narrow viewports where it's moved to the footer. */
|
|
|
|
.sphinxsidebarwrapper code { color: #ccc !important; background: inherit !important; }
|
|
|
|
}
|
|
|
|
|
2018-10-06 14:47:03 +00:00
|
|
|
h1, h2, h3, h4, h5 { font-weight: bold !important; }
|
2016-08-02 22:02:08 +00:00
|
|
|
|
2019-09-08 00:04:06 +00:00
|
|
|
ul, ol { margin: 10px 20px; }
|
2018-11-05 20:52:59 +00:00
|
|
|
ul li { margin-bottom: 8px; }
|
2017-11-16 20:44:51 +00:00
|
|
|
|
2018-10-17 15:16:43 +00:00
|
|
|
/* Float the logo to the right of the status badges on the homepage */
|
|
|
|
#bidict img[alt="bidict logo"] { float: right; }
|
|
|
|
|
2017-11-16 20:44:51 +00:00
|
|
|
/* Can remove this when https://github.com/bitprophet/alabaster/pull/125 lands */
|
2018-10-06 14:47:03 +00:00
|
|
|
a.image-reference:hover { border-bottom: 0 !important; }
|
2018-02-13 12:13:24 +00:00
|
|
|
|
2019-09-02 19:51:36 +00:00
|
|
|
div.sphinxsidebar img[alt="Donate"] { display: none; }
|
|
|
|
|
2018-10-06 14:47:03 +00:00
|
|
|
/* override the inherited "max-width: 100%" in case a badge fails to load */
|
|
|
|
#status img { max-width: inherit; }
|
|
|
|
|
|
|
|
.sphinxsidebar h3 { margin-top: 20px !important; }
|
|
|
|
.sphinxsidebar h3.donation { margin-top: 50px !important; }
|
2019-02-04 01:00:29 +00:00
|
|
|
|
|
|
|
#codefund { margin-top: 50px; }
|
|
|
|
#cf, .cf-wrapper { margin: 0 !important; }
|
|
|
|
#cf * { border: none !important; }
|
|
|
|
/* Make cf text lighter on narrow viewports where it's moved to the footer. */
|
|
|
|
@media only screen and (max-width: 34em) {
|
|
|
|
#cf * { color: #aaa !important; }
|
|
|
|
}
|