From d3553a588daf24c392dbc99529b203606cd78060 Mon Sep 17 00:00:00 2001 From: John Wilkins Date: Wed, 7 Nov 2012 14:11:56 -0800 Subject: [PATCH] doc: Made changes to the CSS to make admonitions more prominent. Signed-off-by: John Wilkins --- doc/_themes/ceph/static/nature.css_t | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/doc/_themes/ceph/static/nature.css_t b/doc/_themes/ceph/static/nature.css_t index 3230d770cb13c..50588ca8cbce7 100644 --- a/doc/_themes/ceph/static/nature.css_t +++ b/doc/_themes/ceph/static/nature.css_t @@ -240,8 +240,9 @@ div.topic { } div.warning { - background-color: #e6e8e8; - border: 1px solid #f05c56; + background-color: #F05C56; + border: 1px solid #9C4850; + color: #fff; } p.admonition-title { @@ -272,6 +273,7 @@ tt { font-family: monospace; } + .viewcode-back { font-family: Arial, sans-serif; } @@ -285,3 +287,21 @@ div.viewcode-block:target { table.docutils { margin: 1.5em; } + + +div.sidebar { +border: 1px solid #5E6A71; +background-color: #E6E8E8; +} + +div.admonition.tip { + background-color: #80D2DC; + border: 1px solid #55AEBA; +} + +div.admonition.important { + background-color: #F05C56; + border: 1px solid #9C4850; + color: #fff; +} + -- 2.39.5