Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Main Page/Sandbox/header/styles.css

Template page
Revision as of 18:43, 3 February 2026 by Xeravax (talk | contribs) (Created page with "Main page header block: .resonite-main-header { display: flex; flex-wrap: wrap; align-items: flex-start; justify-content: space-between; gap: 1.5em; margin-bottom: 2em; } .resonite-main-header__text { flex: 1; min-width: 0; } .resonite-main-header__title { font-size: 1.75rem; font-weight: bold; color: #fff; margin: 0 0 0.25em 0; line-height: 1.3; } .resonite-main-header__meta { font-size: 0.9rem; color:...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
/* Main page header block */
.resonite-main-header {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5em;
    margin-bottom: 2em;
}

.resonite-main-header__text {
    flex: 1;
    min-width: 0;
}

.resonite-main-header__title {
    font-size: 1.75rem;
    font-weight: bold;
    color: #fff;
    margin: 0 0 0.25em 0;
    line-height: 1.3;
}

.resonite-main-header__meta {
    font-size: 0.9rem;
    color: #8b949e;
    margin: 0 0 0.5em 0;
}

.resonite-main-header__intro {
    font-size: 0.95rem;
    color: #8b949e;
    margin: 0;
}

.resonite-main-header__intro a {
    color: #58a6ff;
}

.resonite-main-header__logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
}