Be sure to read our policy on citing sources before editing!

Difference between revisions of "MediaWiki:Monobook.css"

From Jiggywikki, a Banjo-Kazooie wiki
Jump to navigationJump to search
703 bytes added ,  11:51, September 26, 2021
responsive fixes
(add)
(responsive fixes)
Line 141: Line 141:
/* Responsive fixes */
/* Responsive fixes */
@media all and (max-width: 550px) {
@media all and (max-width: 550px) {
div.thumb {
.mw-body-content {
float: none !important;
overflow: clip !important;
}
.infobox, .tabber.info {
margin: 1em 0 !important;
margin: 1em 0 !important;
}
}
.infobox {
.infobox, .tabber.info,
#bodyContent table, .nav-right {
float: none !important;
float: none !important;
width: auto !important;
width: auto !important;
overflow: auto !important;
display: block !important;
display: block !important;
margin: 1em 0 !important;
max-width: none !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
}
.infobox > tbody {
#bodyContent table > tbody {
width: 100% !important;
width: 100% !important;
display: table !important;
display: table !important;
}
div.thumb {
float: none !important;
max-width: none !important;
margin: 1em 0;
}
div.thumbinner > div {
float: none !important;
margin-left: auto !important;
margin-right: auto !important;
}
div.thumbcaption {
margin-top: 3px !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 {
a.feedlink {
15,584

edits

Navigation menu