MediaWiki:Gadget-ResponsiveDesktop.css: Difference between revisions
From Destinypedia, the Destiny wiki
No edit summary |
No edit summary |
||
Line 22: | Line 22: | ||
overflow: auto !important; | overflow: auto !important; | ||
display: block !important; | display: block !important; | ||
margin-left: 0 !important; | margin-left: 0 !important; | ||
margin-right: 0 !important; | margin-right: 0 !important; | ||
max-width: 100% !important; | |||
min-width: 0 !important; | |||
} | } | ||
#mw-content-text table > tbody { | #mw-content-text table > tbody { | ||
Line 35: | Line 36: | ||
max-width: none !important; | max-width: none !important; | ||
margin: 1em 0; | margin: 1em 0; | ||
} | |||
div.thumb, div.thumbinner { | |||
overflow: auto !important; | |||
} | |||
div.thumbinner .noresize map + img { | |||
max-width: none !important; | |||
} | } | ||
div.thumbinner > div { | div.thumbinner > div { |
Revision as of 09:30, October 1, 2021
/* Some fixes for responsive desktop skins */
/* Text indicators */
@media all and (max-width: 850px) {
#mw-indicator-rc {
display: none;
}
}
/* Standard changes */
@media all and (max-width: 550px) {
.mw-body-content {
overflow: visible !important;
}
.infobox {
margin: 1em 0 !important;
}
.infobox, .nav-right,
#mw-content-text table {
float: none !important;
width: auto !important;
overflow: auto !important;
display: block !important;
margin-left: 0 !important;
margin-right: 0 !important;
max-width: 100% !important;
min-width: 0 !important;
}
#mw-content-text table > tbody {
width: 100% !important;
display: table !important;
}
body div.thumb {
float: none !important;
width: auto !important;
max-width: none !important;
margin: 1em 0;
}
div.thumb, div.thumbinner {
overflow: auto !important;
}
div.thumbinner .noresize map + img {
max-width: none !important;
}
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 {
padding-left: 16px;
}
}