MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
a:hover { | a:hover { | ||
text-decoration: underline; /* optional hover effect */ | text-decoration: underline; /* optional hover effect */ | ||
} | |||
#f-poweredbyico img { | |||
display: none !important; | |||
} | |||
#f-poweredbyico::after { | |||
content: ""; | |||
display: inline-block; | |||
width: 88px; | |||
height: 31px; | |||
background-image: url("/skins/Vector/resources/images/poweredby_mediawiki_88x31.png"); | |||
background-size: contain; | |||
background-repeat: no-repeat; | |||
} | } |
Revision as of 05:19, 28 May 2025
a {
text-decoration: none !important;
}
a:hover {
text-decoration: underline; /* optional hover effect */
}
#f-poweredbyico img {
display: none !important;
}
#f-poweredbyico::after {
content: "";
display: inline-block;
width: 88px;
height: 31px;
background-image: url("/skins/Vector/resources/images/poweredby_mediawiki_88x31.png");
background-size: contain;
background-repeat: no-repeat;
}