MediaWiki:Common.css: Difference between revisions

From World Encyclopedia of Conductors
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
@font-face {
@font-face {
   font-family: Vesterbro;
   font-family: Kazimir;
   src:  
   src:  
   local("Vesterbro"),  
   local("Kazimir"),  
   url(/resources/assets/Vesterbro-regular.woff2) format("woff2");
   url(/resources/assets/Kazimir-Text-Regular.woff2) format("woff2");
   font-style: normal;
   font-style: normal;
   font-weight: 400;
   font-weight: 400;
Line 10: Line 10:


@font-face {
@font-face {
   font-family: Vesterbro;
   font-family: Kazimir;
   src:  
   src:  
   local("Vesterbro"),  
   local("Kazimir"),  
   url(/resources/assets/Vesterbro-italic.woff2) format("woff2");
   url(/resources/assets/Kazimir-Text-Italic.woff2) format("woff2");
   font-style: italic;
   font-style: italic;
   font-weight: 400;
   font-weight: 400;
Line 19: Line 19:


@font-face {
@font-face {
   font-family: Vesterbro;
   font-family: Kazimir;
   src:  
   src:  
   local("Vesterbro"),  
   local("Kazimir"),  
   url(/resources/assets/Vesterbro-bold.woff2) format("woff2");
   url(/resources/assets/Kazimir-Text-Bold.woff2) format("woff2");
   font-style: normal;
   font-style: normal;
   font-weight: 700;
   font-weight: 700;
Line 32: Line 32:


#p-logo-text a {
#p-logo-text a {
font-family: Vesterbro;
font-family: Kazimir, 'Segoe UI', serif;
font-variant: small-caps;
font-variant: small-caps;
}
}
Line 42: Line 42:
@media screen{
@media screen{
body {
body {
font-family: Vesterbro, Sans-Serif;
font-family: Kazimir, 'Segoe UI', Sans-Serif;
}
}
#siteSub .mw-body .mw-heading, .mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt {
#siteSub .mw-body .mw-heading, .mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt {
font-family: Vesterbro, 'Linux Libertine','Times New Roman';
font-family: Kazimir, 'Linux Libertine','Times New Roman';
}
}

Revision as of 18:20, 6 December 2025

/* CSS placed here will be applied to all skins */
@font-face {
  font-family: Kazimir;
  src: 
  local("Kazimir"), 
  url(/resources/assets/Kazimir-Text-Regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: Kazimir;
  src: 
  local("Kazimir"), 
  url(/resources/assets/Kazimir-Text-Italic.woff2) format("woff2");
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: Kazimir;
  src: 
  local("Kazimir"), 
  url(/resources/assets/Kazimir-Text-Bold.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
}

#siteSub {
    display: block;
}

#p-logo-text a {
	font-family: Kazimir, 'Segoe UI', serif;
	font-variant: small-caps;
}

#p-logo-text a.long {
	font-size: 1.4em;
}

@media screen{
	body {
		font-family: Kazimir, 'Segoe UI', Sans-Serif;
	}
	#siteSub .mw-body .mw-heading, .mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt {
		font-family: Kazimir, 'Linux Libertine','Times New Roman';
}