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: | ||
/* VECTOR 2022 ZORLA */ | |||
.skin-vector-legacy { | |||
display: none !important; | |||
} | |||
/* Logo boyutu düzeltmeleri - TÜM SAYFALARDA */ | |||
.mw-logo-container { | |||
max-width: 120px !important; | |||
margin: 0 auto !important; | |||
} | |||
.mw-logo-icon { | |||
width: 120px !important; | |||
height: auto !important; | |||
max-height: 50px !important; | |||
object-fit: contain !important; | |||
} | |||
.mw-logo-wordmark { | |||
max-width: 120px !important; | |||
height: auto !important; | |||
} | |||
/* Oturum açma sayfası logo düzeltmesi */ | |||
.mw-body .mw-logo, | |||
.mw-page-container .mw-logo, | |||
body.page-Special_UserLogin .mw-logo-container, | |||
body.page-Special_UserLogin .mw-logo-icon { | |||
max-width: 120px !important; | |||
width: 120px !important; | |||
height: auto !important; | |||
max-height: 50px !important; | |||
} | |||
/* Eski Vector için logo (yedek) */ | |||
.skin-vector #p-logo .mw-wiki-logo { | |||
width: 120px !important; | |||
height: 50px !important; | |||
background-size: contain !important; | |||
background-position: center !important; | |||
background-repeat: no-repeat !important; | |||
} | |||
/* Ana rol kartı */ | /* Ana rol kartı */ | ||
.fm-rolecard { | .fm-rolecard { | ||
background: #ffffff; | background: #ffffff; | ||
border-radius: 12px; | border-radius: 12px; | ||
| 11. satır: | 53. satır: | ||
} | } | ||
.fm-rolecard__header { | .fm-rolecard__header { | ||
display: flex; | display: flex; | ||
| 25. satır: | 66. satır: | ||
} | } | ||
.fm-rolecard__name { | .fm-rolecard__name { | ||
font-size: 18px; | font-size: 18px; | ||
| 32. satır: | 72. satır: | ||
} | } | ||
.fm-rolecard__meta { | .fm-rolecard__meta { | ||
font-size: 12px; | font-size: 12px; | ||
| 38. satır: | 77. satır: | ||
} | } | ||
.fm-rolecard__duty { | .fm-rolecard__duty { | ||
font-size: 11px; | font-size: 11px; | ||
| 52. satır: | 90. satır: | ||
} | } | ||
.fm-rolecard__duty--support { | .fm-rolecard__duty--support { | ||
background: #e0f2fe; | background: #e0f2fe; | ||
| 68. satır: | 105. satır: | ||
} | } | ||
.fm-rolecard__description { | .fm-rolecard__description { | ||
margin-top: 10px; | margin-top: 10px; | ||
| 79. satır: | 115. satır: | ||
} | } | ||
.fm-rolecard__section { | .fm-rolecard__section { | ||
margin-top: 10px; | margin-top: 10px; | ||
| 93. satır: | 128. satır: | ||
} | } | ||
.fm-rolecard__badge-list { | .fm-rolecard__badge-list { | ||
display: flex; | display: flex; | ||
| 100. satır: | 134. satır: | ||
} | } | ||
.fm-rolecard__badge { | .fm-rolecard__badge { | ||
display: inline-block; | display: inline-block; | ||
| 110. satır: | 143. satır: | ||
} | } | ||
.fm-rolecard__badge--critical { | .fm-rolecard__badge--critical { | ||
background: #ecfdf3; | background: #ecfdf3; | ||
| 117. satır: | 149. satır: | ||
} | } | ||
.fm-rolecard__badge--secondary { | .fm-rolecard__badge--secondary { | ||
background: #eff6ff; | background: #eff6ff; | ||
| 124. satır: | 155. satır: | ||
} | } | ||
.fm-rolecard__section--icons .fm-rolecard__badge-list { | .fm-rolecard__section--icons .fm-rolecard__badge-list { | ||
gap: 6px; | gap: 6px; | ||
| 131. satır: | 161. satır: | ||
.fm-rolecard__icon { | .fm-rolecard__icon { | ||
font-size: 18px; | font-size: 18px; | ||
} | } | ||
09.58, 4 Aralık 2025 tarihindeki hâli
/* VECTOR 2022 ZORLA */
.skin-vector-legacy {
display: none !important;
}
/* Logo boyutu düzeltmeleri - TÜM SAYFALARDA */
.mw-logo-container {
max-width: 120px !important;
margin: 0 auto !important;
}
.mw-logo-icon {
width: 120px !important;
height: auto !important;
max-height: 50px !important;
object-fit: contain !important;
}
.mw-logo-wordmark {
max-width: 120px !important;
height: auto !important;
}
/* Oturum açma sayfası logo düzeltmesi */
.mw-body .mw-logo,
.mw-page-container .mw-logo,
body.page-Special_UserLogin .mw-logo-container,
body.page-Special_UserLogin .mw-logo-icon {
max-width: 120px !important;
width: 120px !important;
height: auto !important;
max-height: 50px !important;
}
/* Eski Vector için logo (yedek) */
.skin-vector #p-logo .mw-wiki-logo {
width: 120px !important;
height: 50px !important;
background-size: contain !important;
background-position: center !important;
background-repeat: no-repeat !important;
}
/* Ana rol kartı */
.fm-rolecard {
background: #ffffff;
border-radius: 12px;
border: 1px solid #dde2eb;
padding: 14px 16px;
margin: 12px 0;
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
box-shadow: 0 4px 10px rgba(15, 23, 42, 0.04);
}
.fm-rolecard__header {
display: flex;
justify-content: space-between;
align-items: flex-start;
gap: 8px;
}
.fm-rolecard__title-group {
display: flex;
flex-direction: column;
gap: 2px;
}
.fm-rolecard__name {
font-size: 18px;
font-weight: 650;
color: #111827;
}
.fm-rolecard__meta {
font-size: 12px;
color: #6b7280;
}
.fm-rolecard__duty {
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.06em;
padding: 4px 8px;
border-radius: 999px;
align-self: flex-start;
background: #e5e7eb;
color: #111827;
white-space: nowrap;
}
.fm-rolecard__duty--support {
background: #e0f2fe;
color: #0369a1;
}
.fm-rolecard__duty--attack {
background: #fee2e2;
color: #b91c1c;
}
.fm-rolecard__duty--defend {
background: #e5e7eb;
color: #374151;
}
.fm-rolecard__description {
margin-top: 10px;
font-size: 15px;
line-height: 1.6;
color: #374151;
background: #f9fafb;
border-radius: 8px;
padding: 10px 11px;
}
.fm-rolecard__section {
margin-top: 10px;
}
.fm-rolecard__section-title {
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.05em;
color: #6b7280;
margin-bottom: 4px;
}
.fm-rolecard__badge-list {
display: flex;
flex-wrap: wrap;
gap: 4px;
}
.fm-rolecard__badge {
display: inline-block;
padding: 3px 8px;
border-radius: 999px;
font-size: 11px;
font-weight: 600;
white-space: nowrap;
}
.fm-rolecard__badge--critical {
background: #ecfdf3;
color: #166534;
border: 1px solid #bbf7d0;
}
.fm-rolecard__badge--secondary {
background: #eff6ff;
color: #1d4ed8;
border: 1px solid #bfdbfe;
}
.fm-rolecard__section--icons .fm-rolecard__badge-list {
gap: 6px;
}
.fm-rolecard__icon {
font-size: 18px;
}