Difference between revisions of "MediaWiki:Timeless.css"

From NewlyPossible.org
Line 5: Line 5:
 
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap');
 
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap');
  
.mw-wiki-title-long {
+
#p-banner.mw-wiki-title-long {
 
   font-family: 'Raleway', sans-serif;
 
   font-family: 'Raleway', sans-serif;
 
}
 
}

Revision as of 16:29, 21 February 2021

/* All CSS here will be loaded for users of the Timeless skin */

/* This CSS code snippet highlights the last section header upon navigation to facilitate returning to it when scrolling through a long document. */

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap');

#p-banner.mw-wiki-title-long {
  font-family: 'Raleway', sans-serif;
}

#p-banner {
  font-family: 'Raleway', sans-serif;
}

.mw-headline:target {
  background-color: gold;
}