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

अराइज़पीडिया से
No edit summary
No edit summary
 
पंक्ति १: पंक्ति १:
/* Main page styles */
/* मुख्य पृष्ठ शैलियाँ */
.page-Main_Page #content {
.page-मुख्य_पृष्ठ #content {
     max-width: 1200px;
     max-width: 1200px;
     margin: 0 auto;
     margin: 0 auto;
     font-family: 'Arial', sans-serif;
     font-family: 'Noto Sans Devanagari', Arial, sans-serif;
}
}


.page-Main_Page #firstHeading {
.page-मुख्य_पृष्ठ #firstHeading {
     background-color: #fc5351;
     background-color: #fc5351;
     color: white;
     color: white;
पंक्ति १४: पंक्ति १४:
}
}


.page-Main_Page .mw-headline {
.page-मुख्य_पृष्ठ .mw-headline {
     color: #6c0cec;
     color: #6c0cec;
     border-bottom: 2px solid #e0e0e0;
     border-bottom: 2px solid #e0e0e0;
पंक्ति २०: पंक्ति २०:
}
}


.page-Main_Page #mw-content-text > p:first-of-type {
.page-मुख्य_पृष्ठ #mw-content-text > p:first-of-type {
     background-color: #f4f4f4;
     background-color: #f4f4f4;
     padding: 20px;
     padding: 20px;
पंक्ति २७: पंक्ति २७:
}
}


.page-Main_Page .mw-parser-output > h2 {
.page-मुख्य_पृष्ठ .mw-parser-output > h2 {
     background-color: white;
     background-color: white;
     padding: 15px;
     padding: 15px;
पंक्ति ३५: पंक्ति ३५:
}
}


.page-Main_Page #mw-content-text > h2:last-of-type {
.page-मुख्य_पृष्ठ #mw-content-text > h2:last-of-type {
     background-color: #f4f4f4;
     background-color: #f4f4f4;
     color: #fc5351;
     color: #fc5351;

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

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

}