Template:EnglishArticle/styles.css: Difference between revisions
From AbhiprayaVedi
mNo edit summary |
mNo edit summary |
||
| Line 45: | Line 45: | ||
.article-category { | .article-category { | ||
margin: | margin: 25px 0 15px 0; | ||
padding: 8px 14px; | padding: 8px 14px; | ||
background: #f4f4f4; | background: #f4f4f4; | ||
| Line 51: | Line 51: | ||
display: inline-block; | display: inline-block; | ||
font-size: 0.95em; | font-size: 0.95em; | ||
line-height: 1.4; | |||
} | } | ||
Revision as of 16:55, 26 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;
}