Jump to content

MediaWiki:Common.css: Difference between revisions

From Wikipedia
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 */


#wiki-tagline {
/* Style tagline under logo in Vector 2022 */
.mw-logo-tagline {
  text-align: center;
   font-size: 0.75em;
   font-size: 0.75em;
  text-align: center;
  margin-top: 2px;
   color: #72777d;
   color: #72777d;
   font-style: italic;
   font-style: italic;
  margin-top: 2px;
   font-family: 'Linux Libertine', Georgia, serif;
   font-family: 'Linux Libertine', Georgia, serif;
   line-height: 1.2;
   line-height: 1.2;
}
}

Revision as of 19:29, 18 June 2025

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

/* Style tagline under logo in Vector 2022 */
.mw-logo-tagline {
  text-align: center;
  font-size: 0.75em;
  color: #72777d;
  font-style: italic;
  margin-top: 2px;
  font-family: 'Linux Libertine', Georgia, serif;
  line-height: 1.2;
}