MediaWiki:Vector.css

From Practices and Politics of Representation
Revision as of 12:01, 3 July 2025 by Admin (talk | contribs) (Created page with "=== 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ı: #foot...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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;
}