Template:EnglishArticle/styles.css

From AbhiprayaVedi
/* Article Styles */

.article-header {
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}

.article-byline {
    color: #333;
}

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

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

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

.highlight-box {
    margin: 14px 0;
    padding: 14px;
    background: #fff9e6;
    border-left: 5px solid #f4a261;
    color: #333;
    line-height: 1.55;
}

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

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

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

.article-meta-category {
    margin: 25px 0 20px 0;
    padding: 8px 16px;
    background: #f0f0f0;
    border-radius: 6px;
    display: inline-block;
    font-weight: bold;
    color: #2c5282;
    font-size: 1.08em;
}

.article-content {
    line-height: 1.78;
    font-size: 1.03em;
}