MediaWiki:Infobox.css

Çizgi ve Dizi sitesinden
07.26, 30 Haziran 2024 tarihinde Burak (mesaj | katkılar) tarafından oluşturulmuş 50 numaralı sürüm ("→‎Portable Infoboxes: .portable-infobox { float: right; border-radius: 12px 12px 0 0; border: 2px solid #301728; overflow: hidden; } .pi-data-value li { line-height: 15px; padding-bottom: 3px; list-style-type: square; } .pi-title { border-radius: 10px 10px 0 0; font-size: 16px !important; } .pi-header { font-size: 16px !important; } .portable-infobox .pi-data-label { flex-basis: 100px; } .portable-infobox..." içeriğiyle yeni sayfa oluşturdu)
(fark) ← Önceki sürüm | Güncel sürüm (fark) | Sonraki sürüm → (fark)

Not: Yayımladıktan sonra değişiklikleri görmek için tarayıcınızın önbelleğini temizlemeniz gerekebilir.

  • Firefox / Safari: Shift tuşuna basılıyken Yeniden Yükle'ye tıklayın ya da Ctrl-F5 ya da Ctrl-R tıklayın (Mac için ⌘-R).
  • Google Chrome: Ctrl-Shift-R'ye basın. (Mac için ⌘-Shift-R)
  • Internet Explorer / Edge: Ctrl basılıyken Yenile'ye tıklayın ya da Ctrl-F5 yapın.
  • Opera: Ctrl-F5 tıklayın.
/* Portable Infoboxes */
.portable-infobox {
	float: right;
    border-radius: 12px 12px 0 0;
    border: 2px solid #301728;
    overflow: hidden;
}

.pi-data-value li {
    line-height: 15px;
    padding-bottom: 3px;
    list-style-type: square;
}

.pi-title {
    border-radius: 10px 10px 0 0;
    font-size: 16px !important;
}

.pi-header {
    font-size: 16px !important;
}
 
.portable-infobox .pi-data-label {
   flex-basis: 100px;
}
 
.portable-infobox .pi-item-spacing {
   padding: 5px 10px;
}
 
.portable-infobox .pi-header {
  padding: 5px 5px;
}

.portable-infobox:first-of-type .pi-image-thumbnail {
    height: auto;
    width: 100%;
}

.pi-theme-character .pi-title, 
.pi-theme-character .pi-header {
   background-color: #DC143C !important;
}

.pi-theme-character .pi-item-spacing {
   border-bottom: 1px solid #4d2167;
}

.pi-theme-episode .pi-title, 
.pi-theme-episode .pi-header {
   background-color: #3ac9c5 !important;
}

.pi-theme-episode {
   border: 2px solid #12403e !important;
}

.pi-theme-event .pi-title, 
.pi-theme-event .pi-header {
   background-color: #d6ba06 !important;
}

.pi-theme-event {
   border: 2px solid #544902 !important;
}

.pi-theme-game .pi-title,
.pi-theme-game .pi-header {
   background-color: #8cb510 !important;
}

.pi-theme-game {
   border: 2px solid #3d4f06 !important;
}

.pi-theme-group .pi-title, 
.pi-theme-group .pi-header {
   background-color: #de9104 !important;
}

.pi-theme-group {
   border: 2px solid #523501 !important;
}

.pi-theme-location .pi-title, 
.pi-theme-location .pi-header {
   background-color: #0f50db !important;
}

.pi-theme-location {
   border: 2px solid #061e52 !important;
}

.pi-theme-merchandise .pi-title, 
.pi-theme-merchandise .pi-header {
   background-color: #b00772 !important;
}

.pi-theme-merchandise {
   border: 2px solid #4d0332!important;
}

.pi-theme-music .pi-title, 
.pi-theme-music .pi-header {
   background-color: #d41fde !important;
}

.pi-theme-music {
   border: 2px solid #3f0a42 !important;
}

.pi-theme-object .pi-title, 
.pi-theme-object .pi-header {
   background-color: #54b88d !important;
}

.pi-theme-object {
   border: 2px solid #163025 !important;
}

.pi-theme-show .pi-title, 
.pi-theme-show .pi-header {
   background-color: #250482 !important;
}

.pi-theme-show {
   border: 2px solid #15014a !important;
}

.pi-theme-staff .pi-title, 
.pi-theme-staff .pi-header {
   background-color: #0d98ba !important;
}

.pi-theme-staff {
   border: 2px solid #042e38 !important;
}