MediaWiki:Common.css: Revizyonlar arasındaki fark
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- | /* Kart iskeleti */ | ||
border: 1px solid # | .fm-rolebox-pro { | ||
border-radius: | border: 1px solid #dcdfe6; | ||
border-radius: 6px; | |||
background: #ffffff; | background: #ffffff; | ||
padding: | padding: 14px 16px; | ||
margin: 12px 0; | |||
max-width: 520px; | |||
font-family: | font-family: Arial, Helvetica, sans-serif; | ||
} | } | ||
.fm- | /* Tablo yapısı */ | ||
.fm-table { | |||
width: 100%; | |||
border-collapse: collapse; | |||
font-size: 13px; | |||
} | } | ||
.fm- | .fm-table th { | ||
width: 140px; | |||
font-weight: | text-align: left; | ||
color: # | font-weight: 600; | ||
color: #2a3f55; | |||
padding: 6px 4px; | |||
vertical-align: top; | |||
border-bottom: 1px solid #e6e9f0; | |||
} | } | ||
.fm- | .fm-table td { | ||
padding | padding: 6px 4px; | ||
color: #1d2c3f; | |||
border-bottom: 1px solid #e6e9f0; | |||
color: # | |||
} | } | ||
.fm- | /* Son satırın çizgisini kaldır */ | ||
.fm-table tr:last-child th, | |||
.fm-table tr:last-child td { | |||
border-bottom: none; | |||
} | } | ||
.fm- | /* Rol adı */ | ||
.fm-name { | |||
font-size: 15px; | |||
font-weight: 700; | |||
} | } | ||
.fm- | /* 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; | |||
} | } | ||
.fm- | /* Açıklama alanı */ | ||
.fm-desc { | |||
margin-top: 12px; | |||
font-size: 13px; | 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; | |||
} | } | ||
.fm- | /* Badge’ler */ | ||
.fm-pill { | |||
display: inline-block; | display: inline-block; | ||
padding: 2px 7px; | padding: 2px 7px; | ||
font-size: 12px; | font-size: 12px; | ||
border-radius: 10px; | |||
margin: 2px 2px 0 0; | |||
font-weight: 600; | font-weight: 600; | ||
white-space: nowrap; | |||
} | } | ||
.fm- | .fm-pill-critical { | ||
background: # | background: #e9f6ea; | ||
border: 1px solid #9fd7a1; | |||
border: 1px solid # | color: #0f6d11; | ||
color: # | |||
} | } | ||
.fm- | .fm-pill-secondary { | ||
background: #e9f1fb; | |||
border: 1px solid #9bbce8; | |||
color: #1c4f97; | |||
} | } | ||
/* İkon satırı */ | |||
.fm-icon { | .fm-icon { | ||
font-size: 16px; | |||
margin-right: 6px; | margin-right: 6px; | ||
} | } | ||
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;
}