Menüyü değiştir
Toggle preferences menu
Kişisel menüyü aç / kapat
Oturum açık değil
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Revizyonlar arasındaki fark

MediaWiki arayüz sayfası
Değişiklik özeti yok
Değişiklik özeti yok
13. satır: 13. satır:
     margin-bottom: 5px;
     margin-bottom: 5px;
}
}
/* Modern Bilgi Kutusu */
.bilgi-kutusu {
.bilgi-kutusu {
     float: right;
     float: right;
     width: 280px;
     width: 290px;
     background-color: #f8f9fa;
     background-color: #ffffff;
     border: 1px solid #a2a9b1;
     border: 1px solid #d1d5db;
     padding: 2px;
    border-radius: 8px;
     margin: 0 0 1em 1em;
     padding: 0;
     font-size: 88%;
     margin: 0 0 1.5em 1.5em;
     border-collapse: collapse;
     font-size: 0.9em;
     border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}
}


.bilgi-kutusu-resim {
.bilgi-kutusu th.ana-baslik {
    background-color: #f3f4f6;
    color: #111827;
    padding: 12px;
    font-size: 1.2em;
    border-bottom: 2px solid #e5e7eb;
}
 
.bilgi-kutusu .resim-alani {
     text-align: center;
     text-align: center;
     padding: 10px 0;
     padding: 10px;
    background: #fff;
}
}


.bilgi-kutusu-alt-baslik {
.bilgi-kutusu .alt-baslik {
     background-color: #eaecf0;
     background-color: #f9fafb;
    color: #374151;
    font-weight: 700;
     text-align: center;
     text-align: center;
     font-weight: bold;
    padding: 6px;
     padding: 5px;
     font-size: 0.85em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}
 
.bilgi-kutusu td {
     padding: 8px 12px;
    border-bottom: 1px solid #f3f4f6;
}
}


.bilgi-kutusu-etiket {
.bilgi-kutusu .etiket {
     font-weight: bold;
     font-weight: 600;
    color: #6b7280;
     width: 40%;
     width: 40%;
    padding: 3px 6px;
     background-color: #fafafa;
    border-top: 1px solid #fff;
     background-color: #f2f2f2;
}
}


.bilgi-kutusu td {
.bilgi-kutusu tr:last-child td {
     padding: 3px 6px;
     border-bottom: none;
    vertical-align: middle;
}
}

15.07, 18 Nisan 2026 tarihindeki hâli

.yazar-alt-imza {
    margin-top: 30px;
    text-align: right;
    clear: both;
}

.yazar-alt-imza hr {
    width: 200px;
    margin-right: 0;
    margin-left: auto;
    border: 0;
    border-top: 1px solid #aaa;
    margin-bottom: 5px;
}
/* Modern Bilgi Kutusu */
.bilgi-kutusu {
    float: right;
    width: 290px;
    background-color: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    padding: 0;
    margin: 0 0 1.5em 1.5em;
    font-size: 0.9em;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.bilgi-kutusu th.ana-baslik {
    background-color: #f3f4f6;
    color: #111827;
    padding: 12px;
    font-size: 1.2em;
    border-bottom: 2px solid #e5e7eb;
}

.bilgi-kutusu .resim-alani {
    text-align: center;
    padding: 10px;
    background: #fff;
}

.bilgi-kutusu .alt-baslik {
    background-color: #f9fafb;
    color: #374151;
    font-weight: 700;
    text-align: center;
    padding: 6px;
    font-size: 0.85em;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
}

.bilgi-kutusu td {
    padding: 8px 12px;
    border-bottom: 1px solid #f3f4f6;
}

.bilgi-kutusu .etiket {
    font-weight: 600;
    color: #6b7280;
    width: 40%;
    background-color: #fafafa;
}

.bilgi-kutusu tr:last-child td {
    border-bottom: none;
}