Template:Main Page/styles.css: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
/* Welcome box like Wikipedia */
.fp-welcome-box {
    background-color: #f8f9fa;
    padding: 2em 1em;
    margin-bottom: 1em;
    text-align: center;
    border: 1px solid #ddd;
    font-family: sans-serif;
}
/* Welcome title */
.fp-welcome-title {
    font-size: 2em;
    font-weight: 400;
    color: #000;
}
/* Subtext under the welcome line */
.fp-welcome-subtext {
    font-size: 1em;
    color: #202122;
    margin-top: 0.5em;
    display: block;
}
/* Styled link imitation */
.fp-welcome-subtext .fp-link {
    color: #0645ad;
    text-decoration: none;
}
.fp-welcome-subtext .fp-link:hover {
    text-decoration: underline;
}
/* Header style */
/* Header style */
.mp-header {
.mp-header {