"मीडियाविकि:Common.css": अवतरणों में अंतर
(Created page with "→MediaWiki:Common.css: body { font-family: 'Arial', sans-serif; color: #333; background-color: #f9f9f9; margin: 0; padding: 0; } →Hero Section: .hero { background: #fc5351; color: #ffffff; padding: 60px 20px; border-radius: 20px; box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15); text-align: center; margin-bottom: 40px; } .hero h1 { font-size: 2.5em; font-weight: 700; margin: 0; } .hero p { font-size:...") |
No edit summary |
||
(इसी सदस्य द्वारा किए गए बीच के ४ अवतरण नहीं दर्शाए गए) | |||
पंक्ति १: | पंक्ति १: | ||
/* | /* मुख्य पृष्ठ शैलियाँ */ | ||
.page-मुख्य_पृष्ठ #content { | |||
max-width: 1200px; | |||
margin: 0 auto; | |||
font-family: 'Noto Sans Devanagari', Arial, sans-serif; | |||
margin: 0; | |||
} | } | ||
.page-मुख्य_पृष्ठ #firstHeading { | |||
. | background-color: #fc5351; | ||
background: #fc5351; | color: white; | ||
color: | padding: 20px; | ||
padding | |||
text-align: center; | text-align: center; | ||
border-radius: 10px; | |||
} | } | ||
. | .page-मुख्य_पृष्ठ .mw-headline { | ||
color: #6c0cec; | |||
border-bottom: 2px solid #e0e0e0; | |||
padding-bottom: 10px; | |||
} | } | ||
. | .page-मुख्य_पृष्ठ #mw-content-text > p:first-of-type { | ||
background-color: #f4f4f4; | |||
background | |||
padding: 20px; | padding: 20px; | ||
border: | border-radius: 10px; | ||
margin-bottom: 20px; | margin-bottom: 20px; | ||
} | } | ||
. | .page-मुख्य_पृष्ठ .mw-parser-output > h2 { | ||
background-color: white; | |||
padding: 15px; | |||
border-radius: 10px; | |||
box-shadow: 0 2px 5px rgba(0,0,0,0.1); | |||
margin-top: 30px; | |||
. | |||
background | |||
padding: | |||
border-radius: | |||
box-shadow: 0 | |||
margin-top: | |||
} | } | ||
. | .page-मुख्य_पृष्ठ #mw-content-text > h2:last-of-type { | ||
background-color: #f4f4f4; | |||
color: #fc5351; | color: #fc5351; | ||
padding: 20px; | |||
text-align: center; | text-align: center; | ||
border-radius: 10px; | |||
margin-top: 30px; | |||
border- | |||
margin-top: | |||
} | } |
११:२१, ३० सितम्बर २०२४ के समय का अवतरण
/* मुख्य पृष्ठ शैलियाँ */ .page-मुख्य_पृष्ठ #content {
max-width: 1200px; margin: 0 auto; font-family: 'Noto Sans Devanagari', Arial, sans-serif;
}
.page-मुख्य_पृष्ठ #firstHeading {
background-color: #fc5351; color: white; padding: 20px; text-align: center; border-radius: 10px;
}
.page-मुख्य_पृष्ठ .mw-headline {
color: #6c0cec; border-bottom: 2px solid #e0e0e0; padding-bottom: 10px;
}
.page-मुख्य_पृष्ठ #mw-content-text > p:first-of-type {
background-color: #f4f4f4; padding: 20px; border-radius: 10px; margin-bottom: 20px;
}
.page-मुख्य_पृष्ठ .mw-parser-output > h2 {
background-color: white; padding: 15px; border-radius: 10px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); margin-top: 30px;
}
.page-मुख्य_पृष्ठ #mw-content-text > h2:last-of-type {
background-color: #f4f4f4; color: #fc5351; padding: 20px; text-align: center; border-radius: 10px; margin-top: 30px;
}