Difference between revisions of "MediaWiki:Timeless.css"

From musings of k8
Jump to navigation Jump to search
m
m
Line 10: Line 10:
 
/* Username text */
 
/* Username text */
 
#p-personal-label > b {
 
#p-personal-label > b {
   font-family: "Dancing Script";
+
   font-family: "Roboto";
 
}
 
}
  

Revision as of 21:26, 30 December 2021

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

/* Website title text */
#site-navigation > h2,
#site-tools > h2,
#p-logo-text a {
  font-family: "Satisfy";
  font-variant: none;
}
/* Username text */
#p-personal-label > b {
  font-family: "Roboto";
}

#mw-header-container {
	background: #FFC107;
}