MediaWiki:Common.css

KO Wiki, Knight Online ansiklopedisi
12.30, 25 Ağustos 2021 tarihinde Admin (mesaj | katkılar) tarafından oluşturulmuş 106 numaralı sürüm

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.
/* Buraya konulacak CSS kodu tüm temalarda etkin olur */
#searchInput { padding: 0.4em 4.5em 0.4em 2em; }
#ca-talk { display: none !important; }
#ca-viewsource { display: none !important; }
.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt, #p-logo-text a { font-family: 'Marcellus', sans-serif; }
#p-logo-text a { font-variant: normal; text-transform: uppercase; }
.mpcontentbox {
	margin: 5px;
	padding: 7px 15px 12px 15px;
	border-radius: 0.5em;
}
.bg-darkred,
.bg-darkgreen,
.bg-darkblue,
.bg-darkgray {
	border-style: none;
}
.bg-darkgray {
	background: #f0f0f0;
	border: 1px solid #d9d9d9;
}
.bg-darkred {
	background: #fff7F0;
	border: 1px solid #e6dacf;
}
.bg-darkgreen {
	background: #f0fff5;
	border: 1px solid #cfe6d6;
}
.bg-darkblue {
	background: #f0f4ff;
	border: 1px solid #cfd4e6;
}
.navbox .hlist td dl, .navbox .hlist td ol, .navbox .hlist td ul, .navbox td.hlist dl, .navbox td.hlist ol, .navbox td.hlist ul {
	padding: 0.125em 0
}
.mpcontentbox:not(.hlist) ul { text-align: left; }
.hlist dl, .hlist ol, .hlist ul {
	margin: 0;
	padding: 0
}
.hlist dd, .hlist dt, .hlist li {
	margin: 0;
	display: inline
}
.hlist dl dl, .hlist dl ol, .hlist dl ul, .hlist ol dl, .hlist ol ol, .hlist ol ul, .hlist ul dl, .hlist ul ol, .hlist ul ul {
	display: inline
}
.hlist dt:after {
	content: ":"
}
.hlist dd:after, .hlist li:after {
	content: " · ";
	font-weight: bold
}
.hlist dd:last-child:after, .hlist dt:last-child:after, .hlist li:last-child:after {
	content: none
}
.hlist dd.hlist-last-child:after, .hlist dt.hlist-last-child:after, .hlist li.hlist-last-child:after {
	content: none
}
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before, .hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before, .hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
	content: " (";
	font-weight: normal
}
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after, .hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after, .hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
	content: ") ";
	font-weight: normal
}
.hlist dd dd.hlist-last-child:after, .hlist dd dt.hlist-last-child:after, .hlist dd li.hlist-last-child:after, .hlist dt dd.hlist-last-child:after, .hlist dt dt.hlist-last-child:after, .hlist dt li.hlist-last-child:after, .hlist li dd.hlist-last-child:after, .hlist li dt.hlist-last-child:after, .hlist li li.hlist-last-child:after {
	content: ") ";
	font-weight: normal
}
.hlist ol {
	counter-reset: listitem
}
.hlist ol>li {
	counter-increment: listitem
}
.hlist ol>li:before {
	content: " " counter(listitem) " "
}
.hlist dd ol>li:first-child:before, .hlist dt ol>li:first-child:before, .hlist li ol>li:first-child:before {
	content: " (" counter(listitem) " "
}