MediaWiki:Vector.css: Difference between revisions

From Practices and Politics of Representation
Jump to navigation Jump to search
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..."
 
Blanked the page
Tag: Blanking
 
Line 1: Line 1:
/* === 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;
}

Latest revision as of 12:14, 3 July 2025