summaryrefslogtreecommitdiff
path: root/doc/source/_static
diff options
context:
space:
mode:
authorPauli Virtanen <pav@iki.fi>2013-07-24 18:43:41 +0300
committerPauli Virtanen <pav@iki.fi>2013-07-25 14:58:05 +0300
commitdf2198336bf8a0e513ac8f32cddf8b10278520db (patch)
tree2997a46226b1400f4773f14ad6160d60c33718d9 /doc/source/_static
parent756dad2846b3ae531e6ebd94b6c0fe89b48f25c6 (diff)
downloadnumpy-df2198336bf8a0e513ac8f32cddf8b10278520db.tar.gz
DOC: use the new scipy-sphinx-theme in the documentation
Diffstat (limited to 'doc/source/_static')
-rw-r--r--doc/source/_static/scipy.css189
1 files changed, 0 insertions, 189 deletions
diff --git a/doc/source/_static/scipy.css b/doc/source/_static/scipy.css
deleted file mode 100644
index 89984b67d..000000000
--- a/doc/source/_static/scipy.css
+++ /dev/null
@@ -1,189 +0,0 @@
-@import "default.css";
-
-/**
- * Spacing fixes
- */
-
-div.body p, div.body dd, div.body li {
- line-height: 125%;
-}
-
-ul.simple {
- margin-top: 0;
- margin-bottom: 0;
- padding-top: 0;
- padding-bottom: 0;
-}
-
-/* spacing around blockquoted fields in parameters/attributes/returns */
-td.field-body > blockquote {
- margin-top: 0.1em;
- margin-bottom: 0.5em;
-}
-
-/* spacing around example code */
-div.highlight > pre {
- padding: 2px 5px 2px 5px;
-}
-
-/* spacing in see also definition lists */
-dl.last > dd {
- margin-top: 1px;
- margin-bottom: 5px;
- margin-left: 30px;
-}
-
-/* hide overflowing content in the sidebar */
-div.sphinxsidebarwrapper p.topless {
- overflow: hidden;
-}
-
-/**
- * Hide dummy toctrees
- */
-
-ul {
- padding-top: 0;
- padding-bottom: 0;
- margin-top: 0;
- margin-bottom: 0;
-}
-ul li {
- padding-top: 0;
- padding-bottom: 0;
- margin-top: 0;
- margin-bottom: 0;
-}
-ul li a.reference {
- padding-top: 0;
- padding-bottom: 0;
- margin-top: 0;
- margin-bottom: 0;
-}
-
-/**
- * Make high-level subsections easier to distinguish from top-level ones
- */
-div.body h3 {
- background-color: transparent;
-}
-
-div.body h4 {
- border: none;
- background-color: transparent;
-}
-
-/**
- * Scipy colors
- */
-
-body {
- background-color: rgb(100,135,220);
-}
-
-div.document {
- background-color: rgb(230,230,230);
-}
-
-div.sphinxsidebar {
- background-color: rgb(230,230,230);
-}
-
-div.related {
- background-color: rgb(100,135,220);
-}
-
-div.sphinxsidebar h3 {
- color: rgb(0,102,204);
-}
-
-div.sphinxsidebar h3 a {
- color: rgb(0,102,204);
-}
-
-div.sphinxsidebar h4 {
- color: rgb(0,82,194);
-}
-
-div.sphinxsidebar p {
- color: black;
-}
-
-div.sphinxsidebar a {
- color: #355f7c;
-}
-
-div.sphinxsidebar ul.want-points {
- list-style: disc;
-}
-
-.field-list th {
- color: rgb(0,102,204);
- white-space: nowrap;
-}
-
-/**
- * Extra admonitions
- */
-
-div.tip {
- background-color: #ffffe4;
- border: 1px solid #ee6;
-}
-
-div.plot-output {
- clear-after: both;
-}
-
-div.plot-output .figure {
- float: left;
- text-align: center;
- margin-bottom: 0;
- padding-bottom: 0;
-}
-
-div.plot-output .caption {
- margin-top: 2;
- padding-top: 0;
-}
-
-div.plot-output p.admonition-title {
- display: none;
-}
-
-div.plot-output:after {
- content: "";
- display: block;
- height: 0;
- clear: both;
-}
-
-
-/*
-div.admonition-example {
- background-color: #e4ffe4;
- border: 1px solid #ccc;
-}*/
-
-
-/**
- * Styling for field lists
- */
-
-table.field-list th {
- border-left: 1px solid #aaa !important;
- padding-left: 5px;
-}
-
-table.field-list {
- border-collapse: separate;
- border-spacing: 10px;
-}
-
-/**
- * Styling for footnotes
- */
-
-table.footnote td, table.footnote th {
- border: none;
-}