diff options
Diffstat (limited to 'doc/source/_static/numpy.css')
-rw-r--r-- | doc/source/_static/numpy.css | 41 |
1 files changed, 40 insertions, 1 deletions
diff --git a/doc/source/_static/numpy.css b/doc/source/_static/numpy.css index 53b610bf1..fc296e8ab 100644 --- a/doc/source/_static/numpy.css +++ b/doc/source/_static/numpy.css @@ -22,7 +22,6 @@ h1 { color: #013243; /* warm black */ } - h2 { color: #4d77cf; /* han blue */ letter-spacing: -.03em; @@ -32,3 +31,43 @@ h3 { color: #013243; /* warm black */ letter-spacing: -.03em; } + +/* Main page overview cards */ + +.intro-card { + background: #fff; + border-radius: 0; + padding: 30px 10px 20px 10px; + margin: 10px 0px; +} + +.intro-card p.card-text { + margin: 0px; +} + +.intro-card .card-img-top { + height: 52px; + width: 52px; + margin-left: auto; + margin-right: auto; +} + +.intro-card .card-header { + border: none; + background-color: white; + color: #150458 !important; + font-size: var(--pst-font-size-h5); + font-weight: bold; + padding: 2.5rem 0rem 0.5rem 0rem; +} + +.intro-card .card-footer { + border: none; + background-color: white; +} + +.intro-card .card-footer p.card-text { + max-width: 220px; + margin-left: auto; + margin-right: auto; +} |