MediaWiki:Common.css: Revizyonlar arasındaki fark

FM Wiki sitesinden
Gezinti kısmına atla Arama kısmına atla
Değişiklik özeti yok
Değişiklik özeti yok
1. satır: 1. satır:
.fm-rolecard {
/* Kart iskeleti */
     border: 1px solid #c9d3e3;
.fm-rolebox-pro {
     border-radius: 10px;
     border: 1px solid #dcdfe6;
     border-radius: 6px;
     background: #ffffff;
     background: #ffffff;
     padding: 12px 15px;
     padding: 14px 16px;
     max-width: 360px;
     margin: 12px 0;
     box-shadow: 0 1px 4px rgba(0,0,0,0.05);
     max-width: 520px;
     font-family: Inter,Segoe UI,Roboto,Arial,sans-serif;
     font-family: Arial, Helvetica, sans-serif;
    margin: 8px 0;
}
}


.fm-role-top {
/* Tablo yapısı */
     display: flex;
.fm-table {
     justify-content: space-between;
     width: 100%;
     align-items: center;
     border-collapse: collapse;
     font-size: 13px;
}
}


.fm-role-name {
.fm-table th {
     font-size: 18px;
     width: 140px;
     font-weight: 700;
    text-align: left;
     color: #1c2e4a;
     font-weight: 600;
     color: #2a3f55;
    padding: 6px 4px;
    vertical-align: top;
    border-bottom: 1px solid #e6e9f0;
}
}


.fm-role-tag {
.fm-table td {
     padding: 2px 8px;
     padding: 6px 4px;
    font-size: 12px;
     color: #1d2c3f;
    font-weight: 700;
     border-bottom: 1px solid #e6e9f0;
    border-radius: 6px;
     color: #ffffff;
     background: linear-gradient(135deg,#6a9cf7,#355ebe);
    text-transform: uppercase;
    letter-spacing: 0.04em;
}
}


.fm-role-desc {
/* Son satırın çizgisini kaldır */
padding-top:5px;
.fm-table tr:last-child th,
    font-size: 14px;
.fm-table tr:last-child td {
    font-weight: 400;
     border-bottom: none;
    color: #52647a;
    margin-top: 8px;
     margin-bottom: 10px;
    line-height: 1.45;
}
}


.fm-role-section {
/* Rol adı */
     margin-top: 8px;
.fm-name {
    font-size: 15px;
     font-weight: 700;
}
}


.fm-role-block {
/* Görev badge’i */
     margin-bottom: 6px;
.fm-tag {
    display: inline-block;
    padding: 2px 8px;
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    background: #4b6cb7;
    border-radius: 4px;
    text-transform: uppercase;
     letter-spacing: 0.03em;
}
}


.fm-role-title {
/* Açıklama alanı */
.fm-desc {
    margin-top: 12px;
     font-size: 13px;
     font-size: 13px;
     font-weight: 700;
     line-height: 1.55;
     margin-bottom: 4px;
     color: #37485a;
     color: #233650;
     background: #f8fafc;
}
    border: 1px solid #e4e7ec;
 
    border-left: 4px solid #4b6cb7;
.fm-badge-list {
     border-radius: 4px;
    display: flex;
     padding: 10px 12px;
     flex-wrap: wrap;
     gap: 4px;
}
}


.fm-badge {
/* Badge’ler */
.fm-pill {
     display: inline-block;
     display: inline-block;
     padding: 2px 7px;
     padding: 2px 7px;
    border-radius: 6px;
     font-size: 12px;
     font-size: 12px;
    border-radius: 10px;
    margin: 2px 2px 0 0;
     font-weight: 600;
     font-weight: 600;
    white-space: nowrap;
}
}


.fm-badge-critical {
.fm-pill-critical {
     background: #e6f9e6;
     background: #e9f6ea;
    color: #0a8a00;
     border: 1px solid #9fd7a1;
     border: 1px solid #a0e29e;
     color: #0f6d11;
}
 
.fm-badge-secondary {
    background: #e7f2ff;
     color: #0a4ea0;
    border: 1px solid #9ac5f5;
}
}


.fm-role-icons {
.fm-pill-secondary {
     margin-top: 10px;
     background: #e9f1fb;
     font-size: 20px;
    border: 1px solid #9bbce8;
     color: #1c4f97;
}
}


/* İkon satırı */
.fm-icon {
.fm-icon {
    font-size: 16px;
     margin-right: 6px;
     margin-right: 6px;
}
.fm-role-desc {
    margin-top: 10px;
    margin-bottom: 14px;
    border-left: 3px solid #6a9cf7;
    background: #f9fbff;
    padding: 15px 10px;
    font-size: 13px;
    color: #2c3f58;
    font-style: italic;
    line-height: 1.55;
    border-radius: 4px;
}
}

08.05, 4 Aralık 2025 tarihindeki hâli

/* Kart iskeleti */
.fm-rolebox-pro {
    border: 1px solid #dcdfe6;
    border-radius: 6px;
    background: #ffffff;
    padding: 14px 16px;
    margin: 12px 0;
    max-width: 520px;
    font-family: Arial, Helvetica, sans-serif;
}

/* Tablo yapısı */
.fm-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.fm-table th {
    width: 140px;
    text-align: left;
    font-weight: 600;
    color: #2a3f55;
    padding: 6px 4px;
    vertical-align: top;
    border-bottom: 1px solid #e6e9f0;
}

.fm-table td {
    padding: 6px 4px;
    color: #1d2c3f;
    border-bottom: 1px solid #e6e9f0;
}

/* Son satırın çizgisini kaldır */
.fm-table tr:last-child th,
.fm-table tr:last-child td {
    border-bottom: none;
}

/* Rol adı */
.fm-name {
    font-size: 15px;
    font-weight: 700;
}

/* Görev badge’i */
.fm-tag {
    display: inline-block;
    padding: 2px 8px;
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    background: #4b6cb7;
    border-radius: 4px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

/* Açıklama alanı */
.fm-desc {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.55;
    color: #37485a;
    background: #f8fafc;
    border: 1px solid #e4e7ec;
    border-left: 4px solid #4b6cb7;
    border-radius: 4px;
    padding: 10px 12px;
}

/* Badge’ler */
.fm-pill {
    display: inline-block;
    padding: 2px 7px;
    font-size: 12px;
    border-radius: 10px;
    margin: 2px 2px 0 0;
    font-weight: 600;
    white-space: nowrap;
}

.fm-pill-critical {
    background: #e9f6ea;
    border: 1px solid #9fd7a1;
    color: #0f6d11;
}

.fm-pill-secondary {
    background: #e9f1fb;
    border: 1px solid #9bbce8;
    color: #1c4f97;
}

/* İkon satırı */
.fm-icon {
    font-size: 16px;
    margin-right: 6px;
}