MediaWiki:Common.css: Difference between revisions
From PC Gaming Shelter
No edit summary |
No edit summary |
||
| Line 20: | Line 20: | ||
.collab-icons { | .collab-icons { | ||
margin-top: .25rem !important; | margin-top: .25rem !important; | ||
} | |||
/** Embed video **/ | |||
.embedvideo-loader__fakeButton { | |||
display: flex; | |||
align-items: center; | |||
justify-content: center; | |||
width: 4rem; | |||
height: 4rem; | |||
padding: 0; | |||
border-radius: 50%; | |||
background: rgba(0, 0, 0, 0.72); | |||
color: transparent; | |||
font-size: 0; | |||
line-height: 0; | |||
place-items: center; | |||
box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.35); | |||
} | |||
.embedvideo-loader__fakeButton::before { | |||
content: ""; | |||
width: 0; | |||
height: 0; | |||
margin-left: 0.25rem; | |||
border-top: 0.75rem solid transparent; | |||
border-bottom: 0.75rem solid transparent; | |||
border-left: 1.1rem solid #fff; | |||
} | |||
.embedvideo-loader:hover .embedvideo-loader__fakeButton { | |||
background: #e26e1f; | |||
} | } | ||
Revision as of 08:41, 7 June 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;
}
/** Embed video **/
.embedvideo-loader__fakeButton {
display: flex;
align-items: center;
justify-content: center;
width: 4rem;
height: 4rem;
padding: 0;
border-radius: 50%;
background: rgba(0, 0, 0, 0.72);
color: transparent;
font-size: 0;
line-height: 0;
place-items: center;
box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.35);
}
.embedvideo-loader__fakeButton::before {
content: "";
width: 0;
height: 0;
margin-left: 0.25rem;
border-top: 0.75rem solid transparent;
border-bottom: 0.75rem solid transparent;
border-left: 1.1rem solid #fff;
}
.embedvideo-loader:hover .embedvideo-loader__fakeButton {
background: #e26e1f;
}
