Template:WMF ContactUs/styles.css
Appearance
.wmf-contactus-container {
background: #F8F9FA;
border: 1px solid #EAECF0;
border-radius: 5px;
padding: 36px 48px 32px 48px;
min-height: 250px;
font-family: 'Helvetica Neue', 'Helvetica', 'Liberation Sans', 'Arial', sans-serif;
}
@media screen {
html.skin-theme-clientpref-night .wmf-contactus-container,
html.skin-theme-clientpref-os .wmf-contactus-container {
background: var( --background-color-interactive,#27292d);
border: 1px solid #72777d;
}
}
.wmf-contactus-main {
min-height: 200px;
border-bottom: 1px solid #C8CCD1;
}
.wmf-contactus-info {
max-width: 400px;
}
.wmf-contactus-info-heading {
font-weight: 700;
font-size: 1.25rem;
line-height: 150%;
margin: 0;
}
.wmf-contactus-info-text{
font-style: normal;
font-weight: 400;
font-size: 1rem;
line-height: 175%;
margin: 13px 0 0 0;
}
.wmf-contactus-info-disclaimer {
font-style: normal;
font-weight: 400;
font-size: 0.875rem;
line-height: 175%;
margin: 18px 0 0 0;
}
.wmf-contactus-image {
display: flex;
flex-direction: column !important;
align-items: center;
}
.wmf-contactus-follow {
margin: 0;
padding: 22px 0 0 0;
}
.wmf-contactus-follow-heading {
font-weight: 700;
font-size: 1.25rem;
line-height: 175%;
margin: 0 68px 0 0;
flex: 1;
white-space: nowrap;
}
.wmf-contactus-follow-links {
display: flex;
flex: 9;
justify-content: space-between;
}
.wmf-contactus-follow-links p {
font-weight: 700;
font-size: 1.125rem;
line-height: 175%;
color: #3A25FF;
width: 20%;
min-width: 90px;
margin: 0;
display: flex;
}
.wmf-contactus-follow-links p a {
background: unset;
color: #3A25FF;
margin: 0 6px 0 0;
}
.wmf-contactus-follow-links p a:visited,
.wmf-contactus-follow-links p a:active {
color: #3A25FF;
}