GARO Wiki
No edit summary
No edit summary
Line 9: Line 9:
 
.fandom-community-header__background { height: 45%; }
 
.fandom-community-header__background { height: 45%; }
 
.fandom-community-header__background:before { height:100%; }
 
.fandom-community-header__background:before { height:100%; }
  +
  +
/*Forces in-article hyperlinks to obey wikitext formatting instead of having its own unique weight*/
  +
.page-content .mw-parser-output a {
  +
font-weight: inherit;
  +
}

Revision as of 00:56, 6 July 2021

/* CSS Background */
/* body.mediawiki {
    background: url(" "), #ffffff;
}*/
/* Background position */
/* body.mediawiki {
    background-attachment: fixed;
}*/
.fandom-community-header__background { height: 45%;  }
.fandom-community-header__background:before { height:100%; }

/*Forces in-article hyperlinks to obey wikitext formatting instead of having its own unique weight*/
.page-content .mw-parser-output a {
    font-weight: inherit;
}