MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 383: | Line 383: | ||
#mw-panel a[href*="discord.com/invite"]:hover{ | #mw-panel a[href*="discord.com/invite"]:hover{ | ||
filter: brightness(0.95); | filter: brightness(0.95); | ||
} | |||
#mw-panel a[href="https://consumerrights.wiki"]{ | |||
display: block; | |||
} | |||
#mw-panel a[href="https://consumerrights.wiki"]::after{ | |||
content: "This extension is currently under development. Once complete, it will notify you when you are viewing a product, site, or service that has an article on our wiki."; | |||
display: block; | |||
margin-top: 4px; | |||
font-size: 0.85em; | |||
opacity: 0.7; | |||
font-weight: 400; | |||
line-height: 1.2; | |||
} | } | ||