/* * basic.css * ~~~~~~~~~ * * Sphinx stylesheet -- basic theme. * * :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS. * :license: BSD, see LICENSE for details. * */ /* -- general body styles --------------------------------------------------- */ div.body { min-width: 450px; max-width: none; } div.bodywrapper { margin-right: 20px; } div.admonition-todo { border-top: 2px solid red; border-bottom: 2px solid red; border-left: 2px solid red; border-right: 2px solid red; background-color: #ff6347 }