MediaWiki:Vector.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.
/* === Monoskop tarzı genel stil === */
body {
background: #f5f5f5;
font-family: Georgia, serif;
color: #333;
}
/* Ortalanmış içerik kutusu */
#content, #mw-content-text {
background: #fff;
border: 1px solid #ccc;
padding: 2em;
max-width: 960px;
margin: 2em auto;
box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
/* Logo ve yan panel arka plan */
#p-logo, #mw-panel, #footer {
background: #f9f9f9;
border: 1px solid #ccc;
}
/* Footer yazı oranı */
#footer {
text-align: center;
font-size: 90%;
padding: 1em;
margin-top: 2em;
}