MediaWiki:Common.css: Revizyonlar arasındaki fark
MediaWiki arayüz sayfası
More actions
C. Karakuş (mesaj | katkılar) Değişiklik özeti yok |
C. Karakuş (mesaj | katkılar) 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: | width: 290px; | ||
background-color: # | background-color: #ffffff; | ||
border: 1px solid # | border: 1px solid #d1d5db; | ||
padding: | border-radius: 8px; | ||
margin: 0 0 | padding: 0; | ||
font-size: | margin: 0 0 1.5em 1.5em; | ||
border-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 | padding: 10px; | ||
background: #fff; | |||
} | } | ||
.bilgi-kutusu | .bilgi-kutusu .alt-baslik { | ||
background-color: # | background-color: #f9fafb; | ||
color: #374151; | |||
font-weight: 700; | |||
text-align: center; | text-align: center; | ||
font- | padding: 6px; | ||
padding: | 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 | .bilgi-kutusu .etiket { | ||
font-weight: | font-weight: 600; | ||
color: #6b7280; | |||
width: 40%; | width: 40%; | ||
background-color: #fafafa; | |||
background-color: # | |||
} | } | ||
.bilgi-kutusu td { | .bilgi-kutusu tr:last-child td { | ||
border-bottom: none; | |||
} | } | ||
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;
}