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

सम्पादन सारांश नहीं है
No edit summary
No edit summary
पंक्ति ५: पंक्ति ५:
/* Main Page*/
/* Main Page*/


#ca-viewsource {
    display: none;
}
/* MediaWiki:Common.css */
/* Main Page */
body {
body {
     font-family: 'Arial', 'Noto Sans Devanagari', sans-serif;
     font-family: 'Arial', sans-serif;
     color: #333;
     color: #333;
     background-color: #f9f9f9;
     background-color: #f9f9f9;
पंक्ति १५: पंक्ति २१:
/* Hero Section */
/* Hero Section */
.hero {
.hero {
     background: #fc5351;
     background: #ffffff;
     color: #ffffff;
     color: #333;
     padding: 60px 20px;
     padding: 60px 20px;
     border-radius: 20px;
     border-radius: 20px;
पंक्ति २२: पंक्ति २८:
     text-align: center;
     text-align: center;
     margin-bottom: 40px;
     margin-bottom: 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hero:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
}


पंक्ति २७: पंक्ति ३९:
     font-size: 2.5em;
     font-size: 2.5em;
     font-weight: 700;
     font-weight: 700;
     margin: 0;
     margin: 0 0 20px 0;
    text-transform: uppercase;
    color: #333;
}
}


पंक्ति ३४: पंक्ति ४८:
     margin: 20px 0;
     margin: 20px 0;
     font-weight: 300;
     font-weight: 300;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    color: #333;
}
}


.hero a {
.contact-message {
    display: inline-block;
     background: rgba(0, 0, 0, 0.05);
     background: #ffffff;
     border-radius: 10px;
    color: #fc5351;
     padding: 15px;
    padding: 15px 30px;
     margin-top: 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 {
.contact-message p {
     background: #fc5351;
    font-size: 1.1em;
     color: #ffffff;
    margin: 0;
     font-style: italic;
     color: #333;
}
}


पंक्ति ६३: पंक्ति ७६:
     margin-bottom: 40px;
     margin-bottom: 40px;
     overflow: hidden;
     overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.featured-articles:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
}


.featured-articles h2 {
.featured-articles h2 {
     font-size: 2em;
     font-size: 2em;
     color: #6c0cec;
     color: #333;
     border-bottom: 3px solid #e0e0e0;
     border-bottom: 3px solid #e0e0e0;
     padding-bottom: 10px;
     padding-bottom: 10px;
पंक्ति ८९: पंक्ति १०८:


.article-carousel::-webkit-scrollbar-thumb {
.article-carousel::-webkit-scrollbar-thumb {
     background: #fc5351;
     background: #333;
     border-radius: 10px;
     border-radius: 10px;
}
}
पंक्ति १३६: पंक्ति १५५:
.article-card a {
.article-card a {
     display: inline-block;
     display: inline-block;
     background: #fc5351;
     background: #333;
     color: #ffffff;
     color: #ffffff;
     padding: 8px 15px;
     padding: 8px 15px;
पंक्ति १४८: पंक्ति १६७:


.article-card a:hover {
.article-card a:hover {
     background: #b03a30;
     background: #555;
}
}


पंक्ति १५९: पंक्ति १७८:
     border: 1px solid #e0e0e0;
     border: 1px solid #e0e0e0;
     margin-bottom: 20px;
     margin-bottom: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}
}


.card h2 {
.card h2 {
     font-size: 2em;
     font-size: 2em;
     color: #6c0cec;
     color: #333;
     border-bottom: 3px solid #e0e0e0;
     border-bottom: 3px solid #e0e0e0;
     padding-bottom: 10px;
     padding-bottom: 10px;
पंक्ति १८५: पंक्ति २१०:
     text-align: center;
     text-align: center;
     margin-top: 40px;
     margin-top: 40px;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}
.cta:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}
}


पंक्ति १९०: पंक्ति २२२:
     font-size: 2.2em;
     font-size: 2.2em;
     font-weight: 700;
     font-weight: 700;
     color: #fc5351;
     color: #333;
     margin: 0;
     margin: 0;
}
}
पंक्ति २००: पंक्ति २३२:


.cta a {
.cta a {
     color: #fc5351;
     color: #333;
     font-weight: 600;
     font-weight: 600;
     text-decoration: underline;
     text-decoration: underline;
पंक्ति २०७: पंक्ति २३९:


.cta a:hover {
.cta a:hover {
     color: #b03a30;
     color: #555;
}
}


पंक्ति २१८: पंक्ति २५०:
     margin-top: 40px;
     margin-top: 40px;
     box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
     box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.footer:hover {
    transform: translateY(-3px);
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.15);
}
}


पंक्ति २२९: पंक्ति २६७:
@media (max-width: 768px) {
@media (max-width: 768px) {
     .hero h1 {
     .hero h1 {
         font-size: 1.8em;
         font-size: 2em;
     }
     }
     .hero p {
     .hero p {
         font-size: 1em;
         font-size: 1.1em;
     }
     }
     .hero a {
     .contact-message p {
         font-size: 1em;
         font-size: 1em;
        padding: 10px 20px;
     }
     }
     .card h2 {
     .featured-articles h2, .card h2, .cta h2 {
         font-size: 1.5em;
         font-size: 1.5em;
     }
     }
     .card p {
     .article-card {
         font-size: 1em;
         flex: 0 0 250px;
    }
    .cta h2 {
        font-size: 1.8em;
     }
     }
     .cta p {
     .card p, .cta p {
         font-size: 1em;
         font-size: 1em;
     }
     }
पंक्ति २५४: पंक्ति २८८:
@media (max-width: 480px) {
@media (max-width: 480px) {
     .hero h1 {
     .hero h1 {
         font-size: 1.5em;
         font-size: 1.8em;
     }
     }
     .hero p {
     .hero p {
         font-size: 0.9em;
         font-size: 1em;
     }
     }
     .hero a {
     .contact-message p {
         font-size: 0.9em;
         font-size: 0.9em;
        padding: 8px 15px;
     }
     }
     .card h2 {
     .featured-articles h2, .card h2, .cta h2 {
         font-size: 1.3em;
         font-size: 1.3em;
     }
     }
     .card p {
     .article-card {
         font-size: 0.9em;
         flex: 0 0 200px;
    }
    .cta h2 {
        font-size: 1.5em;
     }
     }
     .cta p {
     .card p, .cta p {
         font-size: 0.9em;
         font-size: 0.9em;
     }
     }
}
#ca-viewsource {
    display: none;
}
#ca-viewsource {
    display: none;
}
}