Toggle 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 AoM Retold
Content deleted Content added
No edit summary
Tag: Manual revert
No edit summary
Line 4: Line 4:
padding: 1rem;
padding: 1rem;
margin-top: 1rem;
margin-top: 1rem;
margin-bottom: 2rem;
margin-bottom: 1rem;
background: var( --color-surface-2 );
background: var( --color-surface-2 );
border-radius: 2rem;
border-radius: 0.75rem;
color: grey;
color: grey;
font-size: small;
font-size: small;

Revision as of 00:29, 29 September 2024

.hatnote-container {
    display: flex;
    align-items: center;
    padding: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    background: var( --color-surface-2 );
    border-radius: 0.75rem;
    color: grey;
    font-size: small;
    line-height: 1;
}

.hatnote-icon img {
    display: block;
    width: 1rem;
    height: auto;
    margin-right: 1rem;
    opacity: 0.5;
    filter: grayscale(70%);
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies. We only use cookie to make the site function and save your preferences, nothing else.