"ഫലകം:IndexPage/styles.css" എന്ന താളിന്റെ പതിപ്പുകൾ തമ്മിലുള്ള വ്യത്യാസം
അഭിപ്രായവേദി സംരംഭത്തിൽ നിന്ന്
(ചെ.)No edit summary |
(ചെ.)No edit summary |
||
| (ഒരേ ചെയ്ത ഇടയ്ക്കുള്ള 23 നാൾപ്പതിപ്പുകൾ പ്രദർശിപ്പിക്കുന്നില്ല) | |||
| വരി 1: | വരി 1: | ||
/* ================ INDEX PAGE STYLES ================ */ | /* ================ INDEX PAGE STYLES (OVERHAULED & INTEGRATED) ================ */ | ||
/* Hero Section Banner */ | |||
.main-hero { | .main-hero { | ||
background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%); | background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%); | ||
| വരി 9: | വരി 10: | ||
margin-bottom: 40px; | margin-bottom: 40px; | ||
} | } | ||
.main-hero h1 { | .main-hero h1 { | ||
font-family: 'Manjari', 'Meera', sans-serif !important; | |||
font-size: 2.8em; | font-size: 2.8em; | ||
margin: 0 0 | margin: 0 0 14px 0; | ||
font-weight: 700; | font-weight: 700; | ||
} | } | ||
.main-hero p { | .main-hero p { | ||
font-family: 'Manjari', 'Meera', sans-serif !important; | |||
font-size: 1.25em; | font-size: 1.25em; | ||
margin: | margin-bottom: 28px; | ||
opacity: 0.95; | opacity: 0.95; | ||
} | } | ||
/* | /* | ||
.featured-grid { | * Force MediaWiki Parser output to stretch cards evenly inside the grid. | ||
display: | * This fixes the height mismatch visible in your screenshot. | ||
*/ | |||
.main-featured-grid > div, | |||
.main-topstories-grid > div, | |||
.main-recent-grid > div { | |||
display: flex !important; | |||
} | |||
.article-card { | |||
height: 100% !important; | |||
display: flex !important; | |||
flex-direction: column !important; | |||
width: 100%; | |||
} | } | ||
/* | /* Alignment Fix: This forces the metadata row to anchor at the base */ | ||
. | .article-info { | ||
display: | display: flex !important; | ||
flex-direction: column !important; | |||
flex-grow: 0 !important; /* Forces layout box to expand fully */ | |||
} | } | ||
/* | /* Smooth hover effects on standard Article Cards */ | ||
. | .article-card { | ||
background: #ffffff; | |||
border: 1px solid #e2e8f0; | |||
background: | |||
border-radius: 10px; | border-radius: 10px; | ||
overflow: hidden; | overflow: hidden; | ||
box-shadow: 0 4px | box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03); | ||
transition: transform 0.2s, box-shadow 0.2s; | transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out; | ||
} | } | ||
.article-card:hover { | |||
. | |||
transform: translateY(-4px); | transform: translateY(-4px); | ||
box-shadow: 0 | box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05); | ||
} | } | ||
. | /* ==================== FEATURED SECTION (2 in a row) ==================== */ | ||
.main-featured-grid { | |||
display: grid; | |||
grid-template-columns: repeat(2, 1fr); | |||
gap: 16px; | |||
padding: 12px; | |||
background-color: #f1f5f9; | |||
border-radius: 12px; | |||
margin-bottom: 30px; | |||
width: 100%; | width: 100%; | ||
height: 200px; | box-sizing: border-box; | ||
} | |||
.main-featured-grid .article-Image1 { | |||
max-height: 200px !important; | |||
} | |||
.main-featured-grid .article-title { | |||
font-size: 1.4em !important; | |||
} | } | ||
. | /* ==================== TOP STORIES SECTION (3 in a row) ==================== */ | ||
. | .main-topstories-grid { | ||
display: grid; | |||
grid-template-columns: repeat(3, 1fr); | |||
gap: 16px; | |||
padding: 12px; | |||
background-color: #ffffff; | |||
border-radius: 12px; | |||
margin-bottom: 30px; | |||
width: 100%; | |||
box-sizing: border-box; /* 🛠️ അലൈൻമെന്റ് കൃത്യമാക്കുന്നു */ | |||
} | |||
.main-topstories-grid .article-image1 { | |||
max-height: 150px !important; | |||
} | } | ||
. | /* ==================== RECENT PUBLICATIONS (4 in a row) ==================== */ | ||
. | .main-recent-grid { | ||
display: grid; | |||
font-size: 1. | grid-template-columns: repeat(4, 1fr); | ||
line-height: 1. | gap: 12px; | ||
padding: 10px; | |||
background-color: #f8fafc; | |||
border-radius: 12px; | |||
margin-bottom: 30px; | |||
width: 100%; | |||
box-sizing: border-box; /* 🛠️ മാർജിൻ പുറത്തേക്ക് പോകുന്നത് തടയുന്നു */ | |||
} | |||
.main-recent-grid .article-image1 { | |||
max-height: 110px !important; /* ചെറിയ ഇമേജ് ലുക്ക് */ | |||
} | |||
.main-recent-grid .article-title { | |||
font-size: 1.1em !important; | |||
line-height: 1.3; | |||
margin-bottom: 4px !important; | |||
} | } | ||
.main-recent-grid .article-intro-wrapper { | |||
. | max-height: 3.2em !important; /* ഇൻട്രോ കൃത്യമായി 2 വരികളിൽ ഒതുക്കുന്നു */ | ||
margin-bottom: 4px !important; | |||
} | |||
.main-recent-grid .article-info { | |||
margin-bottom: | padding: 12px !important; /* ഇൻഫോ ബോക്സിന്റെ പാഡിങ് കുറച്ചു */ | ||
} | } | ||
.main-recent-grid .article-meta-row { | |||
. | padding-top: 4px !important; | ||
. | |||
font-size: 0.9em; | font-size: 0.9em; | ||
} | } | ||
/* | /* ================ CATEGORY BUTTONS COMPACT STYLES ================ */ | ||
.category-grid { | .category-grid { | ||
display: grid; | display: grid; | ||
grid-template-columns: repeat(auto- | grid-template-columns: repeat(auto-fill, minmax(160px, 1fr)); | ||
gap: | gap: 16px; | ||
margin: | margin-bottom: 40px; | ||
width: 100%; | |||
} | } | ||
.category-box { | |||
.category- | display: inline-block; | ||
display: block; | width: 100%; | ||
background: #f8fafc; | background: #f8fafc; | ||
border: 1px solid #e2e8f0; | |||
border-radius: 8px; | border-radius: 8px; | ||
text-align: center; | text-align: center; | ||
font-weight: | box-sizing: border-box; | ||
color: # | transition: all 0.2s ease-in-out; | ||
text-decoration: none; | } | ||
.category-box a { | |||
display: block; | |||
padding: 14px 10px; | |||
font-family: 'Manjari', 'Meera', sans-serif !important; | |||
font-size: 1.1em; | |||
font-weight: bold; | |||
color: #2d3748 !important; | |||
text-decoration: none !important; | |||
} | |||
.category-box:hover { | |||
background: #3182ce; | |||
border-color: #3182ce; | |||
transform: translateY(-2px); | |||
box-shadow: 0 4px 6px rgba(0,0,0,0.05); | |||
} | |||
.category-box:hover a { | |||
color: #ffffff !important; | |||
} | |||
.category-grid p, | |||
.category-grid br { | |||
display: none !important; | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
} | |||
/* Strict Cleanup: Target MediaWiki's auto-generated empty paragraph tags */ | |||
.mw-parser-output .main-featured-grid p:empty, | |||
.mw-parser-output .main-topstories-grid p:empty, | |||
.mw-parser-output .main-recent-grid p:empty, | |||
.mw-parser-output .main-featured-grid br, | |||
.mw-parser-output .main-topstories-grid br, | |||
.mw-parser-output .main-recent-grid br { | |||
display: none !important; | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
height: 0 !important; | |||
} | } | ||
.category- | /* ================ CATEGORY PAGE SPECIFIC STYLES ================ */ | ||
.category-page-header { | |||
background: #edf2f7; | |||
padding: 30px 20px; | |||
border-radius: 10px; | |||
margin-bottom: 30px; | |||
border-left: 5px solid #3182ce; | |||
} | |||
.category-page-header h1 { | |||
font-family: 'Manjari', 'Meera', sans-serif !important; | |||
margin: 0 0 8px 0; | |||
color: #1a202c; | |||
} | |||
.category-page-header p { | |||
margin: 0; | |||
color: #4a5568; | |||
} | |||
.older-articles-section { | |||
margin-top: 40px; | |||
padding-top: 20px; | |||
border-top: 2px dashed #e2e8f0; | |||
} | |||
.older-articles-section h3 { | |||
font-family: 'Manjari', sans-serif !important; | |||
color: #2d3748; | |||
margin-bottom: 15px; | |||
} | |||
.older-articles-list ul { | |||
list-style-type: square; | |||
padding-left: 20px; | |||
} | |||
.older-articles-list li { | |||
font-family: 'Manjari', sans-serif !important; | |||
font-size: 1.05em; | |||
margin-bottom: 10px; | |||
color: #4a5568; | |||
} | |||
/* മെയിൻ പേജിലെ എല്ലാ ഗ്രിഡ് ബോക്സുകളും ഒരേ മാർജിൻ ലൈനിൽ വരാൻ */ | |||
.main-featured-grid, | |||
.main-topstories-grid, | |||
.main-recent-grid { | |||
max-width: 100% !important; | |||
margin-left: 0 !important; | |||
margin-right: 0 !important; | |||
} | } | ||
/* | /* ==================== RESPONSIVE OVERRIDES ==================== */ | ||
@media (max-width: 992px) { | |||
.main-recent-grid { grid-template-columns: repeat(2, 1fr); } | |||
} | |||
@media (max-width: 768px) { | @media (max-width: 768px) { | ||
.main-featured-grid, | |||
.main-topstories-grid { | |||
grid-template-columns: 1fr; | |||
} | |||
.main-hero { | .main-hero { | ||
padding: 40px 15px; | padding: 40px 15px; | ||
margin-bottom: 25px; | |||
} | } | ||
.main-hero h1 { | .main-hero h1 { | ||
font-size: | font-size: 2em; | ||
} | } | ||
} | |||
.featured-grid, | /* 🛠️ ചിത്രങ്ങൾ കളയാതെ "... further results" ലിങ്ക് മാത്രം പൂർണ്ണമായി മറയ്ക്കുന്നു */ | ||
. | .smw-template-furtherresults, | ||
.smw-furtherresults { | |||
display: none !important; | |||
visibility: hidden !important; | |||
height: 0 !important; | |||
margin: 0 !important; | |||
padding: 0 !important; | |||
} | |||
@media (max-width: 768px) { | |||
.main-featured-grid, | |||
.main-topstories-grid, | |||
.main-recent-grid { | |||
padding: 8px; | |||
gap: 10px; | |||
} | } | ||
} | } | ||
11:56, 21 ജൂൺ 2026-നു നിലവിലുള്ള രൂപം
/* ================ INDEX PAGE STYLES (OVERHAULED & INTEGRATED) ================ */
/* Hero Section Banner */
.main-hero {
background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
color: white;
padding: 60px 20px;
text-align: center;
border-radius: 12px;
margin-bottom: 40px;
}
.main-hero h1 {
font-family: 'Manjari', 'Meera', sans-serif !important;
font-size: 2.8em;
margin: 0 0 14px 0;
font-weight: 700;
}
.main-hero p {
font-family: 'Manjari', 'Meera', sans-serif !important;
font-size: 1.25em;
margin-bottom: 28px;
opacity: 0.95;
}
/*
* Force MediaWiki Parser output to stretch cards evenly inside the grid.
* This fixes the height mismatch visible in your screenshot.
*/
.main-featured-grid > div,
.main-topstories-grid > div,
.main-recent-grid > div {
display: flex !important;
}
.article-card {
height: 100% !important;
display: flex !important;
flex-direction: column !important;
width: 100%;
}
/* Alignment Fix: This forces the metadata row to anchor at the base */
.article-info {
display: flex !important;
flex-direction: column !important;
flex-grow: 0 !important; /* Forces layout box to expand fully */
}
/* Smooth hover effects on standard Article Cards */
.article-card {
background: #ffffff;
border: 1px solid #e2e8f0;
border-radius: 10px;
overflow: hidden;
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}
.article-card:hover {
transform: translateY(-4px);
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}
/* ==================== FEATURED SECTION (2 in a row) ==================== */
.main-featured-grid {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 16px;
padding: 12px;
background-color: #f1f5f9;
border-radius: 12px;
margin-bottom: 30px;
width: 100%;
box-sizing: border-box;
}
.main-featured-grid .article-Image1 {
max-height: 200px !important;
}
.main-featured-grid .article-title {
font-size: 1.4em !important;
}
/* ==================== TOP STORIES SECTION (3 in a row) ==================== */
.main-topstories-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 16px;
padding: 12px;
background-color: #ffffff;
border-radius: 12px;
margin-bottom: 30px;
width: 100%;
box-sizing: border-box; /* 🛠️ അലൈൻമെന്റ് കൃത്യമാക്കുന്നു */
}
.main-topstories-grid .article-image1 {
max-height: 150px !important;
}
/* ==================== RECENT PUBLICATIONS (4 in a row) ==================== */
.main-recent-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 12px;
padding: 10px;
background-color: #f8fafc;
border-radius: 12px;
margin-bottom: 30px;
width: 100%;
box-sizing: border-box; /* 🛠️ മാർജിൻ പുറത്തേക്ക് പോകുന്നത് തടയുന്നു */
}
.main-recent-grid .article-image1 {
max-height: 110px !important; /* ചെറിയ ഇമേജ് ലുക്ക് */
}
.main-recent-grid .article-title {
font-size: 1.1em !important;
line-height: 1.3;
margin-bottom: 4px !important;
}
.main-recent-grid .article-intro-wrapper {
max-height: 3.2em !important; /* ഇൻട്രോ കൃത്യമായി 2 വരികളിൽ ഒതുക്കുന്നു */
margin-bottom: 4px !important;
}
.main-recent-grid .article-info {
padding: 12px !important; /* ഇൻഫോ ബോക്സിന്റെ പാഡിങ് കുറച്ചു */
}
.main-recent-grid .article-meta-row {
padding-top: 4px !important;
font-size: 0.9em;
}
/* ================ CATEGORY BUTTONS COMPACT STYLES ================ */
.category-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
gap: 16px;
margin-bottom: 40px;
width: 100%;
}
.category-box {
display: inline-block;
width: 100%;
background: #f8fafc;
border: 1px solid #e2e8f0;
border-radius: 8px;
text-align: center;
box-sizing: border-box;
transition: all 0.2s ease-in-out;
}
.category-box a {
display: block;
padding: 14px 10px;
font-family: 'Manjari', 'Meera', sans-serif !important;
font-size: 1.1em;
font-weight: bold;
color: #2d3748 !important;
text-decoration: none !important;
}
.category-box:hover {
background: #3182ce;
border-color: #3182ce;
transform: translateY(-2px);
box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}
.category-box:hover a {
color: #ffffff !important;
}
.category-grid p,
.category-grid br {
display: none !important;
margin: 0 !important;
padding: 0 !important;
}
/* Strict Cleanup: Target MediaWiki's auto-generated empty paragraph tags */
.mw-parser-output .main-featured-grid p:empty,
.mw-parser-output .main-topstories-grid p:empty,
.mw-parser-output .main-recent-grid p:empty,
.mw-parser-output .main-featured-grid br,
.mw-parser-output .main-topstories-grid br,
.mw-parser-output .main-recent-grid br {
display: none !important;
margin: 0 !important;
padding: 0 !important;
height: 0 !important;
}
/* ================ CATEGORY PAGE SPECIFIC STYLES ================ */
.category-page-header {
background: #edf2f7;
padding: 30px 20px;
border-radius: 10px;
margin-bottom: 30px;
border-left: 5px solid #3182ce;
}
.category-page-header h1 {
font-family: 'Manjari', 'Meera', sans-serif !important;
margin: 0 0 8px 0;
color: #1a202c;
}
.category-page-header p {
margin: 0;
color: #4a5568;
}
.older-articles-section {
margin-top: 40px;
padding-top: 20px;
border-top: 2px dashed #e2e8f0;
}
.older-articles-section h3 {
font-family: 'Manjari', sans-serif !important;
color: #2d3748;
margin-bottom: 15px;
}
.older-articles-list ul {
list-style-type: square;
padding-left: 20px;
}
.older-articles-list li {
font-family: 'Manjari', sans-serif !important;
font-size: 1.05em;
margin-bottom: 10px;
color: #4a5568;
}
/* മെയിൻ പേജിലെ എല്ലാ ഗ്രിഡ് ബോക്സുകളും ഒരേ മാർജിൻ ലൈനിൽ വരാൻ */
.main-featured-grid,
.main-topstories-grid,
.main-recent-grid {
max-width: 100% !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
/* ==================== RESPONSIVE OVERRIDES ==================== */
@media (max-width: 992px) {
.main-recent-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
.main-featured-grid,
.main-topstories-grid {
grid-template-columns: 1fr;
}
.main-hero {
padding: 40px 15px;
margin-bottom: 25px;
}
.main-hero h1 {
font-size: 2em;
}
}
/* 🛠️ ചിത്രങ്ങൾ കളയാതെ "... further results" ലിങ്ക് മാത്രം പൂർണ്ണമായി മറയ്ക്കുന്നു */
.smw-template-furtherresults,
.smw-furtherresults {
display: none !important;
visibility: hidden !important;
height: 0 !important;
margin: 0 !important;
padding: 0 !important;
}
@media (max-width: 768px) {
.main-featured-grid,
.main-topstories-grid,
.main-recent-grid {
padding: 8px;
gap: 10px;
}
}