Thank You thankyouwiki https://thankyou.wikipedia.org/wiki/Main_Page MediaWiki 1.46.0-wmf.24 first-letter Media Special Talk User User talk Thank You Thank You talk File File talk MediaWiki MediaWiki talk Template Template talk Help Help talk Category Category talk TimedText TimedText talk Module Module talk Template:Recurring donor page 10 94 1411 1381 2026-04-17T10:27:19Z EHughes (WMF) 9 Adding wikiminute video for ES 1411 wikitext text/x-wiki {{Add viewport tag.js}}<!-- Critical javascript to add the viewport tag. Other js is in MediaWiki:ThankYouPage.js --> {{DISPLAYTITLE:{{{title}}}}} <html> <style> /* --- wiki resets --- */ html, body { margin: 0; padding: 0; background: #fff; } #jump-to-nav { display: none; } #firstHeading, #contentSub, #siteSub { display: none } /* Hiding the Interface on Desktop and Mobile, identical to Template: HideInterface */ /* Desktop */ #mw-navigation, #mw-page-base, #mw-head-base, h1#firstHeading, footer.mw-footer, #contentSub, #contentSub2, .patrollink, #catlinks { display: none; } /* Mobile */ body.mw-mobile-mode .header, body.mw-mobile-mode #mw-mf-last-modified, body.mw-mobile-mode .pre-content, body.mw-mobile-mode #footer { display: none; } body div#content { height: 100%; margin: 0; padding: 0; border: none; } .mw-body-content p { margin: 0; } /* --- end wiki resets --- */ /* Hack to hide all the broken stuff beyond the header on apps (page content service) */ #pcs .ty-page { font-size: 0; } #pcs .ty-page * { display: none; } #pcs .ty-page .header-home, #pcs .ty-page .header-home * { display: inherit; } html, body { text-align: center; } html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } * { box-sizing: border-box; } /* stylelint-disable selector-list-comma-newline-after */ address, article, aside, blockquote, canvas, dd, div, dl, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, li, main, nav, noscript, ol, output, p, .p, pre, section, table, tfoot, ul, video, .mw-body-content h1, .mw-body-content h2, .mw-body-content h3, .mw-body-content ul { margin: 0; padding: 0; border: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } /* stylelint-enable */ a { text-decoration: none; color: inherit; } a:visited { color: inherit; } a:hover { text-decoration: none; } a:focus { text-decoration: none; outline: 1px dotted currentColor; } body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Lato', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; font-size: 100%; text-align: left; direction: ltr; } .mar-bottom { margin-bottom: 16px; } h1, h2 { font-size: inherit; font-weight: 700; } h1, .h1 { font-size: 1.875rem; } @media ( min-width: 768px ) and ( max-width: 1280px ) { h1, .h1 { font-size: 2.9375rem; } } @media ( min-width: 1281px ) { h1, .h1 { font-size: 4rem; } } h2, .h2 { margin-bottom: 2rem; font-size: 1.125rem; } @media ( min-width: 768px ) { h2, .h2 { margin-bottom: 2rem; } } @media ( min-width: 768px ) and ( max-width: 1280px ) { h2, .h2 { font-size: 1.25rem; } } @media ( min-width: 1281px ) { h2, .h2 { font-size: 1.375rem; } } h3, .h3 { margin-bottom: 2rem; font-size: 1.125rem; } @media ( min-width: 768px ) { h3, .h3 { margin-bottom: 2rem; } } @media ( min-width: 768px ) and ( max-width: 1280px ) { h3, .h3 { font-size: 1.25rem; } } @media ( min-width: 1281px ) { h3, .h3 { font-size: 1.375rem; } } p, .p { font-size: 0.95rem; line-height: 1.466; } strong { font-weight: 700; } .w-100p { width: 100%; max-width: 100%; } .flex.flex-medium { display: flex; flex-direction: column; } @media ( min-width: 768px ) { .flex.flex-medium { flex-direction: row; flex-wrap: nowrap; } } .flex.flex-wrap { flex-wrap: wrap; } .flex.flex-justify-center { justify-content: center; } .flex.flex-align-center { align-items: center; } .page-intro-text a, .page-intro-text a:visited, .page-intro-text a.external, .page-intro-text a.external:visited { color: #3a25ff; } .page-intro-text a:hover { text-decoration: underline; } .page-intro-text p { margin-bottom: 0.5rem; } .header-home a { transition: 0.3s all; } .header-home .header-content { position: relative; z-index: 1; } .card { position: relative; } @media ( min-width: 768px ) { .img-left-content-right .card { display: flex; justify-content: flex-end; } } /* buttons */ .btn { display: inline-block; font-weight: 700; border-radius: 5px; cursor: pointer; padding: 1rem 1.5rem; padding: 0.6rem 1rem; transition: 0.3s all; border: 0; outline: 0; } .btn:hover { box-shadow: 0 10px 20px 0 rgba( 0, 0, 0, 0.21 ); } @media ( min-width: 1200px ) { .btn.btn-blue, .btn.btn-pink { padding: 11px 1.5rem; } } .btn.btn-blue, .btn.btn-blue:hover { background-color: #3a25ff; color: #fff; } .btn.btn-blue:focus { outline: 1px dotted #3a25ff; } .btn.btn-pink, .btn.btn-pink:hover { background-color: #d40356; color: #fff; } .btn.btn-pink:focus { outline: 1px dotted #d40356; } .btn.btn-lt-blue { background-color: #eeeaff; color: #3a25ff; } .btn.btn-lt-blue:hover { background-color: #3a25ff; color: #fff; } .btn.btn-lt-blue:focus { outline: 1px dotted #3a25ff; } .btn.btn-lt-pink { background-color: #fde8f0; color: #d40356; } .btn.btn-lt-pink:hover { background-color: #d40356; color: #fff; } .btn.btn-lt-pink:focus { outline: 1px dotted #d40356; } /* header */ .header-home { position: relative; } .top-nav { z-index: 2000; width: 100%; transition: top 0.25s ease; } .site-main-nav { transition: all 0.5s ease; padding: 1.5625rem 0; text-align: center; } .logo-container { width: 180px; margin: auto; } .logo-container a { display: block; } .logo-container a:hover { opacity: 0.8; } .logo-container svg { width: 100%; max-width: 17.4375rem; margin: auto; } .pcs-theme-black .logo-container svg path, .pcs-theme-dark .logo-container svg path { fill: #fff !important; } .btn-label-a11y { font-size: 0; height: 1px; overflow: hidden; display: block; } /* hero */ .header-img { width: 100%; position: relative; left: 50%; right: 50%; margin-left: -50%; margin-right: -50%; padding: 0; height: auto; margin-bottom: 2rem; /* overflow-x: hidden; */ } @media ( min-width: 768px ) { .header-img { height: 175px; } } .header-bg-img { position: relative; height: 175px; width: 100%; background-image: url( https://upload.wikimedia.org/wikipedia/donate/9/9a/Thank_You_2019_Header.svg ); background-size: cover; background-position: -150px center; background-repeat: repeat-x; } @media ( min-width: 768px ) { .header-bg-img { position: absolute; height: 100%; width: 100%; z-index: -1; background-position: 0 0; } } .mw-1120 { max-width: 70rem; height: 100%; padding: 0; margin: 0 auto; position: relative; } .vision-container { position: relative; width: 100%; text-align: center; } .vision { padding: 0.4rem 1rem 0.6rem; background: #fefd34 !important; color: #000 !important; font-size: 1.4rem; font-weight: bold; } @media ( min-width: 768px ) { .vision-container { position: absolute; bottom: -2rem; padding: 0 2rem; } .vision { display: inline-block; } } @media ( min-width: 1024px ) { .vision { font-size: 1.8rem; } } /* thank you message */ .w-68p { width: 100%; padding: 1.5rem 0; text-align: center; } @media ( min-width: 1024px ) { .w-68p { width: 68%; margin: auto; } } .page-intro { margin-top: 2rem; margin-left: 0; } @media ( max-width: 1024px ) { .page-intro { padding: 0 1.5rem; margin: 0; } } .page-intro .w-68p p { font-size: 1.1rem; } /* other ctas */ .other-ctas { /* display: none; */ padding: 2rem 1rem; background: #f8f9fa; } .other-ctas .h2 { text-align: center; font-size: 1.5rem; margin-bottom: 2rem; } @media ( min-width: 768px ) { .other-ctas .h2 { font-size: 2rem; } } .rounded { border-radius: 5px; } .shadow { border: 1px solid #e5e5e5; } /* .other-ctas .focus-block { display: none; } */ .focus-block { background-color: #fff; overflow: hidden; display: block; margin-bottom: 1rem; } .focus-block .card, .focus-block .card-content { height: 100%; display: block; } .focus-block .card-content { padding: 1.5rem; } @media ( max-width: 768px ) { .cta-primary.endowment .btn { display: block; width: calc(100% - 3rem); } } .focus-block .h3 { margin-bottom: 0.3125rem; font-size: 1.5rem; line-height: 1.2; } .focus-block .mar-bottom { padding-bottom: 2rem; display: block; } .focus-block .stick-to-bottom { position: absolute; bottom: 22px; } @media ( min-width: 768px ) { .focus-block { margin-left: 0.5rem; margin-right: 0.5rem; flex: 1 0 0; max-width: 25rem; } .focus-block .h3 { margin-bottom: 0.3125rem; } .focus-block .card-content .btn { max-width: calc( 100% - 3rem ); } } .focus-block p { margin-bottom: 1rem; } .focus-block p a { text-decoration: underline; } .focus-block a:hover { color: #3a25ff; } /* footer */ footer { padding: 3rem 1.5rem; background: #54595d; color: #fff !important; } footer a, footer a:visited { color: inherit !important; text-decoration: underline; transition: 0.3s all; } footer a:hover { text-decoration: underline; } @media ( min-width: 768px ) { footer { padding: 3rem 0 4rem; } } footer .footer-legal { text-align: center; } footer .footer-legal p, footer .footer-legal .p { padding-bottom: 0.75rem; font-size: 0.75rem; line-height: 1.3; } @media ( min-width: 768px ) and ( max-width: 1280px ) { footer .footer-legal p, footer .footer-legal .p { font-size: 0.85rem; } } @media ( min-width: 1281px ) { footer .footer-legal p, footer .footer-legal .p { font-size: 0.95rem; } } .editor-tools { text-align: center; } </style> </html> <div class="ty-page plainlinks"><!--feature-endowment feature-matching feature-survey--> <div class="header-home"> <div class="top-nav"> <div class="site-main-nav"> <div class="logo-container"> <html> <a href="https://wikimediafoundation.org/"> <span class="btn-label-a11y">Wikimedia Foundation</span> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 279 62"><path d="M83.46 25.83l4.378-14.102h5.738l4.34 14.102 4.893-14.102h5.959l-8.608 24.515h-4.082L90.67 19.18 85.3 36.243h-4.083L72.61 11.728h5.959L83.46 25.83zm28.287-14.102h5.518v24.515h-5.518V11.728zm11.587 0h5.517V21.81l9.306-10.083h6.805l-9.821 10.85c.846 1.17 2.428 3.362 4.708 6.54 2.281 3.179 3.973 5.554 5.113 7.125h-6.437l-7.246-9.682-2.464 2.74v6.942h-5.518V11.728h.037zm25.049 0h5.518v24.515h-5.518V11.728zm33.693 9.097l-6.657 13.408h-3.274l-6.621-13.408v15.418h-5.517V11.728h7.467l6.363 13.481 6.4-13.481h7.431v24.515h-5.518V20.825h-.074zm29.39-9.097v4.859h-12.285v5.078h11.035v4.677h-11.035v5.078h12.69v4.823H193.7V11.728h17.766zm24.13 3.215c2.354 2.155 3.531 5.115 3.531 8.914 0 3.8-1.14 6.832-3.458 9.061-2.28 2.229-5.811 3.325-10.52 3.325h-8.423V11.728h8.718c4.451 0 7.798 1.096 10.152 3.215zm-4.009 14.577c1.361-1.278 2.023-3.105 2.023-5.517 0-2.41-.662-4.274-2.023-5.553-1.361-1.315-3.421-1.936-6.217-1.936h-3.09V31.42h3.495c2.501 0 4.451-.62 5.812-1.9zm12.322-17.792h5.517v24.515h-5.517V11.728zm29.169 24.515l-2.281-5.298h-10.336l-2.28 5.298h-5.849l10.667-24.515h5.334L279 36.243h-5.922zm-7.467-17.208l-3.09 7.124h6.18l-3.09-7.124zM82.651 47.386v2.96h4.782v1.68h-4.781v4.42h-1.84v-10.74h7.21v1.68h-5.37zm25.822 7.526c-1.103 1.06-2.427 1.571-4.046 1.571-1.618 0-2.942-.511-4.046-1.57-1.103-1.06-1.655-2.376-1.655-3.947 0-1.57.552-2.886 1.655-3.945 1.104-1.06 2.428-1.571 4.046-1.571 1.619 0 2.943.511 4.046 1.57 1.104 1.06 1.656 2.375 1.656 3.946 0 1.571-.552 2.887-1.656 3.946zm-1.324-6.686c-.735-.767-1.655-1.132-2.722-1.132-1.066 0-1.986.365-2.722 1.132a3.825 3.825 0 00-1.103 2.74c0 1.096.368 2.01 1.103 2.74.736.731 1.656 1.133 2.722 1.133 1.067 0 1.987-.365 2.722-1.133a3.822 3.822 0 001.104-2.74c0-1.096-.368-2.009-1.104-2.74zm16.957 5.736c.478.585 1.177.877 2.023.877.846 0 1.508-.292 2.023-.877.515-.584.736-1.352.736-2.338v-5.955h1.839v6.028c0 1.535-.441 2.74-1.287 3.58-.846.84-1.95 1.243-3.274 1.243s-2.428-.402-3.274-1.242c-.846-.84-1.287-2.01-1.287-3.58v-6.03h1.839v5.956c-.073.986.184 1.754.662 2.338zm26.815-8.293h1.839V56.41h-1.986l-6.106-7.818v7.818h-1.839V45.67h1.839l6.29 8.001V45.67h-.037zm22.254 1.425c1.03.95 1.545 2.228 1.545 3.909 0 1.68-.515 2.996-1.508 3.946-.993.986-2.538 1.461-4.635 1.461h-3.568V45.67h3.715c1.913 0 3.421.475 4.451 1.425zm-.258 3.945c0-2.447-1.434-3.69-4.23-3.69h-1.839v7.344h2.023c1.325 0 2.318-.292 3.017-.913.662-.622 1.029-1.535 1.029-2.74zm14.971 2.923l-1.067 2.448h-1.949l4.745-10.741h1.95l4.745 10.741h-1.95l-1.067-2.448h-5.407zm4.672-1.68l-1.95-4.421-1.949 4.42h3.899zm17.766-4.933v9.061h-1.839v-9.06h-3.274v-1.645h8.387v1.644h-3.274zm14.529-1.68h1.839V56.41h-1.839V45.67zm23.1 9.243c-1.103 1.06-2.428 1.571-4.046 1.571-1.619 0-2.943-.511-4.046-1.57-1.104-1.06-1.655-2.376-1.655-3.947 0-1.57.551-2.886 1.655-3.945 1.103-1.06 2.427-1.571 4.046-1.571 1.618 0 2.943.511 4.046 1.57 1.104 1.06 1.655 2.375 1.655 3.946 0 1.571-.551 2.887-1.655 3.946zm-1.324-6.686c-.736-.767-1.655-1.132-2.722-1.132s-1.986.365-2.722 1.132a3.822 3.822 0 00-1.104 2.74c0 1.096.368 2.01 1.104 2.74.736.731 1.655 1.133 2.722 1.133s1.986-.365 2.722-1.133a3.82 3.82 0 001.103-2.74c0-1.096-.367-2.009-1.103-2.74zm22.621-2.557h1.84V56.41h-1.987l-6.106-7.818v7.818h-1.839V45.67h1.839l6.29 8.001-.037-8.001zM33.84 49.943c9.307-1.315 16.442-9.243 16.442-18.815 0-5.846-2.648-11.034-6.804-14.541l-9.638 9.572v23.784zm-5.407 0V26.16l-9.637-9.609a18.896 18.896 0 00-6.805 14.541c0 9.61 7.136 17.537 16.442 18.852zm19.348-35.365c4.451 4.42 6.879 10.302 6.879 16.513 0 6.211-2.465 12.13-6.879 16.514-4.45 4.42-10.373 6.832-16.626 6.832a23.545 23.545 0 01-16.626-6.832c-4.414-4.384-6.915-10.266-6.915-16.514 0-6.247 2.465-12.13 6.879-16.514.367-.365.772-.73 1.177-1.096L10.3 8.147c-.405.366-.773.731-1.178 1.096-2.869 2.85-5.113 6.138-6.658 9.828A30.563 30.563 0 000 31.091c0 4.165.81 8.22 2.464 12.02 1.582 3.69 3.826 6.979 6.658 9.828 2.87 2.85 6.18 5.079 9.895 6.613A31.132 31.132 0 0031.119 62c4.193 0 8.276-.804 12.101-2.448a31.698 31.698 0 009.895-6.613c2.869-2.85 5.113-6.138 6.658-9.828a30.565 30.565 0 002.464-12.02c0-4.165-.81-8.22-2.464-12.02-1.582-3.69-3.826-6.978-6.658-9.828-.368-.365-.773-.73-1.177-1.096l-5.334 5.334c.405.33.773.695 1.177 1.097zM31.12 0c5.37 0 9.71 4.311 9.71 9.645s-4.34 9.646-9.71 9.646c-5.37 0-9.711-4.312-9.711-9.646 0-5.334 4.34-9.645 9.71-9.645z"></path></svg> </a> </html> </div> </div> </div> <div class="header-content"> <div class="header-img"> <div class="header-bg-img"></div> <div class="vision-container"> <div class="vision">{{{header-new}}}</div> </div> </div> <div class="page-intro"> <div class="page-intro-text flex flex-medium flex-align-center"> <div class="w-68p"> <p> {{{header-text1}}} </p> <p> {{{header-text2}}} </p> </div> </div> </div> </div> </div> <html> <main id="ty-content"> <div class="other-ctas"> <div class="mw-1120"> </html>{{#if:{{{cta-header|}}}|<h2 class="h2">{{{cta-header}}}</h2>}}<html> <div class="flex flex-medium flex-justify-center"> </html>{{#if:{{{survey-code|}}}|<html> <div class="survey survey-1 w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> <a href="https://www.surveymonkey.com/r/</html>{{{survey-code}}}<html>" class="ty-survey-link"> </html>{{{survey-header}}}<html> </a> </h3> <div class="mar-bottom"> <p></html>{{{survey-text}}}<html></p> <p class="small"></html>{{{survey-legal}}}<html></p> </div> <a href="https://www.surveymonkey.com/r/</html>{{{survey-code}}}<html>" class="btn btn-blue stick-to-bottom ty-survey-link"> </html>{{{survey-button}}}<html> </a> </div> </div> </div><!-- survey --> </html>}}{{#if:{{{match-header|}}}|<html> <div class="matching w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> <a href="https://donate.wikimedia.org/wiki/</html>{{{match-link|Matching_Gifts}}}<html>"> </html>{{{match-header}}}<html> </a> </h3> <div class="mar-bottom"> <p></html>{{{match-text}}}<html></p> </div> <a href="https://donate.wikimedia.org/wiki/</html>{{{match-link|Matching_Gifts}}}<html>" class="btn btn-blue stick-to-bottom"> </html>{{{match-button}}}<html> </a> </div> </div> </div><!-- matching --> </html>}}{{#if:{{{store-header|}}}|<html> <div class="store w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> <a href="https://store.wikimedia.org/"> </html>{{{store-header}}}<html> </a> </h3> <div class="mar-bottom"> <p></html>{{{store-text-new}}}<html></p> </div> <a href="https://store.wikimedia.org/" class="btn btn-blue stick-to-bottom"> </html>{{{store-button}}}<html> </a> </div> </div> </div><!-- store --> </html>}}{{#if:{{{legacy-header|}}}|<html> <div class="will-notUS w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> </html>{{{legacy-header}}}<html> </h3> <div class="mar-bottom"> <p></html>{{{legacy-text-2}}}<html></p> </div> <a class="btn btn-blue stick-to-bottom" href="https://wikimediaendowment.org/#request-more-info"> </html>{{{request-info}}}<html> </a> </div> </div> </div><!-- will-notUS --> </html>}}{{#if:{{{chapter-SE-title|}}}|<html> <div class="chapter-message chapter-SE w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> </html>{{{chapter-SE-title}}}<html> </h3> <div class="mar-bottom"> <p></html>{{{chapter-SE-text}}}<html></p> </div> </html>{{{chapter-SE-link}}}<html> </div> </div> </div><!-- chapter message cta --> </html>}}{{#if:{{{wikiminute-SV-title|}}}|<html> <div class="wikiminute-SV w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> </html>{{{wikiminute-SV-title}}}<html> </h3> <div class="mar-bottom"> <p></html>{{{wikiminute-SV-text}}}<html></p> </div> </div> </div> </div><!-- wikiminute cta --> </html>}}{{#if:{{{wikiminute-ES-title|}}}|<html> <div class="wikiminute-ES w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> </html>{{{wikiminute-ES-title}}}<html> </h3> <div class="mar-bottom"> <p></html>{{{wikiminute-ES-text}}}<html></p> </div> </div> </div> </div><!-- wikiminute cta --> </html>}}<html> </div> </div> </div> </main> <footer> <div class="footer-legal mw-620"> <p></html>{{{chapters}}}<html></p> <p></html>{{{questions}}}<html></p> <p></html>{{{terms}}}<html></p> </div><!-- End footer-legal --> </footer> </div> </html> <div style="display: none;" class="loggedinonly editor-tools"><!--edit page snippet--> [{{fullurl:{{FULLPAGENAME}}|action=edit}} Edit this page] · [{{fullurl:Template:Recurring_cookie_page|action=edit}} Edit template] </div> {{Hide banners}}<!-- Important - do not remove! --> [[Category:Thank You page]] {{#if:{{{survey-code|}}}|[[Category:Thank You page with active survey]]}} c92fsoysa6tzq0p2iesgyo4w7q59g3b 1412 1411 2026-04-17T10:30:53Z EHughes (WMF) 9 Updating CSS 1412 wikitext text/x-wiki {{Add viewport tag.js}}<!-- Critical javascript to add the viewport tag. Other js is in MediaWiki:ThankYouPage.js --> {{DISPLAYTITLE:{{{title}}}}} <html> <style> /* --- wiki resets --- */ html, body { margin: 0; padding: 0; background: #fff; } #jump-to-nav { display: none; } #firstHeading, #contentSub, #siteSub { display: none } /* Hiding the Interface on Desktop and Mobile, identical to Template: HideInterface */ /* Desktop */ #mw-navigation, #mw-page-base, #mw-head-base, h1#firstHeading, footer.mw-footer, #contentSub, #contentSub2, .patrollink, #catlinks { display: none; } /* Mobile */ body.mw-mobile-mode .header, body.mw-mobile-mode #mw-mf-last-modified, body.mw-mobile-mode .pre-content, body.mw-mobile-mode #footer { display: none; } body div#content { height: 100%; margin: 0; padding: 0; border: none; } .mw-body-content p { margin: 0; } /* --- end wiki resets --- */ /* Hack to hide all the broken stuff beyond the header on apps (page content service) */ #pcs .ty-page { font-size: 0; } #pcs .ty-page * { display: none; } #pcs .ty-page .header-home, #pcs .ty-page .header-home * { display: inherit; } html, body { text-align: center; } html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } * { box-sizing: border-box; } /* stylelint-disable selector-list-comma-newline-after */ address, article, aside, blockquote, canvas, dd, div, dl, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, li, main, nav, noscript, ol, output, p, .p, pre, section, table, tfoot, ul, video, .mw-body-content h1, .mw-body-content h2, .mw-body-content h3, .mw-body-content ul { margin: 0; padding: 0; border: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } /* stylelint-enable */ a { text-decoration: none; color: inherit; } a:visited { color: inherit; } a:hover { text-decoration: none; } a:focus { text-decoration: none; outline: 1px dotted currentColor; } body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Lato', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; font-size: 100%; text-align: left; direction: ltr; } .mar-bottom { margin-bottom: 16px; } h1, h2 { font-size: inherit; font-weight: 700; } h1, .h1 { font-size: 1.875rem; } @media ( min-width: 768px ) and ( max-width: 1280px ) { h1, .h1 { font-size: 2.9375rem; } } @media ( min-width: 1281px ) { h1, .h1 { font-size: 4rem; } } h2, .h2 { margin-bottom: 2rem; font-size: 1.125rem; } @media ( min-width: 768px ) { h2, .h2 { margin-bottom: 2rem; } } @media ( min-width: 768px ) and ( max-width: 1280px ) { h2, .h2 { font-size: 1.25rem; } } @media ( min-width: 1281px ) { h2, .h2 { font-size: 1.375rem; } } h3, .h3 { margin-bottom: 2rem; font-size: 1.125rem; } @media ( min-width: 768px ) { h3, .h3 { margin-bottom: 2rem; } } @media ( min-width: 768px ) and ( max-width: 1280px ) { h3, .h3 { font-size: 1.25rem; } } @media ( min-width: 1281px ) { h3, .h3 { font-size: 1.375rem; } } p, .p { font-size: 0.95rem; line-height: 1.466; } strong { font-weight: 700; } .w-100p { width: 100%; max-width: 100%; } .flex.flex-medium { display: flex; flex-direction: column; } @media ( min-width: 768px ) { .flex.flex-medium { flex-direction: row; flex-wrap: nowrap; } } .flex.flex-wrap { flex-wrap: wrap; } .flex.flex-justify-center { justify-content: center; } .flex.flex-align-center { align-items: center; } .page-intro-text a, .page-intro-text a:visited, .page-intro-text a.external, .page-intro-text a.external:visited { color: #3a25ff; } .page-intro-text a:hover { text-decoration: underline; } .page-intro-text p { margin-bottom: 0.5rem; } .header-home a { transition: 0.3s all; } .header-home .header-content { position: relative; z-index: 1; } .card { position: relative; } @media ( min-width: 768px ) { .img-left-content-right .card { display: flex; justify-content: flex-end; } } /* buttons */ .btn { display: inline-block; font-weight: 700; border-radius: 5px; cursor: pointer; padding: 1rem 1.5rem; padding: 0.6rem 1rem; transition: 0.3s all; border: 0; outline: 0; } .btn:hover { box-shadow: 0 10px 20px 0 rgba( 0, 0, 0, 0.21 ); } @media ( min-width: 1200px ) { .btn.btn-blue, .btn.btn-pink { padding: 11px 1.5rem; } } .btn.btn-blue, .btn.btn-blue:hover { background-color: #3a25ff; color: #fff; } .btn.btn-blue:focus { outline: 1px dotted #3a25ff; } .btn.btn-pink, .btn.btn-pink:hover { background-color: #d40356; color: #fff; } .btn.btn-pink:focus { outline: 1px dotted #d40356; } .btn.btn-lt-blue { background-color: #eeeaff; color: #3a25ff; } .btn.btn-lt-blue:hover { background-color: #3a25ff; color: #fff; } .btn.btn-lt-blue:focus { outline: 1px dotted #3a25ff; } .btn.btn-lt-pink { background-color: #fde8f0; color: #d40356; } .btn.btn-lt-pink:hover { background-color: #d40356; color: #fff; } .btn.btn-lt-pink:focus { outline: 1px dotted #d40356; } /* header */ .header-home { position: relative; } .top-nav { z-index: 2000; width: 100%; transition: top 0.25s ease; } .site-main-nav { transition: all 0.5s ease; padding: 1.5625rem 0; text-align: center; } .logo-container { width: 180px; margin: auto; } .logo-container a { display: block; } .logo-container a:hover { opacity: 0.8; } .logo-container svg { width: 100%; max-width: 17.4375rem; margin: auto; } .pcs-theme-black .logo-container svg path, .pcs-theme-dark .logo-container svg path { fill: #fff !important; } .btn-label-a11y { font-size: 0; height: 1px; overflow: hidden; display: block; } /* hero */ .header-img { width: 100%; position: relative; left: 50%; right: 50%; margin-left: -50%; margin-right: -50%; padding: 0; height: auto; margin-bottom: 2rem; /* overflow-x: hidden; */ } @media ( min-width: 768px ) { .header-img { height: 175px; } } .header-bg-img { position: relative; height: 175px; width: 100%; background-image: url( https://upload.wikimedia.org/wikipedia/donate/9/9a/Thank_You_2019_Header.svg ); background-size: cover; background-position: -150px center; background-repeat: repeat-x; } @media ( min-width: 768px ) { .header-bg-img { position: absolute; height: 100%; width: 100%; z-index: -1; background-position: 0 0; } } .mw-1120 { max-width: 70rem; height: 100%; padding: 0; margin: 0 auto; position: relative; } .vision-container { position: relative; width: 100%; text-align: center; } .vision { padding: 0.4rem 1rem 0.6rem; background: #fefd34 !important; color: #000 !important; font-size: 1.4rem; font-weight: bold; } @media ( min-width: 768px ) { .vision-container { position: absolute; bottom: -2rem; padding: 0 2rem; } .vision { display: inline-block; } } @media ( min-width: 1024px ) { .vision { font-size: 1.8rem; } } /* thank you message */ .w-68p { width: 100%; padding: 1.5rem 0; text-align: center; } @media ( min-width: 1024px ) { .w-68p { width: 68%; margin: auto; } } .page-intro { margin-top: 2rem; margin-left: 0; } @media ( max-width: 1024px ) { .page-intro { padding: 0 1.5rem; margin: 0; } } .page-intro .w-68p p { font-size: 1.1rem; } /* other ctas */ .other-ctas { /* display: none; */ padding: 2rem 1rem; background: #f8f9fa; } .other-ctas .h2 { text-align: center; font-size: 1.5rem; margin-bottom: 2rem; } @media ( min-width: 768px ) { .other-ctas .h2 { font-size: 2rem; } } .rounded { border-radius: 5px; } .shadow { border: 1px solid #e5e5e5; } /* .other-ctas .focus-block { display: none; } */ .focus-block { background-color: #fff; overflow: hidden; display: block; margin-bottom: 1rem; } .focus-block .card, .focus-block .card-content { height: 100%; display: block; } .focus-block .card-content { padding: 1.5rem; } @media ( max-width: 768px ) { .cta-primary.endowment .btn { display: block; width: calc(100% - 3rem); } } .focus-block .h3 { margin-bottom: 0.3125rem; font-size: 1.5rem; line-height: 1.2; } .focus-block .mar-bottom { padding-bottom: 2rem; display: block; } .focus-block .stick-to-bottom { position: absolute; bottom: 22px; } @media ( min-width: 768px ) { .focus-block { margin-left: 0.5rem; margin-right: 0.5rem; flex: 1 0 0; max-width: 25rem; } .focus-block .h3 { margin-bottom: 0.3125rem; } .focus-block .card-content .btn { max-width: calc( 100% - 3rem ); } } .focus-block p { margin-bottom: 1rem; } .focus-block p a { text-decoration: underline; } .focus-block a:hover { color: #3a25ff; } .w-25p, .w-32p, .w-75p { width: 100%; } @media ( min-width: 768px ) { .w-25p { width: 25%; } .w-32p { width: 32%; } .w-75p { width: 75%; } } /* footer */ footer { padding: 3rem 1.5rem; background: #54595d; color: #fff !important; } footer a, footer a:visited { color: inherit !important; text-decoration: underline; transition: 0.3s all; } footer a:hover { text-decoration: underline; } @media ( min-width: 768px ) { footer { padding: 3rem 0 4rem; } } footer .footer-legal { text-align: center; } footer .footer-legal p, footer .footer-legal .p { padding-bottom: 0.75rem; font-size: 0.75rem; line-height: 1.3; } @media ( min-width: 768px ) and ( max-width: 1280px ) { footer .footer-legal p, footer .footer-legal .p { font-size: 0.85rem; } } @media ( min-width: 1281px ) { footer .footer-legal p, footer .footer-legal .p { font-size: 0.95rem; } } .editor-tools { text-align: center; } </style> </html> <div class="ty-page plainlinks"><!--feature-endowment feature-matching feature-survey--> <div class="header-home"> <div class="top-nav"> <div class="site-main-nav"> <div class="logo-container"> <html> <a href="https://wikimediafoundation.org/"> <span class="btn-label-a11y">Wikimedia Foundation</span> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 279 62"><path d="M83.46 25.83l4.378-14.102h5.738l4.34 14.102 4.893-14.102h5.959l-8.608 24.515h-4.082L90.67 19.18 85.3 36.243h-4.083L72.61 11.728h5.959L83.46 25.83zm28.287-14.102h5.518v24.515h-5.518V11.728zm11.587 0h5.517V21.81l9.306-10.083h6.805l-9.821 10.85c.846 1.17 2.428 3.362 4.708 6.54 2.281 3.179 3.973 5.554 5.113 7.125h-6.437l-7.246-9.682-2.464 2.74v6.942h-5.518V11.728h.037zm25.049 0h5.518v24.515h-5.518V11.728zm33.693 9.097l-6.657 13.408h-3.274l-6.621-13.408v15.418h-5.517V11.728h7.467l6.363 13.481 6.4-13.481h7.431v24.515h-5.518V20.825h-.074zm29.39-9.097v4.859h-12.285v5.078h11.035v4.677h-11.035v5.078h12.69v4.823H193.7V11.728h17.766zm24.13 3.215c2.354 2.155 3.531 5.115 3.531 8.914 0 3.8-1.14 6.832-3.458 9.061-2.28 2.229-5.811 3.325-10.52 3.325h-8.423V11.728h8.718c4.451 0 7.798 1.096 10.152 3.215zm-4.009 14.577c1.361-1.278 2.023-3.105 2.023-5.517 0-2.41-.662-4.274-2.023-5.553-1.361-1.315-3.421-1.936-6.217-1.936h-3.09V31.42h3.495c2.501 0 4.451-.62 5.812-1.9zm12.322-17.792h5.517v24.515h-5.517V11.728zm29.169 24.515l-2.281-5.298h-10.336l-2.28 5.298h-5.849l10.667-24.515h5.334L279 36.243h-5.922zm-7.467-17.208l-3.09 7.124h6.18l-3.09-7.124zM82.651 47.386v2.96h4.782v1.68h-4.781v4.42h-1.84v-10.74h7.21v1.68h-5.37zm25.822 7.526c-1.103 1.06-2.427 1.571-4.046 1.571-1.618 0-2.942-.511-4.046-1.57-1.103-1.06-1.655-2.376-1.655-3.947 0-1.57.552-2.886 1.655-3.945 1.104-1.06 2.428-1.571 4.046-1.571 1.619 0 2.943.511 4.046 1.57 1.104 1.06 1.656 2.375 1.656 3.946 0 1.571-.552 2.887-1.656 3.946zm-1.324-6.686c-.735-.767-1.655-1.132-2.722-1.132-1.066 0-1.986.365-2.722 1.132a3.825 3.825 0 00-1.103 2.74c0 1.096.368 2.01 1.103 2.74.736.731 1.656 1.133 2.722 1.133 1.067 0 1.987-.365 2.722-1.133a3.822 3.822 0 001.104-2.74c0-1.096-.368-2.009-1.104-2.74zm16.957 5.736c.478.585 1.177.877 2.023.877.846 0 1.508-.292 2.023-.877.515-.584.736-1.352.736-2.338v-5.955h1.839v6.028c0 1.535-.441 2.74-1.287 3.58-.846.84-1.95 1.243-3.274 1.243s-2.428-.402-3.274-1.242c-.846-.84-1.287-2.01-1.287-3.58v-6.03h1.839v5.956c-.073.986.184 1.754.662 2.338zm26.815-8.293h1.839V56.41h-1.986l-6.106-7.818v7.818h-1.839V45.67h1.839l6.29 8.001V45.67h-.037zm22.254 1.425c1.03.95 1.545 2.228 1.545 3.909 0 1.68-.515 2.996-1.508 3.946-.993.986-2.538 1.461-4.635 1.461h-3.568V45.67h3.715c1.913 0 3.421.475 4.451 1.425zm-.258 3.945c0-2.447-1.434-3.69-4.23-3.69h-1.839v7.344h2.023c1.325 0 2.318-.292 3.017-.913.662-.622 1.029-1.535 1.029-2.74zm14.971 2.923l-1.067 2.448h-1.949l4.745-10.741h1.95l4.745 10.741h-1.95l-1.067-2.448h-5.407zm4.672-1.68l-1.95-4.421-1.949 4.42h3.899zm17.766-4.933v9.061h-1.839v-9.06h-3.274v-1.645h8.387v1.644h-3.274zm14.529-1.68h1.839V56.41h-1.839V45.67zm23.1 9.243c-1.103 1.06-2.428 1.571-4.046 1.571-1.619 0-2.943-.511-4.046-1.57-1.104-1.06-1.655-2.376-1.655-3.947 0-1.57.551-2.886 1.655-3.945 1.103-1.06 2.427-1.571 4.046-1.571 1.618 0 2.943.511 4.046 1.57 1.104 1.06 1.655 2.375 1.655 3.946 0 1.571-.551 2.887-1.655 3.946zm-1.324-6.686c-.736-.767-1.655-1.132-2.722-1.132s-1.986.365-2.722 1.132a3.822 3.822 0 00-1.104 2.74c0 1.096.368 2.01 1.104 2.74.736.731 1.655 1.133 2.722 1.133s1.986-.365 2.722-1.133a3.82 3.82 0 001.103-2.74c0-1.096-.367-2.009-1.103-2.74zm22.621-2.557h1.84V56.41h-1.987l-6.106-7.818v7.818h-1.839V45.67h1.839l6.29 8.001-.037-8.001zM33.84 49.943c9.307-1.315 16.442-9.243 16.442-18.815 0-5.846-2.648-11.034-6.804-14.541l-9.638 9.572v23.784zm-5.407 0V26.16l-9.637-9.609a18.896 18.896 0 00-6.805 14.541c0 9.61 7.136 17.537 16.442 18.852zm19.348-35.365c4.451 4.42 6.879 10.302 6.879 16.513 0 6.211-2.465 12.13-6.879 16.514-4.45 4.42-10.373 6.832-16.626 6.832a23.545 23.545 0 01-16.626-6.832c-4.414-4.384-6.915-10.266-6.915-16.514 0-6.247 2.465-12.13 6.879-16.514.367-.365.772-.73 1.177-1.096L10.3 8.147c-.405.366-.773.731-1.178 1.096-2.869 2.85-5.113 6.138-6.658 9.828A30.563 30.563 0 000 31.091c0 4.165.81 8.22 2.464 12.02 1.582 3.69 3.826 6.979 6.658 9.828 2.87 2.85 6.18 5.079 9.895 6.613A31.132 31.132 0 0031.119 62c4.193 0 8.276-.804 12.101-2.448a31.698 31.698 0 009.895-6.613c2.869-2.85 5.113-6.138 6.658-9.828a30.565 30.565 0 002.464-12.02c0-4.165-.81-8.22-2.464-12.02-1.582-3.69-3.826-6.978-6.658-9.828-.368-.365-.773-.73-1.177-1.096l-5.334 5.334c.405.33.773.695 1.177 1.097zM31.12 0c5.37 0 9.71 4.311 9.71 9.645s-4.34 9.646-9.71 9.646c-5.37 0-9.711-4.312-9.711-9.646 0-5.334 4.34-9.645 9.71-9.645z"></path></svg> </a> </html> </div> </div> </div> <div class="header-content"> <div class="header-img"> <div class="header-bg-img"></div> <div class="vision-container"> <div class="vision">{{{header-new}}}</div> </div> </div> <div class="page-intro"> <div class="page-intro-text flex flex-medium flex-align-center"> <div class="w-68p"> <p> {{{header-text1}}} </p> <p> {{{header-text2}}} </p> </div> </div> </div> </div> </div> <html> <main id="ty-content"> <div class="other-ctas"> <div class="mw-1120"> </html>{{#if:{{{cta-header|}}}|<h2 class="h2">{{{cta-header}}}</h2>}}<html> <div class="flex flex-medium flex-justify-center"> </html>{{#if:{{{survey-code|}}}|<html> <div class="survey survey-1 w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> <a href="https://www.surveymonkey.com/r/</html>{{{survey-code}}}<html>" class="ty-survey-link"> </html>{{{survey-header}}}<html> </a> </h3> <div class="mar-bottom"> <p></html>{{{survey-text}}}<html></p> <p class="small"></html>{{{survey-legal}}}<html></p> </div> <a href="https://www.surveymonkey.com/r/</html>{{{survey-code}}}<html>" class="btn btn-blue stick-to-bottom ty-survey-link"> </html>{{{survey-button}}}<html> </a> </div> </div> </div><!-- survey --> </html>}}{{#if:{{{match-header|}}}|<html> <div class="matching w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> <a href="https://donate.wikimedia.org/wiki/</html>{{{match-link|Matching_Gifts}}}<html>"> </html>{{{match-header}}}<html> </a> </h3> <div class="mar-bottom"> <p></html>{{{match-text}}}<html></p> </div> <a href="https://donate.wikimedia.org/wiki/</html>{{{match-link|Matching_Gifts}}}<html>" class="btn btn-blue stick-to-bottom"> </html>{{{match-button}}}<html> </a> </div> </div> </div><!-- matching --> </html>}}{{#if:{{{store-header|}}}|<html> <div class="store w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> <a href="https://store.wikimedia.org/"> </html>{{{store-header}}}<html> </a> </h3> <div class="mar-bottom"> <p></html>{{{store-text-new}}}<html></p> </div> <a href="https://store.wikimedia.org/" class="btn btn-blue stick-to-bottom"> </html>{{{store-button}}}<html> </a> </div> </div> </div><!-- store --> </html>}}{{#if:{{{legacy-header|}}}|<html> <div class="will-notUS w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> </html>{{{legacy-header}}}<html> </h3> <div class="mar-bottom"> <p></html>{{{legacy-text-2}}}<html></p> </div> <a class="btn btn-blue stick-to-bottom" href="https://wikimediaendowment.org/#request-more-info"> </html>{{{request-info}}}<html> </a> </div> </div> </div><!-- will-notUS --> </html>}}{{#if:{{{chapter-SE-title|}}}|<html> <div class="chapter-message chapter-SE w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> </html>{{{chapter-SE-title}}}<html> </h3> <div class="mar-bottom"> <p></html>{{{chapter-SE-text}}}<html></p> </div> </html>{{{chapter-SE-link}}}<html> </div> </div> </div><!-- chapter message cta --> </html>}}{{#if:{{{wikiminute-SV-title|}}}|<html> <div class="wikiminute-SV w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> </html>{{{wikiminute-SV-title}}}<html> </h3> <div class="mar-bottom"> <p></html>{{{wikiminute-SV-text}}}<html></p> </div> </div> </div> </div><!-- wikiminute cta --> </html>}}{{#if:{{{wikiminute-ES-title|}}}|<html> <div class="wikiminute-ES w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> </html>{{{wikiminute-ES-title}}}<html> </h3> <div class="mar-bottom"> <p></html>{{{wikiminute-ES-text}}}<html></p> </div> </div> </div> </div><!-- wikiminute cta --> </html>}}<html> </div> </div> </div> </main> <footer> <div class="footer-legal mw-620"> <p></html>{{{chapters}}}<html></p> <p></html>{{{questions}}}<html></p> <p></html>{{{terms}}}<html></p> </div><!-- End footer-legal --> </footer> </div> </html> <div style="display: none;" class="loggedinonly editor-tools"><!--edit page snippet--> [{{fullurl:{{FULLPAGENAME}}|action=edit}} Edit this page] · [{{fullurl:Template:Recurring_cookie_page|action=edit}} Edit template] </div> {{Hide banners}}<!-- Important - do not remove! --> [[Category:Thank You page]] {{#if:{{{survey-code|}}}|[[Category:Thank You page with active survey]]}} h53eoog2ahtz68wnbgzhpqznrwnuvw6 1413 1412 2026-04-17T10:32:05Z EHughes (WMF) 9 1413 wikitext text/x-wiki {{Add viewport tag.js}}<!-- Critical javascript to add the viewport tag. Other js is in MediaWiki:ThankYouPage.js --> {{DISPLAYTITLE:{{{title}}}}} <html> <style> /* --- wiki resets --- */ html, body { margin: 0; padding: 0; background: #fff; } #jump-to-nav { display: none; } #firstHeading, #contentSub, #siteSub { display: none } /* Hiding the Interface on Desktop and Mobile, identical to Template: HideInterface */ /* Desktop */ #mw-navigation, #mw-page-base, #mw-head-base, h1#firstHeading, footer.mw-footer, #contentSub, #contentSub2, .patrollink, #catlinks { display: none; } /* Mobile */ body.mw-mobile-mode .header, body.mw-mobile-mode #mw-mf-last-modified, body.mw-mobile-mode .pre-content, body.mw-mobile-mode #footer { display: none; } body div#content { height: 100%; margin: 0; padding: 0; border: none; } .mw-body-content p { margin: 0; } /* --- end wiki resets --- */ /* Hack to hide all the broken stuff beyond the header on apps (page content service) */ #pcs .ty-page { font-size: 0; } #pcs .ty-page * { display: none; } #pcs .ty-page .header-home, #pcs .ty-page .header-home * { display: inherit; } html, body { text-align: center; } html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } * { box-sizing: border-box; } /* stylelint-disable selector-list-comma-newline-after */ address, article, aside, blockquote, canvas, dd, div, dl, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, li, main, nav, noscript, ol, output, p, .p, pre, section, table, tfoot, ul, video, .mw-body-content h1, .mw-body-content h2, .mw-body-content h3, .mw-body-content ul { margin: 0; padding: 0; border: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } /* stylelint-enable */ a { text-decoration: none; color: inherit; } a:visited { color: inherit; } a:hover { text-decoration: none; } a:focus { text-decoration: none; outline: 1px dotted currentColor; } body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Lato', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; font-size: 100%; text-align: left; direction: ltr; } .mar-bottom { margin-bottom: 16px; } h1, h2 { font-size: inherit; font-weight: 700; } h1, .h1 { font-size: 1.875rem; } @media ( min-width: 768px ) and ( max-width: 1280px ) { h1, .h1 { font-size: 2.9375rem; } } @media ( min-width: 1281px ) { h1, .h1 { font-size: 4rem; } } h2, .h2 { margin-bottom: 2rem; font-size: 1.125rem; } @media ( min-width: 768px ) { h2, .h2 { margin-bottom: 2rem; } } @media ( min-width: 768px ) and ( max-width: 1280px ) { h2, .h2 { font-size: 1.25rem; } } @media ( min-width: 1281px ) { h2, .h2 { font-size: 1.375rem; } } h3, .h3 { margin-bottom: 2rem; font-size: 1.125rem; } @media ( min-width: 768px ) { h3, .h3 { margin-bottom: 2rem; } } @media ( min-width: 768px ) and ( max-width: 1280px ) { h3, .h3 { font-size: 1.25rem; } } @media ( min-width: 1281px ) { h3, .h3 { font-size: 1.375rem; } } p, .p { font-size: 0.95rem; line-height: 1.466; } strong { font-weight: 700; } .w-100p { width: 100%; max-width: 100%; } .flex.flex-medium { display: flex; flex-direction: column; } @media ( min-width: 768px ) { .flex.flex-medium { flex-direction: row; flex-wrap: nowrap; } } .flex.flex-wrap { flex-wrap: wrap; } .flex.flex-justify-center { justify-content: center; } .flex.flex-align-center { align-items: center; } .page-intro-text a, .page-intro-text a:visited, .page-intro-text a.external, .page-intro-text a.external:visited { color: #3a25ff; } .page-intro-text a:hover { text-decoration: underline; } .page-intro-text p { margin-bottom: 0.5rem; } .header-home a { transition: 0.3s all; } .header-home .header-content { position: relative; z-index: 1; } .card { position: relative; } @media ( min-width: 768px ) { .img-left-content-right .card { display: flex; justify-content: flex-end; } } /* buttons */ .btn { display: inline-block; font-weight: 700; border-radius: 5px; cursor: pointer; padding: 1rem 1.5rem; padding: 0.6rem 1rem; transition: 0.3s all; border: 0; outline: 0; } .btn:hover { box-shadow: 0 10px 20px 0 rgba( 0, 0, 0, 0.21 ); } @media ( min-width: 1200px ) { .btn.btn-blue, .btn.btn-pink { padding: 11px 1.5rem; } } .btn.btn-blue, .btn.btn-blue:hover { background-color: #3a25ff; color: #fff; } .btn.btn-blue:focus { outline: 1px dotted #3a25ff; } .btn.btn-pink, .btn.btn-pink:hover { background-color: #d40356; color: #fff; } .btn.btn-pink:focus { outline: 1px dotted #d40356; } .btn.btn-lt-blue { background-color: #eeeaff; color: #3a25ff; } .btn.btn-lt-blue:hover { background-color: #3a25ff; color: #fff; } .btn.btn-lt-blue:focus { outline: 1px dotted #3a25ff; } .btn.btn-lt-pink { background-color: #fde8f0; color: #d40356; } .btn.btn-lt-pink:hover { background-color: #d40356; color: #fff; } .btn.btn-lt-pink:focus { outline: 1px dotted #d40356; } /* header */ .header-home { position: relative; } .top-nav { z-index: 2000; width: 100%; transition: top 0.25s ease; } .site-main-nav { transition: all 0.5s ease; padding: 1.5625rem 0; text-align: center; } .logo-container { width: 180px; margin: auto; } .logo-container a { display: block; } .logo-container a:hover { opacity: 0.8; } .logo-container svg { width: 100%; max-width: 17.4375rem; margin: auto; } .pcs-theme-black .logo-container svg path, .pcs-theme-dark .logo-container svg path { fill: #fff !important; } .btn-label-a11y { font-size: 0; height: 1px; overflow: hidden; display: block; } /* hero */ .header-img { width: 100%; position: relative; left: 50%; right: 50%; margin-left: -50%; margin-right: -50%; padding: 0; height: auto; margin-bottom: 2rem; /* overflow-x: hidden; */ } @media ( min-width: 768px ) { .header-img { height: 175px; } } .header-bg-img { position: relative; height: 175px; width: 100%; background-image: url( https://upload.wikimedia.org/wikipedia/donate/9/9a/Thank_You_2019_Header.svg ); background-size: cover; background-position: -150px center; background-repeat: repeat-x; } @media ( min-width: 768px ) { .header-bg-img { position: absolute; height: 100%; width: 100%; z-index: -1; background-position: 0 0; } } .mw-1120 { max-width: 70rem; height: 100%; padding: 0; margin: 0 auto; position: relative; } .vision-container { position: relative; width: 100%; text-align: center; } .vision { padding: 0.4rem 1rem 0.6rem; background: #fefd34 !important; color: #000 !important; font-size: 1.4rem; font-weight: bold; } @media ( min-width: 768px ) { .vision-container { position: absolute; bottom: -2rem; padding: 0 2rem; } .vision { display: inline-block; } } @media ( min-width: 1024px ) { .vision { font-size: 1.8rem; } } /* thank you message */ .w-68p { width: 100%; padding: 1.5rem 0; text-align: center; } @media ( min-width: 1024px ) { .w-68p { width: 68%; margin: auto; } } .page-intro { margin-top: 2rem; margin-left: 0; } @media ( max-width: 1024px ) { .page-intro { padding: 0 1.5rem; margin: 0; } } .page-intro .w-68p p { font-size: 1.1rem; } .w-25p, .w-32p, .w-75p { width: 100%; } @media ( min-width: 768px ) { .w-25p { width: 25%; } .w-32p { width: 32%; } .w-75p { width: 75%; } } /* other ctas */ .other-ctas { /* display: none; */ padding: 2rem 1rem; background: #f8f9fa; } .other-ctas .h2 { text-align: center; font-size: 1.5rem; margin-bottom: 2rem; } @media ( min-width: 768px ) { .other-ctas .h2 { font-size: 2rem; } } .rounded { border-radius: 5px; } .shadow { border: 1px solid #e5e5e5; } /* .other-ctas .focus-block { display: none; } */ .focus-block { background-color: #fff; overflow: hidden; display: block; margin-bottom: 1rem; } .focus-block .card, .focus-block .card-content { height: 100%; display: block; } .focus-block .card-content { padding: 1.5rem; } @media ( max-width: 768px ) { .cta-primary.endowment .btn { display: block; width: calc(100% - 3rem); } } .focus-block .h3 { margin-bottom: 0.3125rem; font-size: 1.5rem; line-height: 1.2; } .focus-block .mar-bottom { padding-bottom: 2rem; display: block; } .focus-block .stick-to-bottom { position: absolute; bottom: 22px; } @media ( min-width: 768px ) { .focus-block { margin-left: 0.5rem; margin-right: 0.5rem; flex: 1 0 0; max-width: 25rem; } .focus-block .h3 { margin-bottom: 0.3125rem; } .focus-block .card-content .btn { max-width: calc( 100% - 3rem ); } } .focus-block p { margin-bottom: 1rem; } .focus-block p a { text-decoration: underline; } .focus-block a:hover { color: #3a25ff; } /* footer */ footer { padding: 3rem 1.5rem; background: #54595d; color: #fff !important; } footer a, footer a:visited { color: inherit !important; text-decoration: underline; transition: 0.3s all; } footer a:hover { text-decoration: underline; } @media ( min-width: 768px ) { footer { padding: 3rem 0 4rem; } } footer .footer-legal { text-align: center; } footer .footer-legal p, footer .footer-legal .p { padding-bottom: 0.75rem; font-size: 0.75rem; line-height: 1.3; } @media ( min-width: 768px ) and ( max-width: 1280px ) { footer .footer-legal p, footer .footer-legal .p { font-size: 0.85rem; } } @media ( min-width: 1281px ) { footer .footer-legal p, footer .footer-legal .p { font-size: 0.95rem; } } .editor-tools { text-align: center; } </style> </html> <div class="ty-page plainlinks"><!--feature-endowment feature-matching feature-survey--> <div class="header-home"> <div class="top-nav"> <div class="site-main-nav"> <div class="logo-container"> <html> <a href="https://wikimediafoundation.org/"> <span class="btn-label-a11y">Wikimedia Foundation</span> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 279 62"><path d="M83.46 25.83l4.378-14.102h5.738l4.34 14.102 4.893-14.102h5.959l-8.608 24.515h-4.082L90.67 19.18 85.3 36.243h-4.083L72.61 11.728h5.959L83.46 25.83zm28.287-14.102h5.518v24.515h-5.518V11.728zm11.587 0h5.517V21.81l9.306-10.083h6.805l-9.821 10.85c.846 1.17 2.428 3.362 4.708 6.54 2.281 3.179 3.973 5.554 5.113 7.125h-6.437l-7.246-9.682-2.464 2.74v6.942h-5.518V11.728h.037zm25.049 0h5.518v24.515h-5.518V11.728zm33.693 9.097l-6.657 13.408h-3.274l-6.621-13.408v15.418h-5.517V11.728h7.467l6.363 13.481 6.4-13.481h7.431v24.515h-5.518V20.825h-.074zm29.39-9.097v4.859h-12.285v5.078h11.035v4.677h-11.035v5.078h12.69v4.823H193.7V11.728h17.766zm24.13 3.215c2.354 2.155 3.531 5.115 3.531 8.914 0 3.8-1.14 6.832-3.458 9.061-2.28 2.229-5.811 3.325-10.52 3.325h-8.423V11.728h8.718c4.451 0 7.798 1.096 10.152 3.215zm-4.009 14.577c1.361-1.278 2.023-3.105 2.023-5.517 0-2.41-.662-4.274-2.023-5.553-1.361-1.315-3.421-1.936-6.217-1.936h-3.09V31.42h3.495c2.501 0 4.451-.62 5.812-1.9zm12.322-17.792h5.517v24.515h-5.517V11.728zm29.169 24.515l-2.281-5.298h-10.336l-2.28 5.298h-5.849l10.667-24.515h5.334L279 36.243h-5.922zm-7.467-17.208l-3.09 7.124h6.18l-3.09-7.124zM82.651 47.386v2.96h4.782v1.68h-4.781v4.42h-1.84v-10.74h7.21v1.68h-5.37zm25.822 7.526c-1.103 1.06-2.427 1.571-4.046 1.571-1.618 0-2.942-.511-4.046-1.57-1.103-1.06-1.655-2.376-1.655-3.947 0-1.57.552-2.886 1.655-3.945 1.104-1.06 2.428-1.571 4.046-1.571 1.619 0 2.943.511 4.046 1.57 1.104 1.06 1.656 2.375 1.656 3.946 0 1.571-.552 2.887-1.656 3.946zm-1.324-6.686c-.735-.767-1.655-1.132-2.722-1.132-1.066 0-1.986.365-2.722 1.132a3.825 3.825 0 00-1.103 2.74c0 1.096.368 2.01 1.103 2.74.736.731 1.656 1.133 2.722 1.133 1.067 0 1.987-.365 2.722-1.133a3.822 3.822 0 001.104-2.74c0-1.096-.368-2.009-1.104-2.74zm16.957 5.736c.478.585 1.177.877 2.023.877.846 0 1.508-.292 2.023-.877.515-.584.736-1.352.736-2.338v-5.955h1.839v6.028c0 1.535-.441 2.74-1.287 3.58-.846.84-1.95 1.243-3.274 1.243s-2.428-.402-3.274-1.242c-.846-.84-1.287-2.01-1.287-3.58v-6.03h1.839v5.956c-.073.986.184 1.754.662 2.338zm26.815-8.293h1.839V56.41h-1.986l-6.106-7.818v7.818h-1.839V45.67h1.839l6.29 8.001V45.67h-.037zm22.254 1.425c1.03.95 1.545 2.228 1.545 3.909 0 1.68-.515 2.996-1.508 3.946-.993.986-2.538 1.461-4.635 1.461h-3.568V45.67h3.715c1.913 0 3.421.475 4.451 1.425zm-.258 3.945c0-2.447-1.434-3.69-4.23-3.69h-1.839v7.344h2.023c1.325 0 2.318-.292 3.017-.913.662-.622 1.029-1.535 1.029-2.74zm14.971 2.923l-1.067 2.448h-1.949l4.745-10.741h1.95l4.745 10.741h-1.95l-1.067-2.448h-5.407zm4.672-1.68l-1.95-4.421-1.949 4.42h3.899zm17.766-4.933v9.061h-1.839v-9.06h-3.274v-1.645h8.387v1.644h-3.274zm14.529-1.68h1.839V56.41h-1.839V45.67zm23.1 9.243c-1.103 1.06-2.428 1.571-4.046 1.571-1.619 0-2.943-.511-4.046-1.57-1.104-1.06-1.655-2.376-1.655-3.947 0-1.57.551-2.886 1.655-3.945 1.103-1.06 2.427-1.571 4.046-1.571 1.618 0 2.943.511 4.046 1.57 1.104 1.06 1.655 2.375 1.655 3.946 0 1.571-.551 2.887-1.655 3.946zm-1.324-6.686c-.736-.767-1.655-1.132-2.722-1.132s-1.986.365-2.722 1.132a3.822 3.822 0 00-1.104 2.74c0 1.096.368 2.01 1.104 2.74.736.731 1.655 1.133 2.722 1.133s1.986-.365 2.722-1.133a3.82 3.82 0 001.103-2.74c0-1.096-.367-2.009-1.103-2.74zm22.621-2.557h1.84V56.41h-1.987l-6.106-7.818v7.818h-1.839V45.67h1.839l6.29 8.001-.037-8.001zM33.84 49.943c9.307-1.315 16.442-9.243 16.442-18.815 0-5.846-2.648-11.034-6.804-14.541l-9.638 9.572v23.784zm-5.407 0V26.16l-9.637-9.609a18.896 18.896 0 00-6.805 14.541c0 9.61 7.136 17.537 16.442 18.852zm19.348-35.365c4.451 4.42 6.879 10.302 6.879 16.513 0 6.211-2.465 12.13-6.879 16.514-4.45 4.42-10.373 6.832-16.626 6.832a23.545 23.545 0 01-16.626-6.832c-4.414-4.384-6.915-10.266-6.915-16.514 0-6.247 2.465-12.13 6.879-16.514.367-.365.772-.73 1.177-1.096L10.3 8.147c-.405.366-.773.731-1.178 1.096-2.869 2.85-5.113 6.138-6.658 9.828A30.563 30.563 0 000 31.091c0 4.165.81 8.22 2.464 12.02 1.582 3.69 3.826 6.979 6.658 9.828 2.87 2.85 6.18 5.079 9.895 6.613A31.132 31.132 0 0031.119 62c4.193 0 8.276-.804 12.101-2.448a31.698 31.698 0 009.895-6.613c2.869-2.85 5.113-6.138 6.658-9.828a30.565 30.565 0 002.464-12.02c0-4.165-.81-8.22-2.464-12.02-1.582-3.69-3.826-6.978-6.658-9.828-.368-.365-.773-.73-1.177-1.096l-5.334 5.334c.405.33.773.695 1.177 1.097zM31.12 0c5.37 0 9.71 4.311 9.71 9.645s-4.34 9.646-9.71 9.646c-5.37 0-9.711-4.312-9.711-9.646 0-5.334 4.34-9.645 9.71-9.645z"></path></svg> </a> </html> </div> </div> </div> <div class="header-content"> <div class="header-img"> <div class="header-bg-img"></div> <div class="vision-container"> <div class="vision">{{{header-new}}}</div> </div> </div> <div class="page-intro"> <div class="page-intro-text flex flex-medium flex-align-center"> <div class="w-68p"> <p> {{{header-text1}}} </p> <p> {{{header-text2}}} </p> </div> </div> </div> </div> </div> <html> <main id="ty-content"> <div class="other-ctas"> <div class="mw-1120"> </html>{{#if:{{{cta-header|}}}|<h2 class="h2">{{{cta-header}}}</h2>}}<html> <div class="flex flex-medium flex-justify-center"> </html>{{#if:{{{survey-code|}}}|<html> <div class="survey survey-1 w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> <a href="https://www.surveymonkey.com/r/</html>{{{survey-code}}}<html>" class="ty-survey-link"> </html>{{{survey-header}}}<html> </a> </h3> <div class="mar-bottom"> <p></html>{{{survey-text}}}<html></p> <p class="small"></html>{{{survey-legal}}}<html></p> </div> <a href="https://www.surveymonkey.com/r/</html>{{{survey-code}}}<html>" class="btn btn-blue stick-to-bottom ty-survey-link"> </html>{{{survey-button}}}<html> </a> </div> </div> </div><!-- survey --> </html>}}{{#if:{{{match-header|}}}|<html> <div class="matching w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> <a href="https://donate.wikimedia.org/wiki/</html>{{{match-link|Matching_Gifts}}}<html>"> </html>{{{match-header}}}<html> </a> </h3> <div class="mar-bottom"> <p></html>{{{match-text}}}<html></p> </div> <a href="https://donate.wikimedia.org/wiki/</html>{{{match-link|Matching_Gifts}}}<html>" class="btn btn-blue stick-to-bottom"> </html>{{{match-button}}}<html> </a> </div> </div> </div><!-- matching --> </html>}}{{#if:{{{store-header|}}}|<html> <div class="store w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> <a href="https://store.wikimedia.org/"> </html>{{{store-header}}}<html> </a> </h3> <div class="mar-bottom"> <p></html>{{{store-text-new}}}<html></p> </div> <a href="https://store.wikimedia.org/" class="btn btn-blue stick-to-bottom"> </html>{{{store-button}}}<html> </a> </div> </div> </div><!-- store --> </html>}}{{#if:{{{legacy-header|}}}|<html> <div class="will-notUS w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> </html>{{{legacy-header}}}<html> </h3> <div class="mar-bottom"> <p></html>{{{legacy-text-2}}}<html></p> </div> <a class="btn btn-blue stick-to-bottom" href="https://wikimediaendowment.org/#request-more-info"> </html>{{{request-info}}}<html> </a> </div> </div> </div><!-- will-notUS --> </html>}}{{#if:{{{chapter-SE-title|}}}|<html> <div class="chapter-message chapter-SE w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> </html>{{{chapter-SE-title}}}<html> </h3> <div class="mar-bottom"> <p></html>{{{chapter-SE-text}}}<html></p> </div> </html>{{{chapter-SE-link}}}<html> </div> </div> </div><!-- chapter message cta --> </html>}}{{#if:{{{wikiminute-SV-title|}}}|<html> <div class="wikiminute-SV w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> </html>{{{wikiminute-SV-title}}}<html> </h3> <div class="mar-bottom"> <p></html>{{{wikiminute-SV-text}}}<html></p> </div> </div> </div> </div><!-- wikiminute cta --> </html>}}{{#if:{{{wikiminute-ES-title|}}}|<html> <div class="wikiminute-ES w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> </html>{{{wikiminute-ES-title}}}<html> </h3> <div class="mar-bottom"> <p></html>{{{wikiminute-ES-text}}}<html></p> </div> </div> </div> </div><!-- wikiminute cta --> </html>}}<html> </div> </div> </div> </main> <footer> <div class="footer-legal mw-620"> <p></html>{{{chapters}}}<html></p> <p></html>{{{questions}}}<html></p> <p></html>{{{terms}}}<html></p> </div><!-- End footer-legal --> </footer> </div> </html> <div style="display: none;" class="loggedinonly editor-tools"><!--edit page snippet--> [{{fullurl:{{FULLPAGENAME}}|action=edit}} Edit this page] · [{{fullurl:Template:Recurring_cookie_page|action=edit}} Edit template] </div> {{Hide banners}}<!-- Important - do not remove! --> [[Category:Thank You page]] {{#if:{{{survey-code|}}}|[[Category:Thank You page with active survey]]}} i7lh0h7n1srmkamtblbh49gmouallz5 1414 1413 2026-04-17T10:34:32Z EHughes (WMF) 9 1414 wikitext text/x-wiki {{Add viewport tag.js}}<!-- Critical javascript to add the viewport tag. Other js is in MediaWiki:ThankYouPage.js --> {{DISPLAYTITLE:{{{title}}}}} <html> <style> /* --- wiki resets --- */ html, body { margin: 0; padding: 0; background: #fff; } #jump-to-nav { display: none; } #firstHeading, #contentSub, #siteSub { display: none } /* Hiding the Interface on Desktop and Mobile, identical to Template: HideInterface */ /* Desktop */ #mw-navigation, #mw-page-base, #mw-head-base, h1#firstHeading, footer.mw-footer, #contentSub, #contentSub2, .patrollink, #catlinks { display: none; } /* Mobile */ body.mw-mobile-mode .header, body.mw-mobile-mode #mw-mf-last-modified, body.mw-mobile-mode .pre-content, body.mw-mobile-mode #footer { display: none; } body div#content { height: 100%; margin: 0; padding: 0; border: none; } .mw-body-content p { margin: 0; } /* --- end wiki resets --- */ /* Hack to hide all the broken stuff beyond the header on apps (page content service) */ #pcs .ty-page { font-size: 0; } #pcs .ty-page * { display: none; } #pcs .ty-page .header-home, #pcs .ty-page .header-home * { display: inherit; } html, body { text-align: center; } html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } * { box-sizing: border-box; } /* stylelint-disable selector-list-comma-newline-after */ address, article, aside, blockquote, canvas, dd, div, dl, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, li, main, nav, noscript, ol, output, p, .p, pre, section, table, tfoot, ul, video, .mw-body-content h1, .mw-body-content h2, .mw-body-content h3, .mw-body-content ul { margin: 0; padding: 0; border: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } /* stylelint-enable */ a { text-decoration: none; color: inherit; } a:visited { color: inherit; } a:hover { text-decoration: none; } a:focus { text-decoration: none; outline: 1px dotted currentColor; } body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Lato', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; font-size: 100%; text-align: left; direction: ltr; } .mar-bottom { margin-bottom: 16px; } h1, h2 { font-size: inherit; font-weight: 700; } h1, .h1 { font-size: 1.875rem; } @media ( min-width: 768px ) and ( max-width: 1280px ) { h1, .h1 { font-size: 2.9375rem; } } @media ( min-width: 1281px ) { h1, .h1 { font-size: 4rem; } } h2, .h2 { margin-bottom: 2rem; font-size: 1.125rem; } @media ( min-width: 768px ) { h2, .h2 { margin-bottom: 2rem; } } @media ( min-width: 768px ) and ( max-width: 1280px ) { h2, .h2 { font-size: 1.25rem; } } @media ( min-width: 1281px ) { h2, .h2 { font-size: 1.375rem; } } h3, .h3 { margin-bottom: 2rem; font-size: 1.125rem; } @media ( min-width: 768px ) { h3, .h3 { margin-bottom: 2rem; } } @media ( min-width: 768px ) and ( max-width: 1280px ) { h3, .h3 { font-size: 1.25rem; } } @media ( min-width: 1281px ) { h3, .h3 { font-size: 1.375rem; } } p, .p { font-size: 0.95rem; line-height: 1.466; } strong { font-weight: 700; } .w-100p { width: 100%; max-width: 100%; } .flex.flex-medium { display: flex; flex-direction: column; } @media ( min-width: 768px ) { .flex.flex-medium { flex-direction: row; flex-wrap: nowrap; } } .flex.flex-wrap { flex-wrap: wrap; } .flex.flex-justify-center { justify-content: center; } .flex.flex-align-center { align-items: center; } .page-intro-text a, .page-intro-text a:visited, .page-intro-text a.external, .page-intro-text a.external:visited { color: #3a25ff; } .page-intro-text a:hover { text-decoration: underline; } .page-intro-text p { margin-bottom: 0.5rem; } .header-home a { transition: 0.3s all; } .header-home .header-content { position: relative; z-index: 1; } .card { position: relative; } @media ( min-width: 768px ) { .img-left-content-right .card { display: flex; justify-content: flex-end; } } /* buttons */ .btn { display: inline-block; font-weight: 700; border-radius: 5px; cursor: pointer; padding: 1rem 1.5rem; padding: 0.6rem 1rem; transition: 0.3s all; border: 0; outline: 0; } .btn:hover { box-shadow: 0 10px 20px 0 rgba( 0, 0, 0, 0.21 ); } @media ( min-width: 1200px ) { .btn.btn-blue, .btn.btn-pink { padding: 11px 1.5rem; } } .btn.btn-blue, .btn.btn-blue:hover { background-color: #3a25ff; color: #fff; } .btn.btn-blue:focus { outline: 1px dotted #3a25ff; } .btn.btn-pink, .btn.btn-pink:hover { background-color: #d40356; color: #fff; } .btn.btn-pink:focus { outline: 1px dotted #d40356; } .btn.btn-lt-blue { background-color: #eeeaff; color: #3a25ff; } .btn.btn-lt-blue:hover { background-color: #3a25ff; color: #fff; } .btn.btn-lt-blue:focus { outline: 1px dotted #3a25ff; } .btn.btn-lt-pink { background-color: #fde8f0; color: #d40356; } .btn.btn-lt-pink:hover { background-color: #d40356; color: #fff; } .btn.btn-lt-pink:focus { outline: 1px dotted #d40356; } /* header */ .header-home { position: relative; } .top-nav { z-index: 2000; width: 100%; transition: top 0.25s ease; } .site-main-nav { transition: all 0.5s ease; padding: 1.5625rem 0; text-align: center; } .logo-container { width: 180px; margin: auto; } .logo-container a { display: block; } .logo-container a:hover { opacity: 0.8; } .logo-container svg { width: 100%; max-width: 17.4375rem; margin: auto; } .pcs-theme-black .logo-container svg path, .pcs-theme-dark .logo-container svg path { fill: #fff !important; } .btn-label-a11y { font-size: 0; height: 1px; overflow: hidden; display: block; } /* hero */ .header-img { width: 100%; position: relative; left: 50%; right: 50%; margin-left: -50%; margin-right: -50%; padding: 0; height: auto; margin-bottom: 2rem; /* overflow-x: hidden; */ } @media ( min-width: 768px ) { .header-img { height: 175px; } } .header-bg-img { position: relative; height: 175px; width: 100%; background-image: url( https://upload.wikimedia.org/wikipedia/donate/9/9a/Thank_You_2019_Header.svg ); background-size: cover; background-position: -150px center; background-repeat: repeat-x; } @media ( min-width: 768px ) { .header-bg-img { position: absolute; height: 100%; width: 100%; z-index: -1; background-position: 0 0; } } .mw-1120 { max-width: 70rem; height: 100%; padding: 0; margin: 0 auto; position: relative; } .vision-container { position: relative; width: 100%; text-align: center; } .vision { padding: 0.4rem 1rem 0.6rem; background: #fefd34 !important; color: #000 !important; font-size: 1.4rem; font-weight: bold; } @media ( min-width: 768px ) { .vision-container { position: absolute; bottom: -2rem; padding: 0 2rem; } .vision { display: inline-block; } } @media ( min-width: 1024px ) { .vision { font-size: 1.8rem; } } /* thank you message */ .w-68p { width: 100%; padding: 1.5rem 0; text-align: center; } @media ( min-width: 1024px ) { .w-68p { width: 68%; margin: auto; } } .page-intro { margin-top: 2rem; margin-left: 0; } @media ( max-width: 1024px ) { .page-intro { padding: 0 1.5rem; margin: 0; } } .page-intro .w-68p p { font-size: 1.1rem; } .w-25p, .w-32p, .w-75p { width: 100%; } @media ( min-width: 768px ) { .w-25p { width: 25%; } .w-32p { width: 32%; } .w-75p { width: 75%; } } /* other ctas */ .other-ctas { /* display: none; */ padding: 2rem 1rem; background: #f8f9fa; } .other-ctas .h2 { text-align: center; font-size: 1.5rem; margin-bottom: 2rem; } @media ( min-width: 768px ) { .other-ctas .h2 { font-size: 2rem; } } .rounded { border-radius: 5px; } .shadow { border: 1px solid #e5e5e5; } /* .other-ctas .focus-block { display: none; } */ .focus-block { background-color: #fff; overflow: hidden; display: block; margin-bottom: 1rem; } .focus-block .card, .focus-block .card-content { height: 100%; display: block; } .focus-block .card-content { padding: 1.5rem; } @media ( max-width: 768px ) { .cta-primary.endowment .btn { display: block; width: calc(100% - 3rem); } } .focus-block .h3 { margin-bottom: 0.3125rem; font-size: 1.5rem; line-height: 1.2; } .focus-block .mar-bottom { padding-bottom: 2rem; display: block; } .focus-block .stick-to-bottom { position: absolute; bottom: 22px; } @media ( min-width: 768px ) { .focus-block { margin-left: 0.5rem; margin-right: 0.5rem; max-width: 25rem; } .focus-block .h3 { margin-bottom: 0.3125rem; } .focus-block .card-content .btn { max-width: calc( 100% - 3rem ); } } .focus-block p { margin-bottom: 1rem; } .focus-block p a { text-decoration: underline; } .focus-block a:hover { color: #3a25ff; } /* footer */ footer { padding: 3rem 1.5rem; background: #54595d; color: #fff !important; } footer a, footer a:visited { color: inherit !important; text-decoration: underline; transition: 0.3s all; } footer a:hover { text-decoration: underline; } @media ( min-width: 768px ) { footer { padding: 3rem 0 4rem; } } footer .footer-legal { text-align: center; } footer .footer-legal p, footer .footer-legal .p { padding-bottom: 0.75rem; font-size: 0.75rem; line-height: 1.3; } @media ( min-width: 768px ) and ( max-width: 1280px ) { footer .footer-legal p, footer .footer-legal .p { font-size: 0.85rem; } } @media ( min-width: 1281px ) { footer .footer-legal p, footer .footer-legal .p { font-size: 0.95rem; } } .editor-tools { text-align: center; } </style> </html> <div class="ty-page plainlinks"><!--feature-endowment feature-matching feature-survey--> <div class="header-home"> <div class="top-nav"> <div class="site-main-nav"> <div class="logo-container"> <html> <a href="https://wikimediafoundation.org/"> <span class="btn-label-a11y">Wikimedia Foundation</span> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 279 62"><path d="M83.46 25.83l4.378-14.102h5.738l4.34 14.102 4.893-14.102h5.959l-8.608 24.515h-4.082L90.67 19.18 85.3 36.243h-4.083L72.61 11.728h5.959L83.46 25.83zm28.287-14.102h5.518v24.515h-5.518V11.728zm11.587 0h5.517V21.81l9.306-10.083h6.805l-9.821 10.85c.846 1.17 2.428 3.362 4.708 6.54 2.281 3.179 3.973 5.554 5.113 7.125h-6.437l-7.246-9.682-2.464 2.74v6.942h-5.518V11.728h.037zm25.049 0h5.518v24.515h-5.518V11.728zm33.693 9.097l-6.657 13.408h-3.274l-6.621-13.408v15.418h-5.517V11.728h7.467l6.363 13.481 6.4-13.481h7.431v24.515h-5.518V20.825h-.074zm29.39-9.097v4.859h-12.285v5.078h11.035v4.677h-11.035v5.078h12.69v4.823H193.7V11.728h17.766zm24.13 3.215c2.354 2.155 3.531 5.115 3.531 8.914 0 3.8-1.14 6.832-3.458 9.061-2.28 2.229-5.811 3.325-10.52 3.325h-8.423V11.728h8.718c4.451 0 7.798 1.096 10.152 3.215zm-4.009 14.577c1.361-1.278 2.023-3.105 2.023-5.517 0-2.41-.662-4.274-2.023-5.553-1.361-1.315-3.421-1.936-6.217-1.936h-3.09V31.42h3.495c2.501 0 4.451-.62 5.812-1.9zm12.322-17.792h5.517v24.515h-5.517V11.728zm29.169 24.515l-2.281-5.298h-10.336l-2.28 5.298h-5.849l10.667-24.515h5.334L279 36.243h-5.922zm-7.467-17.208l-3.09 7.124h6.18l-3.09-7.124zM82.651 47.386v2.96h4.782v1.68h-4.781v4.42h-1.84v-10.74h7.21v1.68h-5.37zm25.822 7.526c-1.103 1.06-2.427 1.571-4.046 1.571-1.618 0-2.942-.511-4.046-1.57-1.103-1.06-1.655-2.376-1.655-3.947 0-1.57.552-2.886 1.655-3.945 1.104-1.06 2.428-1.571 4.046-1.571 1.619 0 2.943.511 4.046 1.57 1.104 1.06 1.656 2.375 1.656 3.946 0 1.571-.552 2.887-1.656 3.946zm-1.324-6.686c-.735-.767-1.655-1.132-2.722-1.132-1.066 0-1.986.365-2.722 1.132a3.825 3.825 0 00-1.103 2.74c0 1.096.368 2.01 1.103 2.74.736.731 1.656 1.133 2.722 1.133 1.067 0 1.987-.365 2.722-1.133a3.822 3.822 0 001.104-2.74c0-1.096-.368-2.009-1.104-2.74zm16.957 5.736c.478.585 1.177.877 2.023.877.846 0 1.508-.292 2.023-.877.515-.584.736-1.352.736-2.338v-5.955h1.839v6.028c0 1.535-.441 2.74-1.287 3.58-.846.84-1.95 1.243-3.274 1.243s-2.428-.402-3.274-1.242c-.846-.84-1.287-2.01-1.287-3.58v-6.03h1.839v5.956c-.073.986.184 1.754.662 2.338zm26.815-8.293h1.839V56.41h-1.986l-6.106-7.818v7.818h-1.839V45.67h1.839l6.29 8.001V45.67h-.037zm22.254 1.425c1.03.95 1.545 2.228 1.545 3.909 0 1.68-.515 2.996-1.508 3.946-.993.986-2.538 1.461-4.635 1.461h-3.568V45.67h3.715c1.913 0 3.421.475 4.451 1.425zm-.258 3.945c0-2.447-1.434-3.69-4.23-3.69h-1.839v7.344h2.023c1.325 0 2.318-.292 3.017-.913.662-.622 1.029-1.535 1.029-2.74zm14.971 2.923l-1.067 2.448h-1.949l4.745-10.741h1.95l4.745 10.741h-1.95l-1.067-2.448h-5.407zm4.672-1.68l-1.95-4.421-1.949 4.42h3.899zm17.766-4.933v9.061h-1.839v-9.06h-3.274v-1.645h8.387v1.644h-3.274zm14.529-1.68h1.839V56.41h-1.839V45.67zm23.1 9.243c-1.103 1.06-2.428 1.571-4.046 1.571-1.619 0-2.943-.511-4.046-1.57-1.104-1.06-1.655-2.376-1.655-3.947 0-1.57.551-2.886 1.655-3.945 1.103-1.06 2.427-1.571 4.046-1.571 1.618 0 2.943.511 4.046 1.57 1.104 1.06 1.655 2.375 1.655 3.946 0 1.571-.551 2.887-1.655 3.946zm-1.324-6.686c-.736-.767-1.655-1.132-2.722-1.132s-1.986.365-2.722 1.132a3.822 3.822 0 00-1.104 2.74c0 1.096.368 2.01 1.104 2.74.736.731 1.655 1.133 2.722 1.133s1.986-.365 2.722-1.133a3.82 3.82 0 001.103-2.74c0-1.096-.367-2.009-1.103-2.74zm22.621-2.557h1.84V56.41h-1.987l-6.106-7.818v7.818h-1.839V45.67h1.839l6.29 8.001-.037-8.001zM33.84 49.943c9.307-1.315 16.442-9.243 16.442-18.815 0-5.846-2.648-11.034-6.804-14.541l-9.638 9.572v23.784zm-5.407 0V26.16l-9.637-9.609a18.896 18.896 0 00-6.805 14.541c0 9.61 7.136 17.537 16.442 18.852zm19.348-35.365c4.451 4.42 6.879 10.302 6.879 16.513 0 6.211-2.465 12.13-6.879 16.514-4.45 4.42-10.373 6.832-16.626 6.832a23.545 23.545 0 01-16.626-6.832c-4.414-4.384-6.915-10.266-6.915-16.514 0-6.247 2.465-12.13 6.879-16.514.367-.365.772-.73 1.177-1.096L10.3 8.147c-.405.366-.773.731-1.178 1.096-2.869 2.85-5.113 6.138-6.658 9.828A30.563 30.563 0 000 31.091c0 4.165.81 8.22 2.464 12.02 1.582 3.69 3.826 6.979 6.658 9.828 2.87 2.85 6.18 5.079 9.895 6.613A31.132 31.132 0 0031.119 62c4.193 0 8.276-.804 12.101-2.448a31.698 31.698 0 009.895-6.613c2.869-2.85 5.113-6.138 6.658-9.828a30.565 30.565 0 002.464-12.02c0-4.165-.81-8.22-2.464-12.02-1.582-3.69-3.826-6.978-6.658-9.828-.368-.365-.773-.73-1.177-1.096l-5.334 5.334c.405.33.773.695 1.177 1.097zM31.12 0c5.37 0 9.71 4.311 9.71 9.645s-4.34 9.646-9.71 9.646c-5.37 0-9.711-4.312-9.711-9.646 0-5.334 4.34-9.645 9.71-9.645z"></path></svg> </a> </html> </div> </div> </div> <div class="header-content"> <div class="header-img"> <div class="header-bg-img"></div> <div class="vision-container"> <div class="vision">{{{header-new}}}</div> </div> </div> <div class="page-intro"> <div class="page-intro-text flex flex-medium flex-align-center"> <div class="w-68p"> <p> {{{header-text1}}} </p> <p> {{{header-text2}}} </p> </div> </div> </div> </div> </div> <html> <main id="ty-content"> <div class="other-ctas"> <div class="mw-1120"> </html>{{#if:{{{cta-header|}}}|<h2 class="h2">{{{cta-header}}}</h2>}}<html> <div class="flex flex-medium flex-justify-center"> </html>{{#if:{{{survey-code|}}}|<html> <div class="survey survey-1 w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> <a href="https://www.surveymonkey.com/r/</html>{{{survey-code}}}<html>" class="ty-survey-link"> </html>{{{survey-header}}}<html> </a> </h3> <div class="mar-bottom"> <p></html>{{{survey-text}}}<html></p> <p class="small"></html>{{{survey-legal}}}<html></p> </div> <a href="https://www.surveymonkey.com/r/</html>{{{survey-code}}}<html>" class="btn btn-blue stick-to-bottom ty-survey-link"> </html>{{{survey-button}}}<html> </a> </div> </div> </div><!-- survey --> </html>}}{{#if:{{{match-header|}}}|<html> <div class="matching w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> <a href="https://donate.wikimedia.org/wiki/</html>{{{match-link|Matching_Gifts}}}<html>"> </html>{{{match-header}}}<html> </a> </h3> <div class="mar-bottom"> <p></html>{{{match-text}}}<html></p> </div> <a href="https://donate.wikimedia.org/wiki/</html>{{{match-link|Matching_Gifts}}}<html>" class="btn btn-blue stick-to-bottom"> </html>{{{match-button}}}<html> </a> </div> </div> </div><!-- matching --> </html>}}{{#if:{{{store-header|}}}|<html> <div class="store w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> <a href="https://store.wikimedia.org/"> </html>{{{store-header}}}<html> </a> </h3> <div class="mar-bottom"> <p></html>{{{store-text-new}}}<html></p> </div> <a href="https://store.wikimedia.org/" class="btn btn-blue stick-to-bottom"> </html>{{{store-button}}}<html> </a> </div> </div> </div><!-- store --> </html>}}{{#if:{{{legacy-header|}}}|<html> <div class="will-notUS w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> </html>{{{legacy-header}}}<html> </h3> <div class="mar-bottom"> <p></html>{{{legacy-text-2}}}<html></p> </div> <a class="btn btn-blue stick-to-bottom" href="https://wikimediaendowment.org/#request-more-info"> </html>{{{request-info}}}<html> </a> </div> </div> </div><!-- will-notUS --> </html>}}{{#if:{{{chapter-SE-title|}}}|<html> <div class="chapter-message chapter-SE w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> </html>{{{chapter-SE-title}}}<html> </h3> <div class="mar-bottom"> <p></html>{{{chapter-SE-text}}}<html></p> </div> </html>{{{chapter-SE-link}}}<html> </div> </div> </div><!-- chapter message cta --> </html>}}{{#if:{{{wikiminute-SV-title|}}}|<html> <div class="wikiminute-SV w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> </html>{{{wikiminute-SV-title}}}<html> </h3> <div class="mar-bottom"> <p></html>{{{wikiminute-SV-text}}}<html></p> </div> </div> </div> </div><!-- wikiminute cta --> </html>}}{{#if:{{{wikiminute-ES-title|}}}|<html> <div class="wikiminute-ES w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> </html>{{{wikiminute-ES-title}}}<html> </h3> <div class="mar-bottom"> <p></html>{{{wikiminute-ES-text}}}<html></p> </div> </div> </div> </div><!-- wikiminute cta --> </html>}}<html> </div> </div> </div> </main> <footer> <div class="footer-legal mw-620"> <p></html>{{{chapters}}}<html></p> <p></html>{{{questions}}}<html></p> <p></html>{{{terms}}}<html></p> </div><!-- End footer-legal --> </footer> </div> </html> <div style="display: none;" class="loggedinonly editor-tools"><!--edit page snippet--> [{{fullurl:{{FULLPAGENAME}}|action=edit}} Edit this page] · [{{fullurl:Template:Recurring_cookie_page|action=edit}} Edit template] </div> {{Hide banners}}<!-- Important - do not remove! --> [[Category:Thank You page]] {{#if:{{{survey-code|}}}|[[Category:Thank You page with active survey]]}} nugqr5lqgbs3p9ljz58enozupdjdsa1 1416 1414 2026-04-17T10:44:52Z EHughes (WMF) 9 Updating for Norwegian 1416 wikitext text/x-wiki {{Add viewport tag.js}}<!-- Critical javascript to add the viewport tag. Other js is in MediaWiki:ThankYouPage.js --> {{DISPLAYTITLE:{{{title}}}}} <html> <style> /* --- wiki resets --- */ html, body { margin: 0; padding: 0; background: #fff; } #jump-to-nav { display: none; } #firstHeading, #contentSub, #siteSub { display: none } /* Hiding the Interface on Desktop and Mobile, identical to Template: HideInterface */ /* Desktop */ #mw-navigation, #mw-page-base, #mw-head-base, h1#firstHeading, footer.mw-footer, #contentSub, #contentSub2, .patrollink, #catlinks { display: none; } /* Mobile */ body.mw-mobile-mode .header, body.mw-mobile-mode #mw-mf-last-modified, body.mw-mobile-mode .pre-content, body.mw-mobile-mode #footer { display: none; } body div#content { height: 100%; margin: 0; padding: 0; border: none; } .mw-body-content p { margin: 0; } /* --- end wiki resets --- */ /* Hack to hide all the broken stuff beyond the header on apps (page content service) */ #pcs .ty-page { font-size: 0; } #pcs .ty-page * { display: none; } #pcs .ty-page .header-home, #pcs .ty-page .header-home * { display: inherit; } html, body { text-align: center; } html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } * { box-sizing: border-box; } /* stylelint-disable selector-list-comma-newline-after */ address, article, aside, blockquote, canvas, dd, div, dl, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, li, main, nav, noscript, ol, output, p, .p, pre, section, table, tfoot, ul, video, .mw-body-content h1, .mw-body-content h2, .mw-body-content h3, .mw-body-content ul { margin: 0; padding: 0; border: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } /* stylelint-enable */ a { text-decoration: none; color: inherit; } a:visited { color: inherit; } a:hover { text-decoration: none; } a:focus { text-decoration: none; outline: 1px dotted currentColor; } body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Lato', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; font-size: 100%; text-align: left; direction: ltr; } .mar-bottom { margin-bottom: 16px; } h1, h2 { font-size: inherit; font-weight: 700; } h1, .h1 { font-size: 1.875rem; } @media ( min-width: 768px ) and ( max-width: 1280px ) { h1, .h1 { font-size: 2.9375rem; } } @media ( min-width: 1281px ) { h1, .h1 { font-size: 4rem; } } h2, .h2 { margin-bottom: 2rem; font-size: 1.125rem; } @media ( min-width: 768px ) { h2, .h2 { margin-bottom: 2rem; } } @media ( min-width: 768px ) and ( max-width: 1280px ) { h2, .h2 { font-size: 1.25rem; } } @media ( min-width: 1281px ) { h2, .h2 { font-size: 1.375rem; } } h3, .h3 { margin-bottom: 2rem; font-size: 1.125rem; } @media ( min-width: 768px ) { h3, .h3 { margin-bottom: 2rem; } } @media ( min-width: 768px ) and ( max-width: 1280px ) { h3, .h3 { font-size: 1.25rem; } } @media ( min-width: 1281px ) { h3, .h3 { font-size: 1.375rem; } } p, .p { font-size: 0.95rem; line-height: 1.466; } strong { font-weight: 700; } .w-100p { width: 100%; max-width: 100%; } .flex.flex-medium { display: flex; flex-direction: column; } @media ( min-width: 768px ) { .flex.flex-medium { flex-direction: row; flex-wrap: nowrap; } } .flex.flex-wrap { flex-wrap: wrap; } .flex.flex-justify-center { justify-content: center; } .flex.flex-align-center { align-items: center; } .page-intro-text a, .page-intro-text a:visited, .page-intro-text a.external, .page-intro-text a.external:visited { color: #3a25ff; } .page-intro-text a:hover { text-decoration: underline; } .page-intro-text p { margin-bottom: 0.5rem; } .header-home a { transition: 0.3s all; } .header-home .header-content { position: relative; z-index: 1; } .card { position: relative; } @media ( min-width: 768px ) { .img-left-content-right .card { display: flex; justify-content: flex-end; } } /* buttons */ .btn { display: inline-block; font-weight: 700; border-radius: 5px; cursor: pointer; padding: 1rem 1.5rem; padding: 0.6rem 1rem; transition: 0.3s all; border: 0; outline: 0; } .btn:hover { box-shadow: 0 10px 20px 0 rgba( 0, 0, 0, 0.21 ); } @media ( min-width: 1200px ) { .btn.btn-blue, .btn.btn-pink { padding: 11px 1.5rem; } } .btn.btn-blue, .btn.btn-blue:hover { background-color: #3a25ff; color: #fff; } .btn.btn-blue:focus { outline: 1px dotted #3a25ff; } .btn.btn-pink, .btn.btn-pink:hover { background-color: #d40356; color: #fff; } .btn.btn-pink:focus { outline: 1px dotted #d40356; } .btn.btn-lt-blue { background-color: #eeeaff; color: #3a25ff; } .btn.btn-lt-blue:hover { background-color: #3a25ff; color: #fff; } .btn.btn-lt-blue:focus { outline: 1px dotted #3a25ff; } .btn.btn-lt-pink { background-color: #fde8f0; color: #d40356; } .btn.btn-lt-pink:hover { background-color: #d40356; color: #fff; } .btn.btn-lt-pink:focus { outline: 1px dotted #d40356; } /* header */ .header-home { position: relative; } .top-nav { z-index: 2000; width: 100%; transition: top 0.25s ease; } .site-main-nav { transition: all 0.5s ease; padding: 1.5625rem 0; text-align: center; } .logo-container { width: 180px; margin: auto; } .logo-container a { display: block; } .logo-container a:hover { opacity: 0.8; } .logo-container svg { width: 100%; max-width: 17.4375rem; margin: auto; } .pcs-theme-black .logo-container svg path, .pcs-theme-dark .logo-container svg path { fill: #fff !important; } .btn-label-a11y { font-size: 0; height: 1px; overflow: hidden; display: block; } /* hero */ .header-img { width: 100%; position: relative; left: 50%; right: 50%; margin-left: -50%; margin-right: -50%; padding: 0; height: auto; margin-bottom: 2rem; /* overflow-x: hidden; */ } @media ( min-width: 768px ) { .header-img { height: 175px; } } .header-bg-img { position: relative; height: 175px; width: 100%; background-image: url( https://upload.wikimedia.org/wikipedia/donate/9/9a/Thank_You_2019_Header.svg ); background-size: cover; background-position: -150px center; background-repeat: repeat-x; } @media ( min-width: 768px ) { .header-bg-img { position: absolute; height: 100%; width: 100%; z-index: -1; background-position: 0 0; } } .mw-1120 { max-width: 70rem; height: 100%; padding: 0; margin: 0 auto; position: relative; } .vision-container { position: relative; width: 100%; text-align: center; } .vision { padding: 0.4rem 1rem 0.6rem; background: #fefd34 !important; color: #000 !important; font-size: 1.4rem; font-weight: bold; } @media ( min-width: 768px ) { .vision-container { position: absolute; bottom: -2rem; padding: 0 2rem; } .vision { display: inline-block; } } @media ( min-width: 1024px ) { .vision { font-size: 1.8rem; } } /* thank you message */ .w-68p { width: 100%; padding: 1.5rem 0; text-align: center; } @media ( min-width: 1024px ) { .w-68p { width: 68%; margin: auto; } } .page-intro { margin-top: 2rem; margin-left: 0; } @media ( max-width: 1024px ) { .page-intro { padding: 0 1.5rem; margin: 0; } } .page-intro .w-68p p { font-size: 1.1rem; } .w-25p, .w-32p, .w-75p { width: 100%; } @media ( min-width: 768px ) { .w-25p { width: 25%; } .w-32p { width: 32%; } .w-75p { width: 75%; } } /* other ctas */ .other-ctas { /* display: none; */ padding: 2rem 1rem; background: #f8f9fa; } .other-ctas .h2 { text-align: center; font-size: 1.5rem; margin-bottom: 2rem; } @media ( min-width: 768px ) { .other-ctas .h2 { font-size: 2rem; } } .rounded { border-radius: 5px; } .shadow { border: 1px solid #e5e5e5; } /* .other-ctas .focus-block { display: none; } */ .focus-block { background-color: #fff; overflow: hidden; display: block; margin-bottom: 1rem; } .focus-block .card, .focus-block .card-content { height: 100%; display: block; } .focus-block .card-content { padding: 1.5rem; } @media ( max-width: 768px ) { .cta-primary.endowment .btn { display: block; width: calc(100% - 3rem); } } .focus-block .h3 { margin-bottom: 0.3125rem; font-size: 1.5rem; line-height: 1.2; } .focus-block .mar-bottom { padding-bottom: 2rem; display: block; } .focus-block .stick-to-bottom { position: absolute; bottom: 22px; } @media ( min-width: 768px ) { .focus-block { margin-left: 0.5rem; margin-right: 0.5rem; max-width: 25rem; } .focus-block .h3 { margin-bottom: 0.3125rem; } .focus-block .card-content .btn { max-width: calc( 100% - 3rem ); } } .focus-block p { margin-bottom: 1rem; } .focus-block p a { text-decoration: underline; } .focus-block a:hover { color: #3a25ff; } /* footer */ footer { padding: 3rem 1.5rem; background: #54595d; color: #fff !important; } footer a, footer a:visited { color: inherit !important; text-decoration: underline; transition: 0.3s all; } footer a:hover { text-decoration: underline; } @media ( min-width: 768px ) { footer { padding: 3rem 0 4rem; } } footer .footer-legal { text-align: center; } footer .footer-legal p, footer .footer-legal .p { padding-bottom: 0.75rem; font-size: 0.75rem; line-height: 1.3; } @media ( min-width: 768px ) and ( max-width: 1280px ) { footer .footer-legal p, footer .footer-legal .p { font-size: 0.85rem; } } @media ( min-width: 1281px ) { footer .footer-legal p, footer .footer-legal .p { font-size: 0.95rem; } } .editor-tools { text-align: center; } </style> </html> <div class="ty-page plainlinks"><!--feature-endowment feature-matching feature-survey--> <div class="header-home"> <div class="top-nav"> <div class="site-main-nav"> <div class="logo-container"> <html> <a href="https://wikimediafoundation.org/"> <span class="btn-label-a11y">Wikimedia Foundation</span> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 279 62"><path d="M83.46 25.83l4.378-14.102h5.738l4.34 14.102 4.893-14.102h5.959l-8.608 24.515h-4.082L90.67 19.18 85.3 36.243h-4.083L72.61 11.728h5.959L83.46 25.83zm28.287-14.102h5.518v24.515h-5.518V11.728zm11.587 0h5.517V21.81l9.306-10.083h6.805l-9.821 10.85c.846 1.17 2.428 3.362 4.708 6.54 2.281 3.179 3.973 5.554 5.113 7.125h-6.437l-7.246-9.682-2.464 2.74v6.942h-5.518V11.728h.037zm25.049 0h5.518v24.515h-5.518V11.728zm33.693 9.097l-6.657 13.408h-3.274l-6.621-13.408v15.418h-5.517V11.728h7.467l6.363 13.481 6.4-13.481h7.431v24.515h-5.518V20.825h-.074zm29.39-9.097v4.859h-12.285v5.078h11.035v4.677h-11.035v5.078h12.69v4.823H193.7V11.728h17.766zm24.13 3.215c2.354 2.155 3.531 5.115 3.531 8.914 0 3.8-1.14 6.832-3.458 9.061-2.28 2.229-5.811 3.325-10.52 3.325h-8.423V11.728h8.718c4.451 0 7.798 1.096 10.152 3.215zm-4.009 14.577c1.361-1.278 2.023-3.105 2.023-5.517 0-2.41-.662-4.274-2.023-5.553-1.361-1.315-3.421-1.936-6.217-1.936h-3.09V31.42h3.495c2.501 0 4.451-.62 5.812-1.9zm12.322-17.792h5.517v24.515h-5.517V11.728zm29.169 24.515l-2.281-5.298h-10.336l-2.28 5.298h-5.849l10.667-24.515h5.334L279 36.243h-5.922zm-7.467-17.208l-3.09 7.124h6.18l-3.09-7.124zM82.651 47.386v2.96h4.782v1.68h-4.781v4.42h-1.84v-10.74h7.21v1.68h-5.37zm25.822 7.526c-1.103 1.06-2.427 1.571-4.046 1.571-1.618 0-2.942-.511-4.046-1.57-1.103-1.06-1.655-2.376-1.655-3.947 0-1.57.552-2.886 1.655-3.945 1.104-1.06 2.428-1.571 4.046-1.571 1.619 0 2.943.511 4.046 1.57 1.104 1.06 1.656 2.375 1.656 3.946 0 1.571-.552 2.887-1.656 3.946zm-1.324-6.686c-.735-.767-1.655-1.132-2.722-1.132-1.066 0-1.986.365-2.722 1.132a3.825 3.825 0 00-1.103 2.74c0 1.096.368 2.01 1.103 2.74.736.731 1.656 1.133 2.722 1.133 1.067 0 1.987-.365 2.722-1.133a3.822 3.822 0 001.104-2.74c0-1.096-.368-2.009-1.104-2.74zm16.957 5.736c.478.585 1.177.877 2.023.877.846 0 1.508-.292 2.023-.877.515-.584.736-1.352.736-2.338v-5.955h1.839v6.028c0 1.535-.441 2.74-1.287 3.58-.846.84-1.95 1.243-3.274 1.243s-2.428-.402-3.274-1.242c-.846-.84-1.287-2.01-1.287-3.58v-6.03h1.839v5.956c-.073.986.184 1.754.662 2.338zm26.815-8.293h1.839V56.41h-1.986l-6.106-7.818v7.818h-1.839V45.67h1.839l6.29 8.001V45.67h-.037zm22.254 1.425c1.03.95 1.545 2.228 1.545 3.909 0 1.68-.515 2.996-1.508 3.946-.993.986-2.538 1.461-4.635 1.461h-3.568V45.67h3.715c1.913 0 3.421.475 4.451 1.425zm-.258 3.945c0-2.447-1.434-3.69-4.23-3.69h-1.839v7.344h2.023c1.325 0 2.318-.292 3.017-.913.662-.622 1.029-1.535 1.029-2.74zm14.971 2.923l-1.067 2.448h-1.949l4.745-10.741h1.95l4.745 10.741h-1.95l-1.067-2.448h-5.407zm4.672-1.68l-1.95-4.421-1.949 4.42h3.899zm17.766-4.933v9.061h-1.839v-9.06h-3.274v-1.645h8.387v1.644h-3.274zm14.529-1.68h1.839V56.41h-1.839V45.67zm23.1 9.243c-1.103 1.06-2.428 1.571-4.046 1.571-1.619 0-2.943-.511-4.046-1.57-1.104-1.06-1.655-2.376-1.655-3.947 0-1.57.551-2.886 1.655-3.945 1.103-1.06 2.427-1.571 4.046-1.571 1.618 0 2.943.511 4.046 1.57 1.104 1.06 1.655 2.375 1.655 3.946 0 1.571-.551 2.887-1.655 3.946zm-1.324-6.686c-.736-.767-1.655-1.132-2.722-1.132s-1.986.365-2.722 1.132a3.822 3.822 0 00-1.104 2.74c0 1.096.368 2.01 1.104 2.74.736.731 1.655 1.133 2.722 1.133s1.986-.365 2.722-1.133a3.82 3.82 0 001.103-2.74c0-1.096-.367-2.009-1.103-2.74zm22.621-2.557h1.84V56.41h-1.987l-6.106-7.818v7.818h-1.839V45.67h1.839l6.29 8.001-.037-8.001zM33.84 49.943c9.307-1.315 16.442-9.243 16.442-18.815 0-5.846-2.648-11.034-6.804-14.541l-9.638 9.572v23.784zm-5.407 0V26.16l-9.637-9.609a18.896 18.896 0 00-6.805 14.541c0 9.61 7.136 17.537 16.442 18.852zm19.348-35.365c4.451 4.42 6.879 10.302 6.879 16.513 0 6.211-2.465 12.13-6.879 16.514-4.45 4.42-10.373 6.832-16.626 6.832a23.545 23.545 0 01-16.626-6.832c-4.414-4.384-6.915-10.266-6.915-16.514 0-6.247 2.465-12.13 6.879-16.514.367-.365.772-.73 1.177-1.096L10.3 8.147c-.405.366-.773.731-1.178 1.096-2.869 2.85-5.113 6.138-6.658 9.828A30.563 30.563 0 000 31.091c0 4.165.81 8.22 2.464 12.02 1.582 3.69 3.826 6.979 6.658 9.828 2.87 2.85 6.18 5.079 9.895 6.613A31.132 31.132 0 0031.119 62c4.193 0 8.276-.804 12.101-2.448a31.698 31.698 0 009.895-6.613c2.869-2.85 5.113-6.138 6.658-9.828a30.565 30.565 0 002.464-12.02c0-4.165-.81-8.22-2.464-12.02-1.582-3.69-3.826-6.978-6.658-9.828-.368-.365-.773-.73-1.177-1.096l-5.334 5.334c.405.33.773.695 1.177 1.097zM31.12 0c5.37 0 9.71 4.311 9.71 9.645s-4.34 9.646-9.71 9.646c-5.37 0-9.711-4.312-9.711-9.646 0-5.334 4.34-9.645 9.71-9.645z"></path></svg> </a> </html> </div> </div> </div> <div class="header-content"> <div class="header-img"> <div class="header-bg-img"></div> <div class="vision-container"> <div class="vision">{{{header-new}}}</div> </div> </div> <div class="page-intro"> <div class="page-intro-text flex flex-medium flex-align-center"> <div class="w-68p"> <p> {{{header-text1}}} </p> <p> {{{header-text2}}} </p> </div> </div> </div> </div> </div> <html> <main id="ty-content"> <div class="other-ctas"> <div class="mw-1120"> </html>{{#if:{{{cta-header|}}}|<h2 class="h2">{{{cta-header}}}</h2>}}<html> <div class="flex flex-medium flex-justify-center"> </html>{{#if:{{{survey-code|}}}|<html> <div class="survey survey-1 w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> <a href="https://www.surveymonkey.com/r/</html>{{{survey-code}}}<html>" class="ty-survey-link"> </html>{{{survey-header}}}<html> </a> </h3> <div class="mar-bottom"> <p></html>{{{survey-text}}}<html></p> <p class="small"></html>{{{survey-legal}}}<html></p> </div> <a href="https://www.surveymonkey.com/r/</html>{{{survey-code}}}<html>" class="btn btn-blue stick-to-bottom ty-survey-link"> </html>{{{survey-button}}}<html> </a> </div> </div> </div><!-- survey --> </html>}}{{#if:{{{match-header|}}}|<html> <div class="matching w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> <a href="https://donate.wikimedia.org/wiki/</html>{{{match-link|Matching_Gifts}}}<html>"> </html>{{{match-header}}}<html> </a> </h3> <div class="mar-bottom"> <p></html>{{{match-text}}}<html></p> </div> <a href="https://donate.wikimedia.org/wiki/</html>{{{match-link|Matching_Gifts}}}<html>" class="btn btn-blue stick-to-bottom"> </html>{{{match-button}}}<html> </a> </div> </div> </div><!-- matching --> </html>}}{{#if:{{{store-header|}}}|<html> <div class="store w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> <a href="https://store.wikimedia.org/"> </html>{{{store-header}}}<html> </a> </h3> <div class="mar-bottom"> <p></html>{{{store-text-new}}}<html></p> </div> <a href="https://store.wikimedia.org/" class="btn btn-blue stick-to-bottom"> </html>{{{store-button}}}<html> </a> </div> </div> </div><!-- store --> </html>}}{{#if:{{{legacy-header|}}}|<html> <div class="will-notUS w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> </html>{{{legacy-header}}}<html> </h3> <div class="mar-bottom"> <p></html>{{{legacy-text-2}}}<html></p> </div> <a class="btn btn-blue stick-to-bottom" href="https://wikimediaendowment.org/#request-more-info"> </html>{{{request-info}}}<html> </a> </div> </div> </div><!-- will-notUS --> </html>}}{{#if:{{{chapter-SE-title|}}}|<html> <div class="chapter-message chapter-SE w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> </html>{{{chapter-SE-title}}}<html> </h3> <div class="mar-bottom"> <p></html>{{{chapter-SE-text}}}<html></p> </div> </html>{{{chapter-SE-link}}}<html> </div> </div> </div><!-- chapter message cta --> </html>}}{{#if:{{{chapter-NB-title|}}}|<html> <div class="chapter-message chapter-NB w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> </html>{{{chapter-NB-title}}}<html> </h3> <div class="mar-bottom"> <p></html>{{{chapter-NB-text}}}<html></p> </div> </html>{{{chapter-SE-link}}}<html> </div> </div> </div><!-- chapter message cta --> </html>}}{{#if:{{{wikiminute-SV-title|}}}|<html> <div class="wikiminute-SV w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> </html>{{{wikiminute-SV-title}}}<html> </h3> <div class="mar-bottom"> <p></html>{{{wikiminute-SV-text}}}<html></p> </div> </div> </div> </div><!-- wikiminute cta --> </html>}}{{#if:{{{wikiminute-ES-title|}}}|<html> <div class="wikiminute-ES w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> </html>{{{wikiminute-ES-title}}}<html> </h3> <div class="mar-bottom"> <p></html>{{{wikiminute-ES-text}}}<html></p> </div> </div> </div> </div><!-- wikiminute cta --> </html>}}{{#if:{{{wikiminute-NB-title|}}}|<html> <div class="wikiminute-NB w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> </html>{{{wikiminute-NB-title}}}<html> </h3> <div class="mar-bottom"> <p></html>{{{wikiminute-NB-text}}}<html></p> </div> </div> </div> </div><!-- wikiminute cta --> </html>}}<html> </div> </div> </div> </main> <footer> <div class="footer-legal mw-620"> <p></html>{{{chapters}}}<html></p> <p></html>{{{questions}}}<html></p> <p></html>{{{terms}}}<html></p> </div><!-- End footer-legal --> </footer> </div> </html> <div style="display: none;" class="loggedinonly editor-tools"><!--edit page snippet--> [{{fullurl:{{FULLPAGENAME}}|action=edit}} Edit this page] · [{{fullurl:Template:Recurring_cookie_page|action=edit}} Edit template] </div> {{Hide banners}}<!-- Important - do not remove! --> [[Category:Thank You page]] {{#if:{{{survey-code|}}}|[[Category:Thank You page with active survey]]}} 1gay6tsohrh2rutyto4iyw7cjhhduef 1417 1416 2026-04-17T10:46:22Z EHughes (WMF) 9 1417 wikitext text/x-wiki {{Add viewport tag.js}}<!-- Critical javascript to add the viewport tag. Other js is in MediaWiki:ThankYouPage.js --> {{DISPLAYTITLE:{{{title}}}}} <html> <style> /* --- wiki resets --- */ html, body { margin: 0; padding: 0; background: #fff; } #jump-to-nav { display: none; } #firstHeading, #contentSub, #siteSub { display: none } /* Hiding the Interface on Desktop and Mobile, identical to Template: HideInterface */ /* Desktop */ #mw-navigation, #mw-page-base, #mw-head-base, h1#firstHeading, footer.mw-footer, #contentSub, #contentSub2, .patrollink, #catlinks { display: none; } /* Mobile */ body.mw-mobile-mode .header, body.mw-mobile-mode #mw-mf-last-modified, body.mw-mobile-mode .pre-content, body.mw-mobile-mode #footer { display: none; } body div#content { height: 100%; margin: 0; padding: 0; border: none; } .mw-body-content p { margin: 0; } /* --- end wiki resets --- */ /* Hack to hide all the broken stuff beyond the header on apps (page content service) */ #pcs .ty-page { font-size: 0; } #pcs .ty-page * { display: none; } #pcs .ty-page .header-home, #pcs .ty-page .header-home * { display: inherit; } html, body { text-align: center; } html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } * { box-sizing: border-box; } /* stylelint-disable selector-list-comma-newline-after */ address, article, aside, blockquote, canvas, dd, div, dl, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, li, main, nav, noscript, ol, output, p, .p, pre, section, table, tfoot, ul, video, .mw-body-content h1, .mw-body-content h2, .mw-body-content h3, .mw-body-content ul { margin: 0; padding: 0; border: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } /* stylelint-enable */ a { text-decoration: none; color: inherit; } a:visited { color: inherit; } a:hover { text-decoration: none; } a:focus { text-decoration: none; outline: 1px dotted currentColor; } body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Lato', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; font-size: 100%; text-align: left; direction: ltr; } .mar-bottom { margin-bottom: 16px; } h1, h2 { font-size: inherit; font-weight: 700; } h1, .h1 { font-size: 1.875rem; } @media ( min-width: 768px ) and ( max-width: 1280px ) { h1, .h1 { font-size: 2.9375rem; } } @media ( min-width: 1281px ) { h1, .h1 { font-size: 4rem; } } h2, .h2 { margin-bottom: 2rem; font-size: 1.125rem; } @media ( min-width: 768px ) { h2, .h2 { margin-bottom: 2rem; } } @media ( min-width: 768px ) and ( max-width: 1280px ) { h2, .h2 { font-size: 1.25rem; } } @media ( min-width: 1281px ) { h2, .h2 { font-size: 1.375rem; } } h3, .h3 { margin-bottom: 2rem; font-size: 1.125rem; } @media ( min-width: 768px ) { h3, .h3 { margin-bottom: 2rem; } } @media ( min-width: 768px ) and ( max-width: 1280px ) { h3, .h3 { font-size: 1.25rem; } } @media ( min-width: 1281px ) { h3, .h3 { font-size: 1.375rem; } } p, .p { font-size: 0.95rem; line-height: 1.466; } strong { font-weight: 700; } .w-100p { width: 100%; max-width: 100%; } .flex.flex-medium { display: flex; flex-direction: column; } @media ( min-width: 768px ) { .flex.flex-medium { flex-direction: row; flex-wrap: nowrap; } } .flex.flex-wrap { flex-wrap: wrap; } .flex.flex-justify-center { justify-content: center; } .flex.flex-align-center { align-items: center; } .page-intro-text a, .page-intro-text a:visited, .page-intro-text a.external, .page-intro-text a.external:visited { color: #3a25ff; } .page-intro-text a:hover { text-decoration: underline; } .page-intro-text p { margin-bottom: 0.5rem; } .header-home a { transition: 0.3s all; } .header-home .header-content { position: relative; z-index: 1; } .card { position: relative; } @media ( min-width: 768px ) { .img-left-content-right .card { display: flex; justify-content: flex-end; } } /* buttons */ .btn { display: inline-block; font-weight: 700; border-radius: 5px; cursor: pointer; padding: 1rem 1.5rem; padding: 0.6rem 1rem; transition: 0.3s all; border: 0; outline: 0; } .btn:hover { box-shadow: 0 10px 20px 0 rgba( 0, 0, 0, 0.21 ); } @media ( min-width: 1200px ) { .btn.btn-blue, .btn.btn-pink { padding: 11px 1.5rem; } } .btn.btn-blue, .btn.btn-blue:hover { background-color: #3a25ff; color: #fff; } .btn.btn-blue:focus { outline: 1px dotted #3a25ff; } .btn.btn-pink, .btn.btn-pink:hover { background-color: #d40356; color: #fff; } .btn.btn-pink:focus { outline: 1px dotted #d40356; } .btn.btn-lt-blue { background-color: #eeeaff; color: #3a25ff; } .btn.btn-lt-blue:hover { background-color: #3a25ff; color: #fff; } .btn.btn-lt-blue:focus { outline: 1px dotted #3a25ff; } .btn.btn-lt-pink { background-color: #fde8f0; color: #d40356; } .btn.btn-lt-pink:hover { background-color: #d40356; color: #fff; } .btn.btn-lt-pink:focus { outline: 1px dotted #d40356; } /* header */ .header-home { position: relative; } .top-nav { z-index: 2000; width: 100%; transition: top 0.25s ease; } .site-main-nav { transition: all 0.5s ease; padding: 1.5625rem 0; text-align: center; } .logo-container { width: 180px; margin: auto; } .logo-container a { display: block; } .logo-container a:hover { opacity: 0.8; } .logo-container svg { width: 100%; max-width: 17.4375rem; margin: auto; } .pcs-theme-black .logo-container svg path, .pcs-theme-dark .logo-container svg path { fill: #fff !important; } .btn-label-a11y { font-size: 0; height: 1px; overflow: hidden; display: block; } /* hero */ .header-img { width: 100%; position: relative; left: 50%; right: 50%; margin-left: -50%; margin-right: -50%; padding: 0; height: auto; margin-bottom: 2rem; /* overflow-x: hidden; */ } @media ( min-width: 768px ) { .header-img { height: 175px; } } .header-bg-img { position: relative; height: 175px; width: 100%; background-image: url( https://upload.wikimedia.org/wikipedia/donate/9/9a/Thank_You_2019_Header.svg ); background-size: cover; background-position: -150px center; background-repeat: repeat-x; } @media ( min-width: 768px ) { .header-bg-img { position: absolute; height: 100%; width: 100%; z-index: -1; background-position: 0 0; } } .mw-1120 { max-width: 70rem; height: 100%; padding: 0; margin: 0 auto; position: relative; } .vision-container { position: relative; width: 100%; text-align: center; } .vision { padding: 0.4rem 1rem 0.6rem; background: #fefd34 !important; color: #000 !important; font-size: 1.4rem; font-weight: bold; } @media ( min-width: 768px ) { .vision-container { position: absolute; bottom: -2rem; padding: 0 2rem; } .vision { display: inline-block; } } @media ( min-width: 1024px ) { .vision { font-size: 1.8rem; } } /* thank you message */ .w-68p { width: 100%; padding: 1.5rem 0; text-align: center; } @media ( min-width: 1024px ) { .w-68p { width: 68%; margin: auto; } } .page-intro { margin-top: 2rem; margin-left: 0; } @media ( max-width: 1024px ) { .page-intro { padding: 0 1.5rem; margin: 0; } } .page-intro .w-68p p { font-size: 1.1rem; } .w-25p, .w-32p, .w-75p { width: 100%; } @media ( min-width: 768px ) { .w-25p { width: 25%; } .w-32p { width: 32%; } .w-75p { width: 75%; } } /* other ctas */ .other-ctas { /* display: none; */ padding: 2rem 1rem; background: #f8f9fa; } .other-ctas .h2 { text-align: center; font-size: 1.5rem; margin-bottom: 2rem; } @media ( min-width: 768px ) { .other-ctas .h2 { font-size: 2rem; } } .rounded { border-radius: 5px; } .shadow { border: 1px solid #e5e5e5; } /* .other-ctas .focus-block { display: none; } */ .focus-block { background-color: #fff; overflow: hidden; display: block; margin-bottom: 1rem; } .focus-block .card, .focus-block .card-content { height: 100%; display: block; } .focus-block .card-content { padding: 1.5rem; } @media ( max-width: 768px ) { .cta-primary.endowment .btn { display: block; width: calc(100% - 3rem); } } .focus-block .h3 { margin-bottom: 0.3125rem; font-size: 1.5rem; line-height: 1.2; } .focus-block .mar-bottom { padding-bottom: 2rem; display: block; } .focus-block .stick-to-bottom { position: absolute; bottom: 22px; } @media ( min-width: 768px ) { .focus-block { margin-left: 0.5rem; margin-right: 0.5rem; max-width: 25rem; } .focus-block .h3 { margin-bottom: 0.3125rem; } .focus-block .card-content .btn { max-width: calc( 100% - 3rem ); } } .focus-block p { margin-bottom: 1rem; } .focus-block p a { text-decoration: underline; } .focus-block a:hover { color: #3a25ff; } /* footer */ footer { padding: 3rem 1.5rem; background: #54595d; color: #fff !important; } footer a, footer a:visited { color: inherit !important; text-decoration: underline; transition: 0.3s all; } footer a:hover { text-decoration: underline; } @media ( min-width: 768px ) { footer { padding: 3rem 0 4rem; } } footer .footer-legal { text-align: center; } footer .footer-legal p, footer .footer-legal .p { padding-bottom: 0.75rem; font-size: 0.75rem; line-height: 1.3; } @media ( min-width: 768px ) and ( max-width: 1280px ) { footer .footer-legal p, footer .footer-legal .p { font-size: 0.85rem; } } @media ( min-width: 1281px ) { footer .footer-legal p, footer .footer-legal .p { font-size: 0.95rem; } } .editor-tools { text-align: center; } </style> </html> <div class="ty-page plainlinks"><!--feature-endowment feature-matching feature-survey--> <div class="header-home"> <div class="top-nav"> <div class="site-main-nav"> <div class="logo-container"> <html> <a href="https://wikimediafoundation.org/"> <span class="btn-label-a11y">Wikimedia Foundation</span> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 279 62"><path d="M83.46 25.83l4.378-14.102h5.738l4.34 14.102 4.893-14.102h5.959l-8.608 24.515h-4.082L90.67 19.18 85.3 36.243h-4.083L72.61 11.728h5.959L83.46 25.83zm28.287-14.102h5.518v24.515h-5.518V11.728zm11.587 0h5.517V21.81l9.306-10.083h6.805l-9.821 10.85c.846 1.17 2.428 3.362 4.708 6.54 2.281 3.179 3.973 5.554 5.113 7.125h-6.437l-7.246-9.682-2.464 2.74v6.942h-5.518V11.728h.037zm25.049 0h5.518v24.515h-5.518V11.728zm33.693 9.097l-6.657 13.408h-3.274l-6.621-13.408v15.418h-5.517V11.728h7.467l6.363 13.481 6.4-13.481h7.431v24.515h-5.518V20.825h-.074zm29.39-9.097v4.859h-12.285v5.078h11.035v4.677h-11.035v5.078h12.69v4.823H193.7V11.728h17.766zm24.13 3.215c2.354 2.155 3.531 5.115 3.531 8.914 0 3.8-1.14 6.832-3.458 9.061-2.28 2.229-5.811 3.325-10.52 3.325h-8.423V11.728h8.718c4.451 0 7.798 1.096 10.152 3.215zm-4.009 14.577c1.361-1.278 2.023-3.105 2.023-5.517 0-2.41-.662-4.274-2.023-5.553-1.361-1.315-3.421-1.936-6.217-1.936h-3.09V31.42h3.495c2.501 0 4.451-.62 5.812-1.9zm12.322-17.792h5.517v24.515h-5.517V11.728zm29.169 24.515l-2.281-5.298h-10.336l-2.28 5.298h-5.849l10.667-24.515h5.334L279 36.243h-5.922zm-7.467-17.208l-3.09 7.124h6.18l-3.09-7.124zM82.651 47.386v2.96h4.782v1.68h-4.781v4.42h-1.84v-10.74h7.21v1.68h-5.37zm25.822 7.526c-1.103 1.06-2.427 1.571-4.046 1.571-1.618 0-2.942-.511-4.046-1.57-1.103-1.06-1.655-2.376-1.655-3.947 0-1.57.552-2.886 1.655-3.945 1.104-1.06 2.428-1.571 4.046-1.571 1.619 0 2.943.511 4.046 1.57 1.104 1.06 1.656 2.375 1.656 3.946 0 1.571-.552 2.887-1.656 3.946zm-1.324-6.686c-.735-.767-1.655-1.132-2.722-1.132-1.066 0-1.986.365-2.722 1.132a3.825 3.825 0 00-1.103 2.74c0 1.096.368 2.01 1.103 2.74.736.731 1.656 1.133 2.722 1.133 1.067 0 1.987-.365 2.722-1.133a3.822 3.822 0 001.104-2.74c0-1.096-.368-2.009-1.104-2.74zm16.957 5.736c.478.585 1.177.877 2.023.877.846 0 1.508-.292 2.023-.877.515-.584.736-1.352.736-2.338v-5.955h1.839v6.028c0 1.535-.441 2.74-1.287 3.58-.846.84-1.95 1.243-3.274 1.243s-2.428-.402-3.274-1.242c-.846-.84-1.287-2.01-1.287-3.58v-6.03h1.839v5.956c-.073.986.184 1.754.662 2.338zm26.815-8.293h1.839V56.41h-1.986l-6.106-7.818v7.818h-1.839V45.67h1.839l6.29 8.001V45.67h-.037zm22.254 1.425c1.03.95 1.545 2.228 1.545 3.909 0 1.68-.515 2.996-1.508 3.946-.993.986-2.538 1.461-4.635 1.461h-3.568V45.67h3.715c1.913 0 3.421.475 4.451 1.425zm-.258 3.945c0-2.447-1.434-3.69-4.23-3.69h-1.839v7.344h2.023c1.325 0 2.318-.292 3.017-.913.662-.622 1.029-1.535 1.029-2.74zm14.971 2.923l-1.067 2.448h-1.949l4.745-10.741h1.95l4.745 10.741h-1.95l-1.067-2.448h-5.407zm4.672-1.68l-1.95-4.421-1.949 4.42h3.899zm17.766-4.933v9.061h-1.839v-9.06h-3.274v-1.645h8.387v1.644h-3.274zm14.529-1.68h1.839V56.41h-1.839V45.67zm23.1 9.243c-1.103 1.06-2.428 1.571-4.046 1.571-1.619 0-2.943-.511-4.046-1.57-1.104-1.06-1.655-2.376-1.655-3.947 0-1.57.551-2.886 1.655-3.945 1.103-1.06 2.427-1.571 4.046-1.571 1.618 0 2.943.511 4.046 1.57 1.104 1.06 1.655 2.375 1.655 3.946 0 1.571-.551 2.887-1.655 3.946zm-1.324-6.686c-.736-.767-1.655-1.132-2.722-1.132s-1.986.365-2.722 1.132a3.822 3.822 0 00-1.104 2.74c0 1.096.368 2.01 1.104 2.74.736.731 1.655 1.133 2.722 1.133s1.986-.365 2.722-1.133a3.82 3.82 0 001.103-2.74c0-1.096-.367-2.009-1.103-2.74zm22.621-2.557h1.84V56.41h-1.987l-6.106-7.818v7.818h-1.839V45.67h1.839l6.29 8.001-.037-8.001zM33.84 49.943c9.307-1.315 16.442-9.243 16.442-18.815 0-5.846-2.648-11.034-6.804-14.541l-9.638 9.572v23.784zm-5.407 0V26.16l-9.637-9.609a18.896 18.896 0 00-6.805 14.541c0 9.61 7.136 17.537 16.442 18.852zm19.348-35.365c4.451 4.42 6.879 10.302 6.879 16.513 0 6.211-2.465 12.13-6.879 16.514-4.45 4.42-10.373 6.832-16.626 6.832a23.545 23.545 0 01-16.626-6.832c-4.414-4.384-6.915-10.266-6.915-16.514 0-6.247 2.465-12.13 6.879-16.514.367-.365.772-.73 1.177-1.096L10.3 8.147c-.405.366-.773.731-1.178 1.096-2.869 2.85-5.113 6.138-6.658 9.828A30.563 30.563 0 000 31.091c0 4.165.81 8.22 2.464 12.02 1.582 3.69 3.826 6.979 6.658 9.828 2.87 2.85 6.18 5.079 9.895 6.613A31.132 31.132 0 0031.119 62c4.193 0 8.276-.804 12.101-2.448a31.698 31.698 0 009.895-6.613c2.869-2.85 5.113-6.138 6.658-9.828a30.565 30.565 0 002.464-12.02c0-4.165-.81-8.22-2.464-12.02-1.582-3.69-3.826-6.978-6.658-9.828-.368-.365-.773-.73-1.177-1.096l-5.334 5.334c.405.33.773.695 1.177 1.097zM31.12 0c5.37 0 9.71 4.311 9.71 9.645s-4.34 9.646-9.71 9.646c-5.37 0-9.711-4.312-9.711-9.646 0-5.334 4.34-9.645 9.71-9.645z"></path></svg> </a> </html> </div> </div> </div> <div class="header-content"> <div class="header-img"> <div class="header-bg-img"></div> <div class="vision-container"> <div class="vision">{{{header-new}}}</div> </div> </div> <div class="page-intro"> <div class="page-intro-text flex flex-medium flex-align-center"> <div class="w-68p"> <p> {{{header-text1}}} </p> <p> {{{header-text2}}} </p> </div> </div> </div> </div> </div> <html> <main id="ty-content"> <div class="other-ctas"> <div class="mw-1120"> </html>{{#if:{{{cta-header|}}}|<h2 class="h2">{{{cta-header}}}</h2>}}<html> <div class="flex flex-medium flex-justify-center"> </html>{{#if:{{{survey-code|}}}|<html> <div class="survey survey-1 w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> <a href="https://www.surveymonkey.com/r/</html>{{{survey-code}}}<html>" class="ty-survey-link"> </html>{{{survey-header}}}<html> </a> </h3> <div class="mar-bottom"> <p></html>{{{survey-text}}}<html></p> <p class="small"></html>{{{survey-legal}}}<html></p> </div> <a href="https://www.surveymonkey.com/r/</html>{{{survey-code}}}<html>" class="btn btn-blue stick-to-bottom ty-survey-link"> </html>{{{survey-button}}}<html> </a> </div> </div> </div><!-- survey --> </html>}}{{#if:{{{match-header|}}}|<html> <div class="matching w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> <a href="https://donate.wikimedia.org/wiki/</html>{{{match-link|Matching_Gifts}}}<html>"> </html>{{{match-header}}}<html> </a> </h3> <div class="mar-bottom"> <p></html>{{{match-text}}}<html></p> </div> <a href="https://donate.wikimedia.org/wiki/</html>{{{match-link|Matching_Gifts}}}<html>" class="btn btn-blue stick-to-bottom"> </html>{{{match-button}}}<html> </a> </div> </div> </div><!-- matching --> </html>}}{{#if:{{{store-header|}}}|<html> <div class="store w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> <a href="https://store.wikimedia.org/"> </html>{{{store-header}}}<html> </a> </h3> <div class="mar-bottom"> <p></html>{{{store-text-new}}}<html></p> </div> <a href="https://store.wikimedia.org/" class="btn btn-blue stick-to-bottom"> </html>{{{store-button}}}<html> </a> </div> </div> </div><!-- store --> </html>}}{{#if:{{{legacy-header|}}}|<html> <div class="will-notUS w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> </html>{{{legacy-header}}}<html> </h3> <div class="mar-bottom"> <p></html>{{{legacy-text-2}}}<html></p> </div> <a class="btn btn-blue stick-to-bottom" href="https://wikimediaendowment.org/#request-more-info"> </html>{{{request-info}}}<html> </a> </div> </div> </div><!-- will-notUS --> </html>}}{{#if:{{{chapter-SE-title|}}}|<html> <div class="chapter-message chapter-SE w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> </html>{{{chapter-SE-title}}}<html> </h3> <div class="mar-bottom"> <p></html>{{{chapter-SE-text}}}<html></p> </div> </html>{{{chapter-SE-link}}}<html> </div> </div> </div><!-- chapter message cta --> </html>}}{{#if:{{{chapter-NO-title|}}}|<html> <div class="chapter-message chapter-NO w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> </html>{{{chapter-NO-title}}}<html> </h3> <div class="mar-bottom"> <p></html>{{{chapter-NO-text}}}<html></p> </div> </html>{{{chapter-NO-link}}}<html> </div> </div> </div><!-- chapter message cta --> </html>}}{{#if:{{{wikiminute-SV-title|}}}|<html> <div class="wikiminute-SV w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> </html>{{{wikiminute-SV-title}}}<html> </h3> <div class="mar-bottom"> <p></html>{{{wikiminute-SV-text}}}<html></p> </div> </div> </div> </div><!-- wikiminute cta --> </html>}}{{#if:{{{wikiminute-ES-title|}}}|<html> <div class="wikiminute-ES w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> </html>{{{wikiminute-ES-title}}}<html> </h3> <div class="mar-bottom"> <p></html>{{{wikiminute-ES-text}}}<html></p> </div> </div> </div> </div><!-- wikiminute cta --> </html>}}{{#if:{{{wikiminute-NB-title|}}}|<html> <div class="wikiminute-NB w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> </html>{{{wikiminute-NB-title}}}<html> </h3> <div class="mar-bottom"> <p></html>{{{wikiminute-NB-text}}}<html></p> </div> </div> </div> </div><!-- wikiminute cta --> </html>}}<html> </div> </div> </div> </main> <footer> <div class="footer-legal mw-620"> <p></html>{{{chapters}}}<html></p> <p></html>{{{questions}}}<html></p> <p></html>{{{terms}}}<html></p> </div><!-- End footer-legal --> </footer> </div> </html> <div style="display: none;" class="loggedinonly editor-tools"><!--edit page snippet--> [{{fullurl:{{FULLPAGENAME}}|action=edit}} Edit this page] · [{{fullurl:Template:Recurring_cookie_page|action=edit}} Edit template] </div> {{Hide banners}}<!-- Important - do not remove! --> [[Category:Thank You page]] {{#if:{{{survey-code|}}}|[[Category:Thank You page with active survey]]}} fj3v3mof1xupfwhp2m8uus650fhp9t1 1418 1417 2026-04-17T10:47:43Z EHughes (WMF) 9 1418 wikitext text/x-wiki {{Add viewport tag.js}}<!-- Critical javascript to add the viewport tag. Other js is in MediaWiki:ThankYouPage.js --> {{DISPLAYTITLE:{{{title}}}}} <html> <style> /* --- wiki resets --- */ html, body { margin: 0; padding: 0; background: #fff; } #jump-to-nav { display: none; } #firstHeading, #contentSub, #siteSub { display: none } /* Hiding the Interface on Desktop and Mobile, identical to Template: HideInterface */ /* Desktop */ #mw-navigation, #mw-page-base, #mw-head-base, h1#firstHeading, footer.mw-footer, #contentSub, #contentSub2, .patrollink, #catlinks { display: none; } /* Mobile */ body.mw-mobile-mode .header, body.mw-mobile-mode #mw-mf-last-modified, body.mw-mobile-mode .pre-content, body.mw-mobile-mode #footer { display: none; } body div#content { height: 100%; margin: 0; padding: 0; border: none; } .mw-body-content p { margin: 0; } /* --- end wiki resets --- */ /* Hack to hide all the broken stuff beyond the header on apps (page content service) */ #pcs .ty-page { font-size: 0; } #pcs .ty-page * { display: none; } #pcs .ty-page .header-home, #pcs .ty-page .header-home * { display: inherit; } html, body { text-align: center; } html { -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } * { box-sizing: border-box; } /* stylelint-disable selector-list-comma-newline-after */ address, article, aside, blockquote, canvas, dd, div, dl, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, li, main, nav, noscript, ol, output, p, .p, pre, section, table, tfoot, ul, video, .mw-body-content h1, .mw-body-content h2, .mw-body-content h3, .mw-body-content ul { margin: 0; padding: 0; border: 0; } article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; } /* stylelint-enable */ a { text-decoration: none; color: inherit; } a:visited { color: inherit; } a:hover { text-decoration: none; } a:focus { text-decoration: none; outline: 1px dotted currentColor; } body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Lato', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif; font-size: 100%; text-align: left; direction: ltr; } .mar-bottom { margin-bottom: 16px; } h1, h2 { font-size: inherit; font-weight: 700; } h1, .h1 { font-size: 1.875rem; } @media ( min-width: 768px ) and ( max-width: 1280px ) { h1, .h1 { font-size: 2.9375rem; } } @media ( min-width: 1281px ) { h1, .h1 { font-size: 4rem; } } h2, .h2 { margin-bottom: 2rem; font-size: 1.125rem; } @media ( min-width: 768px ) { h2, .h2 { margin-bottom: 2rem; } } @media ( min-width: 768px ) and ( max-width: 1280px ) { h2, .h2 { font-size: 1.25rem; } } @media ( min-width: 1281px ) { h2, .h2 { font-size: 1.375rem; } } h3, .h3 { margin-bottom: 2rem; font-size: 1.125rem; } @media ( min-width: 768px ) { h3, .h3 { margin-bottom: 2rem; } } @media ( min-width: 768px ) and ( max-width: 1280px ) { h3, .h3 { font-size: 1.25rem; } } @media ( min-width: 1281px ) { h3, .h3 { font-size: 1.375rem; } } p, .p { font-size: 0.95rem; line-height: 1.466; } strong { font-weight: 700; } .w-100p { width: 100%; max-width: 100%; } .flex.flex-medium { display: flex; flex-direction: column; } @media ( min-width: 768px ) { .flex.flex-medium { flex-direction: row; flex-wrap: nowrap; } } .flex.flex-wrap { flex-wrap: wrap; } .flex.flex-justify-center { justify-content: center; } .flex.flex-align-center { align-items: center; } .page-intro-text a, .page-intro-text a:visited, .page-intro-text a.external, .page-intro-text a.external:visited { color: #3a25ff; } .page-intro-text a:hover { text-decoration: underline; } .page-intro-text p { margin-bottom: 0.5rem; } .header-home a { transition: 0.3s all; } .header-home .header-content { position: relative; z-index: 1; } .card { position: relative; } @media ( min-width: 768px ) { .img-left-content-right .card { display: flex; justify-content: flex-end; } } /* buttons */ .btn { display: inline-block; font-weight: 700; border-radius: 5px; cursor: pointer; padding: 1rem 1.5rem; padding: 0.6rem 1rem; transition: 0.3s all; border: 0; outline: 0; } .btn:hover { box-shadow: 0 10px 20px 0 rgba( 0, 0, 0, 0.21 ); } @media ( min-width: 1200px ) { .btn.btn-blue, .btn.btn-pink { padding: 11px 1.5rem; } } .btn.btn-blue, .btn.btn-blue:hover { background-color: #3a25ff; color: #fff; } .btn.btn-blue:focus { outline: 1px dotted #3a25ff; } .btn.btn-pink, .btn.btn-pink:hover { background-color: #d40356; color: #fff; } .btn.btn-pink:focus { outline: 1px dotted #d40356; } .btn.btn-lt-blue { background-color: #eeeaff; color: #3a25ff; } .btn.btn-lt-blue:hover { background-color: #3a25ff; color: #fff; } .btn.btn-lt-blue:focus { outline: 1px dotted #3a25ff; } .btn.btn-lt-pink { background-color: #fde8f0; color: #d40356; } .btn.btn-lt-pink:hover { background-color: #d40356; color: #fff; } .btn.btn-lt-pink:focus { outline: 1px dotted #d40356; } /* header */ .header-home { position: relative; } .top-nav { z-index: 2000; width: 100%; transition: top 0.25s ease; } .site-main-nav { transition: all 0.5s ease; padding: 1.5625rem 0; text-align: center; } .logo-container { width: 180px; margin: auto; } .logo-container a { display: block; } .logo-container a:hover { opacity: 0.8; } .logo-container svg { width: 100%; max-width: 17.4375rem; margin: auto; } .pcs-theme-black .logo-container svg path, .pcs-theme-dark .logo-container svg path { fill: #fff !important; } .btn-label-a11y { font-size: 0; height: 1px; overflow: hidden; display: block; } /* hero */ .header-img { width: 100%; position: relative; left: 50%; right: 50%; margin-left: -50%; margin-right: -50%; padding: 0; height: auto; margin-bottom: 2rem; /* overflow-x: hidden; */ } @media ( min-width: 768px ) { .header-img { height: 175px; } } .header-bg-img { position: relative; height: 175px; width: 100%; background-image: url( https://upload.wikimedia.org/wikipedia/donate/9/9a/Thank_You_2019_Header.svg ); background-size: cover; background-position: -150px center; background-repeat: repeat-x; } @media ( min-width: 768px ) { .header-bg-img { position: absolute; height: 100%; width: 100%; z-index: -1; background-position: 0 0; } } .mw-1120 { max-width: 70rem; height: 100%; padding: 0; margin: 0 auto; position: relative; } .vision-container { position: relative; width: 100%; text-align: center; } .vision { padding: 0.4rem 1rem 0.6rem; background: #fefd34 !important; color: #000 !important; font-size: 1.4rem; font-weight: bold; } @media ( min-width: 768px ) { .vision-container { position: absolute; bottom: -2rem; padding: 0 2rem; } .vision { display: inline-block; } } @media ( min-width: 1024px ) { .vision { font-size: 1.8rem; } } /* thank you message */ .w-68p { width: 100%; padding: 1.5rem 0; text-align: center; } @media ( min-width: 1024px ) { .w-68p { width: 68%; margin: auto; } } .page-intro { margin-top: 2rem; margin-left: 0; } @media ( max-width: 1024px ) { .page-intro { padding: 0 1.5rem; margin: 0; } } .page-intro .w-68p p { font-size: 1.1rem; } .w-25p, .w-32p, .w-75p { width: 100%; } @media ( min-width: 768px ) { .w-25p { width: 25%; } .w-32p { width: 32%; } .w-75p { width: 75%; } } /* other ctas */ .other-ctas { /* display: none; */ padding: 2rem 1rem; background: #f8f9fa; } .other-ctas .h2 { text-align: center; font-size: 1.5rem; margin-bottom: 2rem; } @media ( min-width: 768px ) { .other-ctas .h2 { font-size: 2rem; } } .rounded { border-radius: 5px; } .shadow { border: 1px solid #e5e5e5; } /* .other-ctas .focus-block { display: none; } */ .focus-block { background-color: #fff; overflow: hidden; display: block; margin-bottom: 1rem; } .focus-block .card, .focus-block .card-content { height: 100%; display: block; } .focus-block .card-content { padding: 1.5rem; } @media ( max-width: 768px ) { .cta-primary.endowment .btn { display: block; width: calc(100% - 3rem); } } .focus-block .h3 { margin-bottom: 0.3125rem; font-size: 1.5rem; line-height: 1.2; } .focus-block .h3 a, .focus-block .h3 a:visited { color: #000000; } .focus-block .mar-bottom { padding-bottom: 2rem; display: block; } .focus-block .stick-to-bottom { position: absolute; bottom: 22px; } @media ( min-width: 768px ) { .focus-block { margin-left: 0.5rem; margin-right: 0.5rem; max-width: 25rem; } .focus-block .h3 { margin-bottom: 0.3125rem; } .focus-block .card-content .btn { max-width: calc( 100% - 3rem ); } } .focus-block p { margin-bottom: 1rem; } .focus-block p a { text-decoration: underline; } .focus-block a:hover { color: #3a25ff; } /* footer */ footer { padding: 3rem 1.5rem; background: #54595d; color: #fff !important; } footer a, footer a:visited { color: inherit !important; text-decoration: underline; transition: 0.3s all; } footer a:hover { text-decoration: underline; } @media ( min-width: 768px ) { footer { padding: 3rem 0 4rem; } } footer .footer-legal { text-align: center; } footer .footer-legal p, footer .footer-legal .p { padding-bottom: 0.75rem; font-size: 0.75rem; line-height: 1.3; } @media ( min-width: 768px ) and ( max-width: 1280px ) { footer .footer-legal p, footer .footer-legal .p { font-size: 0.85rem; } } @media ( min-width: 1281px ) { footer .footer-legal p, footer .footer-legal .p { font-size: 0.95rem; } } .editor-tools { text-align: center; } </style> </html> <div class="ty-page plainlinks"><!--feature-endowment feature-matching feature-survey--> <div class="header-home"> <div class="top-nav"> <div class="site-main-nav"> <div class="logo-container"> <html> <a href="https://wikimediafoundation.org/"> <span class="btn-label-a11y">Wikimedia Foundation</span> <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 279 62"><path d="M83.46 25.83l4.378-14.102h5.738l4.34 14.102 4.893-14.102h5.959l-8.608 24.515h-4.082L90.67 19.18 85.3 36.243h-4.083L72.61 11.728h5.959L83.46 25.83zm28.287-14.102h5.518v24.515h-5.518V11.728zm11.587 0h5.517V21.81l9.306-10.083h6.805l-9.821 10.85c.846 1.17 2.428 3.362 4.708 6.54 2.281 3.179 3.973 5.554 5.113 7.125h-6.437l-7.246-9.682-2.464 2.74v6.942h-5.518V11.728h.037zm25.049 0h5.518v24.515h-5.518V11.728zm33.693 9.097l-6.657 13.408h-3.274l-6.621-13.408v15.418h-5.517V11.728h7.467l6.363 13.481 6.4-13.481h7.431v24.515h-5.518V20.825h-.074zm29.39-9.097v4.859h-12.285v5.078h11.035v4.677h-11.035v5.078h12.69v4.823H193.7V11.728h17.766zm24.13 3.215c2.354 2.155 3.531 5.115 3.531 8.914 0 3.8-1.14 6.832-3.458 9.061-2.28 2.229-5.811 3.325-10.52 3.325h-8.423V11.728h8.718c4.451 0 7.798 1.096 10.152 3.215zm-4.009 14.577c1.361-1.278 2.023-3.105 2.023-5.517 0-2.41-.662-4.274-2.023-5.553-1.361-1.315-3.421-1.936-6.217-1.936h-3.09V31.42h3.495c2.501 0 4.451-.62 5.812-1.9zm12.322-17.792h5.517v24.515h-5.517V11.728zm29.169 24.515l-2.281-5.298h-10.336l-2.28 5.298h-5.849l10.667-24.515h5.334L279 36.243h-5.922zm-7.467-17.208l-3.09 7.124h6.18l-3.09-7.124zM82.651 47.386v2.96h4.782v1.68h-4.781v4.42h-1.84v-10.74h7.21v1.68h-5.37zm25.822 7.526c-1.103 1.06-2.427 1.571-4.046 1.571-1.618 0-2.942-.511-4.046-1.57-1.103-1.06-1.655-2.376-1.655-3.947 0-1.57.552-2.886 1.655-3.945 1.104-1.06 2.428-1.571 4.046-1.571 1.619 0 2.943.511 4.046 1.57 1.104 1.06 1.656 2.375 1.656 3.946 0 1.571-.552 2.887-1.656 3.946zm-1.324-6.686c-.735-.767-1.655-1.132-2.722-1.132-1.066 0-1.986.365-2.722 1.132a3.825 3.825 0 00-1.103 2.74c0 1.096.368 2.01 1.103 2.74.736.731 1.656 1.133 2.722 1.133 1.067 0 1.987-.365 2.722-1.133a3.822 3.822 0 001.104-2.74c0-1.096-.368-2.009-1.104-2.74zm16.957 5.736c.478.585 1.177.877 2.023.877.846 0 1.508-.292 2.023-.877.515-.584.736-1.352.736-2.338v-5.955h1.839v6.028c0 1.535-.441 2.74-1.287 3.58-.846.84-1.95 1.243-3.274 1.243s-2.428-.402-3.274-1.242c-.846-.84-1.287-2.01-1.287-3.58v-6.03h1.839v5.956c-.073.986.184 1.754.662 2.338zm26.815-8.293h1.839V56.41h-1.986l-6.106-7.818v7.818h-1.839V45.67h1.839l6.29 8.001V45.67h-.037zm22.254 1.425c1.03.95 1.545 2.228 1.545 3.909 0 1.68-.515 2.996-1.508 3.946-.993.986-2.538 1.461-4.635 1.461h-3.568V45.67h3.715c1.913 0 3.421.475 4.451 1.425zm-.258 3.945c0-2.447-1.434-3.69-4.23-3.69h-1.839v7.344h2.023c1.325 0 2.318-.292 3.017-.913.662-.622 1.029-1.535 1.029-2.74zm14.971 2.923l-1.067 2.448h-1.949l4.745-10.741h1.95l4.745 10.741h-1.95l-1.067-2.448h-5.407zm4.672-1.68l-1.95-4.421-1.949 4.42h3.899zm17.766-4.933v9.061h-1.839v-9.06h-3.274v-1.645h8.387v1.644h-3.274zm14.529-1.68h1.839V56.41h-1.839V45.67zm23.1 9.243c-1.103 1.06-2.428 1.571-4.046 1.571-1.619 0-2.943-.511-4.046-1.57-1.104-1.06-1.655-2.376-1.655-3.947 0-1.57.551-2.886 1.655-3.945 1.103-1.06 2.427-1.571 4.046-1.571 1.618 0 2.943.511 4.046 1.57 1.104 1.06 1.655 2.375 1.655 3.946 0 1.571-.551 2.887-1.655 3.946zm-1.324-6.686c-.736-.767-1.655-1.132-2.722-1.132s-1.986.365-2.722 1.132a3.822 3.822 0 00-1.104 2.74c0 1.096.368 2.01 1.104 2.74.736.731 1.655 1.133 2.722 1.133s1.986-.365 2.722-1.133a3.82 3.82 0 001.103-2.74c0-1.096-.367-2.009-1.103-2.74zm22.621-2.557h1.84V56.41h-1.987l-6.106-7.818v7.818h-1.839V45.67h1.839l6.29 8.001-.037-8.001zM33.84 49.943c9.307-1.315 16.442-9.243 16.442-18.815 0-5.846-2.648-11.034-6.804-14.541l-9.638 9.572v23.784zm-5.407 0V26.16l-9.637-9.609a18.896 18.896 0 00-6.805 14.541c0 9.61 7.136 17.537 16.442 18.852zm19.348-35.365c4.451 4.42 6.879 10.302 6.879 16.513 0 6.211-2.465 12.13-6.879 16.514-4.45 4.42-10.373 6.832-16.626 6.832a23.545 23.545 0 01-16.626-6.832c-4.414-4.384-6.915-10.266-6.915-16.514 0-6.247 2.465-12.13 6.879-16.514.367-.365.772-.73 1.177-1.096L10.3 8.147c-.405.366-.773.731-1.178 1.096-2.869 2.85-5.113 6.138-6.658 9.828A30.563 30.563 0 000 31.091c0 4.165.81 8.22 2.464 12.02 1.582 3.69 3.826 6.979 6.658 9.828 2.87 2.85 6.18 5.079 9.895 6.613A31.132 31.132 0 0031.119 62c4.193 0 8.276-.804 12.101-2.448a31.698 31.698 0 009.895-6.613c2.869-2.85 5.113-6.138 6.658-9.828a30.565 30.565 0 002.464-12.02c0-4.165-.81-8.22-2.464-12.02-1.582-3.69-3.826-6.978-6.658-9.828-.368-.365-.773-.73-1.177-1.096l-5.334 5.334c.405.33.773.695 1.177 1.097zM31.12 0c5.37 0 9.71 4.311 9.71 9.645s-4.34 9.646-9.71 9.646c-5.37 0-9.711-4.312-9.711-9.646 0-5.334 4.34-9.645 9.71-9.645z"></path></svg> </a> </html> </div> </div> </div> <div class="header-content"> <div class="header-img"> <div class="header-bg-img"></div> <div class="vision-container"> <div class="vision">{{{header-new}}}</div> </div> </div> <div class="page-intro"> <div class="page-intro-text flex flex-medium flex-align-center"> <div class="w-68p"> <p> {{{header-text1}}} </p> <p> {{{header-text2}}} </p> </div> </div> </div> </div> </div> <html> <main id="ty-content"> <div class="other-ctas"> <div class="mw-1120"> </html>{{#if:{{{cta-header|}}}|<h2 class="h2">{{{cta-header}}}</h2>}}<html> <div class="flex flex-medium flex-justify-center"> </html>{{#if:{{{survey-code|}}}|<html> <div class="survey survey-1 w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> <a href="https://www.surveymonkey.com/r/</html>{{{survey-code}}}<html>" class="ty-survey-link"> </html>{{{survey-header}}}<html> </a> </h3> <div class="mar-bottom"> <p></html>{{{survey-text}}}<html></p> <p class="small"></html>{{{survey-legal}}}<html></p> </div> <a href="https://www.surveymonkey.com/r/</html>{{{survey-code}}}<html>" class="btn btn-blue stick-to-bottom ty-survey-link"> </html>{{{survey-button}}}<html> </a> </div> </div> </div><!-- survey --> </html>}}{{#if:{{{match-header|}}}|<html> <div class="matching w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> <a href="https://donate.wikimedia.org/wiki/</html>{{{match-link|Matching_Gifts}}}<html>"> </html>{{{match-header}}}<html> </a> </h3> <div class="mar-bottom"> <p></html>{{{match-text}}}<html></p> </div> <a href="https://donate.wikimedia.org/wiki/</html>{{{match-link|Matching_Gifts}}}<html>" class="btn btn-blue stick-to-bottom"> </html>{{{match-button}}}<html> </a> </div> </div> </div><!-- matching --> </html>}}{{#if:{{{store-header|}}}|<html> <div class="store w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> <a href="https://store.wikimedia.org/"> </html>{{{store-header}}}<html> </a> </h3> <div class="mar-bottom"> <p></html>{{{store-text-new}}}<html></p> </div> <a href="https://store.wikimedia.org/" class="btn btn-blue stick-to-bottom"> </html>{{{store-button}}}<html> </a> </div> </div> </div><!-- store --> </html>}}{{#if:{{{legacy-header|}}}|<html> <div class="will-notUS w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> </html>{{{legacy-header}}}<html> </h3> <div class="mar-bottom"> <p></html>{{{legacy-text-2}}}<html></p> </div> <a class="btn btn-blue stick-to-bottom" href="https://wikimediaendowment.org/#request-more-info"> </html>{{{request-info}}}<html> </a> </div> </div> </div><!-- will-notUS --> </html>}}{{#if:{{{chapter-SE-title|}}}|<html> <div class="chapter-message chapter-SE w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> </html>{{{chapter-SE-title}}}<html> </h3> <div class="mar-bottom"> <p></html>{{{chapter-SE-text}}}<html></p> </div> </html>{{{chapter-SE-link}}}<html> </div> </div> </div><!-- chapter message cta --> </html>}}{{#if:{{{chapter-NO-title|}}}|<html> <div class="chapter-message chapter-NO w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> </html>{{{chapter-NO-title}}}<html> </h3> <div class="mar-bottom"> <p></html>{{{chapter-NO-text}}}<html></p> </div> </html>{{{chapter-NO-link}}}<html> </div> </div> </div><!-- chapter message cta --> </html>}}{{#if:{{{wikiminute-SV-title|}}}|<html> <div class="wikiminute-SV w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> </html>{{{wikiminute-SV-title}}}<html> </h3> <div class="mar-bottom"> <p></html>{{{wikiminute-SV-text}}}<html></p> </div> </div> </div> </div><!-- wikiminute cta --> </html>}}{{#if:{{{wikiminute-ES-title|}}}|<html> <div class="wikiminute-ES w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> </html>{{{wikiminute-ES-title}}}<html> </h3> <div class="mar-bottom"> <p></html>{{{wikiminute-ES-text}}}<html></p> </div> </div> </div> </div><!-- wikiminute cta --> </html>}}{{#if:{{{wikiminute-NB-title|}}}|<html> <div class="wikiminute-NB w-32p focus-block rounded shadow"> <div class="card"> <div class="card-content"> <h3 class="h3"> </html>{{{wikiminute-NB-title}}}<html> </h3> <div class="mar-bottom"> <p></html>{{{wikiminute-NB-text}}}<html></p> </div> </div> </div> </div><!-- wikiminute cta --> </html>}}<html> </div> </div> </div> </main> <footer> <div class="footer-legal mw-620"> <p></html>{{{chapters}}}<html></p> <p></html>{{{questions}}}<html></p> <p></html>{{{terms}}}<html></p> </div><!-- End footer-legal --> </footer> </div> </html> <div style="display: none;" class="loggedinonly editor-tools"><!--edit page snippet--> [{{fullurl:{{FULLPAGENAME}}|action=edit}} Edit this page] · [{{fullurl:Template:Recurring_cookie_page|action=edit}} Edit template] </div> {{Hide banners}}<!-- Important - do not remove! --> [[Category:Thank You page]] {{#if:{{{survey-code|}}}|[[Category:Thank You page with active survey]]}} lg8v5w9me842l6e6umq9mrov23gtlr6 Recurring donor page/es 0 126 1409 2026-04-17T10:18:37Z EHughes (WMF) 9 Creating recurring donor page for Spanish 1409 wikitext text/x-wiki {{Recurring donor page | language = es | title = ¡Muchas gracias! | header-new = ¡Buenas noticias! Ya puedes leer la Wikipedia sin interrupciones. | header-text1 = Dejarás de ver los banners de recaudación en este dispositivo. Si borras la caché, eliminas las cookies o cambias de navegador o de dispositivo, es posible que tengas que repetir este proceso. <html><p style="font-weight: 600;">Basta con que entres en esta misma página (<a href="https://thankyou.wikipedia.org/wiki/Recurring_donor_page/es">aquí tienes el enlace</a>) desde cada uno de tus dispositivos.</p></html> | header-text2 = Muchas gracias por tu apoyo. Las contribuciones de personas como tú permiten que la Wikipedia siga creciendo. | survey-code = 5WTBLC6 | survey-header = Haz nuestra encuesta | survey-text = Responde a las preguntas de nuestra encuesta y ayúdanos a seguir mejorando la Wikipedia. | survey-legal = Esta encuesta se proporciona a través de un servicio externo. Consulta nuestra [[wmf:Donor Thank You Survey Privacy Statement/es|declaración de privacidad de la encuesta]] para obtener información sobre la privacidad y el tratamiento de datos. | survey-button = Iniciar la encuesta | match-link = Matching_Gifts/es | match-header = Duplica tu donativo | match-text = Descubre si tu empresa tiene un programa de igualación de donativos y duplica tu impacto. | match-button = Consultar a tu empresa | store-header = Compra regalos con la marca Wikipedia | store-text-new = Planta la semilla del conocimiento comprando un regalo temático de la Wikipedia en nuestra tienda online. Los ingresos de las ventas se utilizan para agradecer a los voluntarios todo lo que hacen por mantener la Wikipedia. | store-button = Ir a la tienda | store-link = store.wikimedia.org/es | chapters = Más información sobre las [[m:Wikimedia chapters/es|sucursales locales y sus proyectos]]. | questions = Si tienes alguna pregunta, escribe a [mailto:donate@wikimedia.org donate@wikimedia.org]. | terms = Texto disponible sujeto a una [https://creativecommons.org/licenses/by-sa/4.0/deed.es licencia Creative Commons Attribution-ShareAlike License 4.0]; podrían aplicarse condiciones adicionales. Para más detalles, consulta los [https://foundation.wikimedia.org/wiki/Terms_of_Use/es Términos de Uso] o la [https://meta.wikimedia.org/wiki/Privacy_policy/es Política de Privacidad]. }} 4n0raaa1d32byasj4565wtojq43btlg 1410 1409 2026-04-17T10:26:32Z EHughes (WMF) 9 1410 wikitext text/x-wiki {{Recurring donor page | language = es | title = ¡Muchas gracias! | header-new = ¡Buenas noticias! Ya puedes leer la Wikipedia sin interrupciones. | header-text1 = Dejarás de ver los banners de recaudación en este dispositivo. Si borras la caché, eliminas las cookies o cambias de navegador o de dispositivo, es posible que tengas que repetir este proceso. <html><p style="font-weight: 600;">Basta con que entres en esta misma página (<a href="https://thankyou.wikipedia.org/wiki/Recurring_donor_page/es">aquí tienes el enlace</a>) desde cada uno de tus dispositivos.</p></html> | header-text2 = Muchas gracias por tu apoyo. Las contribuciones de personas como tú permiten que la Wikipedia siga creciendo. | store-header = Compra regalos con la marca Wikipedia | store-text-new = Planta la semilla del conocimiento comprando un regalo temático de la Wikipedia en nuestra tienda online. Los ingresos de las ventas se utilizan para agradecer a los voluntarios todo lo que hacen por mantener la Wikipedia. | store-button = Ir a la tienda | store-link = store.wikimedia.org/es | wikiminute-ES-title = Qué hace la Wikimedia Foundation | wikiminute-ES-text = [[File:Qué_hace_la_Fundación_Wikimedia_–_A_WIKI_MINUTE_16-9.webm|300px]] | chapters = Más información sobre las [[m:Wikimedia chapters/es|sucursales locales y sus proyectos]]. | questions = Si tienes alguna pregunta, escribe a [mailto:donate@wikimedia.org donate@wikimedia.org]. | terms = Texto disponible sujeto a una [https://creativecommons.org/licenses/by-sa/4.0/deed.es licencia Creative Commons Attribution-ShareAlike License 4.0]; podrían aplicarse condiciones adicionales. Para más detalles, consulta los [https://foundation.wikimedia.org/wiki/Terms_of_Use/es Términos de Uso] o la [https://meta.wikimedia.org/wiki/Privacy_policy/es Política de Privacidad]. }} rf51nr22qr473fdg8i2s3jgu9cs27dv Recurring donor page/nb 0 127 1415 2026-04-17T10:43:05Z EHughes (WMF) 9 Creating recurring donor page for Norwegian 1415 wikitext text/x-wiki {{Recurring donor page | language = nb | title = Tusen takk | header-new = Gode nyheter – nå kan du lese Wikipedia uten avbrytelser! | header-text1 = Du vil ikke lenger se innsamlingsbannere på denne enheten. Men husk at hvis du tømmer mellomlageret i nettleseren, sletter informasjonskapsler, eller bytter nettleser eller enhet, må du kanskje gjenta denne prosessen. <html><p style="font-weight: 600;">Det er så enkelt som å besøke akkurat denne siden (<a href="https://thankyou.wikipedia.org/wiki/Recurring_donor_page/nb">her er en lenke</a>) på hver enkelt enhet.</p></html> | header-text2 = Takk for at du er en trofast støttespiller. Det er bidrag fra lesere som deg som holder Wikipedia i gang. | chapter-NO-title = [https://www.wikimedia.no/ Wikimedia Norge] | chapter-NO-text = Wikimedia Norge er en frittstående forening som sammen med Wikimedia Foundation støtter opp om Wikipedia og andre prosjekter for fri kunnskapsdeling i Norge og Sápmi. | chapter-NO-link = [https://www.wikimedia.no/en/ <span class="btn btn-blue stick-to-bottom">Les mer</span>] | wikiminute-NB-title = Hva gjør Wikimedia Foundation? | wikiminute-NB-text = [[File:Hva gjør Wikimedia Foundation?.webm|300px]] | chapters = Lær mer om [[m:Wikimedia chapters|lokalavdelinger og deres prosjekter]]. | questions = Send en e-post til [mailto:donate@wikimedia.org donate@wikimedia.org] hvis du har noen spørsmål. | terms = Teksten er tilgjengelig under lisensen [https://creativecommons.org/licenses/by-sa/4.0/deed.no Creative Commons Navngivelse-Del på samme vilkår 4.0]; ytterligere vilkår kan gjelde. Se [https://foundation.wikimedia.org/wiki/Terms_of_Use bruksvilkårene] og [https://foundation.wikimedia.org/wiki/Privacy_policy personvernpolitikken] for flere detaljer. }} 5h3f3smcht6d8dts3rawfpv28o5ge6m