MediaWiki:Common.css: Difference between revisions
From AbhiprayaVedi
No edit summary |
No edit summary |
||
| Line 15: | Line 15: | ||
font-weight: bold; | font-weight: bold; | ||
margin-bottom: 5px; | margin-bottom: 5px; | ||
} | |||
.article-layout { | |||
display: block; | |||
} | } | ||
| Line 23: | Line 27: | ||
margin-bottom: 15px; | margin-bottom: 15px; | ||
text-align: center; | text-align: center; | ||
white-space: nowrap; | |||
} | } | ||
| Line 43: | Line 40: | ||
.article-image { | .article-image { | ||
margin: 20px 0; | margin: 20px 0; | ||
} | } | ||
| Line 98: | Line 66: | ||
} | } | ||
.article-content { | .article-content { | ||
| Line 116: | Line 81: | ||
.article-floatbox { | .article-floatbox { | ||
float: right; | float: right; | ||
width: | width: 220px; | ||
margin: 10px 0 15px 20px; | margin: 10px 0 15px 20px; | ||
background: #fafafa; | background: #fafafa; | ||
| Line 129: | Line 94: | ||
.article-image { | .article-image { | ||
margin: | margin: 20px 0; | ||
} | } | ||
Revision as of 22:09, 28 January 2026
.article-wrapper {
max-width: 900px;
margin: auto;
font-family: Georgia, "Times New Roman", serif;
line-height: 1.7;
}
.article-header {
text-align: center;
margin-bottom: 20px;
}
.article-title {
font-size: 2.4em;
font-weight: bold;
margin-bottom: 5px;
}
.article-layout {
display: block;
}
.article-meta {
font-size: 1.15em;
font-weight: bold;
color: #444;
margin-bottom: 15px;
text-align: center;
white-space: nowrap;
}
.article-intro {
font-size: 1.2em;
background: #f2f2f2;
padding: 14px;
border-left: 5px solid #bbb;
margin-bottom: 18px;
}
.article-image {
margin: 20px 0;
}
.article-content {
flex: 1;
}
.article-highlights ul,
.article-leftbar ul {
padding-left: 18px;
}
.article-source {
margin-top: 25px;
font-size: 0.9em;
border-top: 1px solid #ddd;
padding-top: 10px;
}
.article-author-bio {
margin-top: 20px;
font-size: 0.9em;
background: #f4f4f4;
padding: 10px;
border-radius: 4px;
}
.article-content {
font-size: 1.1em;
}
.article-content p {
text-indent: 1.5em;
}
.article-content p:first-of-type {
text-indent: 0;
}
.article-floatbox {
float: right;
width: 220px;
margin: 10px 0 15px 20px;
background: #fafafa;
padding: 10px;
border-left: 4px solid #ccc;
font-size: 0.95em;
}
.article-floatbox h3 {
margin-top: 0;
}
.article-image {
margin: 20px 0;
}