Template:MalayalamArticle/styles.css

From AbhiprayaVedi
Revision as of 22:22, 29 May 2026 by VijayanPN (talk | contribs) (Created page with ".article-header { margin-bottom: 24px; padding-bottom: 12px; border-bottom: 1px solid #f0f0f0; } .author-name { font-weight: bold; font-size: 1.45em; } .article-date { margin-left: 16px; font-size: 1.18em; color: #555; } .article-sidebar { float: right; width: 320px; margin: 0 0 30px 35px; padding: 18px; background: #f9f9f9; border: 1px solid #e5e5e5; border-radius: 8px; } .intro-box { margin: 26px 0 34p...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
.article-header {
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
}

.author-name {
    font-weight: bold;
    font-size: 1.45em;
}

.article-date {
    margin-left: 16px;
    font-size: 1.18em;
    color: #555;
}

.article-sidebar {
    float: right;
    width: 320px;
    margin: 0 0 30px 35px;
    padding: 18px;
    background: #f9f9f9;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
}

.intro-box {
    margin: 26px 0 34px 0;
    padding: 26px;
    background: #f0f8ff;
    border-left: 6px solid #4682b4;
    font-size: 1.18em;
    line-height: 1.75;
}

.article-image1 {
    margin: 12px 26px 26px 0;
    float: left;
    max-width: 320px;
}

.image-caption {
    font-size: 1.02em !important;
    color: #444;
    margin-top: 9px;
}

.article-content {
    line-height: 1.85;
    font-size: 1.04em;
}

/* Malayalam font priority */
:lang(ml) .article-content,
:lang(ml) .intro-box {
    font-family: 'Manjari', 'Meera', 'Rachana', 'Noto Sans Malayalam', sans-serif;
}