bidict/assets/custom.css

25 lines
863 B
CSS

/*
* Copyright 2018 Joshua Bronson. All Rights Reserved.
*
* 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/.
*/
/* override the inherited widths below so status badges fit on 1 line */
div.document { width: inherit; }
div.body { max-width: 900px; }
h1, h2, h3, h4, h5 { font-weight: bold !important; }
ul.simple li { margin-bottom: 8px; }
/* Can remove this when https://github.com/bitprophet/alabaster/pull/125 lands */
a.image-reference:hover { border-bottom: 0 !important; }
/* 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; }