"ഫലകം:CategoryPage/styles.css" എന്ന താളിന്റെ പതിപ്പുകൾ തമ്മിലുള്ള വ്യത്യാസം
MediaWiki സംരംഭത്തിൽ നിന്ന്
'→========================================================== CATEGORY PAGE STYLES Abhiprayavedi – Phase B4 ==========================================================: →Hide MediaWiki default heading on Category pages: .ns-14 .firstHeading { display: none; } /* ---------------------------------------------------------- Category Hero ---------------------------------------------------------...' താൾ സൃഷ്ടിച്ചിരിക്കുന്നു |
(ചെ.)No edit summary |
||
| വരി 37: | വരി 37: | ||
---------------------------------------------------------- */ | ---------------------------------------------------------- */ | ||
. | .category-highlights-grid { | ||
display: grid; | display: grid; | ||
grid-template-columns: repeat(3, 1fr); | grid-template-columns: repeat(3, 1fr); | ||
| വരി 49: | വരി 49: | ||
} | } | ||
. | .category-highlights-grid > div { | ||
display: flex !important; | display: flex !important; | ||
} | } | ||
| വരി 87: | വരി 87: | ||
@media (max-width:768px){ | @media (max-width:768px){ | ||
. | .category-highlights-grid{ | ||
grid-template-columns:1fr; | grid-template-columns:1fr; | ||
padding:8px; | padding:8px; | ||
11:38, 2 ജൂലൈ 2026-നു നിലവിലുണ്ടായിരുന്ന രൂപം
/* ==========================================================
CATEGORY PAGE STYLES
Abhiprayavedi – Phase B4
========================================================== */
/* Hide MediaWiki default heading on Category pages */
.ns-14 .firstHeading {
display: none;
}
/* ----------------------------------------------------------
Category Hero
---------------------------------------------------------- */
.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;
}
/* ----------------------------------------------------------
Featured Article Grid
---------------------------------------------------------- */
.category-highlights-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 16px;
padding: 12px;
background: #ffffff;
border-radius: 12px;
margin-bottom: 30px;
width: 100%;
box-sizing: border-box;
}
.category-highlights-grid > div {
display: flex !important;
}
/* ----------------------------------------------------------
Older Articles
---------------------------------------------------------- */
.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;
}
/* ----------------------------------------------------------
Responsive
---------------------------------------------------------- */
@media (max-width:768px){
.category-highlights-grid{
grid-template-columns:1fr;
padding:8px;
gap:10px;
}
}