Template:FrDS/core.css: Difference between revisions
Content deleted Content added
RLopez-WMF (talk | contribs) Created page with "* { font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; margin: 0; color: #202122; } strong{ font-family: inherit; } h1, .h1{ font-size: 32px; font-family: 'Source Serif Pro', Georgia, 'Times New Roman', Times, serif; font-style: normal; font-weight: 600; line-height: 40px; } h2{ font-size: 24px; font-style: normal; font-weight: 600; line-height: 32p..." |
RLopez-WMF (talk | contribs) No edit summary |
||
Line 56:
line-height: 24px;
}
/* Colors */
.white-bg{
background-color: #FFFFFF;
}
.green-bg{
background-color: #308557;
}
.golden-bg{
background-color: #AC8600;
}
.golden-light-bg{
background-color: #FFFDF8;
}
.golden-light-bg > a{
color: #AC8600;
}
.green{
color: #308557;
}
.green.outline{
border-color: #308557;
}
/* Buttons */
.button{
display: flex;
padding: 8px 16px;
align-items: center;
gap: 4px;
border-radius: 4px;
background: #202122;
color: #FFFFFF;
font-size: 16px;
font-weight: 600;
line-height: 20px;
border: none;
text-decoration: none;
}
.button.outline{
border: 1px solid #202122;
}
.button img{
width: 20px;
}
@media only screen and (min-width:960px) {
h1,
|