Skip to content

Commit 0b2b2c7

Browse files
committed
Update ur_theme
1 parent e55aeee commit 0b2b2c7

File tree

1 file changed

+28
-32
lines changed

1 file changed

+28
-32
lines changed

doc/_static/css/ur_theme.css

Lines changed: 28 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,29 @@ body {
1111
min-height: 100%;
1212
background: #DEE2E1;
1313

14+
h2, h3, h4, h5, h6, h7 {
15+
color: #3E7698
16+
}
17+
18+
h1 {
19+
color: #002B39
20+
}
21+
1422
a {
1523
color: #56A0D3;
1624
text-decoration: none;
1725
cursor:pointer
1826
}
19-
27+
2028
a:hover {
2129
color:#80B8DE
2230
}
23-
31+
2432
a:visited {
2533
color: purple
2634
}
27-
28-
.wy-menu-vertical header, .wy-menu-vertical p.caption {
35+
36+
.wy-menu-vertical header,.wy-menu-vertical p.caption {
2937
color: #3E7698;
3038
height: 32px;
3139
line-height: 32px;
@@ -38,20 +46,6 @@ body {
3846
white-space: nowrap
3947
}
4048

41-
.wy-nav-side {
42-
position: fixed;
43-
top: 0;
44-
bottom: 0;
45-
left: 0;
46-
padding-bottom: 2em;
47-
width: 300px;
48-
overflow-x: hidden;
49-
overflow-y: hidden;
50-
min-height: 100%;
51-
color: #002B39;
52-
background: #D7DDDF;
53-
z-index: 200
54-
}
5549

5650
.wy-menu-vertical li.toctree-l2.current>a,
5751
.wy-menu-vertical li.toctree-l2.current li.toctree-l3>a {
@@ -204,14 +198,20 @@ body {
204198
color: #D7DDDF
205199
}
206200

207-
201+
.wy-nav-side {
202+
min-height: 100%;
203+
color: #002B39;
204+
background: #D7DDDF
205+
}
208206
@media screen and (max-width: 768px) {
209207
.wy-body-for-nav {
210208
background:#fcfcfc
211209
}
212210

213211
.wy-nav-top {
214-
display: block
212+
display: block;
213+
color: #002B39;
214+
background: #D7DDDF
215215
}
216216

217217
.wy-nav-side {
@@ -247,16 +247,20 @@ body {
247247

248248
@media screen and (min-width: 1100px) {
249249
.wy-nav-content-wrap {
250-
background:rgba(0,0,0,.05)
250+
background: white
251251
}
252252

253253
.wy-nav-content {
254254
margin: 0;
255-
background: #fcfcfc;
256-
max-width: none
255+
background:white
257256
}
258-
}
259257

258+
.wy-nav-side {
259+
min-height: 100%;
260+
color: #002B39;
261+
background: #D7DDDF
262+
}
263+
}
260264
.rst-content.style-external-links a.reference.external:after {
261265
font-family: FontAwesome;
262266
content: "\f08e";
@@ -341,11 +345,3 @@ body {
341345
}
342346

343347
}
344-
345-
h2, h3, h4, h5, h6, h7 {
346-
color: #3E7698
347-
}
348-
349-
h1 {
350-
color: #002B39
351-
}

0 commit comments

Comments
 (0)