Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 16 additions & 10 deletions themes/mongodb/static/mongodb-docs.css_t
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ div.admonition-optional {
}

div.admonition-example {
background-color: #eff0f3;
background-color: #F5F5F5;
color: #000000;
padding:1ex;
}
Expand All @@ -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;
}
Expand All @@ -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;
}
Expand Down Expand Up @@ -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;
Expand All @@ -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;}
Expand All @@ -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;}