MediaWiki:Common.css: Difference between revisions

From Kirby Speedrunning Wiki
Jump to navigationJump to search
no edit summary
No edit summary
Tag: Reverted
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 2: Line 2:
@font-face {
@font-face {
   font-family: "Delfino";
   font-family: "Delfino";
   src: url("https://kirbyspeedrun.com/fonts/delfino-webfont.woff2") format("woff2"),
   src: url("https://kirbyspeedrun.com/fonts/delfino-webfont.woff2") format("woff"),
       url("https://kirbyspeedrun.com/fonts/delfino-webfont.woff") format("woff");
       url("https://kirbyspeedrun.com/fonts/delfino-webfont.woff") format("woff2");
}
}


/* MAIN PAGE STYLING */
/* MAIN PAGE STYLING */


h1.firstHeading {font-family: Delfino; font-size: 32px;}
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 {
min-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