diff --git a/themes/mongodb/static/mongodb-docs.css_t b/themes/mongodb/static/mongodb-docs.css_t index 16f5b2620fe..a6ab51ab2b7 100644 --- a/themes/mongodb/static/mongodb-docs.css_t +++ b/themes/mongodb/static/mongodb-docs.css_t @@ -270,7 +270,7 @@ div.admonition-optional { } div.admonition-example { - background-color: #eff0f3; + background-color: #F5F5F5; color: #000000; padding:1ex; } @@ -291,12 +291,11 @@ pre { background-color: White; color: #222; line-height: 1.2em; - font-size: 1.1em; + font-size: 1.25em; margin: 20px; } tt { - background-color: #eff0f3; color: #000; font-family: "Courier New", Courier, monospace; } @@ -315,10 +314,11 @@ div.viewcode-block:target { } /* - p.first, p.last { + p.first, p.last { margin-bottom: 0 !important; } */ + div.sphinxsidebar ul.current a.current { font-weight: bold; } @@ -715,7 +715,7 @@ a.reference em {font-style:normal;} tt,tt span.pre { font-family:"Courier New", Courier, monospace; font-weight: bold; - font-size: 0.98em; + font-size: 1.04em; } tt.descname { font-size: 1.15em; @@ -739,13 +739,19 @@ header: http://media.mongodb.org/back-header.png /* div.body * {font-size:12pt;font-family:Helvetica,Arial,Sans-Serif;font-weight:normal;line-height:1.0;} */ /* div.body p {line-height:1.6875;} */ -div.body p {line-height:1.4em;} -div.body li>p { line-height:1.4em;} -div.highlight pre {background-color: #eff0f3;} +div.body p {line-height:1.5em;} +div.body li>p { line-height:1.5em;} +div.highlight pre {background-color: #F5F5F5;} +div.section > ul > li { + margin-top: 0.5em; +} +div.section > ol > li { + margin-top: 0.5em; +} div.section > h2, div.section > h3,div.section > h4 {margin-top:0;padding-top:0;line-height:1.77} /* div.admonition p {line-height:1.6875} */ -div.admonition p {line-height:1.55em} +div.admonition p {line-height:1.5em} dd > div.admonition {margin-left:0;} p > div.admonition {margin-left:0;} @@ -768,4 +774,4 @@ table.docutils tbody tr td div.highlight pre {background-color:inherit;} table.docutils > div.admonition-example {background-color:inherit;} /* somehow, powershell commands starting with a directory reference does not include a div.highlight */ -div.highlight-powershell pre {background-color: #eff0f3;} +div.highlight-powershell pre {background-color: #F5F5F5;}