Difference between revisions of "MediaWiki:Timeless.css"

From musings of k8
Jump to navigation Jump to search
m
m
 
Line 3: Line 3:
 
#mw-header-container {
 
#mw-header-container {
 
   background: #FFC107;
 
   background: #FFC107;
 +
}
 +
#site-navigation > h2,
 +
#site-tools > h2,
 +
#page-tools > h2 {
 
   font-family: "Roboto";
 
   font-family: "Roboto";
 
   font-variant: none;
 
   font-variant: none;
Line 14: Line 18:
  
 
/* Username text */
 
/* Username text */
#p-personal-label > b {
+
#personal > h2 {
 
   font-family: "Roboto";
 
   font-family: "Roboto";
 
}
 
}

Latest revision as of 21:43, 30 December 2021

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

#mw-header-container {
  background: #FFC107;
}
#site-navigation > h2,
#site-tools > h2,
#page-tools > h2 {
  font-family: "Roboto";
  font-variant: none;
}

/* Website title text */
#p-logo-text a {
  font-family: "Satisfy";
  font-variant: none;
}

/* Username text */
#personal > h2 {
  font-family: "Roboto";
}