MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
/* MAIN PAGE STYLING */
/* MAIN PAGE STYLING */


h1.firstHeading {font-family: Delfino; font-size: 37px;}
h1.firstHeading {font-family: Delfino; font-size: 34px;}


/* Remove Header */
/* Remove Header */
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;
}
}