MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Tags: Mobile edit Mobile web edit
 
(4 intermediate revisions by the same user not shown)
Line 43: Line 43:
max-width: 1024px;
max-width: 1024px;
border-style: dashed;
border-style: dashed;
}
.mainpage-box-title {
text-align:center;
font-weight:bold;
opacity: 0.5;
}
}
.mainpage-box-buttons a img:hover, .skin-theme-clientpref-night .mainpage-box img:last-child {
.mainpage-box-buttons a img:hover, .skin-theme-clientpref-night .mainpage-box img:last-child {
Line 93: Line 88:
.mainpage-box .footer-img img {
.mainpage-box .footer-img img {
border-radius: 0 0 10px 10px;
border-radius: 0 0 10px 10px;
mask-image: linear-gradient(to bottom, transparent, black 50%);
margin-top: 10px;
}
}


Line 101: Line 98:
.dynamic-catlist a > img {
.dynamic-catlist a > img {
max-width: unset !important;
max-width: unset !important;
}
.info-box {
width: 100% !important;
}
}
}
}