"ഫലകം:CompactArticleCard/styles.css" എന്ന താളിന്റെ പതിപ്പുകൾ തമ്മിലുള്ള വ്യത്യാസം
അഭിപ്രായവേദി സംരംഭത്തിൽ നിന്ന്
(ചെ.)No edit summary |
(ചെ.)No edit summary |
||
| (ഒരേ ചെയ്ത ഇടയ്ക്കുള്ള 5 നാൾപ്പതിപ്പുകൾ പ്രദർശിപ്പിക്കുന്നില്ല) | |||
| വരി 5: | വരി 5: | ||
.compact-article-card { | .compact-article-card { | ||
max-width: 420px; | |||
width: 100%; | |||
margin: 18px 0 28px 0; | margin: 18px 0 28px 0; | ||
border: 1px solid #dde4ea; | border: 1px solid #dde4ea; | ||
| വരി 51: | വരി 53: | ||
font-family: "Manjari","Noto Sans Malayalam",sans-serif; | font-family: "Manjari","Noto Sans Malayalam",sans-serif; | ||
font-size: 1.02em; | font-size: 1.02em; | ||
line-height: 1. | line-height: 1.6; | ||
color: #555; | color: #555; | ||
margin-bottom: 14px; | margin-bottom: 14px; | ||
max-height: 5.4em; | |||
overflow: hidden; | |||
} | } | ||
.compact-card-meta{ | .compact-card-meta{ | ||
font-family: "Manjari","Noto Sans Malayalam",sans-serif; | font-family: "Manjari","Noto Sans Malayalam",sans-serif; | ||
| വരി 67: | വരി 65: | ||
} | } | ||
.compact-card-date{ | |||
white-space: nowrap; | |||
} | |||
/* ---------- Mobile ---------- */ | /* ---------- Mobile ---------- */ | ||
22:11, 22 ജൂലൈ 2026-നു നിലവിലുള്ള രൂപം
/* ===================================================
Compact Article Card
Guided Reading Architecture – Phase B2.1
=================================================== */
.compact-article-card {
max-width: 420px;
width: 100%;
margin: 18px 0 28px 0;
border: 1px solid #dde4ea;
border-radius: 12px;
background: #fafbfd;
overflow: hidden;
transition: box-shadow .2s ease;
}
.compact-article-card:hover {
box-shadow: 0 4px 14px rgba(0,0,0,.08);
}
.compact-article-card a {
display:block;
text-decoration:none;
color:inherit;
}
.compact-card-image{
float:left;
margin-right:18px;
}
.compact-card-image img {
display: block;
width: 150px;
height: 150px;
object-fit: cover;
}
.compact-card-content{
overflow:hidden;
padding:18px;
}
.compact-card-title {
font-family: "Manjari","Noto Sans Malayalam",sans-serif;
font-size: 1.25em;
font-weight: 700;
line-height: 1.35;
color: #1f2937;
margin-bottom: 12px;
}
.compact-card-intro {
font-family: "Manjari","Noto Sans Malayalam",sans-serif;
font-size: 1.02em;
line-height: 1.6;
color: #555;
margin-bottom: 14px;
max-height: 5.4em;
overflow: hidden;
}
.compact-card-meta{
font-family: "Manjari","Noto Sans Malayalam",sans-serif;
font-size:.92em;
color:#6b7280;
}
.compact-card-date{
white-space: nowrap;
}
/* ---------- Mobile ---------- */
@media (max-width:768px){
.compact-card-image{
float:none;
width:100%;
margin:0 0 15px 0;
}
.compact-card-image img{
width:100%;
height:auto;
}
.compact-card-image img{
width:100%;
height:auto;
}
.compact-card-content{
padding:16px;
}
}
.compact-article-card::after {
content: "";
display: block;
clear: both;
}