Template:EnglishArticle/styles.css: Difference between revisions
From AbhiprayaVedi
mNo edit summary |
mNo edit summary |
||
| Line 56: | Line 56: | ||
.article-content { | .article-content { | ||
line-height: 1.65; | line-height: 1.65; | ||
} | |||
.article-image1 { | |||
margin: 10px 15px 15px 0; | |||
float: left; | |||
max-width: 320px; | |||
} | |||
.article-image1 .image-caption { | |||
font-size: 0.92em; | |||
color: #555; | |||
margin-top: 6px; | |||
line-height: 1.4; | |||
} | } | ||
Revision as of 12:15, 27 May 2026
/* English Article Template Styles */
.article-header {
margin-bottom: 12px;
line-height: 1.28;
}
.article-title {
font-size: 1.85em;
margin: 0 0 6px 0;
line-height: 1.1;
}
.article-byline {
margin-top: 8px;
margin-bottom: 18px;
color: #444;
font-style: italic;
}
.article-sidebar {
float: right;
width: 320px;
margin: 0 0 20px 20px;
padding: 14px;
border: 1px solid #ddd;
background-color: #f9f9f9;
border-radius: 4px;
}
.intro-box {
margin: 24px 0;
padding: 20px;
background-color: #f0f8ff;
border-left: 5px solid #4682b4;
font-size: 1.16em;
line-height: 1.55;
}
.highlight-box {
margin: 12px 0;
padding: 10px 12px;
background: #fff;
border-left: 4px solid #555;
}
.article-category {
margin: 25px 0 15px 0;
padding: 8px 14px;
background: #f4f4f4;
border-radius: 4px;
display: inline-block;
font-size: 0.95em;
line-height: 1.4;
}
.article-content {
line-height: 1.65;
}
.article-image1 {
margin: 10px 15px 15px 0;
float: left;
max-width: 320px;
}
.article-image1 .image-caption {
font-size: 0.92em;
color: #555;
margin-top: 6px;
line-height: 1.4;
}