MediaWiki:Common.css: відмінності між версіями

logo: smaller font + overflow visible so wordmark fits
(move @import Manrope to top of file (CSS spec requires it))
(logo: smaller font + overflow visible so wordmark fits)
Рядок 121: Рядок 121:
/* Logo wordmark — Manrope font + tagline */
/* Logo wordmark — Manrope font + tagline */


.mw-logo { align-items: center; gap: 10px; }
.mw-logo { align-items: center; gap: 10px; overflow: visible !important; }
.mw-logo-icon { height: 56px !important; width: 56px !important; }
.mw-logo-icon { height: 50px !important; width: 50px !important; flex-shrink: 0; }
.mw-logo-container,
.vector-header-start .mw-logo-container {
  display: inline-block;
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}
.mw-logo-wordmark {
.mw-logo-wordmark {
   font-family: 'Manrope', system-ui, -apple-system, sans-serif !important;
   font-family: 'Manrope', system-ui, -apple-system, sans-serif !important;
   font-weight: 800 !important;
   font-weight: 800 !important;
   font-size: 24px !important;
   font-size: 20px !important;
   color: #1a2240 !important;
   color: #1a2240 !important;
   letter-spacing: -0.015em;
   letter-spacing: -0.015em;
   line-height: 1.05;
   line-height: 1.1;
   display: block;
   display: block;
  white-space: nowrap;
  overflow: visible;
}
}
.mw-logo-container { display: inline-block; }
.mw-logo-container::after {
.mw-logo-container::after {
   content: 'вікіпедія для емігрантів';
   content: 'вікіпедія для емігрантів';
   display: block;
   display: block;
   font-family: 'Manrope', system-ui, sans-serif;
   font-family: 'Manrope', system-ui, sans-serif;
   font-size: 9px;
   font-size: 8px;
   font-weight: 600;
   font-weight: 600;
   letter-spacing: 0.18em;
   letter-spacing: 0.16em;
   text-transform: uppercase;
   text-transform: uppercase;
   color: #4b5d8c;
   color: #4b5d8c;
   margin-top: 4px;
   margin-top: 3px;
  white-space: nowrap;
}
}
70

редагувань