Files
geopandas/doc/source/_static/custom.css
T
Martin Fleischmann 953753896a DOC: Restructured documentation, use pydata-sphinx-theme (#1564)
* use pydata theme

* structure

* fix links

* adapt colors

* getting started

* buttons

* buttons

* rename, use myst, fill stuff

* myst to env

* cleanup

* covered_by

* review comments

* fix link

* use api
2020-08-20 21:48:19 +01:00

50 lines
808 B
CSS

/* colors */
h1 {
color: #139C5A;
}
h2 {
color: #333333;
}
.nav li.active>a, .navbar-nav>.active>.nav-link {
color: #139C5A!important;
}
.toc-entry>.nav-link.active {
border-left-color: #139C5A;
color: #139C5A!important;
}
.nav li>a:hover {
color: #333333!important;
}
/* buttons */
.button>p>a {
box-shadow: 0px 4px 14px -7px #999999;
background-color: white;
border: 1px solid #bbbbbb;
display: inline-block;
cursor: pointer;
color: #139C5A;
padding: 1em 1em;
text-align: center;
text-decoration: none;
font-size: 140%;
margin: 2%;
width: 40%;
}
.button>p>a:hover {
border-color: #139C5A;
color: #e32e00;
}
.button>p>a:active {
position: relative;
top: 1px;
}