MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Blanked the page Tags: Blanking Manual revert |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
/* 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; | |||
} | |||
Revision as of 12:06, 3 July 2025
/* 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;
}