Template:FrDS/core.css: Difference between revisions

Content deleted Content added
RLopez-WMF (talk | contribs)
No edit summary
Tag: Reverted
RLopez-WMF (talk | contribs)
No edit summary
 
(9 intermediate revisions by 2 users not shown)
Line 3:
margin: 0;
color: #202122;
#jump-to-nav, #mw-navigation, #mw-page-base, #mw-head-base,
#firstHeading, #siteSub, #contentSub, #contentSub2, #jump-to-nav,
#catlinks, #footer, .mw-editsection {
display: none !important;
/* Hide <p> tag containing styles and scripts */
.mw-parser-output > p:first-child {
display: none;
}
strong{
font-family: inherit;
h1,h2,h3,h4,h5,h6{
border: none;
displaymargin: none0 !important;
}
h1,
Line 58 ⟶ 53:
font-weight: 600;
}
ul,ol{
padding-left: 16px;
font-size: 16px;
Line 64 ⟶ 59:
font-weight: 400;
line-height: 24px;
a.muted {
text-decoration: underline;
}
/* Backgrounds */
Line 77 ⟶ 75:
.golden-light-bg{
background-color: #FFFDF8 !important;
}
.purple-light-bg{
background-color: #F9F7FF !important;
}
/* Colors */
Line 84 ⟶ 85:
.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 110 ⟶ 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%;
}
@media only screen and (min-width:960px1024px) {
h1,
.h1{
Line 133 ⟶ 152:
line-height: 24px;
}
ul,ol{
font-size: 20px;
line-height: 28px;
}
.hide-desktop{
display: none;
}
img.full-width{
width: initial;
}
}