MediaWiki:Common.css: Revizyonlar arasındaki fark
Gezinti kısmına atla
Arama kısmına atla
Değişiklik özeti yok Etiket: Geri alındı |
Değişiklik özeti yok Etiket: Geri alındı |
||
| 1. satır: | 1. satır: | ||
* { | * { | ||
background: #283049 !important; | background: #283049 !important; | ||
color: #e3e7f1 !important; | /*color: #e3e7f1 !important;*/ | ||
} | } | ||
15.51, 14 Kasım 2025 tarihindeki hâli
* {
background: #283049 !important;
/*color: #e3e7f1 !important;*/
}
body {
/* background: #21253b;
color: #e3e7f1;*/
font-family: 'Segoe UI', 'Arial', sans-serif;
}
/* ==========================================================
MAKALE DÜZENİ
========================================================== */
.mw-parser-output p {
text-align: justify;
line-height: 1.65;
margin: 0.6em 0;
}
.mw-parser-output ul {
margin: 0.5em 0 0.5em 1.5em;
}
blockquote {
background: #f4f7fb;
border-left: 4px solid var(--primary-soft);
padding: 8px 12px;
margin: 1em 0;
font-style: italic;
}
.references {
border-top: 1px solid var(--border-soft);
padding-top: 6px;
}
/* ==========================================================
ANA SAYFA PORTAL & KARTLAR
========================================================== */
.main-portal {
max-width: 960px;
margin: 0 auto;
text-align: center;
}
.portal-header h1 {
color: var(--primary);
}
.portal-logo {
width: 160px;
margin-bottom: 10px;
}
.portal-sections {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
gap: 20px;
margin-top: 30px;
}
.portal-card {
background: #ffffff;
border: 1px solid var(--border-soft);
border-radius: 10px;
padding: 20px;
box-shadow: 0 2px 5px rgba(0,0,0,0.05);
transition: 0.2s ease;
}
.portal-card:hover {
transform: translateY(-3px);
box-shadow: 0 4px 12px rgba(0,0,0,0.12);
}
.portal-card h2 {
color: var(--primary);
}
/* ==========================================================
LOGO ALANI (Vector Legacy)
========================================================== */
#p-logo {
position: relative !important;
width: 100% !important;
height: 120px !important;
background: none !important;
text-align: center !important;
margin-top:20px;
}
#p-logo a.mw-wiki-logo {
display: inline-block !important;
background-size: contain !important;
background-repeat: no-repeat !important;
background-position: center center !important;
width: 120px !important;
height: 120px !important;
border: 1px solid var(--border-soft);
border-radius: 8px;
box-shadow: 0 2px 6px rgba(0,0,0,0.15);
background-color: #ffffff15;
}
#mw-panel {
padding-top: 0 !important;
}