Jump to content

MediaWiki:Common.css: Difference between revisions

From Wikipedia
No edit summary
No edit summary
 
(2 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 */


/* Increase logo size in Vector 2022 */
#p-logo {
.vector-header-logo .mw-wiki-logo {
  display: flex;
   background-size: contain !important;
  flex-direction: column;
   width: 500px !important;     /* adjust as needed */
  align-items: center;
   height: 180px !important;   /* adjust as needed */
}
   margin: 0 auto;
 
#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;
}
}

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;
}