bidict/assets/custom.css

24 lines
846 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/.
*/
h1, h2, h3, h4, h5 { font-weight: bold !important; }
2016-08-02 22:02:08 +00:00
ul.simple li { margin-bottom: 8px; }
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; }
/* 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; }