Wikipedia:Wikipedia Signpost/Template:Signpost-footer/styles.css

/* {{pp|small=y}} */

.signpost-footer {

padding-top: 2em;

}

.signpost-issue-navigation,

.signpost-ticker,

.signpost-linkbar {

box-sizing: border-box;

clear: both;

font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;

width: 100%;

}

.signpost-issue-navigation {

font-size: 116%;

display: flex;

flex-direction: row;

flex-wrap: wrap;

font-style: italic;

gap: 1em;

justify-content: space-between;

padding: 0 2vw;

/* Use margin, as we do not want this element to claim vert. space when empty */

margin: 0.5em 0;

}

.signpost-issue-nav-casing {

font-size: 80%;

text-transform: uppercase;

}

.signpost-ticker {

border-top: 3px double #BBB;

color: var(--color-subtle, #333);

font-size: 110%;

padding: 5px 2vw;

text-align: center;

text-transform: uppercase;

}

.signpost-linkbar {

border-top: 1px solid #999;

padding: 3px 2vw;

}

.signpost-linkbar > div {

color: #444;

display: flex;

flex-flow: row wrap;

flex-wrap: wrap;

justify-content: center;

font-size: 90%;

margin: 0 auto;

max-width: 80em;

text-align: center;

}

.signpost-linkbar > div > div {

/* Inline fallback for non flex browsers */

display: inline-block;

flex: 1 1 auto;

min-width: 6em;

}