MediaWiki:Gadget-CatchMyAttention.css: Difference between revisions

From Linguifex
Jump to navigation Jump to search
No edit summary
 
m 1 revision imported
 
(No difference)

Latest revision as of 17:46, 4 November 2025

/* <nowiki> */
.attentionseeking {
    border: 1px solid var(--wikt-palette-red, #d73333);
    padding: 0.5em;
    background: var(--wikt-palette-lightred, #fee7e6);
    color: var(--color-base, black);
    border-radius: 5px;
}

.attentionseeking::before {
	content: '⚠️ {{attention|' attr(lang) '}}';
	font-family: monospace, 'something';
}

.attentionseeking::after {
	content: ' ' attr(title);
}
/* </nowiki> */