"ഫലകം:AuthorCard/styles.css" എന്ന താളിന്റെ പതിപ്പുകൾ തമ്മിലുള്ള വ്യത്യാസം
അഭിപ്രായവേദി സംരംഭത്തിൽ നിന്ന്
Created page with ".author-card { display: flex; margin: 10px 0 0; padding-top: 5px; padding-bottom: 15px; border: 1px solid #ddd; border-radius: 6px; } .author-card-image img { width: 120px; height: auto; border-radius: 4px; } .author-card-content { padding: 15px 15px 15px 0px; flex: 1; } .author-card-name { margin-top: 0; margin-bottom: 8px; padding-left: 15px; } .author-card-bio { padding-top: 5px; padding-right: 0px; padding-bottom: 5px;..." |
(ചെ.)No edit summary |
||
| (ഒരേ ചെയ്ത ഇടയ്ക്കുള്ള ഒരു നാൾപ്പതിപ്പ് പ്രദർശിപ്പിക്കുന്നില്ല) | |||
| വരി 1: | വരി 1: | ||
.author-card { | .author-card { | ||
width: 220px; | |||
float: left; | |||
margin: 10px; | |||
padding: 15px; | |||
text-align: center; | |||
border: 1px solid #ddd; | |||
border-radius: 8px; | |||
background: #fff; | |||
box-shadow: 0 2px 5px rgba(0,0,0,.08); | |||
overflow: hidden; | |||
} | |||
.author-card-photo { | |||
margin-bottom: 10px; | |||
} | } | ||
.author-card- | .author-card-photo img { | ||
max-width: 100%; | |||
height: auto; | height: auto; | ||
border: 1px solid #ddd; | |||
} | } | ||
.author-card-name { | .author-card-name { | ||
margin: 5px 0 10px; | |||
font-size: 1.3rem; | |||
line-height: 1.3; | |||
} | } | ||
.author-card-bio { | .author-card-bio { | ||
font-size: 0.9rem; | |||
color: #666; | |||
height: 70px; | |||
overflow: hidden; | |||
margin-bottom: 12px; | |||
line-height: 1.5; | |||
} | |||
.author-card-profile { | |||
margin-top: 10px; | |||
font-size: 0.9rem; | |||
} | |||
.author-card-profile a { | |||
font-weight: 600; | |||
} | } | ||
15:32, 22 ജൂൺ 2026-നു നിലവിലുള്ള രൂപം
.author-card {
width: 220px;
float: left;
margin: 10px;
padding: 15px;
text-align: center;
border: 1px solid #ddd;
border-radius: 8px;
background: #fff;
box-shadow: 0 2px 5px rgba(0,0,0,.08);
overflow: hidden;
}
.author-card-photo {
margin-bottom: 10px;
}
.author-card-photo img {
max-width: 100%;
height: auto;
border: 1px solid #ddd;
}
.author-card-name {
margin: 5px 0 10px;
font-size: 1.3rem;
line-height: 1.3;
}
.author-card-bio {
font-size: 0.9rem;
color: #666;
height: 70px;
overflow: hidden;
margin-bottom: 12px;
line-height: 1.5;
}
.author-card-profile {
margin-top: 10px;
font-size: 0.9rem;
}
.author-card-profile a {
font-weight: 600;
}