summaryrefslogtreecommitdiff
path: root/sphinx/themes/pyramid/static/pyramid.css_t
diff options
context:
space:
mode:
Diffstat (limited to 'sphinx/themes/pyramid/static/pyramid.css_t')
-rw-r--r--sphinx/themes/pyramid/static/pyramid.css_t23
1 files changed, 21 insertions, 2 deletions
diff --git a/sphinx/themes/pyramid/static/pyramid.css_t b/sphinx/themes/pyramid/static/pyramid.css_t
index 442cbec0..e3b2ae1e 100644
--- a/sphinx/themes/pyramid/static/pyramid.css_t
+++ b/sphinx/themes/pyramid/static/pyramid.css_t
@@ -1,5 +1,5 @@
/*
- * pylons.css_t
+ * pyramid.css_t
* ~~~~~~~~~~~~
*
* Sphinx stylesheet -- pylons theme.
@@ -220,6 +220,14 @@ div.admonition p.admonition-title + p {
display: inline;
}
+div.admonition {
+ background: #eeeeec;
+ border: 2px solid #babdb6;
+ border-right-style: none;
+ border-left-style: none;
+ padding: 10px 20px 10px 60px;
+}
+
div.highlight{
background-color: white;
}
@@ -255,8 +263,19 @@ div.warning {
border-left-style: none;
padding: 10px 20px 10px 60px;
}
+
+div.admonition-todo {
+ background: #f2d9b4 url(dialog-todo.png) no-repeat 10px 8px;
+ border: 2px solid #e9b96e;
+ border-right-style: none;
+ border-left-style: none;
+ padding: 10px 20px 10px 60px;
+}
-p.admonition-title {
+div.note p.admonition-title,
+div.warning p.admonition-title,
+div.seealso p.admonition-title,
+div.admonition-todo p.admonition-title {
display: none;
}