Template:FrDS Styles: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
RLopez-WMF (talk | contribs) No edit summary |
RLopez-WMF (talk | contribs) No edit summary |
||
(36 intermediate revisions by 2 users not shown) | |||
Line 7: | Line 7: | ||
color: #202122; |
color: #202122; |
||
} |
} |
||
/* fix video player controls */ |
|||
.video-js * { |
|||
color: inherit; |
|||
} |
|||
strong{ |
strong{ |
||
font-family: inherit; |
font-family: inherit; |
||
Line 85: | Line 91: | ||
font-size: 32px !important; |
font-size: 32px !important; |
||
line-height: 40px !important; |
line-height: 40px !important; |
||
} |
|||
.text--medium-large { |
|||
font-size: 28px !important; |
|||
line-height: 36px !important; |
|||
} |
} |
||
h3, |
h3, |
||
Line 131: | Line 142: | ||
.button.outline{ |
.button.outline{ |
||
border: 1px solid #202122; |
border: 1px solid #202122; |
||
color: #202122; |
|||
background-color: transparent; |
|||
} |
} |
||
.button img{ |
.button img{ |
||
Line 152: | Line 165: | ||
.links-list { |
.links-list { |
||
padding: 0 !important; |
padding: 0 !important; |
||
list-style: none; |
list-style: none !important; |
||
display: flex; |
display: flex; |
||
flex-direction: column; |
flex-direction: column; |
||
Line 197: | Line 210: | ||
/* layout.css */ |
/* layout.css */ |
||
.header { |
.header { |
||
display: flex; |
display: flex; |
||
Line 216: | Line 228: | ||
gap: 40px; |
gap: 40px; |
||
padding: 40px 20px; |
padding: 40px 20px; |
||
} |
|||
.block--full-width{ |
|||
padding: 0; |
|||
} |
|||
.block--bleed-y{ |
|||
padding-left:0; |
|||
padding-right: 0; |
|||
} |
} |
||
.block__wrapper { |
.block__wrapper { |
||
Line 227: | Line 246: | ||
.block__wrapper--gap-small { |
.block__wrapper--gap-small { |
||
gap: 20px; |
gap: 20px; |
||
} |
|||
.block__wrapper--gap-tiny { |
|||
gap: 10px; |
|||
} |
} |
||
.block__wrapper--bleed-y { |
.block__wrapper--bleed-y { |
||
Line 283: | Line 305: | ||
flex-direction: row; |
flex-direction: row; |
||
align-items:center; |
align-items:center; |
||
} |
|||
.block--full-width{ |
|||
padding: 40px 20px; |
|||
} |
} |
||
} |
} |
||
Line 291: | Line 316: | ||
flex-direction: column; |
flex-direction: column; |
||
gap: 16px; |
gap: 16px; |
||
list-style: none; |
list-style: none !important; |
||
padding: 0; |
padding: 0 !important; |
||
} |
} |
||
.navigation--secondary a{ |
.navigation--secondary a{ |
||
Line 391: | Line 416: | ||
.cards-grid__card:hover{ |
.cards-grid__card:hover{ |
||
background-color: #F9F7FF; |
background-color: #F9F7FF; |
||
text-decoration:none !important; |
|||
} |
} |
||
.cards-grid__card:focus{ |
|||
text-decoration:none !important; |
|||
} |
|||
.cards-grid__card-image{ |
.cards-grid__card-image{ |
||
width: 100px; |
width: 100px; |
||
Line 426: | Line 456: | ||
gap: 16px; |
gap: 16px; |
||
list-style: none; |
list-style: none; |
||
padding-left: 42px; |
padding-left: 42px !important; |
||
} |
} |
||
.todo li { |
.todo li { |
||
Line 457: | Line 487: | ||
gap: 16px; |
gap: 16px; |
||
list-style: none; |
list-style: none; |
||
padding-left: 42px; |
padding-left: 42px !important; |
||
counter-reset: item; |
counter-reset: item; |
||
} |
} |
||
Line 469: | Line 499: | ||
left: -42px; |
left: -42px; |
||
top: 0; |
top: 0; |
||
width: |
width: 28px; |
||
height: 24px; |
height: 24px; |
||
border: 1px solid #CAA10B; |
border: 1px solid #CAA10B; |
||
Line 476: | Line 506: | ||
align-items: center; |
align-items: center; |
||
justify-content: space-around; |
justify-content: space-around; |
||
font-size: |
font-size: 20px; |
||
line-height: |
line-height: 20px; |
||
font-family: 'Source Serif Pro', Georgia, 'Times New Roman', Times, serif; |
font-family: 'Source Serif Pro', Georgia, 'Times New Roman', Times, serif; |
||
padding-bottom:4px; |
|||
} |
|||
.bg--purple-light .steps li::before{ |
|||
border: 1px solid #D5D1EC !important; |
|||
background-color: #FFFFFF; |
|||
} |
} |
||
Line 558: | Line 593: | ||
flex-direction: column; |
flex-direction: column; |
||
gap: 8px; |
gap: 8px; |
||
} |
|||
/* blocks/card-large.css */ |
|||
.card-large{ |
|||
display: flex; |
|||
padding: 0; |
|||
flex-direction: column; |
|||
align-items: flex-start; |
|||
gap: 16px; |
|||
align-self: stretch; |
|||
border-radius: 16px; |
|||
border: 1px solid #FBEEBF; |
|||
background-color: #FFFDF8; |
|||
} |
|||
.block--full-width .card-large{ |
|||
border-radius: 0; |
|||
} |
|||
.card-large.bg--purple-light{ |
|||
border: 1px solid #D5D1EC !important; |
|||
background-color: #F9F7FF !important; |
|||
} |
|||
.card-large .top{ |
|||
padding: 40px 20px 20px 20px; |
|||
display: flex; |
|||
flex-direction: column; |
|||
gap: 16px; |
|||
} |
|||
.card-large .top ol{ |
|||
display: flex; |
|||
flex-direction: column; |
|||
gap: 16px; |
|||
} |
|||
.card-large .bottom{ |
|||
padding: 20px 20px 40px 20px; |
|||
background-color: #FDF6DF; |
|||
} |
|||
.card-large .single{ |
|||
padding: 20px; |
|||
display: flex; |
|||
flex-direction: column; |
|||
gap: 16px; |
|||
} |
|||
@media only screen and (min-width:960px) { |
|||
.card-large .top{ |
|||
padding: 80px 80px 40px 80px; |
|||
} |
|||
.card-large .bottom{ |
|||
padding: 40px 80px 80px 80px; |
|||
} |
|||
.card-large .single { |
|||
padding: 60px; |
|||
} |
|||
.block--full-width .card-large{ |
|||
border-radius: 16px; |
|||
} |
|||
} |
|||
/* blocks/card-testimonial.css */ |
|||
.cards, |
|||
.card-donor-love{ |
|||
display: flex; |
|||
flex-direction: column; |
|||
gap: 16px; |
|||
} |
|||
.card{ |
|||
display: flex; |
|||
padding: 20px; |
|||
flex-direction: column; |
|||
align-items: flex-start; |
|||
gap: 16px; |
|||
align-self: stretch; |
|||
border-radius: 16px; |
|||
border: 2px solid #FBEEBF; |
|||
} |
|||
.card .author{ |
|||
font-family: 'Source Serif Pro', Georgia, 'Times New Roman', Times, serif; |
|||
} |
|||
.card-donor-love .card{ |
|||
border: 1px solid #FBEEBF; |
|||
flex-direction: column; |
|||
gap: 16px; |
|||
} |
|||
.card-donor-love .card::before{ |
|||
content: ''; |
|||
width: 32px; |
|||
height: 32px; |
|||
background-image: url('https://upload.wikimedia.org/wikipedia/donate/a/a2/Icon-quote-yellow.png'); |
|||
background-size: contain; |
|||
background-repeat: no-repeat; |
|||
background-position: top center; |
|||
flex: none; |
|||
} |
|||
.card-donor-love .card .author{ |
|||
padding-top: 16px; |
|||
display: block; |
|||
} |
|||
@media only screen and (min-width:960px) { |
|||
.cards{ |
|||
flex-direction: row; |
|||
align-items: flex-start; |
|||
align-self: stretch; |
|||
} |
|||
.cards p{ |
|||
font-size: 16px; |
|||
line-height: 24px; |
|||
} |
|||
.card-donor-love .card{ |
|||
flex-direction: row; |
|||
gap: 30px; |
|||
} |
|||
} |
|||
/* block/cta.css */ |
|||
.cta { |
|||
text-align: center; |
|||
} |
|||
@media only screen and (min-width:960px) { |
|||
.cta{ |
|||
padding: 80px 20px 0 20px; |
|||
} |
|||
.cta .image img{ |
|||
max-width: 960px; |
|||
} |
|||
} |
|||
/* block/card-video.css */ |
|||
.card-video-wrapper{ |
|||
flex: none; |
|||
} |
|||
.card-video { |
|||
display: flex; |
|||
max-width: 332px; |
|||
padding: 20px; |
|||
flex-direction: column; |
|||
align-items: flex-start; |
|||
gap: 16px; |
|||
border-radius: 16px; |
|||
border: 1px solid #CCCCCC; |
|||
background: #F7F8F0; |
|||
} |
|||
.card-video pre{ |
|||
padding:0 !important; |
|||
background-color:transparent !important; |
|||
border: none !important; |
|||
line-height:normal !important; |
|||
display:flex !important; |
|||
flex-direction:column; |
|||
gap:16px; |
|||
align-items:flex-start; |
|||
overflow-x:clip; |
|||
} |
|||
.card-video pre > span{ |
|||
display: block !important; |
|||
} |
|||
.card-video img { |
|||
max-width: 100%; |
|||
} |
|||
.card-video .caption { |
|||
color: #202122; |
|||
font-size: 16px; |
|||
font-weight: 590; |
|||
line-height: 24px; |
|||
text-decoration: none; |
|||
display:block; |
|||
} |
} |
||
Line 726: | Line 928: | ||
.scroll-shadow { |
.scroll-shadow { |
||
box-shadow: inset 0 -25px 50px -35px rgba(0, 0, 0, 1); |
box-shadow: inset 0 -25px 50px -35px rgba(0, 0, 0, 1); |
||
} |
|||
/* wiki-block/toggle.css */ |
|||
.mw-collapsible-toggle { |
|||
border-radius: 8px; |
|||
border: 1px solid #CCCCCC; |
|||
background: #F7F8F0; |
|||
display: flex; |
|||
padding: 20px; |
|||
flex-direction: row; |
|||
justify-content: space-between; |
|||
align-items: center; |
|||
gap: 24px; |
|||
} |
|||
.mw-collapsible-toggle::after{ |
|||
content:" "; |
|||
width: 24px; |
|||
height: 24px; |
|||
background-image: url("https://upload.wikimedia.org/wikipedia/donate/e/e9/Keyboard_arrow_down.png"); |
|||
background-repeat: no-repeat; |
|||
background-position: center; |
|||
background-size: cover; |
|||
} |
|||
.mw-collapsible-toggle.mw-collapsible-toggle-expanded::after{ |
|||
transform: rotate(180deg); |
|||
} |
|||
.mw-collapsible-content{ |
|||
border: 1px solid #CCCCCC; |
|||
background: #FFFFFF; |
|||
display: flex; |
|||
flex-direction:column; |
|||
border-radius: 8px; |
|||
} |
|||
.mw-collapsible-content > div { |
|||
display: flex; |
|||
padding: 20px; |
|||
align-items: flex-start; |
|||
gap: 8px; |
|||
align-self: stretch; |
|||
flex-direction:column; |
|||
border-bottom: 1px solid #CCCCCC; |
|||
} |
|||
.mw-collapsible-content > div:last-of-type { |
|||
border-bottom: none !important; |
|||
} |
|||
@media only screen and (min-width:960px) { |
|||
.mw-collapsible-toggle, |
|||
.mw-collapsible-content > div { |
|||
padding: 20px 30px; |
|||
} |
|||
} |
} |
||
</style> |
</style> |
Latest revision as of 03:06, 15 October 2024