MediaWiki:Common.css: Difference between revisions
From AbhiprayaVedi
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
.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: 2em; | |||
margin-bottom: 5px; | |||
} | |||
.article-meta { | |||
font-size: 0.9em; | |||
color: #555; | |||
} | |||
.article-intro { | |||
font-style: italic; | |||
border-left: 4px solid #ccc; | |||
padding-left: 12px; | |||
margin: 15px 0; | |||
} | |||
.article-layout { | |||
display: flex; | |||
gap: 20px; | |||
} | |||
.article-leftbar, .article-rightbar { | |||
width: 22%; | |||
font-size: 0.9em; | |||
background: #f9f9f9; | |||
padding: 10px; | |||
border-radius: 4px; | |||
} | } | ||
. | .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; | |||
} | } | ||
Revision as of 09:20, 26 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: 2em;
margin-bottom: 5px;
}
.article-meta {
font-size: 0.9em;
color: #555;
}
.article-intro {
font-style: italic;
border-left: 4px solid #ccc;
padding-left: 12px;
margin: 15px 0;
}
.article-layout {
display: flex;
gap: 20px;
}
.article-leftbar, .article-rightbar {
width: 22%;
font-size: 0.9em;
background: #f9f9f9;
padding: 10px;
border-radius: 4px;
}
.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;
}