MediaViki:Common.css: Redaktələr arasındakı fərq
Görünüş
Redaktənin izahı yoxdur |
Redaktənin izahı yoxdur |
||
| Sətir 1: | Sətir 1: | ||
/* | /* ========================= | ||
FOOTER FIX (Vector-2022) | |||
========================= */ | |||
/* Layout footer content horizontally */ | |||
/* | |||
.mw-footer__content { | .mw-footer__content { | ||
display: flex; | display: flex; | ||
| Sətir 95: | Sətir 10: | ||
} | } | ||
/* | /* Footer links inline */ | ||
.mw-footer__places ul | .mw-footer__places ul { | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
gap: 12px; | |||
flex-wrap: wrap; | flex-wrap: wrap; | ||
} | } | ||
/* | /* Created-by text styling */ | ||
.azxp-createdby { | .azxp-createdby { | ||
margin-left: auto; | margin-left: auto; | ||
| Sətir 110: | Sətir 24: | ||
font-size: 0.9em; | font-size: 0.9em; | ||
opacity: 0.85; | opacity: 0.85; | ||
} | } | ||
18:17, 30 dekabr 2025 tarixinə olan versiya
/* =========================
FOOTER FIX (Vector-2022)
========================= */
/* Layout footer content horizontally */
.mw-footer__content {
display: flex;
justify-content: space-between;
align-items: center;
}
/* Footer links inline */
.mw-footer__places ul {
display: flex;
align-items: center;
gap: 12px;
flex-wrap: wrap;
}
/* Created-by text styling */
.azxp-createdby {
margin-left: auto;
white-space: nowrap;
font-size: 0.9em;
opacity: 0.85;
}