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 |
||
| 12. satır: | 12. satır: | ||
border-top: 1px solid #aaa; | border-top: 1px solid #aaa; | ||
margin-bottom: 5px; | margin-bottom: 5px; | ||
} | |||
/* Genel Bilgi Kutusu Tasarımı */ | |||
.bilgi-kutusu { | |||
float: right; | |||
width: 300px; | |||
background-color: #f8f9fa; | |||
border: 1px solid #a2a9b1; | |||
padding: 5px; | |||
margin: 0 0 1em 1em; | |||
font-size: 88%; | |||
line-height: 1.5em; | |||
border-collapse: collapse; | |||
} | |||
.bilgi-kutusu th { | |||
background-color: #eaecf0; | |||
text-align: center; | |||
padding: 8px; | |||
font-size: 110%; | |||
} | |||
.bilgi-kutusu td { | |||
padding: 4px; | |||
vertical-align: top; | |||
} | |||
.bilgi-kutusu-etiket { | |||
font-weight: bold; | |||
width: 40%; | |||
background-color: #f2f2f2; | |||
border-top: 1px solid #fff; | |||
} | |||
.bilgi-kutusu-resim { | |||
text-align: center; | |||
border-bottom: 1px solid #a2a9b1; | |||
} | |||
.bilgi-kutusu-baslik { | |||
background-color: #def; | |||
font-weight: bold; | |||
text-align: center; | |||
} | } | ||
14.49, 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;
}
/* Genel Bilgi Kutusu Tasarımı */
.bilgi-kutusu {
float: right;
width: 300px;
background-color: #f8f9fa;
border: 1px solid #a2a9b1;
padding: 5px;
margin: 0 0 1em 1em;
font-size: 88%;
line-height: 1.5em;
border-collapse: collapse;
}
.bilgi-kutusu th {
background-color: #eaecf0;
text-align: center;
padding: 8px;
font-size: 110%;
}
.bilgi-kutusu td {
padding: 4px;
vertical-align: top;
}
.bilgi-kutusu-etiket {
font-weight: bold;
width: 40%;
background-color: #f2f2f2;
border-top: 1px solid #fff;
}
.bilgi-kutusu-resim {
text-align: center;
border-bottom: 1px solid #a2a9b1;
}
.bilgi-kutusu-baslik {
background-color: #def;
font-weight: bold;
text-align: center;
}