"ഫലകം:CategoryPage/styles.css" എന്ന താളിന്റെ പതിപ്പുകൾ തമ്മിലുള്ള വ്യത്യാസം
അഭിപ്രായവേദി സംരംഭത്തിൽ നിന്ന്
(ചെ.)No edit summary റ്റാഗ്: Reverted |
(ചെ.)No edit summary |
||
| (ഒരേ ചെയ്ത ഇടയ്ക്കുള്ള 9 നാൾപ്പതിപ്പുകൾ പ്രദർശിപ്പിക്കുന്നില്ല) | |||
| വരി 22: | വരി 22: | ||
.category-page-header{ | .category-page-header{ | ||
background:#edf2f7; | background:#edf2f7; | ||
padding: | padding:20px; | ||
border-radius:10px; | border-radius:10px; | ||
margin-bottom:30px; | margin-bottom:30px; | ||
| വരി 38: | വരി 38: | ||
color:#4a5568; | color:#4a5568; | ||
} | } | ||
/*Hide "... further results" link created by SMW*/ | |||
.smw-template-furtherresults{ | |||
display:none !important; | |||
} | |||
/* ========================================================== | /* ========================================================== | ||
2. EDITORIAL HIGHLIGHTS | 2. EDITORIAL HIGHLIGHTS | ||
| വരി 50: | വരി 53: | ||
background:#fff; | background:#fff; | ||
border-radius:12px; | border-radius:12px; | ||
margin-bottom: | margin-bottom:15px; | ||
width:100%; | width:100%; | ||
box-sizing:border-box; | box-sizing:border-box; | ||
| വരി 82: | വരി 85: | ||
.older-articles-section{ | .older-articles-section{ | ||
margin-top: | margin-top:20px; | ||
padding-top: | padding-top:10px; | ||
border-top:2px dashed #e2e8f0; | border-top:2px dashed #e2e8f0; | ||
} | } | ||
| വരി 90: | വരി 93: | ||
font-family:'Manjari',sans-serif !important; | font-family:'Manjari',sans-serif !important; | ||
color:#2d3748; | color:#2d3748; | ||
margin-top:15px; | |||
margin-bottom:15px; | margin-bottom:15px; | ||
} | } | ||
.older-articles-list | .older-articles-list{ | ||
display:grid; | |||
grid-template-columns:repeat(3,1fr); | |||
gap:20px; | |||
} | } | ||
| വരി 104: | വരി 109: | ||
color:#4a5568; | color:#4a5568; | ||
} | } | ||
/* ========================================================== | /* ========================================================== | ||
RESPONSIVE | RESPONSIVE | ||
| വരി 119: | വരി 121: | ||
gap:10px; | gap:10px; | ||
} | } | ||
} | |||
@media (max-width:768px){ | |||
.older-articles-list{ | |||
grid-template-columns:1fr; | |||
} | |||
} | } | ||
17:40, 8 ജൂലൈ 2026-നു നിലവിലുള്ള രൂപം
/* ==========================================================
CATEGORY PAGE STYLES
Abhiprayavedi – Editorial Landing Page
Phase B4.2
Layout Regions
1. Editorial Hero
2. Editorial Highlights
3. Editorial Focus
4. Editorial Context
5. Editorial Archive
Note:
This stylesheet defines page layout only.
Reusable component styling belongs to individual templates.
========================================================== */
/* ==========================================================
1. EDITORIAL HERO
========================================================== */
.category-page-header{
background:#edf2f7;
padding: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;
color:#1a202c;
}
.category-page-header p{
margin:0;
color:#4a5568;
}
/*Hide "... further results" link created by SMW*/
.smw-template-furtherresults{
display:none !important;
}
/* ==========================================================
2. EDITORIAL HIGHLIGHTS
========================================================== */
.category-highlights-grid{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:16px;
padding:12px;
background:#fff;
border-radius:12px;
margin-bottom:15px;
width:100%;
box-sizing:border-box;
}
/* Preserve ArticleCard layout inside the grid */
.category-highlights-grid > div{
display:flex !important;
}
/* ==========================================================
3. EDITORIAL FOCUS
Reserved for future implementation
========================================================== */
.category-focus{
}
/* ==========================================================
4. EDITORIAL CONTEXT
Reserved for future implementation
========================================================== */
.category-context{
}
/* ==========================================================
5. EDITORIAL ARCHIVE
========================================================== */
.older-articles-section{
margin-top:20px;
padding-top:10px;
border-top:2px dashed #e2e8f0;
}
.older-articles-section h3{
font-family:'Manjari',sans-serif !important;
color:#2d3748;
margin-top:15px;
margin-bottom:15px;
}
.older-articles-list{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:20px;
}
.older-articles-list li{
font-family:'Manjari',sans-serif !important;
font-size:1.05em;
margin-bottom:10px;
color:#4a5568;
}
/* ==========================================================
RESPONSIVE
========================================================== */
@media (max-width:768px){
.category-highlights-grid{
grid-template-columns:1fr;
padding:8px;
gap:10px;
}
}
@media (max-width:768px){
.older-articles-list{
grid-template-columns:1fr;
}
}