MediaWiki:Common.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Genel gövde ve yazı tipi ayarları */
body {
background: #f5f5f5 !important;
font-family: Georgia, serif !important;
color: #222 !important;
}
/* İçerik kutusu */
#content, #mw-content-text {
background: #ffffff !important;
border: 1px solid #ccc !important;
padding: 2em !important;
max-width: 900px !important;
margin: 3em auto !important;
box-shadow: 0 0 20px rgba(0,0,0,0.05) !important;
}
/* Başlık stilleri */
h1, h2, h3 {
font-family: 'Georgia', serif !important;
color: #000 !important;
font-weight: normal !important;
border: none !important;
}
/* Menü ve kenarlıkları gizle (monoskop gibi sadeleşir) */
#mw-panel, #p-personal, #mw-head-base, #footer {
display: none !important;
}
/* Sayfa başlığı ortalanmış ve sade */
.firstHeading {
text-align: center !important;
font-size: 2em !important;
margin-bottom: 0.5em !important;
}