"मीडियाविकि:Common.css": अवतरणों में अंतर

अराइज़पीडिया से
No edit summary
No edit summary
 
(इसी सदस्य द्वारा किया गया बीच का एक अवतरण नहीं दर्शाया गया)
पंक्ति १: पंक्ति १:
/* MediaWiki:Common.css */
/* मुख्य पृष्ठ शैलियाँ */
 
.page-मुख्य_पृष्ठ #content {
/* General Styles */
    max-width: 1200px;
body {
    margin: 0 auto;
     font-family: 'Noto Sans Devanagari', Arial, sans-serif;
     font-family: 'Noto Sans Devanagari', Arial, sans-serif;
    color: #333;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
}
}


/* Hero Section */
.page-मुख्य_पृष्ठ #firstHeading {
.hero {
     background-color: #fc5351;
     background: #fc5351;
     color: white;
     color: #ffffff;
     padding: 20px;
     padding: 60px 20px;
    border-radius: 20px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
     text-align: center;
     text-align: center;
     margin-bottom: 40px;
     border-radius: 10px;
}
}


.hero h1 {
.page-मुख्य_पृष्ठ .mw-headline {
     font-size: 2.5em;
     color: #6c0cec;
     font-weight: 700;
     border-bottom: 2px solid #e0e0e0;
     margin: 0;
     padding-bottom: 10px;
}
}


.hero p {
.page-मुख्य_पृष्ठ #mw-content-text > p:first-of-type {
    font-size: 1.25em;
     background-color: #f4f4f4;
    margin: 20px 0;
    font-weight: 300;
}
 
.hero a {
    display: inline-block;
    background: #ffffff;
    color: #fc5351;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 1.2em;
    font-weight: 600;
    margin-top: 20px;
    transition: background 0.3s, color 0.3s;
    border: 2px solid #fc5351;
}
 
.hero a:hover {
     background: #fc5351;
    color: #ffffff;
}
 
/* Info Cards */
.card {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
     padding: 20px;
     padding: 20px;
     border: 1px solid #e0e0e0;
     border-radius: 10px;
    margin-bottom: 20px;
}
 
.card h2 {
    font-size: 2em;
    color: #6c0cec;
    border-bottom: 3px solid #e0e0e0;
    padding-bottom: 10px;
     margin-bottom: 20px;
     margin-bottom: 20px;
    font-weight: 700;
}
}


.card p {
.page-मुख्य_पृष्ठ .mw-parser-output > h2 {
     font-size: 1.2em;
     background-color: white;
     color: #555;
    padding: 15px;
     line-height: 1.6;
     border-radius: 10px;
     box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    margin-top: 30px;
}
}


/* CTA Section */
.page-मुख्य_पृष्ठ #mw-content-text > h2:last-of-type {
.cta {
     background-color: #f4f4f4;
     background: #f4f4f4;
     color: #fc5351;
     color: #333;
     padding: 20px;
     padding: 40px;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
     text-align: center;
     text-align: center;
     margin-top: 40px;
     border-radius: 10px;
}
     margin-top: 30px;
 
.cta h2 {
    font-size: 2.2em;
    font-weight: 700;
    color: #fc5351;
}
 
.cta p {
    font-size: 1.2em;
}
 
.cta a {
     color: #fc5351;
    font-weight: bold;
}
 
/* Footer */
.footer {
  text-align:center;
  padding-top:.5em;
  padding-bottom:.5em;
  background-color:#fff;
  border-top-width:.0625em;
  border-top-style:none;
  border-top-color:#ddd;
  margin-top:.625em;
  box-shadow:#00000019 -2px -2px -4px
}
 
.footer p {
  margin-bottom:.5em;
  color:#777;
  font-size:.6875em
}
 
/* Media Queries */
@media (max-width :768 px) {
 
.hero h1{
font-size :1 .8 em
}
.hero p{
font-size :1 em
}
.hero a{
font-size :1 em;padding :10 px
20 px
}
.card h2{
font-size :1 .5 em
}
.card p{
font-size :1 em
}
.cta h2{
font-size :1 .8 em
}
.cta p{
font-size :1 em
}
}
 
@media (max-width :480 px) {
 
.hero h1{
font-size :1 .5 em
}
.hero p{
font-size :.9 em
}
.hero a{
font-size :.9 em;padding :8 px
15 px
}
.card h2{
font-size :1 .3 em
}
.card p{
font-size :.9 em
}
.cta h2{
font-size :1 .5 em
}
.cta p{
font-size :.9 em
}
}
 
#ca-viewsource {
display:none ;
}
}

११:२१, ३० सितम्बर २०२४ के समय का अवतरण

/* मुख्य पृष्ठ शैलियाँ */ .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;

}