MediaWiki:Gadget-CatchMyAttention.css

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* <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> */