MediaWiki:Monobook.css: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 218: Line 218:
.generated-sidebar .pBody > ul > li:last-of-type > a {
.generated-sidebar .pBody > ul > li:last-of-type > a {
border-bottom-right-radius: 1em;
border-bottom-right-radius: 1em;
}
/* Responsive fixes */
@media all and (max-width: 550px) {
.mw-body-content {
overflow: clip !important;
}
#bodyContent table, .infobox {
float: none !important;
width: auto !important;
overflow: auto !important;
display: block !important;
max-width: none !important;
}
.infobox {
margin: 1em 0 !important;
}
#bodyContent table > tbody {
width: 100% !important;
display: table !important;
}
div.thumb {
float: none !important;
max-width: none !important;
margin: 1em 0 !important;
}
div.thumbinner > div {
float: none !important;
margin-left: auto !important;
margin-right: auto !important;
}
div.thumbimage {
max-width: max-content;
}
ul.gallery {
text-align: center;
}
div.gallerytext {
text-align: left;
}
center div.gallerytext,
.gallery.center div.gallerytext,
.gallery[style*="center"] div.gallerytext {
text-align: center;
}
a.feedlink {
padding-left: 16px !important;
}
}
}


Line 223: Line 271:
#f-list {
#f-list {
line-height: 17px;
line-height: 17px;
}
/* Responsive fix */
@media all and (max-width: 550px) {
a.feedlink { padding-left: 16px !important }
}
}