ghcup-hs/docs/css/extra.css

69 lines
975 B
CSS
Raw Normal View History

2021-10-02 18:21:51 +00:00
div.col-md-9 h1:first-of-type {
text-align: center;
font-size: 60px;
font-weight: 300;
}
div.col-md-9>p:first-of-type {
text-align: center;
}
div.col-md-9 p.admonition-title:first-of-type {
text-align: left;
}
div.col-md-9 h1:first-of-type .headerlink {
display: none;
}
code.no-highlight {
color: black;
}
2021-10-02 20:26:35 +00:00
div.gh-badge img {
margin: 0;
padding: 0;
2021-10-02 20:31:44 +00:00
height: 25px;
2021-10-02 20:26:35 +00:00
}
a.donate-badge img {
margin-top: 10;
margin-bottom: 0;
padding: 0;
2021-10-02 20:31:44 +00:00
height: 35px;
2021-10-02 20:26:35 +00:00
}
2021-10-02 18:21:51 +00:00
/* Definition List styles */
dd {
padding-left: 20px;
}
/* Homepage */
body.homepage div.jumbotron {
margin-top: 1.5rem;
padding-top: 1rem;
padding-bottom: 0;
}
body.homepage div.jumbotron div.card {
margin-bottom: 2rem;
}
body.homepage>div.container div.col-md-3 {
2021-10-02 18:21:51 +00:00
display: none;
}
body.homepage>div.container div.col-md-9 {
2021-10-02 18:21:51 +00:00
margin-left: 0;
2021-10-02 19:54:34 +00:00
padding-left: 0;
2021-10-02 18:21:51 +00:00
flex: 0 0 100%;
max-width: 100%;
}
2021-10-02 21:29:40 +00:00
.center {
display: block !important;
}