Jump to content

MediaWiki:Common.css: Difference between revisions

From Wikipedia
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


/* Style tagline under logo in Vector 2022 */
#p-logo {
.mw-logo-tagline {
  display: flex;
  flex-direction: column;
  align-items: center;
}
 
#site-name-custom {
  font-size: 24px;
  font-weight: bold;
  color: black;
  font-family: 'Linux Libertine', Georgia, serif;
  margin-top: 5px;
  line-height: 1.2;
   text-align: center;
   text-align: center;
   font-size: 0.75em;
}
 
#real-tagline {
   font-size: 13px;
  font-style: italic;
   color: #72777d;
   color: #72777d;
   font-style: italic;
   font-family: 'Linux Libertine', Georgia, serif;
   margin-top: 2px;
   margin-top: 2px;
   font-family: 'Linux Libertine', Georgia, serif;
   text-align: center;
  line-height: 1.2;
}
}

Latest revision as of 20:03, 18 June 2025

/* CSS placed here will be applied to all skins */

#p-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#site-name-custom {
  font-size: 24px;
  font-weight: bold;
  color: black;
  font-family: 'Linux Libertine', Georgia, serif;
  margin-top: 5px;
  line-height: 1.2;
  text-align: center;
}

#real-tagline {
  font-size: 13px;
  font-style: italic;
  color: #72777d;
  font-family: 'Linux Libertine', Georgia, serif;
  margin-top: 2px;
  text-align: center;
}