Skip to content

Commit c2ae8d8

Browse files
nburwellwalterbloom11
authored andcommitted
Update logo and theme per Corporate Marketing request (Sandy Pell) - and for better readability in general
1 parent c66903a commit c2ae8d8

18 files changed

+3118
-7934
lines changed

source/_static/css/custom.css

Lines changed: 81 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,17 @@ body {
66
font-style: normal;
77
font-weight: 300;
88
font-size: 18px;
9-
background-color: #363636;
10-
color: #D5D5D5;
9+
color: #1F2121;
1110
letter-spacing: 0px;
1211
}
1312

1413
a, a:visited {
15-
color: #00ACF1;
14+
color: #02B388;
1615
text-decoration: none;
1716
}
1817
a:hover,
1918
a:focus {
20-
color: #0088be;
19+
color: #016454;
2120
text-decoration: none;
2221
}
2322

@@ -27,8 +26,9 @@ a:focus {
2726

2827
img.logo {
2928
width: 232px !important;
30-
height: 82px !important;
29+
height: 57px !important;
3130
padding: 0px !important;
31+
margin-bottom: 10px !important;
3232
}
3333

3434
.wy-side-nav-search, .wy-side-nav-search>a:hover {
@@ -49,7 +49,7 @@ h1 {
4949
font-style: normal;
5050
font-weight: 300;
5151
font-size: 36pt;
52-
color: #D5D5D5;
52+
color: #1F2121;
5353
padding-bottom: 60px;
5454
padding-top: 5px;
5555
line-height: 48px;
@@ -62,27 +62,27 @@ h2 {
6262
line-height: 1.1;
6363
padding-top: 5px;
6464
padding-bottom: 10px;
65-
border-bottom: 1px solid #5f5f5f;
65+
border-bottom: 1px solid #eaeaea;
6666
margin-bottom: 20px;
6767
}
6868

6969
h3 {
7070
font-family: 'Open Sans';
7171
font-style: normal;
72-
color: white;
72+
color: #1F2121;
7373
font-size: 18pt;
7474
font-weight: 500;
7575
padding: 10px 10px 10px 0;
7676
}
7777

7878
hr {
79-
border-top: 1px solid #5f5f5f;
79+
border-top: 1px solid #eaeaea;
8080
margin-bottom: 10px;
8181
margin-top: 0;
8282
}
8383

8484
.document {
85-
color: #D5D5D5;
85+
color: #1F2121;
8686
}
8787

8888
div.section h1 {
@@ -159,22 +159,26 @@ tr:nth-child(odd) {
159159
}
160160

161161
code.docutils {
162-
background: #3F3F3F;
163162
border: none;
164-
}
165-
166-
code.docutils.literal {
167-
background-color: #3F3F3F;
168-
padding: 0px !important;
163+
padding: 2px;
164+
border-radius: 4px;
165+
background-color: #F5F5F5;
166+
font-size: .7em;
167+
color: #555555;
168+
margin: 0 0 10px;
169+
word-break: break-all;
170+
word-wrap: break-word;
171+
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
172+
white-space: pre-wrap;
169173
}
170174

171175
/* applied to <span> for one-liner preformatted text */
172176
.pre {
173177
font-family: Consolas, monospace;
174178
word-break: break-all;
175179
word-wrap: break-word !important;
176-
color: #FFFFFF;
177-
background-color: #2CBF58;
180+
color: #1F2121;
181+
background-color: #CCF0E7;
178182
border-radius: 4px;
179183
padding: 6px 4px 4px 4px !important;
180184
font-size: 14px !important;
@@ -187,8 +191,8 @@ pre {
187191

188192
/* applied to <pre> for multi-line preformatted text */
189193
.literal-block {
190-
color: #FFFFFF;
191-
background-color: #2CBF58 !important;
194+
color: #000000;
195+
background-color: #CCF0E7 !important;
192196
font-family: Consolas, monospace;
193197
font-size: 14px !important;
194198
border: none !important;
@@ -207,15 +211,15 @@ pre {
207211
}
208212

209213
cite {
210-
color: #FFFFFF;
211-
background-color: #2CBF58 !important;
214+
color: #000000;
215+
background-color: #eeeeee !important;
212216
font-family: Consolas, monospace;
213217
font-size: 14px !important;
214218
border: none !important;
215219
border-radius: 4px;
216220
overflow-x: auto;
217221
display: inline;
218-
padding: 0px 2px 2px 2px !important;
222+
padding: 2px 4px !important;
219223
word-break: break-all;
220224
word-wrap: break-word;
221225
white-space: pre-wrap; /* css-3 */
@@ -226,11 +230,6 @@ cite {
226230
line-height: 25px;
227231
}
228232

229-
/* applied to body, almost everyone lives in here! */
230-
.wy-body-for-nav {
231-
background: #363636 none repeat scroll 0 0;
232-
}
233-
234233
/*********************LEFT HAND NAV************************/
235234
/* search box */
236235
.wy-side-nav-search {
@@ -256,9 +255,9 @@ cite {
256255

257256
/* nav menu side bar */
258257
.wy-nav-side {
259-
background: #333 none repeat scroll 0 0;
260258
height: 100%;
261259
padding-bottom: 0;
260+
background: #fff;
262261
}
263262

264263
/* menu scroll bar */
@@ -267,7 +266,6 @@ cite {
267266
overflow-x: hidden;
268267
overflow-y: scroll;
269268
position: relative;
270-
background-color: #333;
271269
}
272270

273271
.wy-menu-vertical {
@@ -276,33 +274,33 @@ cite {
276274
}
277275

278276
.wy-menu-vertical a {
279-
color: #2CBF58;
277+
color: #02B388;
280278
}
281279

282280
.wy-menu-vertical a:hover {
283-
color: #2CBF58;
281+
color: #016454;
282+
background: #fff;
283+
}
284+
285+
.wy-menu-vertical li.current,
286+
.wy-menu-vertical li.toctree-l2.current > a,
287+
.wy-menu-vertical li.toctree-l2.current li.toctree-l3 > a {
288+
background: #fff;
284289
}
285290

286291
.wy-menu-vertical li.current a:hover {
287-
color: #2CBF58;
292+
color: #02B388 !important;
293+
background: #fff;
288294
}
289295

290296
/* make nav links green */
291297
.wy-menu-vertical li.current > a {
292-
color: #2CBF58;
293-
background-color: rgb(48, 48, 48);
294-
}
295-
296-
.wy-menu-vertical li.current {
297-
background: #333 none repeat scroll 0 0;
298+
color: #016454;
298299
}
299300

300301
.wy-menu-vertical li.current a {
301302
border: 0px;
302-
}
303-
304-
.wy-menu.wy-menu-vertical a {
305-
background-color: #333 !important;
303+
padding-right: 0px;
306304
}
307305

308306
.wy-menu-vertical .toctree-l1 {
@@ -312,21 +310,16 @@ cite {
312310
.wy-menu-vertical .toctree-l1 > a {
313311
font-weight: 500;
314312
font-size: 110%;
315-
color: #9B9B9B !important;
313+
color: #3B3B3B;
316314
margin: 10px 0;
317315
}
318316

319-
.wy-menu-vertical .toctree-l1.current > a {
320-
color: white !important;
321-
}
322-
323317
.wy-menu-vertical .toctree-l1 > a:hover {
324-
color: white !important;
318+
color: #02B388;
325319
}
326320

327-
.wy-menu-vertical .toctree-l1 > a .toctree-expand {
328-
position: relative;
329-
left: -34px;
321+
.wy-menu-vertical a .toctree-expand {
322+
display: none
330323
}
331324

332325
.wy-menu-vertical .toctree-l1 > a:before {
@@ -352,13 +345,12 @@ cite {
352345
/*********************RIGHT HAND CONTENT************************/
353346
/* wraps up .wy-nav-content and its subordinates */
354347
.wy-nav-content-wrap {
355-
background-color: #3F3F3F !important;
356348
font-size: 12pt;
349+
background: #fafafa;
357350
}
358351

359352
/* Content in middle (lives inside .wy-nav-content-wrap) */
360353
.wy-nav-content {
361-
background-color: #3F3F3F;
362354
max-width: 1200px;
363355
}
364356

@@ -371,21 +363,6 @@ cite {
371363
background-color: #EBB336;
372364
}
373365

374-
.rst-content code {
375-
width: 80%;
376-
padding: 2px;
377-
border: 0px;
378-
background-color: #F5F5F5;
379-
font-size: .7em;
380-
color: #555555;
381-
margin: 0 0 10px;
382-
word-break: break-all;
383-
word-wrap: break-word;
384-
border-radius: 4px;
385-
font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
386-
white-space: pre-wrap;
387-
}
388-
389366
.rst-content .section ol li p:last-child {
390367
margin-bottom: 12px;
391368
}
@@ -394,10 +371,10 @@ cite {
394371
.endpoint-list a {
395372
display: block;
396373
border-radius: 4px;
397-
color: white;
374+
color: #1F2121;
398375
font-weight: 500;
399376
font-size: 14px;
400-
background-color: #6A6A6A;
377+
background-color: rgba(0, 0, 0, 0.03);
401378
padding: 14px;
402379
margin: 5px 0 0 0;
403380
}
@@ -410,17 +387,17 @@ cite {
410387

411388
.endpoint-list a div.GET {
412389
width: 10%;
413-
color: #1DF0D0;
390+
color: #02B388;
414391
}
415392

416393
.endpoint-list a div.action {
417394
width: 10%;
418-
color: #1DF0D0;
395+
color: #02B388;
419396
}
420397

421398
.endpoint-list a div.POST {
422399
width: 10%;
423-
color: #15DBF6;
400+
color: #02B388;
424401
}
425402

426403
.toctree-l3 ul {
@@ -458,8 +435,7 @@ cite {
458435
.endpoint-long-description {
459436
cursor: text;
460437
padding: 25px;
461-
background-color: #efefef;
462-
color: #4A4A4A;
438+
background-color: #fff;
463439
border-top-right-radius: 0px;
464440
border-top-left-radius: 0px;
465441
border-bottom-right-radius: 4px;
@@ -526,16 +502,17 @@ div[role=navigation][aria-label~=breadcrumbs] {
526502
.highlight-json .kc, .kd, .kn, .kp, .kr, .kt, .mf, .mh, .mi, .mo {
527503
color: #445588;
528504
}
529-
table.parameters, table.multiline-table {
530-
border: 0 !important;
531-
}
532505

533506
.wy-table-responsive table td {
534507
white-space: normal !important;
535508
}
536509

510+
.rst-content table.docutils {
511+
border-top-color: #016454;
512+
}
513+
537514
table.parameters th {
538-
background-color: #6A6A6A;
515+
background-color: #016454;
539516
color: #E4E4E4;
540517
}
541518

@@ -606,8 +583,29 @@ div.endpoint-list div.panel-body .container {
606583
margin-bottom: 0;
607584
}
608585

609-
.panel-body {
610-
padding: 0;
586+
.swagger-ui .response-col_description__inner,
587+
.swagger-ui .response-control-media-type,
588+
.swagger-ui .response-col_links
589+
{
590+
display: none;
611591
}
612592

613-
/*********************FOR BOOTSTRAP INTERACTIONS************************/
593+
/******** RTD Versions panel ******/
594+
.rst-versions {
595+
color: #1F2121;
596+
background: #eee;
597+
border-top: solid 10px #aaa;
598+
}
599+
600+
.rst-versions .rst-current-version {
601+
background-color: #ddd;
602+
}
603+
604+
.rst-versions .rst-other-versions dd a {
605+
color: #02B388;
606+
}
607+
608+
.rst-versions .rst-current-version .fa {
609+
color: #1F2121;
610+
padding-top: 5px;
611+
}

0 commit comments

Comments
 (0)