mirror of
https://github.com/hakril/PythonForWindows
synced 2026-06-08 14:31:45 +00:00
27 lines
554 B
CSS
27 lines
554 B
CSS
/*
|
|
* 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
|
|
} |