MediaWiki:Common.css: Difference between revisions
From AbhiprayaVedi
No edit summary |
No edit summary |
||
| Line 15: | Line 15: | ||
} | } | ||
.article-floatbox { | .article-floatbox { | ||
float: right; | float: right !important; | ||
margin-top: -20px !important; /* Pull up to content top */ | |||
position: relative !important; | |||
z-index: 2; | |||
} | } | ||
| Line 38: | Line 40: | ||
.article-wrapper { padding: 10px; } | .article-wrapper { padding: 10px; } | ||
.article-floatbox { float: none; width: 100%; margin: 1em 0; } | .article-floatbox { float: none; width: 100%; margin: 1em 0; } | ||
} | |||
/* TITLE & META CENTER ALIGN */ | |||
h1#firstHeading { text-align: center !important; margin-bottom: 0.2em !important; } | |||
.article-wrapper > *:first-child { text-align: center !important; margin: 0.1em 0 0.4em 0 !important; } | |||
/* META BACKGROUND */ | |||
.article-meta { | |||
background: #f8f9fa !important; | |||
padding: 4px 8px !important; | |||
display: inline-block !important; | |||
border-radius: 3px; | |||
} | } | ||
Revision as of 15:39, 1 February 2026
.article-wrapper {
max-width: 900px; margin: 0 auto; padding: 20px;
font-family: Georgia, serif; line-height: 1.6;
}
.article-wrapper > span:first-child {
display: block; text-align: center;
font-size: 1.1em; font-weight: bold;
margin: 0 0 1em 0; line-height: 1.1;
}
.article-intro {
background: #f8f9fa; padding: 16px;
border-left: 5px solid #adb5bd; margin: 0 0 1em 0;
}
.article-floatbox {
float: right !important;
margin-top: -20px !important; /* Pull up to content top */
position: relative !important;
z-index: 2;
}
.article-highlights div {
margin: 8px 0; padding-bottom: 6px;
border-bottom: 1px solid #dee2e6;
}
.article-highlights div:last-child { border-bottom: none; }
.article-author-bio {
clear: both; margin-top: 2em;
background: #f1f3f4; padding: 15px;
border-radius: 6px; border-top: 2px solid #dee2e6;
}
.thumb { float: left !important; margin: 0 1em 0.5em 0 !important; }
@media (max-width: 768px) {
.article-wrapper { padding: 10px; }
.article-floatbox { float: none; width: 100%; margin: 1em 0; }
}
/* TITLE & META CENTER ALIGN */
h1#firstHeading { text-align: center !important; margin-bottom: 0.2em !important; }
.article-wrapper > *:first-child { text-align: center !important; margin: 0.1em 0 0.4em 0 !important; }
/* META BACKGROUND */
.article-meta {
background: #f8f9fa !important;
padding: 4px 8px !important;
display: inline-block !important;
border-radius: 3px;
}