bidict/assets/custom.css

25 lines
863 B
CSS
Raw Normal View History

2018-08-13 17:57:07 +00:00
/*
* 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; }
2018-08-13 17:57:07 +00:00
h1, h2, h3, h4, h5 { font-weight: bold !important; }
2016-08-02 22:02:08 +00:00
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; }
2018-02-13 12:13:24 +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; }