Toggle menu
75
70
195.7K
394K
Call of Duty: Black Ops 6 (Zombies) Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Documentation/styles.css

From Call of Duty: Black Ops 6 (Zombies) Wiki
Revision as of 04:53, 22 November 2024 by Admin (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.documentation {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid;
    border-color: rgba( 0, 0, 0, 0.08 );
    font-size: 0.875rem;
}

.documentation-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.documentation-title {
    color: var( --color-base--emphasized );
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.25rem;
}

.documentation-links {
    font-family: monospace;
}

.documentation-subheader {
    color: var( --color-base--subtle );
    font-size: 0.75rem;
    line-height: 1.375rem;
}

.documentation-content {
    margin-top: 1.5rem;
}

.documentation-modulestats {
    padding: 0.25rem;
    background: var( --color-surface-2 );
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.documentation-modulestats > * {
    margin: 0 !important;
}