MediaWiki:Mobile.css: Difference between revisions

no edit summary
No edit summary
Tags: Mobile edit Mobile web edit
No edit summary
Tags: Mobile edit Mobile web edit
Line 1: Line 1:
/* ----- Site-wide CSS ----- */
/* ----- Site-wide CSS ----- */
/* Top bar */
/* Search bar - moved it over cuz our wiki name is too long lol */
.minerva-header #searchInput {
  margin-left: 30px;
}


/* Makes it so all images on the wiki don't go past the screen borders */
img {
max-width: 100%;
height: auto;
}


/* MAIN PAGE STYLING */
/* MAIN PAGE STYLING */
Line 59: Line 67:
}
}


img {
 
max-width: 100%;
 
height: auto;
/* for links that do not need an external link icon (example is links that link back to kirbyspeedrun.com/wiki) */
.no-external-link-icon a.external {
  background-image: none !important;
  padding-right: 0px !important;
}
}