Template:Main Page/styles.css: Difference between revisions
| [checked revision] | [checked revision] |
Aurelianus (talk | contribs) No edit summary Tag: Reverted |
Aurelianus (talk | contribs) No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
/* ================================================== | /* ================================================== | ||
ANA KAPSAYICI | |||
================================================== */ | ================================================== */ | ||
.sa-mainpage { | |||
max-width: 1200px; | |||
margin: 0 auto; | |||
padding: 16px; | |||
margin: 0; | |||
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", | font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", | ||
Roboto, Inter, Arial, sans-serif; | Roboto, Inter, Arial, sans-serif; | ||
color: #202122; | |||
line-height: 1.6; | line-height: 1.6; | ||
} | } | ||
/* ================================================== | /* ================================================== | ||
WIKIPEDIA TABLO HİSSİ | |||
================================================== */ | ================================================== */ | ||
.sa-box { | .sa-box { | ||
background: #ffffff; | background-color: #ffffff; | ||
border: 1px solid #a2a9b1; | border: 1px solid #a2a9b1; | ||
padding: 16px; | padding: 16px; | ||
margin-bottom: 16px; | margin-bottom: 16px; | ||
| Line 41: | Line 30: | ||
.sa-title { | .sa-title { | ||
font-size: 2. | font-size: 2.2em; | ||
font-weight: 600; | font-weight: 600; | ||
margin: 0 0 8px; | margin: 0 0 8px; | ||
| Line 47: | Line 36: | ||
.sa-tagline { | .sa-tagline { | ||
font-size: | font-size: 1em; | ||
color: #54595d; | color: #54595d; | ||
margin: 0 0 | margin: 0 0 12px; | ||
} | } | ||
.sa-stats { | .sa-stats { | ||
list-style: none; | list-style: none; | ||
margin: 0; | |||
padding: 0; | padding: 0; | ||
} | } | ||
.sa-stats li { | .sa-stats li { | ||
font-size: 0. | display: inline; | ||
font-size: 0.95em; | |||
} | |||
.sa-stats li::after { | |||
content: " · "; | |||
font-weight: bold; | |||
} | |||
.sa-stats li:last-child::after { | |||
content: ""; | |||
} | } | ||
/* ================================================== | /* ================================================== | ||
İKİ KOLON DÜZEN (MP-UPPER) | |||
================================================== */ | ================================================== */ | ||
.sa-grid { | .sa-grid { | ||
display: | display: table; | ||
width: 100%; | |||
border-spacing: 16px 0; | |||
} | |||
.sa-col { | |||
display: table-cell; | |||
vertical-align: top; | |||
width: 50%; | |||
} | } | ||
| Line 78: | Line 80: | ||
================================================== */ | ================================================== */ | ||
.sa-box h2 { | .sa-box h2 { | ||
font-size: 1. | font-size: 1.1em; | ||
font-weight: | font-weight: bold; | ||
border | border: 1px solid #a2a9b1; | ||
padding | background-color: #f8f9fa; | ||
padding: 4px 8px; | |||
margin: 0 0 8px; | margin: 0 0 8px; | ||
} | } | ||
.sa-later { | .sa-later { | ||
font-size: 0. | font-size: 0.85em; | ||
color: #72777d; | color: #72777d; | ||
font-weight: normal; | font-weight: normal; | ||
| Line 92: | Line 95: | ||
/* ================================================== | /* ================================================== | ||
İÇERİK | İÇERİK | ||
================================================== */ | ================================================== */ | ||
.sa-content { | .sa-content { | ||
font-size: 0. | font-size: 0.95em; | ||
} | } | ||
/* | /* FLOAT TEMİZLEME (TemplateStyles-safe) */ | ||
.sa- | .sa-clearfix { | ||
clear: both; | clear: both; | ||
} | } | ||
| Line 128: | Line 129: | ||
@media (max-width: 800px) { | @media (max-width: 800px) { | ||
.sa-grid { | .sa-grid { | ||
display: block; | |||
} | } | ||
.sa- | .sa-col { | ||
display: block; | |||
width: 100%; | |||
} | } | ||
.sa-title { | .sa-title { | ||
font-size: 1. | font-size: 1.8em; | ||
} | } | ||
} | } | ||