MediaWiki:Common.css: Difference between revisions
no edit summary
Arisepedia (talk | contribs) No edit summary |
Arisepedia (talk | contribs) No edit summary |
||
Line 5: | Line 5: | ||
} | } | ||
/* MediaWiki:Common.css */ | |||
/* Main Page */ | /* Main Page */ | ||
body { | body { | ||
Line 16: | Line 17: | ||
/* Hero Section */ | /* Hero Section */ | ||
.hero { | .hero { | ||
background: # | background: #ffffff; | ||
color: # | color: #333; | ||
padding: 60px 20px; | padding: 60px 20px; | ||
border-radius: 20px; | border-radius: 20px; | ||
Line 36: | Line 37: | ||
margin: 0 0 20px 0; | margin: 0 0 20px 0; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
color: #333; | |||
} | } | ||
Line 45: | Line 47: | ||
margin-left: auto; | margin-left: auto; | ||
margin-right: auto; | margin-right: auto; | ||
color: #333; | |||
} | } | ||
.contact-message { | .contact-message { | ||
background: rgba( | background: rgba(0, 0, 0, 0.05); | ||
border-radius: 10px; | border-radius: 10px; | ||
padding: 15px; | padding: 15px; | ||
Line 58: | Line 61: | ||
margin: 0; | margin: 0; | ||
font-style: italic; | font-style: italic; | ||
color: #333; | |||
} | } | ||
Line 78: | Line 82: | ||
.featured-articles h2 { | .featured-articles h2 { | ||
font-size: 2em; | font-size: 2em; | ||
color: # | color: #333; | ||
border-bottom: 3px solid #e0e0e0; | border-bottom: 3px solid #e0e0e0; | ||
padding-bottom: 10px; | padding-bottom: 10px; | ||
Line 100: | Line 104: | ||
.article-carousel::-webkit-scrollbar-thumb { | .article-carousel::-webkit-scrollbar-thumb { | ||
background: # | background: #333; | ||
border-radius: 10px; | border-radius: 10px; | ||
} | } | ||
Line 147: | Line 151: | ||
.article-card a { | .article-card a { | ||
display: inline-block; | display: inline-block; | ||
background: # | background: #333; | ||
color: #ffffff; | color: #ffffff; | ||
padding: 8px 15px; | padding: 8px 15px; | ||
Line 159: | Line 163: | ||
.article-card a:hover { | .article-card a:hover { | ||
background: # | background: #555; | ||
} | } | ||
Line 180: | Line 184: | ||
.card h2 { | .card h2 { | ||
font-size: 2em; | font-size: 2em; | ||
color: # | color: #333; | ||
border-bottom: 3px solid #e0e0e0; | border-bottom: 3px solid #e0e0e0; | ||
padding-bottom: 10px; | padding-bottom: 10px; | ||
Line 214: | Line 218: | ||
font-size: 2.2em; | font-size: 2.2em; | ||
font-weight: 700; | font-weight: 700; | ||
color: # | color: #333; | ||
margin: 0; | margin: 0; | ||
} | } | ||
Line 224: | Line 228: | ||
.cta a { | .cta a { | ||
color: # | color: #333; | ||
font-weight: 600; | font-weight: 600; | ||
text-decoration: underline; | text-decoration: underline; | ||
Line 231: | Line 235: | ||
.cta a:hover { | .cta a:hover { | ||
color: # | color: #555; | ||
} | } | ||