MediaWiki:Common.css: Difference between revisions

From Kirby Speedrunning Wiki
Jump to navigationJump to search
no edit summary
No edit summary
No edit summary
 
Line 103: Line 103:


.game-main-page-header img {
.game-main-page-header img {
width: 30%;
  width: auto;
  width: auto;
  max-height: 350px;
  height: 350px;
height: auto;
}
}


Line 117: Line 115:
/* for links that do not need an external link icon (example is links that link back to kirbyspeedrun.com/wiki) */
/* 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 {
.no-external-link-icon a.external {
  background-image: none !important;
background-image: none !important;
  padding-right: 0px !important;
padding-right: 0px !important;
}
}


/* EXPERIMENTAL: Vertical Align on Wikitable Class */
/* EXPERIMENTAL: Vertical Align on Wikitable Class */
.table-vertical-top tbody {
.table-vertical-top tbody {
    vertical-align: top;
vertical-align: top;
}
}

Navigation menu