Skip to content

Commit 790dfce

Browse files
kay-kimSam Kleinman
authored andcommitted
css change links to blue
1 parent e600fe4 commit 790dfce

File tree

1 file changed

+20
-11
lines changed

1 file changed

+20
-11
lines changed

themes/mongodb/static/mongodb-docs.css_t

Lines changed: 20 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ div.sphinxsidebar {
9494
font-size: 0.72em;
9595
line-height: 1.4em;
9696
width: 280px;
97+
padding-top: .45em;
9798
}
9899

99100
div.sphinxsidebarwrapper{
@@ -160,7 +161,7 @@ p.searchtip { font-size: 93%; }
160161
/* -- body styles ----------------------------------------------------------- */
161162

162163
a {
163-
color: #774212;
164+
color: #005B81;
164165
text-decoration: none;
165166
}
166167

@@ -283,7 +284,9 @@ tt {
283284
font-family: "Courier New", Courier, monospace;
284285
}
285286

286-
a>tt { color: #774212; }
287+
a>tt {
288+
color: #005B81;
289+
}
287290

288291
.viewcode-back { font-family: helvetica,arial,sans-serif; }
289292

@@ -469,7 +472,7 @@ ol#breadcrumbs { margin-left: -14px; }
469472
line-height: 1.4em;
470473
}
471474

472-
#breadcrumbs { color:#158f35; }
475+
#breadcrumbs { color: #122A78; }
473476

474477
#main-db {
475478
padding-top: 2.5em;
@@ -842,24 +845,30 @@ div.admonition-example pre { background-color: #FBFBFB; }
842845
li p.first { margin-bottom: 0em; }
843846
h4#vnd {padding:0;margin:0;line-height:1.5;padding-left:10px;}
844847

845-
div.sphinxsidebarwrapper {padding-top:0.5em;}
848+
div.sphinxsidebarwrapper {padding-top:0.5em; padding-left: 8px;}
846849
div.sphinxsidebarwrapper ul {margin:0;padding:0;margin-left:10px;}
847850
div.sphinxsidebarwrapper ul li {font-size:1.0em;font-family:Helvetica,Arial,Sans-serif;line-height:1.5;}
848851
div.sphinxsidebarwrapper ul li a:active,
849852
div.sphinxsidebarwrapper ul li a:focus,
850853
div.sphinxsidebarwrapper ul li a:hover {font-weight:900;}
851-
div.sphinxsidebarwrapper ul li a tt span {font-family:Helvetica,Arial,sans-serif;font-size:inherit;color:black;}
854+
div.sphinxsidebarwrapper ul li a tt span {font-family:Helvetica,Arial,sans-serif;font-size:inherit;color: black;}
852855
div.sphinxsidebarwrapper ul li a:active tt span, div.sphinxsidebarwrapper ul li a:hover tt span, div.sphinxsidebarwrapper ul li a:focus tt span {font-weight:900}
853-
div.sphinxsidebarwrapper ul.current li.current a tt span {font-weight:900;}
854-
div.sphinxsidebar ul.current li.current tt.literal .pre {font-weight:900;}
856+
#div.sphinxsidebarwrapper ul.current li.current a tt span {font-weight:900;}
857+
#div.sphinxsidebar ul.current li.current tt.literal .pre {font-weight:900;}
855858
div.sphinxsidebar a:active tt.literal .pre,
856859
div.sphinxsidebar a:focus tt.literal .pre,
857860
div.sphinxsidebar a:hover tt.literal .pre {font-weight:900;}
858-
div.body div.bc {padding-top:0.5em; margin-left:24px; background:white;color:black;}
861+
div.body div.bc {
862+
padding-top: .6em;
863+
margin-left:24px;
864+
background:white;
865+
}
859866
div.body div.bc li.jr {float: right;display:none;}
860867
div.body div.bc ul {padding:0;margin:0}
861-
div.body div.bc ul li {list-style: none;font-size:0.8em;display:inline;color:black;}
862-
div.body div.bc ul li a {color:black;}
863-
div.bc ul li:after {content:"›"}
868+
div.body div.bc ul li {list-style: none;font-size:0.9em;display:inline;}
869+
div.body div.bc ul li a {
870+
color: #005B81;
871+
}
872+
div.bc ul li:after {content: " >" ; font-weight: bold; font-size:0.9em; color: #343434; }
864873
div.sphinxsidebarwrapper h3 {line-height:2.0;margin:0;padding:0}
865874
div.sphinxsidebarwrapper h3:first-child {line-height:1.0;margin:0;padding:0}

0 commit comments

Comments
 (0)