MediaWiki:Common.css

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 */
table.prettytable, table.gritablo {
	margin:1em 1em 1em 0;
	background:#F9F9F9;
	border:1px #AAA solid;
	border-collapse: collapse;
}
table.prettytable th, table.prettytable td,
table.gritablo th, table.gritablo td {
	padding:0.2em;
	border:1px #AAA solid;
}
table.prettytable th, table.gritablo th {
	background:#F2F2F2;
	text-align:center;
}
 
/* siyah beyaz tablo stili-SON */
/* Renkli tablo stili */
table.wikitable, table.vikitablo {
   margin: 1em 1em 1em 0;
   background: #f9f9f9;
   border: 1px #aaaaaa solid;
   border-collapse: collapse;
 }
table.wikitable th, table.wikitable td,
table.vikitablo td, table.vikitablo th {
   border: 1px #aaaaaa solid;
   padding: 0.2em;
 }
table.wikitable th, table.vikitablo th {
   background: #ddf;
   text-align: center;
 }
table.wikitable caption, table.vikitablo caption {
   background: #f2f2ff;
   margin-left: inherit;
   margin-right: inherit;
 }
/* renkli tablo stili-SON */

/* kısa satırlı metin girişi */
.prose {
width:35em;
margin:0px auto;
text-align:justify;
}

/**
 * Style for horizontal lists (separator following item).
 * @source mediawiki.org/wiki/Snippets/Horizontal_lists
 * @revision 7 (2015-11-12)
 * @author [[User:Edokter]]
 */
.hlist dl,
.hlist ol,
.hlist ul {
	margin: 0;
	padding: 0;
}
/* Display list items inline */
.hlist dd,
.hlist dt,
.hlist li {
	display: inline;
	margin: 0;
}
/* Do not display empty list items */
.hlist li.mw-empty-li {
	display: none;
	margin: 0;
}
/* Display nested lists inline */
.hlist.inline,
.hlist.inline dl,
.hlist.inline ol,
.hlist.inline ul,
.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;
}
/* Generate interpuncts */
.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;
}
/* Add parentheses around nested lists */
.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;
}
/* Put ordinals in front of ordered list items */
.hlist ol {
	counter-reset: listitem;
}
.hlist ol > li {
	counter-increment: listitem;
}
.hlist ol > li:before {
	content: " " counter(listitem) " ";
	white-space: nowrap;
}
.hlist dd ol > li:first-child:before,
.hlist dt ol > li:first-child:before,
.hlist li ol > li:first-child:before {
	content: " (" counter(listitem) " ";
}

body.ns-0 div#pageContainer {
	position: relative;
	display: block;
	margin-right: 0;
	margin-left: 0;
}
body.ns-0 div#regionContainer {
	position: relative;
	display: block;
	margin-right: 3.00em;
	margin-left: 3.00em;
}
body.ns-0 div#columnContainer {
	position: static;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

/* Anasayfada kategori kutusunu gizler */
.action-view.page-Anasayfa #catlinks { 
	display: none;
}

/* Ana sayfadaki bazı detayların gözükmesini önler */
body.page-Main_Page #ca-delete,
body.page-Anasayfa #contentSub, 
body.page-Main_Page #deleteconfirm,
body.page-Anasayfa #t-cite,
body.page-Anasayfa #lastmod, 
body.page-Anasayfa #siteSub, 
body.page-Anasayfa h1.firstHeading {
    display: none !important;
}