Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/sphinx
diff options
context:
space:
mode:
authorTakeshi KOMIYA <i.tkomiya@gmail.com>2020-06-04 20:39:57 +0300
committerGitHub <noreply@github.com>2020-06-04 20:39:57 +0300
commit6a4d2daaa286630c054f37562ce6a0b13e4168b2 (patch)
tree4b17cc21270460af815da31c8d55557ef34d8b85 /sphinx
parentbd2caee82f2a7b8e37418c60539a1baccee1f938 (diff)
parent1f47eefb2f1c94b4003cb96bd263aaa730f26a9e (diff)
Merge pull request #7718 from mgeier/respect-pygments-background
CSS: Respect Pygments background color
Diffstat (limited to 'sphinx')
-rw-r--r--sphinx/themes/agogo/static/agogo.css_t1
-rw-r--r--sphinx/themes/haiku/static/haiku.css_t1
-rw-r--r--sphinx/themes/nature/static/nature.css_t6
-rw-r--r--sphinx/themes/pyramid/static/pyramid.css_t6
-rw-r--r--sphinx/themes/scrolls/static/scrolls.css_t2
-rw-r--r--sphinx/themes/sphinxdoc/static/sphinxdoc.css_t1
-rw-r--r--sphinx/themes/traditional/static/traditional.css_t1
7 files changed, 1 insertions, 17 deletions
diff --git a/sphinx/themes/agogo/static/agogo.css_t b/sphinx/themes/agogo/static/agogo.css_t
index d74604ac1..ff43186da 100644
--- a/sphinx/themes/agogo/static/agogo.css_t
+++ b/sphinx/themes/agogo/static/agogo.css_t
@@ -207,7 +207,6 @@ div.document .section:first-child {
div.document div.highlight {
padding: 3px;
- background-color: #eeeeec;
border-top: 2px solid #dddddd;
border-bottom: 2px solid #dddddd;
margin-top: .8em;
diff --git a/sphinx/themes/haiku/static/haiku.css_t b/sphinx/themes/haiku/static/haiku.css_t
index cac283400..21caac0fd 100644
--- a/sphinx/themes/haiku/static/haiku.css_t
+++ b/sphinx/themes/haiku/static/haiku.css_t
@@ -319,7 +319,6 @@ pre {
border-width: thin;
margin: 0 0 12px 0;
padding: 0.8em;
- background-color: #f0f0f0;
}
hr {
diff --git a/sphinx/themes/nature/static/nature.css_t b/sphinx/themes/nature/static/nature.css_t
index 13c64467b..34893b86a 100644
--- a/sphinx/themes/nature/static/nature.css_t
+++ b/sphinx/themes/nature/static/nature.css_t
@@ -184,10 +184,6 @@ div.admonition p.admonition-title + p {
display: inline;
}
-div.highlight{
- background-color: white;
-}
-
div.note {
background-color: #eee;
border: 1px solid #ccc;
@@ -217,8 +213,6 @@ p.admonition-title:after {
pre {
padding: 10px;
- background-color: White;
- color: #222;
line-height: 1.2em;
border: 1px solid #C6C9CB;
font-size: 1.1em;
diff --git a/sphinx/themes/pyramid/static/pyramid.css_t b/sphinx/themes/pyramid/static/pyramid.css_t
index 48cb2ab6f..dafd898d5 100644
--- a/sphinx/themes/pyramid/static/pyramid.css_t
+++ b/sphinx/themes/pyramid/static/pyramid.css_t
@@ -229,10 +229,6 @@ div.admonition {
padding: 10px 20px 10px 60px;
}
-div.highlight{
- background-color: white;
-}
-
div.note {
border: 2px solid #7a9eec;
border-right-style: none;
@@ -286,8 +282,6 @@ p.admonition-title:after {
pre {
padding: 10px;
- background-color: #fafafa;
- color: #222;
line-height: 1.2em;
border: 2px solid #C6C9CB;
font-size: 1.1em;
diff --git a/sphinx/themes/scrolls/static/scrolls.css_t b/sphinx/themes/scrolls/static/scrolls.css_t
index b01d4ad9f..e484f8c4f 100644
--- a/sphinx/themes/scrolls/static/scrolls.css_t
+++ b/sphinx/themes/scrolls/static/scrolls.css_t
@@ -188,7 +188,7 @@ a:hover {
}
pre {
- background: #ededed url(metal.png);
+ background-image: url(metal.png);
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 5px;
diff --git a/sphinx/themes/sphinxdoc/static/sphinxdoc.css_t b/sphinx/themes/sphinxdoc/static/sphinxdoc.css_t
index 626d8c3f2..f9961ae36 100644
--- a/sphinx/themes/sphinxdoc/static/sphinxdoc.css_t
+++ b/sphinx/themes/sphinxdoc/static/sphinxdoc.css_t
@@ -247,7 +247,6 @@ pre {
line-height: 120%;
padding: 0.5em;
border: 1px solid #ccc;
- background-color: #f8f8f8;
}
pre a {
diff --git a/sphinx/themes/traditional/static/traditional.css_t b/sphinx/themes/traditional/static/traditional.css_t
index 68719dcd1..0120f83a5 100644
--- a/sphinx/themes/traditional/static/traditional.css_t
+++ b/sphinx/themes/traditional/static/traditional.css_t
@@ -632,7 +632,6 @@ th {
pre {
font-family: monospace;
padding: 5px;
- color: #00008b;
border-left: none;
border-right: none;
}