MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 14: Line 14:
     margin-top: 0;
     margin-top: 0;
     box-shadow: inset 0 -7px 7px -7px rgb(0 0 0 / 15%);
     box-shadow: inset 0 -7px 7px -7px rgb(0 0 0 / 15%);
}
.mainpage-header {
    display: flex;
    margin: 2.6em 1.75em 1.5em;
}
.mainpage-header .header-intro {
    flex: 2;
}
.mainpage-header .header-intro h1 {
    font-size: 2.5em;
    font-weight: bold;
    border: none;
    margin: 0 0 0.15em;
}
.mainpage-header .header-intro p {
    font-size: 1.1em;
    line-height: 1.7em;
}
.mainpage-header .header-stats {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -1em;
}
.mainpage-header .header-stats ul {
    list-style: none;
}
}