MediaWiki:Common.css: Difference between revisions

m
Undo revision 3569 because the CSS doesn't function here as it does normally (no idea why), so these are not useful.
m (Styles and media queries not working for Anisa and other skins (as expected) when put in MediaWiki:Gadget-GlobalStyle.css, test putting them globally (for this wiki) in Common.css (as is normal practice for this type thing))
m (Undo revision 3569 because the CSS doesn't function here as it does normally (no idea why), so these are not useful.)
Tag: Undo
Line 124:
margin-left: 2em;
padding-left: 1em;
}
 
/* mainpage new-releases box input field to adjust to width of parent */
.new-releases .mw-inputbox-createbox {
width: 100%;
}
 
/* -- At 800 px wide or less -- */
@media only screen and (max-width: 800px) {
.twocol-left {
width:100%!important;
}
.twocol-right {
width:100%!important;
margin-top:9px;
}
.mainpagebox-inner {
width:100%!important;
}
}
 
/* -- At 300 px wide or less -- */
@media only screen and (max-width: 300px) {
.mainpagebox .wikicolumns {
column-count: 1;
}
}
43

edits