-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
78 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,36 @@ | ||
/* Override some aspects of the pydata-sphinx-theme */ | ||
|
||
:root { | ||
/* Use softer blue from bootstrap's default info color */ | ||
--pst-color-info: 23, 162, 184; | ||
} | ||
|
||
table { | ||
width: auto; /* Override fit-content which breaks Styler user guide ipynb */ | ||
} | ||
|
||
/* Main index page overview cards */ | ||
|
||
.intro-card { | ||
padding: 30px 10px 20px 10px; | ||
/* Remove execution count for notebook cells. */ | ||
div.prompt { | ||
display: none; | ||
} | ||
|
||
.intro-card .sd-card-img-top { | ||
margin: 10px; | ||
height: 52px; | ||
background: none !important; | ||
/* Classes for the index page. */ | ||
.index-card-image { | ||
padding-top: 1rem; | ||
height: 68px; | ||
text-align: center; | ||
} | ||
|
||
.intro-card .sd-card-title { | ||
color: var(--pst-color-primary); | ||
font-size: var(--pst-font-size-h5); | ||
padding: 1rem 0rem 0.5rem 0rem; | ||
.index-card-link { | ||
color: var(--sd-color-card-text); | ||
font-weight: bold; | ||
} | ||
|
||
.intro-card .sd-card-footer { | ||
border: none !important; | ||
pre { | ||
padding-left: 20px | ||
} | ||
|
||
.intro-card .sd-card-footer p.sd-card-text { | ||
max-width: 220px; | ||
margin-left: auto; | ||
margin-right: auto; | ||
li pre { | ||
padding-left: 20px | ||
} | ||
|
||
.intro-card .sd-btn-secondary { | ||
background-color: #6c757d !important; | ||
border-color: #6c757d !important; | ||
.highlight { | ||
background: #f5f5f5 | ||
} | ||
|
||
.intro-card .sd-btn-secondary:hover { | ||
background-color: #5a6268 !important; | ||
border-color: #545b62 !important; | ||
.highlight button.copybtn{ | ||
background-color: #f5f5f5; | ||
} | ||
|
||
.card, .card img { | ||
background-color: var(--pst-color-background); | ||
.highlight button.copybtn:hover { | ||
background-color: #f5f5f5; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
/* Override some aspects of the pydata-sphinx-theme */ | ||
|
||
:root { | ||
/* Use softer blue from bootstrap's default info color */ | ||
--pst-color-info: 23, 162, 184; | ||
} | ||
|
||
table { | ||
width: auto; /* Override fit-content which breaks Styler user guide ipynb */ | ||
} | ||
|
||
/* Main index page overview cards */ | ||
|
||
.intro-card { | ||
padding: 30px 10px 20px 10px; | ||
} | ||
|
||
.intro-card .sd-card-img-top { | ||
margin: 10px; | ||
height: 52px; | ||
background: none !important; | ||
} | ||
|
||
.intro-card .sd-card-title { | ||
color: var(--pst-color-primary); | ||
font-size: var(--pst-font-size-h5); | ||
padding: 1rem 0rem 0.5rem 0rem; | ||
} | ||
|
||
.intro-card .sd-card-footer { | ||
border: none !important; | ||
} | ||
|
||
.intro-card .sd-card-footer p.sd-card-text { | ||
max-width: 220px; | ||
margin-left: auto; | ||
margin-right: auto; | ||
} | ||
|
||
.intro-card .sd-btn-secondary { | ||
background-color: #6c757d !important; | ||
border-color: #6c757d !important; | ||
} | ||
|
||
.intro-card .sd-btn-secondary:hover { | ||
background-color: #5a6268 !important; | ||
border-color: #545b62 !important; | ||
} | ||
|
||
.card, .card img { | ||
background-color: var(--pst-color-background); | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters