Məzmuna keç

MediaViki:Common.css: Redaktələr arasındakı fərq

AzXP Arxivi saytından
Redaktənin izahı yoxdur
Redaktənin izahı yoxdur
Sətir 77: Sətir 77:
}
}


/* Vector-2022 footer alignment fix */
/* === Vector-2022 footer: move "Ərsəyə gətirdi" next to logo === */
.mw-footer {
 
/* Make footer sections align horizontally */
.mw-footer__content {
     display: flex;
     display: flex;
     justify-content: space-between;
     justify-content: space-between;
Sətir 84: Sətir 86:
}
}


/* Keep text and icon on the same line */
/* Keep footer links inline */
#footer-places {
.mw-footer__places ul {
     display: flex;
     display: flex;
     align-items: center;
     align-items: center;
Sətir 91: Sətir 93:
}
}


/* Styling for "Ərsəyə gətirdi" */
/* Style the last footer item (Ərsəyə gətirdi) */
#footer-places li:last-child {
.mw-footer__places li:last-child {
     white-space: nowrap;
     white-space: nowrap;
     font-size: 0.9em;
     font-size: 0.9em;
     opacity: 0.85;
     opacity: 0.85;
    margin-right: 12px;
}
}

18:01, 30 dekabr 2025 tarixinə olan versiya

/* Burada yerləşən CSS bütün skinlərə tətbiq olunur */
.mw-parser-output ul {
    margin-left: 1.2em;
}

.mw-parser-output h2 {
    margin-top: 1.2em;
}

/* AzXP homepage layout */
.azxp-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 24px;
    margin-top: 1em;
}

.azxp-main, .azxp-side {
    min-width: 0;
}

.azxp-notice {
    background: #f8f9fa;
    border-left: 5px solid #3366cc;
    padding: 10px;
    margin: 12px 0;
}

/* Mobile fallback */
@media (max-width: 900px) {
    .azxp-grid {
        grid-template-columns: 1fr;
    }
}

.azxp-card {
    border: 1px solid #eaecf0;
    padding: 12px;
    margin-bottom: 20px;
    background: #fff;
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.azxp-card-photo {
    width: 120px;
    flex-shrink: 0;
    text-align: center;
}

.azxp-photo-placeholder {
    width: 120px;
    height: 160px;
    background: #f8f9fa;
    border: 1px dashed #a2a9b1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #54595d;
}

.azxp-card-content {
    flex: 1;
}

.azxp-index ul {
    column-count: 3;
    column-gap: 30px;
}

@media (max-width: 900px) {
    .azxp-index ul {
        column-count: 1;
    }
}

/* === Vector-2022 footer: move "Ərsəyə gətirdi" next to logo === */

/* Make footer sections align horizontally */
.mw-footer__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Keep footer links inline */
.mw-footer__places ul {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Style the last footer item (Ərsəyə gətirdi) */
.mw-footer__places li:last-child {
    white-space: nowrap;
    font-size: 0.9em;
    opacity: 0.85;
    margin-right: 12px;
}