Wikipedia:Wikipedia Signpost/Templates/Signpost-article-header-v2/styles.css
/* {{pp-protected|small=yes}} */
.wp-signpost-article-header-2 {
clear: both;
padding: 0 2vw;
max-width: 80em;
margin: 2em auto 0;
}
.wp-signpost-article-header-2 .signpost-segment {
text-shadow: 0 -1px 0 #EEE;
color: var(--color-placeholder, #72777d);
font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
font-weight: bold;
font-size: 110%;
}
.wp-signpost-article-header-2 .signpost-article-title {
border-bottom: 1px solid #AAA;
font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
font-size: 190%;
line-height: 130%;
margin: 0;
padding-top: .2em;
padding-bottom: .7em;
text-align: left;
}
.wp-signpost-article-header-2 .signpost-byline {
font-family: Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
font-size: 105%;
margin-bottom: 1.5em;
padding-top: 5px;
text-align: left;
}
.wp-signpost-article-header-2 .signpostshare {
font-size: 95%;
float: right;
width: 18em;
margin: 0 0 0 2em;
}
.wp-signpost-article-header-2-contribute {
line-height: 1.6em;
font-weight: bold;
float: left;
z-index: 25;
}
.wp-signpost-article-header-2-share {
line-height: 1.6em;
font-weight: bold;
color: var(--color-subtle, #54595d);
padding-right: 0.5em
}
.wp-signpost-article-header-2-share-links {
background: var(--background-color-base, #fff);
border: 1px solid;
border-color: #bbb #aaa #999;
box-shadow: 0 1px 3px rgba(0,0,0,0.2);
float: right;
font-size: 80%;
margin: .5em 0 1em;
padding: 2px 5px;
position: static;
text-transform: uppercase;
width: 12em;
z-index: 20;
}
@media screen {
html.skin-theme-clientpref-night .wp-signpost-article-header-2 .signpost-segment {
text-shadow: 0 -1px 0 #333;
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .wp-signpost-article-header-2 .signpost-segment {
text-shadow: 0 -1px 0 #333;
}
}