User:FrozenPlum/common.css: Difference between revisions

From the Nintendo Wiki, a wiki covering all things Nintendo
Jump to navigationJump to search
Content added Content deleted
mNo edit summary
Tags: Mobile edit Mobile web edit
m (Clear out to test my changes in MediaWiki:Gadget-GlobalStyle.css)
Tag: Blanking
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
/* mainpage new-releases box input field to adjust to width of parent */
.new_releases .mw-inputbox-createbox {
width: 100%;
}

/* -- At 900 px wide or less -- */
@media only screen and (max-width: 900px) {
.mainpagebox .wikicolumns {
column-count: 2!important;
}
}

/* -- At 800 px wide or less -- */
@media only screen and (max-width: 800px) {
.twocol-left {
width:100%!important;
}
.twocol-right {
width:100%!important;
}
mainpagebox-inner {
width:100%!important;
}
}

Latest revision as of 01:54, March 25, 2022