MediaWiki:Common.css

07.25, 30 Haziran 2024 tarihinde Burak (mesaj | katkılar) tarafından oluşturulmuş 49 numaralı sürüm ("→‎All Infoboxes — General: .portable-infobox { border: 1px solid #C7BC9C; max-width: 300px; font-size: 90%; } .portable-infobox.pi-background { background: #F9F9F9; } .theme-fandomdesktop-dark .portable-infobox.pi-background { background: transparent; } →‎All Infoboxes — Headers & Titles: .portable-infobox .pi-title, .portable-infobox .pi-header { text-align: center; color: #FFF; padding-top: 8px; padding-bottom: 8px; background:..." 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.
/* All Infoboxes — General */
.portable-infobox {
	border: 1px solid #C7BC9C;
	max-width: 300px;
	font-size: 90%;
}
 
.portable-infobox.pi-background {
	background: #F9F9F9;
}

.theme-fandomdesktop-dark .portable-infobox.pi-background {
	background: transparent;
}

/* All Infoboxes — Headers & Titles */
.portable-infobox .pi-title,
.portable-infobox .pi-header {
	text-align: center;
	color: #FFF;
	padding-top: 8px;
	padding-bottom: 8px;
	background: #89c552;
}
 
.portable-infobox .pi-title {
	font-size: 125%;
	font-weight: bold;
	padding: 4px;
}/**/
 
/* All Infoboxes — Data */
.portable-infobox .pi-item-spacing {
    border-color: transparent;
}/**/

/* Theme — Blue */
.portable-infobox.pi-theme-blue .pi-title,
.portable-infobox.pi-theme-blue .pi-header {
	background: #006CB0;
}/**/
 
/* Theme — Cadet Blue */
.portable-infobox.pi-theme-cadetblue .pi-title,
.portable-infobox.pi-theme-cadetblue .pi-header {
	background: #5F9F9F;
}/**/
 
/* Theme — Cyan */
.portable-infobox.pi-theme-cyan .pi-title,
.portable-infobox.pi-theme-cyan .pi-header {
	background: #00FFFF;
}/**/

/* Theme — Dark Green */
.portable-infobox.pi-theme-darkgreen .pi-title,
.portable-infobox.pi-theme-darkgreen .pi-header {
	background: #254117;
}/**/

/* Theme — Dark Orange */
.portable-infobox.pi-theme-darkorange .pi-title,
.portable-infobox.pi-theme-darkorange .pi-header {
	background: darkorange;
}/**/
 
/* Theme — Green */
.portable-infobox.pi-theme-green .pi-title,
.portable-infobox.pi-theme-green .pi-header {
	background: green;
}/**/

/* Theme — Maroon */
.portable-infobox.pi-theme-maroon .pi-title,
.portable-infobox.pi-theme-maroon .pi-header {
	background: #800000;
}/**/

/* Theme — Orange */
.portable-infobox.pi-theme-orange .pi-title,
.portable-infobox.pi-theme-orange .pi-header {
	background: orange;
}/**/

/* Theme — Purple */
.portable-infobox.pi-theme-purple .pi-title,
.portable-infobox.pi-theme-purple .pi-header {
	background: purple;
}/**/
 
/* Theme — Red */
.portable-infobox.pi-theme-red .pi-title,
.portable-infobox.pi-theme-red .pi-header {
	background: red;
}/**/

/* Theme — Tyrian Purple */
.portable-infobox.pi-theme-tyrianpurple .pi-title,
.portable-infobox.pi-theme-tyrianpurple .pi-header {
	background: #66023C;
}/**/
 
/* Theme — Yellow */
.portable-infobox.pi-theme-yellow .pi-title,
.portable-infobox.pi-theme-yellow .pi-header {
	background: #FFFF00;
	color: #000;
}/**/

/* About infobox */
.portable-infobox.pi-theme-about .pi-secondary-background,
.portable-infobox.pi-theme-about .pi-title {
    background-color:#3366cc;
}

.portable-infobox.pi-theme-about {
    border:none;
}