MediaWiki:Common.css: Difference between revisions
From PC Gaming Shelter
No edit summary Tag: Reverted |
No edit summary |
||
| (65 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
/* | /* CSS placed here will be applied to all skins */ | ||
/* | /* Hide user menu icon for anonymous */ | ||
. | .personal-tools-icon { | ||
display: none !important; | |||
} | } | ||
. | |||
.infobox-value ul { | |||
list-style: none; | |||
} | |||
#rightMenu #p-contentnavigation.pagetools .tab-group > div#ca-talk { | |||
display: none !important; | |||
} | } | ||
.card.thumbwall .card-img img { | |||
height: 100% !important; | |||
} | } | ||
.collab-icons { | |||
margin-top: .25rem !important; | |||
} | } | ||
Latest revision as of 08:08, 25 April 2026
/* CSS placed here will be applied to all skins */
/* Hide user menu icon for anonymous */
.personal-tools-icon {
display: none !important;
}
.infobox-value ul {
list-style: none;
}
#rightMenu #p-contentnavigation.pagetools .tab-group > div#ca-talk {
display: none !important;
}
.card.thumbwall .card-img img {
height: 100% !important;
}
.collab-icons {
margin-top: .25rem !important;
}
