Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
Content deleted Content added
object fit
No edit summary
 
(6 intermediate revisions by the same user not shown)
Line 3: Line 3:
}
}
.jsal-featured-article {
.jsal-featured-article {
max-width: 100%;
max-width: 95%;
max-height:100%;
height: auto;
height: auto;
border-radius:3px;
border-radius:3px;
object-fit: cover;
object-fit: cover;
}
}
.jsal-featured-box {
text-align:center;
overflow:hidden;
}
.w50p{width:50%}

Latest revision as of 22:06, 26 August 2023

.section-indicator.citizen-ui-icon.mw-ui-icon-wikimedia-collapse {
    display: none;
}
.jsal-featured-article {
    max-width: 95%;
    max-height:100%;
    height: auto;
    border-radius:3px;
    object-fit: cover;
}
.jsal-featured-box {
text-align:center;
overflow:hidden;
}
.w50p{width:50%}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.