Skip to content

Commit a4b4b88

Browse files
committed
port pynucastro's overrides
1 parent 61340f6 commit a4b4b88

1 file changed

Lines changed: 36 additions & 3 deletions

File tree

docs/source/_static/theme_overrides.css

Lines changed: 36 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
span[id*='MathJax-Span']{
2+
color: inherit;
3+
}
4+
5+
span.eqno {
6+
float: right;
7+
}
8+
9+
10+
code.docutils.literal.notranslate {
11+
border: 0px;
12+
background: inherit;
13+
padding: 1px 1px;
14+
font-size: 95%;
15+
}
16+
17+
div#example-notebook div.highlight-default div.highlight {
18+
background-color: inherit;
19+
}
20+
121
/* override table width restrictions */
222
@media screen and (min-width: 767px) {
323

@@ -10,8 +30,21 @@
1030
.wy-table-responsive {
1131
overflow: visible !important;
1232
}
33+
}
1334

14-
.wy-table-responsive table {
15-
width: 100%;
16-
}
35+
.wy-side-nav-search>div.branch{
36+
font-weight:normal;
37+
color:rgba(255,255,255,0.3);
38+
font-size:100%;
39+
display:inline-block;
40+
padding:4px 6px;
41+
margin-top:.8em;
42+
margin-bottom:.5em;
1743
}
44+
45+
.wy-side-nav-search>div.branch>a{
46+
/* margin-top:-.4045em;
47+
margin-bottom:.809em; */
48+
color:#fcfcfc;
49+
font-weight:bold;
50+
}

0 commit comments

Comments
 (0)