ഫലകം:AuthorCard/styles.css

അഭിപ്രായവേദി സംരംഭത്തിൽ നിന്ന്
13:32, 10 ജൂലൈ 2026-നു ഉണ്ടായിരുന്ന രൂപം സൃഷ്ടിച്ചത്:- എന്റെ പ്രോജക്റ്റുകൾ (സംവാദം | സംഭാവനകൾ)
(മാറ്റം) ←പഴയ രൂപം | ഇപ്പോഴുള്ള രൂപം (മാറ്റം) | പുതിയ രൂപം→ (മാറ്റം)
.author-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    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;
    transition: box-shadow .2s ease;
}

.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-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.author-card-bio {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.5;
    height: auto;
    margin-bottom: 12px;
    overflow: hidden;
}

.author-card-profile {
    margin-top: 10px;
    font-size: 0.9rem;
}

.author-card-profile a {
    font-weight: 600;
}
.author-card {
    transition: box-shadow .2s ease;
}

.author-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,.12);
}

.category-author-page-header{
    background:#edf2f7;
    padding:20px;
    border-radius:10px;
    margin-bottom:30px;
    border-left:5px solid #3182ce;
}

.category-author-page-header h1{
    font-family:'Manjari','Meera',sans-serif !important;
    margin:0 0 8px;
    color:#1a202c;
}

.category-author-page-header p{
    margin:0;
    color:#4a5568;
}
"https://abhiprayavedi.org/index.php?title=ഫലകം:AuthorCard/styles.css&oldid=2769" എന്ന താളിൽനിന്ന് ശേഖരിച്ചത്