Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.
| Download
Sage Reference Manual
Project: SageManifolds
Views: 717114/*1* default.css_t2* ~~~~~~~~~~~~~3*4* Sphinx stylesheet -- default theme.5*6* :copyright: Copyright 2007-2014 by the Sphinx team, see AUTHORS.7* :license: BSD, see LICENSE for details.8*9*/1011@import url("basic.css");1213/* -- page layout ----------------------------------------------------------- */1415body {16font-family: sans-serif;17font-size: 100%;18background-color: #B8B9F6;19color: #000;20margin: 0;21padding: 0;22}2324div.document {25background-color: #EAEAF8;26}2728div.documentwrapper {29float: left;30width: 100%;31}3233div.bodywrapper {34margin: 0 0 0 230px;35}3637div.body {38background-color: #ffffff;39color: #000000;40padding: 0 20px 30px 20px;41}4243div.footer {44color: #000000;45width: 100%;46padding: 9px 0 9px 0;47text-align: center;48font-size: 75%;49}5051div.footer a {52color: #000000;53text-decoration: underline;54}5556div.related {57background-color: #B8B9F6;58line-height: 30px;59color: #000000;60}6162div.related a {63color: #090999;64}6566div.sphinxsidebar {67}6869div.sphinxsidebar h3 {70font-family: 'Trebuchet MS', sans-serif;71color: #000000;72font-size: 1.4em;73font-weight: normal;74margin: 0;75padding: 0;76}7778div.sphinxsidebar h3 a {79color: #000000;80}8182div.sphinxsidebar h4 {83font-family: 'Trebuchet MS', sans-serif;84color: #000000;85font-size: 1.3em;86font-weight: normal;87margin: 5px 0 0 0;88padding: 0;89}9091div.sphinxsidebar p {92color: #000000;93}9495div.sphinxsidebar p.topless {96margin: 5px 10px 10px 10px;97}9899div.sphinxsidebar ul {100margin: 10px;101padding: 0;102color: #000000;103}104105div.sphinxsidebar a {106color: #090999;107}108109div.sphinxsidebar input {110border: 1px solid #090999;111font-family: sans-serif;112font-size: 1em;113}114115116117/* -- hyperlink styles ------------------------------------------------------ */118119a {120color: #45529B;121text-decoration: none;122}123124a:visited {125color: #355f7c;126text-decoration: none;127}128129a:hover {130text-decoration: underline;131}132133134135/* -- body styles ----------------------------------------------------------- */136137div.body h1,138div.body h2,139div.body h3,140div.body h4,141div.body h5,142div.body h6 {143font-family: 'Trebuchet MS', sans-serif;144background-color: #EAEAF8;145font-weight: normal;146color: #20435c;147border-bottom: 1px solid #ccc;148margin: 20px -20px 10px -20px;149padding: 3px 0 3px 10px;150}151152div.body h1 { margin-top: 0; font-size: 200%; }153div.body h2 { font-size: 160%; }154div.body h3 { font-size: 140%; }155div.body h4 { font-size: 120%; }156div.body h5 { font-size: 110%; }157div.body h6 { font-size: 100%; }158159a.headerlink {160color: #c60f0f;161font-size: 0.8em;162padding: 0 4px 0 4px;163text-decoration: none;164}165166a.headerlink:hover {167background-color: #c60f0f;168color: white;169}170171div.body p, div.body dd, div.body li {172text-align: justify;173line-height: 130%;174}175176div.admonition p.admonition-title + p {177display: inline;178}179180div.admonition p {181margin-bottom: 5px;182}183184div.admonition pre {185margin-bottom: 5px;186}187188div.admonition ul, div.admonition ol {189margin-bottom: 5px;190}191192div.note {193background-color: #eee;194border: 1px solid #ccc;195}196197div.seealso {198background-color: #ffc;199border: 1px solid #ff6;200}201202div.topic {203background-color: #eee;204}205206div.warning {207background-color: #ffe4e4;208border: 1px solid #f66;209}210211p.admonition-title {212display: inline;213}214215p.admonition-title:after {216content: ":";217}218219pre {220padding: 5px;221background-color: #FFFFE5;222color: #333333;223line-height: 120%;224border: 1px solid #ac9;225border-left: none;226border-right: none;227}228229tt {230background-color: #ecf0f3;231padding: 0 1px 0 1px;232font-size: 0.95em;233}234235th {236background-color: #ede;237}238239.warning tt {240background: #efc2c2;241}242243.note tt {244background: #d6d6d6;245}246247.viewcode-back {248font-family: sans-serif;249}250251div.viewcode-block:target {252background-color: #f4debf;253border-top: 1px solid #ac9;254border-bottom: 1px solid #ac9;255}256257