Template:FrDS/core.css: Difference between revisions
Content deleted Content added
RLopez-WMF (talk | contribs) No edit summary |
RLopez-WMF (talk | contribs) No edit summary |
||
(13 intermediate revisions by 2 users not shown) | |||
Line 6:
strong{
font-family: inherit;
}
h1,h2,h3,h4,h5,h6{
border: none;
margin: 0 !important;
}
h1,
Line 49 ⟶ 53:
font-weight: 600;
}
ul,ol{
padding-left: 16px;
font-size: 16px;
Line 56 ⟶ 60:
line-height: 24px;
}
a.muted {
/* Colors */▼
text-decoration: underline;
}
/* Backgrounds */
.white-bg{
background-color: #FFFFFF !important;
}
.green-bg{
background-color: #308557 !important;
}
.golden-bg{
background-color: #AC8600 !important;
}
.golden-light-bg{
background-color: #FFFDF8 !important;
}
.
background-color: #
}
▲/* Colors */
.green{
color: #308557 !important;
}
.golden{
color: #AC8600 !important;
}
.purple{
color: #2C245B !important;
}
.violet{
color: #5748B5 !important;
}
/* Borders */
.green.outline{
border-color: #308557 !important;
}
.purple.outline{
border-color: #2C245B !important;
}
/* Buttons */
Line 99 ⟶ 120:
width: 20px;
}
.button:hover {
filter: brightness(1.2);
@media only screen and (min-width:960px) {▼
}
.link{
font-weight: 700;
}
/* Images */
img.full-width{
width: 100%;
}
h1,
.h1{
Line 122 ⟶ 152:
line-height: 24px;
}
ul,ol{
font-size: 20px;
line-height: 28px;
}
.hide-desktop{
display: none;
}
img.full-width{
width: initial;
}
}
|