Difference between revisions of "MediaWiki:Timeless.css"

From musings of k8
Jump to navigation Jump to search
m
m
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&display=swap');
+
/* All CSS here will be loaded for users of the Timeless skin */
  
/* 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 */
 
/* Website title text */
#site-navigation > h2 > span,
+
#p-logo-text a {
#site-tools > h2 > span,
+
  font-family: "Satisfy";
#p-logo-text a > span {
+
  font-variant: none;
font-family: "Dancing Script";
 
font-variant: none;
 
 
}
 
}
 +
 
/* Username text */
 
/* Username text */
#p-personal-label > b > span {
+
#personal > h2 {
font-family: "Dancing Script";
+
  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";
}