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
23 bytes removed ,  16:25, September 28, 2021
updating
(responsive fixes)
(updating)
Line 142: Line 142:
@media all and (max-width: 550px) {
@media all and (max-width: 550px) {
.mw-body-content {
.mw-body-content {
overflow: clip !important;
overflow: visible !important;
}
}
.infobox, .tabber.info {
.infobox {
margin: 1em 0 !important;
margin: 1em 0 !important;
}
}
.infobox, .tabber.info,
.infobox, .nav-right,
#bodyContent table, .nav-right {
#mw-content-text table {
float: none !important;
float: none !important;
width: auto !important;
width: auto !important;
Line 157: Line 157:
margin-right: 0 !important;
margin-right: 0 !important;
}
}
#bodyContent table > tbody {
#mw-content-text table > tbody {
width: 100% !important;
width: 100% !important;
display: table !important;
display: table !important;
}
}
div.thumb {
body div.thumb {
float: none !important;
float: none !important;
max-width: none !important;
max-width: none !important;
Line 189: Line 189:
}
}
a.feedlink {
a.feedlink {
padding-left: 16px !important;
padding-left: 16px;
}
}
}
}
15,584

edits

Navigation menu