Toggle menu
209
928
189
6.3K
Dovedale Railway Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Hatnote/styles.css: Difference between revisions

From Dovedale Railway Wiki
Joseph0M (talk | contribs)
m Updated stylesheet downstream from SC
Joseph0M (talk | contribs)
mNo edit summary
 
Line 7: Line 7:
     background: var( --color-surface-2 );
     background: var( --color-surface-2 );
     border: 1px solid var( --border-color-base );
     border: 1px solid var( --border-color-base );
     border-radius: var( --border-radius--medium );
     border-radius: var( --border-radius-medium );
     color: var( --color-base--subtle );
     color: var( --color-subtle );
     font-size: var( --font-size-small );
     font-size: var( --font-size-small );
     line-height: var( --line-height-xs );
     line-height: var( --line-height-xxx-small );
}
}



Latest revision as of 15:18, 31 March 2025

.hatnote-container {
    display: flex;
    align-items: center;
    padding: var( --space-sm ) var( --space-md );
    margin-top: var( --space-xs );
    margin-bottom: var( --space-md );
    background: var( --color-surface-2 );
    border: 1px solid var( --border-color-base );
    border-radius: var( --border-radius-medium );
    color: var( --color-subtle );
    font-size: var( --font-size-small );
    line-height: var( --line-height-xxx-small );
}

.hatnote-icon img {
    display: block;
    width: var( --font-size-small );
    height: auto;
    margin-right: var( --space-xs );
    opacity: var( --opacity-icon-base );
    filter: var( --filter-invert );
}
🍪 Yum Yum Yum! Cookies help us better deliver our services. By using our site, you agree to our use of cookies.