CINXE.COM

Accessibility – Tumblr Help Center

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name='robots' content='max-image-preview:large' /> <link rel="alternate" hreflang="x-default" href="https://help.tumblr.com/knowledge-base/accessibility/" /> <link rel="alternate" hreflang="en" href="https://help.tumblr.com/knowledge-base/accessibility/" /> <!-- Async WordPress.com Remote Login --> <script id="wpcom_remote_login_js"> var wpcom_remote_login_extra_auth = ''; function wpcom_remote_login_remove_dom_node_id( element_id ) { var dom_node = document.getElementById( element_id ); if ( dom_node ) { dom_node.parentNode.removeChild( dom_node ); } } function wpcom_remote_login_remove_dom_node_classes( class_name ) { var dom_nodes = document.querySelectorAll( '.' + class_name ); for ( var i = 0; i < dom_nodes.length; i++ ) { dom_nodes[ i ].parentNode.removeChild( dom_nodes[ i ] ); } } function wpcom_remote_login_final_cleanup() { wpcom_remote_login_remove_dom_node_classes( "wpcom_remote_login_msg" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_validate" ); wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_js" ); wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_iframe" ); wpcom_remote_login_remove_dom_node_id( "wpcom_request_access_styles" ); } // Watch for messages back from the remote login window.addEventListener( "message", function( e ) { if ( e.origin === "https://r-login.wordpress.com" ) { var data = {}; try { data = JSON.parse( e.data ); } catch( e ) { wpcom_remote_login_final_cleanup(); return; } if ( data.msg === 'LOGIN' ) { // Clean up the login check iframe wpcom_remote_login_remove_dom_node_id( "wpcom_remote_login_key" ); var id_regex = new RegExp( /^[0-9]+$/ ); var token_regex = new RegExp( /^.*|.*|.*$/ ); if ( token_regex.test( data.token ) && id_regex.test( data.wpcomid ) ) { // We have everything we need to ask for a login var script = document.createElement( "script" ); script.setAttribute( "id", "wpcom_remote_login_validate" ); script.src = '/remote-login.php?wpcom_remote_login=validate' + '&wpcomid=' + data.wpcomid + '&token=' + encodeURIComponent( data.token ) + '&host=' + window.location.protocol + '//' + window.location.hostname + '&postid=234809323' + '&is_singular='; document.body.appendChild( script ); } return; } // Safari ITP, not logged in, so redirect if ( data.msg === 'LOGIN-REDIRECT' ) { window.location = 'https://wordpress.com/log-in?redirect_to=' + window.location.href; return; } // Safari ITP, storage access failed, remove the request if ( data.msg === 'LOGIN-REMOVE' ) { var css_zap = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } @media screen and ( max-width: 782px ) { html { margin-top: 0 !important; } * html body { margin-top: 0 !important; } }'; var style_zap = document.createElement( 'style' ); style_zap.type = 'text/css'; style_zap.appendChild( document.createTextNode( css_zap ) ); document.body.appendChild( style_zap ); var e = document.getElementById( 'wpcom_request_access_iframe' ); e.parentNode.removeChild( e ); document.cookie = 'wordpress_com_login_access=denied; path=/; max-age=31536000'; return; } // Safari ITP if ( data.msg === 'REQUEST_ACCESS' ) { console.log( 'request access: safari' ); // Check ITP iframe enable/disable knob if ( wpcom_remote_login_extra_auth !== 'safari_itp_iframe' ) { return; } // If we are in a "private window" there is no ITP. var private_window = false; try { var opendb = window.openDatabase( null, null, null, null ); } catch( e ) { private_window = true; } if ( private_window ) { console.log( 'private window' ); return; } var iframe = document.createElement( 'iframe' ); iframe.id = 'wpcom_request_access_iframe'; iframe.setAttribute( 'scrolling', 'no' ); iframe.setAttribute( 'sandbox', 'allow-storage-access-by-user-activation allow-scripts allow-same-origin allow-top-navigation-by-user-activation' ); iframe.src = 'https://r-login.wordpress.com/remote-login.php?wpcom_remote_login=request_access&origin=' + encodeURIComponent( data.origin ) + '&wpcomid=' + encodeURIComponent( data.wpcomid ); var css = 'html { -webkit-transition: margin-top 1s; transition: margin-top 1s; } /* 9001 */ html { margin-top: 46px !important; } * html body { margin-top: 46px !important; } @media screen and ( max-width: 660px ) { html { margin-top: 71px !important; } * html body { margin-top: 71px !important; } #wpcom_request_access_iframe { display: block; height: 71px !important; } } #wpcom_request_access_iframe { border: 0px; height: 46px; position: fixed; top: 0; left: 0; width: 100%; min-width: 100%; z-index: 99999; background: #23282d; } '; var style = document.createElement( 'style' ); style.type = 'text/css'; style.id = 'wpcom_request_access_styles'; style.appendChild( document.createTextNode( css ) ); document.body.appendChild( style ); document.body.appendChild( iframe ); } if ( data.msg === 'DONE' ) { wpcom_remote_login_final_cleanup(); } } }, false ); // Inject the remote login iframe after the page has had a chance to load // more critical resources window.addEventListener( "DOMContentLoaded", function( e ) { var iframe = document.createElement( "iframe" ); iframe.style.display = "none"; iframe.setAttribute( "scrolling", "no" ); iframe.setAttribute( "id", "wpcom_remote_login_key" ); iframe.src = "https://r-login.wordpress.com/remote-login.php" + "?wpcom_remote_login=key" + "&origin=aHR0cHM6Ly9oZWxwLnR1bWJsci5jb20%3D" + "&wpcomid=222688006" + "&time=1739797213"; document.body.appendChild( iframe ); }, false ); </script> <title>Accessibility &#8211; Tumblr Help Center</title> <link rel='dns-prefetch' href='//s2.wp.com' /> <link rel='dns-prefetch' href='//s0.wp.com' /> <link rel='dns-prefetch' href='//stats.wp.com' /> <link rel='dns-prefetch' href='//s1.wp.com' /> <link rel='dns-prefetch' href='//wordpress.com' /> <link rel="alternate" type="application/rss+xml" title="Tumblr Help Center &raquo; Feed" href="https://help.tumblr.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="Tumblr Help Center &raquo; Comments Feed" href="https://help.tumblr.com/comments/feed/" /> <script type="text/javascript"> /* <![CDATA[ */ function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function () { oldonload(); func(); } } } /* ]]> */ </script> <script> window._wpemojiSettings = {"baseUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/72x72\/","ext":".png","svgUrl":"https:\/\/s0.wp.com\/wp-content\/mu-plugins\/wpcom-smileys\/twemoji\/2\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/s2.wp.com\/wp-includes\/js\/wp-emoji-release.min.js?m=1719498190i&ver=6.7.2-RC1-59780"}}; /*! This file is auto-generated */ !function(i,n){var o,s,e;function c(e){try{var t={supportTests:e,timestamp:(new Date).valueOf()};sessionStorage.setItem(o,JSON.stringify(t))}catch(e){}}function p(e,t,n){e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(t,0,0);var t=new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data),r=(e.clearRect(0,0,e.canvas.width,e.canvas.height),e.fillText(n,0,0),new Uint32Array(e.getImageData(0,0,e.canvas.width,e.canvas.height).data));return t.every(function(e,t){return e===r[t]})}function u(e,t,n){switch(t){case"flag":return n(e,"\ud83c\udff3\ufe0f\u200d\u26a7\ufe0f","\ud83c\udff3\ufe0f\u200b\u26a7\ufe0f")?!1:!n(e,"\ud83c\uddfa\ud83c\uddf3","\ud83c\uddfa\u200b\ud83c\uddf3")&&!n(e,"\ud83c\udff4\udb40\udc67\udb40\udc62\udb40\udc65\udb40\udc6e\udb40\udc67\udb40\udc7f","\ud83c\udff4\u200b\udb40\udc67\u200b\udb40\udc62\u200b\udb40\udc65\u200b\udb40\udc6e\u200b\udb40\udc67\u200b\udb40\udc7f");case"emoji":return!n(e,"\ud83d\udc26\u200d\u2b1b","\ud83d\udc26\u200b\u2b1b")}return!1}function f(e,t,n){var r="undefined"!=typeof WorkerGlobalScope&&self instanceof WorkerGlobalScope?new OffscreenCanvas(300,150):i.createElement("canvas"),a=r.getContext("2d",{willReadFrequently:!0}),o=(a.textBaseline="top",a.font="600 32px Arial",{});return e.forEach(function(e){o[e]=t(a,e,n)}),o}function t(e){var t=i.createElement("script");t.src=e,t.defer=!0,i.head.appendChild(t)}"undefined"!=typeof Promise&&(o="wpEmojiSettingsSupports",s=["flag","emoji"],n.supports={everything:!0,everythingExceptFlag:!0},e=new Promise(function(e){i.addEventListener("DOMContentLoaded",e,{once:!0})}),new Promise(function(t){var n=function(){try{var e=JSON.parse(sessionStorage.getItem(o));if("object"==typeof e&&"number"==typeof e.timestamp&&(new Date).valueOf()<e.timestamp+604800&&"object"==typeof e.supportTests)return e.supportTests}catch(e){}return null}();if(!n){if("undefined"!=typeof Worker&&"undefined"!=typeof OffscreenCanvas&&"undefined"!=typeof URL&&URL.createObjectURL&&"undefined"!=typeof Blob)try{var e="postMessage("+f.toString()+"("+[JSON.stringify(s),u.toString(),p.toString()].join(",")+"));",r=new Blob([e],{type:"text/javascript"}),a=new Worker(URL.createObjectURL(r),{name:"wpTestEmojiSupports"});return void(a.onmessage=function(e){c(n=e.data),a.terminate(),t(n)})}catch(e){}c(n=f(s,u,p))}t(n)}).then(function(e){for(var t in e)n.supports[t]=e[t],n.supports.everything=n.supports.everything&&n.supports[t],"flag"!==t&&(n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&n.supports[t]);n.supports.everythingExceptFlag=n.supports.everythingExceptFlag&&!n.supports.flag,n.DOMReady=!1,n.readyCallback=function(){n.DOMReady=!0}}).then(function(){return e}).then(function(){var e;n.supports.everything||(n.readyCallback(),(e=n.source||{}).concatemoji?t(e.concatemoji):e.wpemoji&&e.twemoji&&(t(e.twemoji),t(e.wpemoji)))}))}((window,document),window._wpemojiSettings); </script> <link crossorigin='anonymous' rel='stylesheet' id='all-css-0-1' href='https://s2.wp.com/_static/??-eJxdzVsKwjAQheENmUxjRfsiriWXIaROLmSSSndvRAXx8ePAf+BRhM2pYWoQuyjUfUgMK7ai7f1j4J4gZtcJGSqSbuhEydz+JC3zAX6K35zvgwarH0tF2I6TnKQC0wM5MJTHEwVTdd3fYghRewRuO+GreotXdZmX5XRWs1qfWwtCMQ==&cssminify=yes' type='text/css' media='all' /> <style id='wp-block-button-inline-css'> .wp-block-button__link{align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;width:100%;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}:root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){border:2px solid;padding:.667em 1.333em}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){background-color:initial;background-image:none} </style> <style id='a8c-support-theme-button-style-app-download-badges-inline-css'> .wp-block-button[class*="is-style-btn-app-badge-"]:not(.is-selected) { background-repeat: no-repeat; background-size: contain; height: 40px; transition: transform .15s ease; } .wp-block-button.is-style-btn-app-badge-app-store:not(.is-selected) { background-image: url(/wp-content/themes/a8c/a8c-support-theme/assets/css/block-styles/../../images/svg/app-store.svg); width: 120px; } .wp-block-button.is-style-btn-app-badge-google-play:not(.is-selected) { background-image: url(/wp-content/themes/a8c/a8c-support-theme/assets/css/block-styles/../../images/svg/google-play.svg); width: 136px; } .wp-block-button[class*="is-style-btn-app-badge-"]:not(.is-selected) .wp-block-button__link { background: none !important; border-radius: 4px; display: block; height: 100%; line-height: 1; padding: 0; text-indent: -9999px; width: 100%; } .wp-block-button[class*="is-style-btn-app-badge-"]:not(.is-selected):has(.wp-block-button__link:hover) { transform: scale( 1.05 ); } </style> <style id='a8c-support-theme-button-inline-css'> /* Default hover effect for the outline button style */ .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color, .has-background):hover { background-color: var(--wp--preset--color--contrast-5, transparent); } </style> <style id='wp-block-buttons-inline-css'> .wp-block-buttons{box-sizing:border-box}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-button.aligncenter{text-align:center} </style> <style id='wp-block-group-inline-css'> .wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-10-1' href='https://s0.wp.com/wp-content/themes/a8c/a8c-support-theme/assets/css/block-styles/group-messages.css?m=1716564627i&cssminify=yes' type='text/css' media='all' /> <style id='wp-block-search-inline-css'> .wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{fill:currentColor;height:1.25em;min-height:24px;min-width:24px;vertical-align:text-bottom;width:1.25em}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search__input{appearance:none;border:1px solid #949494;flex-grow:1;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important}.wp-block-search.wp-block-search__button-only .wp-block-search__button{box-sizing:border-box;display:flex;flex-shrink:0;justify-content:center;margin-left:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search.wp-block-search__button-only .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}:where(.wp-block-search__input){font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{float:right} </style> <style id='a8c-support-theme-search-inline-css'> /* Modify the search block to match the design, with a search icon. */ .wp-block-search__inside-wrapper { --icon-size: 18px; position: relative; } .wp-block-search__inside-wrapper:before { content: ""; background: url("data:image/svg+xml,%3Csvg xmlns=\"http://www.w3.org/2000/svg\" width=\"20\" height=\"20\" viewBox=\"0 0 20 20\" fill=\"none\"%3E%3Cpath d=\"M9.16667 15.8333C12.8486 15.8333 15.8333 12.8486 15.8333 9.16667C15.8333 5.48477 12.8486 2.5 9.16667 2.5C5.48477 2.5 2.5 5.48477 2.5 9.16667C2.5 12.8486 5.48477 15.8333 9.16667 15.8333Z\" stroke=\"%238C8F94\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/%3E%3Cpath d=\"M17.5 17.5L13.875 13.875\" stroke=\"%238C8F94\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/%3E%3C/svg%3E") no-repeat; background-position: center; background-size: var( --icon-size ); height: var( --icon-size ); pointer-events: none; position: absolute; left: 16px; top: calc( 50% - ( var( --icon-size ) / 2 ) ); width: var( --icon-size ); z-index: 10; } .wp-block-search__input { background-color: transparent; border-color: var(--wp--preset--color--contrast-4); line-height: 1; padding: 1em 1em 1em calc( 1em + var( --icon-size ) + var(--wp--preset--spacing--30) ); } </style> <style id='a8c-support-theme-breadcrumb-style-inline-css'> nav[aria-label=Breadcrumb] ol,nav[aria-label=Breadcrumb] li{display:flex;flex-wrap:wrap;gap:4px;margin:0}nav[aria-label=Breadcrumb] ol{list-style:none;padding:0}nav[aria-label=Breadcrumb] li:not(:last-child)::after{background-color:currentColor;content:"";-webkit-mask-image:url("data:image/svg+xml,%3Csvg width=%277%27 height=%2712%27 viewBox=%270 0 7 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M1.5539 -0.00439453L7.00846 5.99559L1.5539 11.9956L0.444824 10.9874L4.98278 5.99559L0.444825 1.00386L1.5539 -0.00439453Z%27 fill=%27%23161718%27/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg width=%277%27 height=%2712%27 viewBox=%270 0 7 12%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath fill-rule=%27evenodd%27 clip-rule=%27evenodd%27 d=%27M1.5539 -0.00439453L7.00846 5.99559L1.5539 11.9956L0.444824 10.9874L4.98278 5.99559L0.444825 1.00386L1.5539 -0.00439453Z%27 fill=%27%23161718%27/%3E%3C/svg%3E");-webkit-mask-size:auto .75em;mask-size:auto .75em;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;width:24px}@media(max-width: 600px){.wp-block-a8c-support-theme-breadcrumb li:nth-child(n+3):last-child span{display:none}} </style> <style id='wp-block-post-title-inline-css'> .wp-block-post-title{box-sizing:border-box;word-break:break-word}.wp-block-post-title :where(a){display:inline-block;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit} </style> <style id='wp-block-columns-inline-css'> .wp-block-columns{align-items:normal!important;box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-26-1' href='https://s0.wp.com/_static/??-eJx9zMEKwjAMgOEXMoYiU3cQn6XtYp2mTVlS1LffGOhBxMN/+uHDR4UoxagY2pUyKfpjRGs58ATaapXJYD0YWOJdMbSRB2RfUvOJwCQlJlR7McFYBnpuo+oGf8NL/9TP8mHR5PIm9Ns/55M77Pqu693e3WYJVUkf&cssminify=yes' type='text/css' media='all' /> <style id='wp-block-paragraph-inline-css'> .is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg} </style> <style id='wp-block-list-inline-css'> ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-32-1' href='https://s1.wp.com/_static/??-eJxNjUsSwiAMQC8kTbGOduN4FqAZRMNnSNDp7aXVhYssXvLmBd5FuZwEk4DcMSKDmd02ilspuYra12CYURgcM1jK7qlYVuo2BRaVWrRYcVE7WT907QB/6ULNh8TgW8eu+n6pCK/jOIyDBtsCLb8uBVtNXb/EIMYSwv5sq97iVV+meT6d9aQfH0+mRLM=&cssminify=yes' type='text/css' media='all' /> <style id='wp-block-post-content-inline-css'> .wp-block-post-content{display:flow-root} </style> <style id='a8c-support-theme-post-content-inline-css'> /* Vertically align inline SVG images in the post content (= icons) */ .wp-block-post-content *:not(.wp-block-image) > img[src*=".svg"] { transform: translateY(-5%); vertical-align: middle; } </style> <style id='outermost-icon-block-style-inline-css'> .wp-block-outermost-icon-block{display:flex;line-height:0}.wp-block-outermost-icon-block.has-border-color{border:none}.wp-block-outermost-icon-block.has-icon-color svg,.wp-block-outermost-icon-block .has-icon-color svg{color:currentColor}.wp-block-outermost-icon-block.has-icon-color:not(.has-no-icon-fill-color) svg,.wp-block-outermost-icon-block .has-icon-color:not(.has-no-icon-fill-color) svg{fill:currentColor}.wp-block-outermost-icon-block .icon-container{box-sizing:border-box}.wp-block-outermost-icon-block a,.wp-block-outermost-icon-block svg{width:100%;height:100%;transition:transform .1s ease-in-out}.wp-block-outermost-icon-block a:hover{transform:scale(1.1)}.wp-block-outermost-icon-block svg{transform:rotate(var(--outermost--icon-block--transform-rotate, 0deg)) scaleX(var(--outermost--icon-block--transform-scale-x, 1)) scaleY(var(--outermost--icon-block--transform-scale-y, 1))}.wp-block-outermost-icon-block.rotate-90,.wp-block-outermost-icon-block .rotate-90{--outermost--icon-block--transform-rotate: 90deg}.wp-block-outermost-icon-block.rotate-180,.wp-block-outermost-icon-block .rotate-180{--outermost--icon-block--transform-rotate: 180deg}.wp-block-outermost-icon-block.rotate-270,.wp-block-outermost-icon-block .rotate-270{--outermost--icon-block--transform-rotate: 270deg}.wp-block-outermost-icon-block.flip-horizontal,.wp-block-outermost-icon-block .flip-horizontal{--outermost--icon-block--transform-scale-x: -1}.wp-block-outermost-icon-block.flip-vertical,.wp-block-outermost-icon-block .flip-vertical{--outermost--icon-block--transform-scale-y: -1}.wp-block-outermost-icon-block.flip-vertical.flip-horizontal,.wp-block-outermost-icon-block .flip-vertical.flip-horizontal{--outermost--icon-block--transform-scale-x: -1;--outermost--icon-block--transform-scale-y: -1} </style> <style id='a8c-support-theme-outermost-icon-block-inline-css'> .wp-block-outermost-icon-block a:hover { transform: none; } .icon-container.has-icon-color path[fill] { fill: currentColor !important; } </style> <style id='wp-block-read-more-inline-css'> .wp-block-read-more{display:block;width:fit-content}.wp-block-read-more:where(:not([style*=text-decoration])){text-decoration:none}.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{text-decoration:none} </style> <style id='a8c-support-theme-read-more-clickable-parent-group-inline-css'> .wp-block-read-more.is-style-clickable-parent-group { inset: 0; text-indent: -9999px; position: absolute; width: auto; } .wp-block-group:has( > .wp-block-read-more.is-style-clickable-parent-group ) { position: relative; } .wp-block-group:has( > .wp-block-read-more.is-style-clickable-parent-group:hover ) span[style*="text-decoration: underline"] { text-decoration: none !important; } </style> <style id='wp-block-post-template-inline-css'> .wp-block-post-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{float:right;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{float:left;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{margin-inline-end:auto;margin-inline-start:auto} </style> <style id='a8c-support-theme-query-inline-css'> /* If the query loop post template has a single child, make sure it fills the post template vertically */ .wp-block-post-template > .wp-block-post:has( > .wp-block-template-part:only-child ) { display: flex; } .wp-block-post-template > .wp-block-post > .wp-block-template-part:only-child { flex: 100%; } </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-50-1' href='https://s0.wp.com/wp-content/plugins/gutenberg-blocks/jetpack-layout-grid/style.css?m=1643200914i&cssminify=yes' type='text/css' media='all' /> <style id='wp-block-navigation-link-inline-css'> .wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.link-ui-tools{border-top:1px solid #f0f0f0;padding:8px}.link-ui-block-inserter{padding-top:8px}.link-ui-block-inserter__back{margin-left:8px;text-transform:uppercase} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-52-1' href='https://s0.wp.com/wp-content/plugins/gutenberg-core/v20.0.1/build/block-library/blocks/navigation/style.css?m=1738846131i&cssminify=yes' type='text/css' media='all' /> <style id='a8c-support-theme-navigation-inline-css'> /* Modify the screen size at which the mobile navigation switches to an overlay */ @media ( max-width: 700px ) { header.wp-block-template-part .wp-block-navigation__responsive-container-open:not(.always-shown) { display: block; } header.wp-block-template-part .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) { display: none; } } .wp-block-navigation__responsive-container.is-menu-open { --wp--style--root--padding-top: calc( var(--wp--preset--spacing--40) + var(--wp--preset--spacing--30) ); } </style> <style id='tumblr-support-theme-footer-wordmark-style-inline-css'> .wp-block-tumblr-support-theme-footer-wordmark{position:relative}.wp-block-tumblr-support-theme-footer-wordmark .tumblr-animate{position:absolute;z-index:-1;display:inline-block}.wp-block-tumblr-support-theme-footer-wordmark #tumblr-boop{left:3%;bottom:0%}.wp-block-tumblr-support-theme-footer-wordmark #tumblr-crab{left:61%;bottom:26%}.wp-block-tumblr-support-theme-footer-wordmark #tumblr-oil-slick{left:13%;bottom:35%}.wp-block-tumblr-support-theme-footer-wordmark #tumblr-pyramid{left:23%;bottom:22%}.wp-block-tumblr-support-theme-footer-wordmark #tumblr-quote{left:80%;bottom:26%}.wp-block-tumblr-support-theme-footer-wordmark #tumblr-stars-1{left:9%}.wp-block-tumblr-support-theme-footer-wordmark #tumblr-stars-2{left:70%}.wp-block-tumblr-support-theme-footer-wordmark #tumblr-logo{max-width:100%;z-index:3;position:relative} </style> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-58-1' href='https://s2.wp.com/wp-content/plugins/gutenberg-core/v20.0.1/build/block-library/common.css?m=1738846131i&cssminify=yes' type='text/css' media='all' /> <style id='wp-block-library-inline-css'> .has-text-align-justify { text-align:justify; } .has-text-align-justify{text-align:justify;} </style> <style id='wp-block-template-skip-link-inline-css'> .skip-link.screen-reader-text { border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; } .skip-link.screen-reader-text:focus { background-color: #eee; clip: auto !important; clip-path: none; color: #444; display: block; font-size: 1em; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; } </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-60-1' href='https://s1.wp.com/_static/??/wp-content/mu-plugins/core-compat/wp-mediaelement.css,/wp-content/mu-plugins/wpcom-bbpress-premium-themes.css?m=1432920480j&cssminify=yes' type='text/css' media='all' /> <style id='global-styles-inline-css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--background: #001935;--wp--preset--color--info-accent: var(--wp--preset--color--base-blue);--wp--preset--color--info-base: #D9F4FF;--wp--preset--color--base-blue: #00B8FF;--wp--preset--color--warning-base: #FFF9E4;--wp--preset--color--warning-accent: #DEB100;--wp--preset--color--danger-base: #FFF2F1;--wp--preset--color--danger-accent: #F86368;--wp--preset--color--success-base: #F1FBEC;--wp--preset--color--success-accent: #00BA37;--wp--preset--color--base-green: #01CF35;--wp--preset--color--base-purple: #7C5CFF;--wp--preset--color--purple-70: #a38dff;--wp--preset--color--purple-120: #634ACC;--wp--preset--color--contrast-5: #33475D;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 14px;--wp--preset--font-size--medium: 16px;--wp--preset--font-size--large: 18px;--wp--preset--font-size--x-large: 20px;--wp--preset--font-size--heading-1: clamp(32px, 4vw, 40px);--wp--preset--font-size--heading-2: clamp(28px, 3.2vw, 32px);--wp--preset--font-size--heading-3: clamp(21px, 2.4vw, 24px);--wp--preset--font-size--heading-4: clamp(18px, 2.1vw, 21px);--wp--preset--font-size--heading-5: clamp(16px, 1.8vw, 18px);--wp--preset--font-size--heading-6: clamp(14px, 1.6vw, 16px);--wp--preset--font-family--albert-sans: 'Albert Sans', sans-serif;--wp--preset--font-family--alegreya: Alegreya, serif;--wp--preset--font-family--arvo: Arvo, serif;--wp--preset--font-family--bodoni-moda: 'Bodoni Moda', serif;--wp--preset--font-family--bricolage-grotesque: 'Bricolage Grotesque', sans-serif;--wp--preset--font-family--cabin: Cabin, sans-serif;--wp--preset--font-family--chivo: Chivo, sans-serif;--wp--preset--font-family--commissioner: Commissioner, sans-serif;--wp--preset--font-family--cormorant: Cormorant, serif;--wp--preset--font-family--courier-prime: 'Courier Prime', monospace;--wp--preset--font-family--crimson-pro: 'Crimson Pro', serif;--wp--preset--font-family--dm-mono: 'DM Mono', monospace;--wp--preset--font-family--dm-sans: 'DM Sans', sans-serif;--wp--preset--font-family--dm-serif-display: 'DM Serif Display', serif;--wp--preset--font-family--domine: Domine, serif;--wp--preset--font-family--eb-garamond: 'EB Garamond', serif;--wp--preset--font-family--epilogue: Epilogue, sans-serif;--wp--preset--font-family--fahkwang: Fahkwang, sans-serif;--wp--preset--font-family--figtree: Figtree, sans-serif;--wp--preset--font-family--fira-sans: 'Fira Sans', sans-serif;--wp--preset--font-family--fjalla-one: 'Fjalla One', sans-serif;--wp--preset--font-family--fraunces: Fraunces, serif;--wp--preset--font-family--gabarito: Gabarito, system-ui;--wp--preset--font-family--ibm-plex-mono: 'IBM Plex Mono', monospace;--wp--preset--font-family--ibm-plex-sans: 'IBM Plex Sans', sans-serif;--wp--preset--font-family--ibarra-real-nova: 'Ibarra Real Nova', serif;--wp--preset--font-family--instrument-serif: 'Instrument Serif', serif;--wp--preset--font-family--inter: Inter, sans-serif;--wp--preset--font-family--josefin-sans: 'Josefin Sans', sans-serif;--wp--preset--font-family--jost: Jost, sans-serif;--wp--preset--font-family--libre-baskerville: 'Libre Baskerville', serif;--wp--preset--font-family--libre-franklin: 'Libre Franklin', sans-serif;--wp--preset--font-family--literata: Literata, serif;--wp--preset--font-family--lora: Lora, serif;--wp--preset--font-family--merriweather: Merriweather, serif;--wp--preset--font-family--montserrat: Montserrat, sans-serif;--wp--preset--font-family--newsreader: Newsreader, serif;--wp--preset--font-family--noto-sans-mono: 'Noto Sans Mono', sans-serif;--wp--preset--font-family--nunito: Nunito, sans-serif;--wp--preset--font-family--open-sans: 'Open Sans', sans-serif;--wp--preset--font-family--overpass: Overpass, sans-serif;--wp--preset--font-family--pt-serif: 'PT Serif', serif;--wp--preset--font-family--petrona: Petrona, serif;--wp--preset--font-family--piazzolla: Piazzolla, serif;--wp--preset--font-family--playfair-display: 'Playfair Display', serif;--wp--preset--font-family--plus-jakarta-sans: 'Plus Jakarta Sans', sans-serif;--wp--preset--font-family--poppins: Poppins, sans-serif;--wp--preset--font-family--raleway: Raleway, sans-serif;--wp--preset--font-family--roboto: Roboto, sans-serif;--wp--preset--font-family--roboto-slab: 'Roboto Slab', serif;--wp--preset--font-family--rubik: Rubik, sans-serif;--wp--preset--font-family--rufina: Rufina, serif;--wp--preset--font-family--sora: Sora, sans-serif;--wp--preset--font-family--source-sans-3: 'Source Sans 3', sans-serif;--wp--preset--font-family--source-serif-4: 'Source Serif 4', serif;--wp--preset--font-family--space-mono: 'Space Mono', monospace;--wp--preset--font-family--syne: Syne, sans-serif;--wp--preset--font-family--texturina: Texturina, serif;--wp--preset--font-family--urbanist: Urbanist, sans-serif;--wp--preset--font-family--work-sans: 'Work Sans', sans-serif;--wp--preset--font-family--favorit-tumblr: "Favorit Tumblr", sans-serif;--wp--preset--spacing--20: 8px;--wp--preset--spacing--30: 12px;--wp--preset--spacing--40: 16px;--wp--preset--spacing--50: 24px;--wp--preset--spacing--60: 32px;--wp--preset--spacing--70: 40px;--wp--preset--spacing--80: 48px;--wp--preset--spacing--10: 4px;--wp--preset--spacing--90: clamp( 48px, 6.4vw, 64px );--wp--preset--spacing--100: clamp( 64px, 9.6vw, 96px );--wp--preset--spacing--body-margin: 24px;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);--wp--preset--shadow--button-solid: 0px 2px 8px rgba(0, 0, 0, 0.15);--wp--custom--border--radius--large: 8px;--wp--custom--border--radius--medium: 4px;--wp--custom--border--radius--small: 2px;}:root { --wp--style--global--content-size: 775px;--wp--style--global--wide-size: 1224px; }:where(body) { margin: 0; }.wp-site-blocks { padding-top: var(--wp--style--root--padding-top); padding-bottom: var(--wp--style--root--padding-bottom); }.has-global-padding { padding-right: var(--wp--style--root--padding-right); padding-left: var(--wp--style--root--padding-left); }.has-global-padding > .alignfull { margin-right: calc(var(--wp--style--root--padding-right) * -1); margin-left: calc(var(--wp--style--root--padding-left) * -1); }.has-global-padding :where(:not(.alignfull.is-layout-flow) > .has-global-padding:not(.wp-block-block, .alignfull)) { padding-right: 0; padding-left: 0; }.has-global-padding :where(:not(.alignfull.is-layout-flow) > .has-global-padding:not(.wp-block-block, .alignfull)) > .alignfull { margin-left: 0; margin-right: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.wp-site-blocks) > * { margin-block-start: var(--wp--preset--spacing--40); margin-block-end: 0; }:where(.wp-site-blocks) > :first-child { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child { margin-block-end: 0; }:root { --wp--style--block-gap: var(--wp--preset--spacing--40); }:root :where(.is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.is-layout-flow) > *{margin-block-start: var(--wp--preset--spacing--40);margin-block-end: 0;}:root :where(.is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.is-layout-constrained) > *{margin-block-start: var(--wp--preset--spacing--40);margin-block-end: 0;}:root :where(.is-layout-flex){gap: var(--wp--preset--spacing--40);}:root :where(.is-layout-grid){gap: var(--wp--preset--spacing--40);}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{background-color: var(--wp--preset--color--background);color: #fff;font-family: var(--wp--preset--font-family--favorit-tumblr);font-size: var(--wp--preset--font-size--medium);font-style: normal;font-weight: 400;line-height: 1.55;--wp--style--root--padding-top: 0px;--wp--style--root--padding-right: var(--wp--preset--spacing--body-margin);--wp--style--root--padding-bottom: 0px;--wp--style--root--padding-left: var(--wp--preset--spacing--body-margin);}a:where(:not(.wp-element-button)){color: inherit;text-decoration: underline;}:root :where(a:where(:not(.wp-element-button)):hover){text-decoration: none;}h1, h2, h3, h4, h5, h6{font-family: var(--wp--preset--font-family--heading);font-weight: 500;margin-top: var(--wp--preset--spacing--70);margin-bottom: var(--wp--preset--spacing--50);}h1{font-size: var(--wp--preset--font-size--heading-1);line-height: 1.15;}h2{font-size: var(--wp--preset--font-size--heading-2);line-height: 1.15;}h3{font-size: var(--wp--preset--font-size--heading-3);line-height: 1.3125;}h4{font-size: var(--wp--preset--font-size--heading-4);line-height: 1.333;}h5{font-size: var(--wp--preset--font-size--heading-5);line-height: 1.4;}h6{font-size: var(--wp--preset--font-size--heading-6);line-height: 1.5;}:root :where(.wp-element-button, .wp-block-button__link){background-color: var(--wp--preset--color--accent);border-radius: var(--wp--custom--border--radius--medium);border-color: var(--wp--preset--color--accent);border-width: 0;color: var(--wp--preset--color--base-2);font-family: inherit;font-size: var(--wp--preset--font-size--small);font-style: normal;font-weight: 500;line-height: 1;padding-top: 13px;padding-right: 16px;padding-bottom: 13px;padding-left: 16px;text-decoration: none;}:root :where(.wp-element-caption, .wp-block-audio figcaption, .wp-block-embed figcaption, .wp-block-gallery figcaption, .wp-block-image figcaption, .wp-block-table figcaption, .wp-block-video figcaption){color: var(--wp--preset--color--contrast-2);font-size: var(--wp--preset--font-size--small);}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-background-color{color: var(--wp--preset--color--background) !important;}.has-info-accent-color{color: var(--wp--preset--color--info-accent) !important;}.has-info-base-color{color: var(--wp--preset--color--info-base) !important;}.has-base-blue-color{color: var(--wp--preset--color--base-blue) !important;}.has-warning-base-color{color: var(--wp--preset--color--warning-base) !important;}.has-warning-accent-color{color: var(--wp--preset--color--warning-accent) !important;}.has-danger-base-color{color: var(--wp--preset--color--danger-base) !important;}.has-danger-accent-color{color: var(--wp--preset--color--danger-accent) !important;}.has-success-base-color{color: var(--wp--preset--color--success-base) !important;}.has-success-accent-color{color: var(--wp--preset--color--success-accent) !important;}.has-base-green-color{color: var(--wp--preset--color--base-green) !important;}.has-base-purple-color{color: var(--wp--preset--color--base-purple) !important;}.has-purple-70-color{color: var(--wp--preset--color--purple-70) !important;}.has-purple-120-color{color: var(--wp--preset--color--purple-120) !important;}.has-contrast-5-color{color: var(--wp--preset--color--contrast-5) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-background-background-color{background-color: var(--wp--preset--color--background) !important;}.has-info-accent-background-color{background-color: var(--wp--preset--color--info-accent) !important;}.has-info-base-background-color{background-color: var(--wp--preset--color--info-base) !important;}.has-base-blue-background-color{background-color: var(--wp--preset--color--base-blue) !important;}.has-warning-base-background-color{background-color: var(--wp--preset--color--warning-base) !important;}.has-warning-accent-background-color{background-color: var(--wp--preset--color--warning-accent) !important;}.has-danger-base-background-color{background-color: var(--wp--preset--color--danger-base) !important;}.has-danger-accent-background-color{background-color: var(--wp--preset--color--danger-accent) !important;}.has-success-base-background-color{background-color: var(--wp--preset--color--success-base) !important;}.has-success-accent-background-color{background-color: var(--wp--preset--color--success-accent) !important;}.has-base-green-background-color{background-color: var(--wp--preset--color--base-green) !important;}.has-base-purple-background-color{background-color: var(--wp--preset--color--base-purple) !important;}.has-purple-70-background-color{background-color: var(--wp--preset--color--purple-70) !important;}.has-purple-120-background-color{background-color: var(--wp--preset--color--purple-120) !important;}.has-contrast-5-background-color{background-color: var(--wp--preset--color--contrast-5) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-background-border-color{border-color: var(--wp--preset--color--background) !important;}.has-info-accent-border-color{border-color: var(--wp--preset--color--info-accent) !important;}.has-info-base-border-color{border-color: var(--wp--preset--color--info-base) !important;}.has-base-blue-border-color{border-color: var(--wp--preset--color--base-blue) !important;}.has-warning-base-border-color{border-color: var(--wp--preset--color--warning-base) !important;}.has-warning-accent-border-color{border-color: var(--wp--preset--color--warning-accent) !important;}.has-danger-base-border-color{border-color: var(--wp--preset--color--danger-base) !important;}.has-danger-accent-border-color{border-color: var(--wp--preset--color--danger-accent) !important;}.has-success-base-border-color{border-color: var(--wp--preset--color--success-base) !important;}.has-success-accent-border-color{border-color: var(--wp--preset--color--success-accent) !important;}.has-base-green-border-color{border-color: var(--wp--preset--color--base-green) !important;}.has-base-purple-border-color{border-color: var(--wp--preset--color--base-purple) !important;}.has-purple-70-border-color{border-color: var(--wp--preset--color--purple-70) !important;}.has-purple-120-border-color{border-color: var(--wp--preset--color--purple-120) !important;}.has-contrast-5-border-color{border-color: var(--wp--preset--color--contrast-5) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-heading-1-font-size{font-size: var(--wp--preset--font-size--heading-1) !important;}.has-heading-2-font-size{font-size: var(--wp--preset--font-size--heading-2) !important;}.has-heading-3-font-size{font-size: var(--wp--preset--font-size--heading-3) !important;}.has-heading-4-font-size{font-size: var(--wp--preset--font-size--heading-4) !important;}.has-heading-5-font-size{font-size: var(--wp--preset--font-size--heading-5) !important;}.has-heading-6-font-size{font-size: var(--wp--preset--font-size--heading-6) !important;}.has-albert-sans-font-family{font-family: var(--wp--preset--font-family--albert-sans) !important;}.has-alegreya-font-family{font-family: var(--wp--preset--font-family--alegreya) !important;}.has-arvo-font-family{font-family: var(--wp--preset--font-family--arvo) !important;}.has-bodoni-moda-font-family{font-family: var(--wp--preset--font-family--bodoni-moda) !important;}.has-bricolage-grotesque-font-family{font-family: var(--wp--preset--font-family--bricolage-grotesque) !important;}.has-cabin-font-family{font-family: var(--wp--preset--font-family--cabin) !important;}.has-chivo-font-family{font-family: var(--wp--preset--font-family--chivo) !important;}.has-commissioner-font-family{font-family: var(--wp--preset--font-family--commissioner) !important;}.has-cormorant-font-family{font-family: var(--wp--preset--font-family--cormorant) !important;}.has-courier-prime-font-family{font-family: var(--wp--preset--font-family--courier-prime) !important;}.has-crimson-pro-font-family{font-family: var(--wp--preset--font-family--crimson-pro) !important;}.has-dm-mono-font-family{font-family: var(--wp--preset--font-family--dm-mono) !important;}.has-dm-sans-font-family{font-family: var(--wp--preset--font-family--dm-sans) !important;}.has-dm-serif-display-font-family{font-family: var(--wp--preset--font-family--dm-serif-display) !important;}.has-domine-font-family{font-family: var(--wp--preset--font-family--domine) !important;}.has-eb-garamond-font-family{font-family: var(--wp--preset--font-family--eb-garamond) !important;}.has-epilogue-font-family{font-family: var(--wp--preset--font-family--epilogue) !important;}.has-fahkwang-font-family{font-family: var(--wp--preset--font-family--fahkwang) !important;}.has-figtree-font-family{font-family: var(--wp--preset--font-family--figtree) !important;}.has-fira-sans-font-family{font-family: var(--wp--preset--font-family--fira-sans) !important;}.has-fjalla-one-font-family{font-family: var(--wp--preset--font-family--fjalla-one) !important;}.has-fraunces-font-family{font-family: var(--wp--preset--font-family--fraunces) !important;}.has-gabarito-font-family{font-family: var(--wp--preset--font-family--gabarito) !important;}.has-ibm-plex-mono-font-family{font-family: var(--wp--preset--font-family--ibm-plex-mono) !important;}.has-ibm-plex-sans-font-family{font-family: var(--wp--preset--font-family--ibm-plex-sans) !important;}.has-ibarra-real-nova-font-family{font-family: var(--wp--preset--font-family--ibarra-real-nova) !important;}.has-instrument-serif-font-family{font-family: var(--wp--preset--font-family--instrument-serif) !important;}.has-inter-font-family{font-family: var(--wp--preset--font-family--inter) !important;}.has-josefin-sans-font-family{font-family: var(--wp--preset--font-family--josefin-sans) !important;}.has-jost-font-family{font-family: var(--wp--preset--font-family--jost) !important;}.has-libre-baskerville-font-family{font-family: var(--wp--preset--font-family--libre-baskerville) !important;}.has-libre-franklin-font-family{font-family: var(--wp--preset--font-family--libre-franklin) !important;}.has-literata-font-family{font-family: var(--wp--preset--font-family--literata) !important;}.has-lora-font-family{font-family: var(--wp--preset--font-family--lora) !important;}.has-merriweather-font-family{font-family: var(--wp--preset--font-family--merriweather) !important;}.has-montserrat-font-family{font-family: var(--wp--preset--font-family--montserrat) !important;}.has-newsreader-font-family{font-family: var(--wp--preset--font-family--newsreader) !important;}.has-noto-sans-mono-font-family{font-family: var(--wp--preset--font-family--noto-sans-mono) !important;}.has-nunito-font-family{font-family: var(--wp--preset--font-family--nunito) !important;}.has-open-sans-font-family{font-family: var(--wp--preset--font-family--open-sans) !important;}.has-overpass-font-family{font-family: var(--wp--preset--font-family--overpass) !important;}.has-pt-serif-font-family{font-family: var(--wp--preset--font-family--pt-serif) !important;}.has-petrona-font-family{font-family: var(--wp--preset--font-family--petrona) !important;}.has-piazzolla-font-family{font-family: var(--wp--preset--font-family--piazzolla) !important;}.has-playfair-display-font-family{font-family: var(--wp--preset--font-family--playfair-display) !important;}.has-plus-jakarta-sans-font-family{font-family: var(--wp--preset--font-family--plus-jakarta-sans) !important;}.has-poppins-font-family{font-family: var(--wp--preset--font-family--poppins) !important;}.has-raleway-font-family{font-family: var(--wp--preset--font-family--raleway) !important;}.has-roboto-font-family{font-family: var(--wp--preset--font-family--roboto) !important;}.has-roboto-slab-font-family{font-family: var(--wp--preset--font-family--roboto-slab) !important;}.has-rubik-font-family{font-family: var(--wp--preset--font-family--rubik) !important;}.has-rufina-font-family{font-family: var(--wp--preset--font-family--rufina) !important;}.has-sora-font-family{font-family: var(--wp--preset--font-family--sora) !important;}.has-source-sans-3-font-family{font-family: var(--wp--preset--font-family--source-sans-3) !important;}.has-source-serif-4-font-family{font-family: var(--wp--preset--font-family--source-serif-4) !important;}.has-space-mono-font-family{font-family: var(--wp--preset--font-family--space-mono) !important;}.has-syne-font-family{font-family: var(--wp--preset--font-family--syne) !important;}.has-texturina-font-family{font-family: var(--wp--preset--font-family--texturina) !important;}.has-urbanist-font-family{font-family: var(--wp--preset--font-family--urbanist) !important;}.has-work-sans-font-family{font-family: var(--wp--preset--font-family--work-sans) !important;}.has-favorit-tumblr-font-family{font-family: var(--wp--preset--font-family--favorit-tumblr) !important;} :root :where(.wp-block-columns-is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.wp-block-columns-is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.wp-block-columns-is-layout-flow) > *{margin-block-start: var(--wp--preset--spacing--50);margin-block-end: 0;}:root :where(.wp-block-columns-is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.wp-block-columns-is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.wp-block-columns-is-layout-constrained) > *{margin-block-start: var(--wp--preset--spacing--50);margin-block-end: 0;}:root :where(.wp-block-columns-is-layout-flex){gap: var(--wp--preset--spacing--50);}:root :where(.wp-block-columns-is-layout-grid){gap: var(--wp--preset--spacing--50);} :root :where(.wp-block-post-template-is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.wp-block-post-template-is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.wp-block-post-template-is-layout-flow) > *{margin-block-start: var(--wp--preset--spacing--50);margin-block-end: 0;}:root :where(.wp-block-post-template-is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.wp-block-post-template-is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.wp-block-post-template-is-layout-constrained) > *{margin-block-start: var(--wp--preset--spacing--50);margin-block-end: 0;}:root :where(.wp-block-post-template-is-layout-flex){gap: var(--wp--preset--spacing--50);}:root :where(.wp-block-post-template-is-layout-grid){gap: var(--wp--preset--spacing--50);} :root :where(.wp-block-buttons){margin-top: var(--wp--preset--spacing--50);margin-bottom: var(--wp--preset--spacing--50);}:root :where(.wp-block-buttons-is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.wp-block-buttons-is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.wp-block-buttons-is-layout-flow) > *{margin-block-start: var(--wp--preset--spacing--40);margin-block-end: 0;}:root :where(.wp-block-buttons-is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.wp-block-buttons-is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.wp-block-buttons-is-layout-constrained) > *{margin-block-start: var(--wp--preset--spacing--40);margin-block-end: 0;}:root :where(.wp-block-buttons-is-layout-flex){gap: var(--wp--preset--spacing--40);}:root :where(.wp-block-buttons-is-layout-grid){gap: var(--wp--preset--spacing--40);} :root :where(.wp-block-list){padding-left: var(--wp--preset--spacing--60);} :root :where(.wp-block-list > li){margin-top: .25em;margin-bottom: .25em;} :root :where(.wp-block-navigation a:where(:not(.wp-element-button))){text-decoration: none;} :root :where(.wp-block-navigation a:where(:not(.wp-element-button)):hover){text-decoration: underline;} :root :where(.wp-block-post-title a:where(:not(.wp-element-button))){text-decoration: none;} :root :where(.wp-block-post-title a:where(:not(.wp-element-button)):hover){text-decoration: underline;} :root :where(.wp-block-search){border-color: var(--wp--preset--color--contrast-4);}:root :where(.wp-block-search .wp-block-search__label, .wp-block-search .wp-block-search__input, .wp-block-search .wp-block-search__button){font-size: var(--wp--preset--font-size--normal);} :root :where(.wp-block-search .wp-element-button,.wp-block-search .wp-block-button__link){border-radius: var(--wp--custom--border--radius--medium);} </style> <style id='core-block-supports-inline-css'> .wp-container-core-group-is-layout-1{flex-wrap:nowrap;justify-content:space-between;align-items:center;}.wp-container-1{top:calc(0px + var(--wp-admin--admin-bar--position-offset, 0px));position:sticky;z-index:10;}.wp-container-2{top:calc(0px + var(--wp-admin--admin-bar--position-offset, 0px));position:sticky;z-index:10;}.wp-container-core-columns-is-layout-1{flex-wrap:nowrap;gap:2em var(--wp--preset--spacing--90);}.wp-container-core-column-is-layout-3 > *{margin-block-start:0;margin-block-end:0;}.wp-container-core-column-is-layout-3 > * + *{margin-block-start:0;margin-block-end:0;}.wp-container-core-group-is-layout-6 > *{margin-block-start:0;margin-block-end:0;}.wp-container-core-group-is-layout-6 > * + *{margin-block-start:var(--wp--preset--spacing--40);margin-block-end:0;}.wp-container-5{top:calc(0px + var(--wp-admin--admin-bar--position-offset, 0px));position:sticky;z-index:10;}.wp-container-core-column-is-layout-4 > *{margin-block-start:0;margin-block-end:0;}.wp-container-core-column-is-layout-4 > * + *{margin-block-start:var(--wp--preset--spacing--40);margin-block-end:0;}.wp-container-core-columns-is-layout-2{flex-wrap:nowrap;gap:2em var(--wp--preset--spacing--90);}.wp-container-core-buttons-is-layout-2{justify-content:center;}.wp-container-core-group-is-layout-7{gap:var(--wp--preset--spacing--50);justify-content:center;}.wp-container-core-group-is-layout-8{gap:var(--wp--preset--spacing--80);justify-content:center;}.wp-container-core-group-is-layout-10{gap:var(--wp--preset--spacing--20);justify-content:space-between;}.wp-container-core-group-is-layout-11{gap:var(--wp--preset--spacing--60);flex-direction:column;align-items:stretch;justify-content:space-between;}.wp-container-core-group-is-layout-12{gap:var(--wp--preset--spacing--60);flex-direction:column;align-items:stretch;justify-content:space-between;}.wp-container-core-group-is-layout-13{gap:var(--wp--preset--spacing--20);justify-content:space-between;}.wp-container-core-group-is-layout-14{gap:var(--wp--preset--spacing--60);flex-direction:column;align-items:stretch;justify-content:space-between;}.wp-container-core-group-is-layout-15{gap:var(--wp--preset--spacing--60);flex-direction:column;align-items:stretch;justify-content:space-between;}.wp-container-core-group-is-layout-16{gap:var(--wp--preset--spacing--20);justify-content:space-between;}.wp-container-core-group-is-layout-17{gap:var(--wp--preset--spacing--60);flex-direction:column;align-items:stretch;justify-content:space-between;}.wp-container-core-group-is-layout-18{gap:var(--wp--preset--spacing--60);flex-direction:column;align-items:stretch;justify-content:space-between;}.wp-container-core-group-is-layout-19{gap:var(--wp--preset--spacing--20);justify-content:space-between;}.wp-container-core-group-is-layout-20{gap:var(--wp--preset--spacing--60);flex-direction:column;align-items:stretch;justify-content:space-between;}.wp-container-core-group-is-layout-21{gap:var(--wp--preset--spacing--60);flex-direction:column;align-items:stretch;justify-content:space-between;}.wp-container-core-post-template-is-layout-1{grid-template-columns:repeat(4, minmax(0, 1fr));}.wp-container-core-group-is-layout-22 > *{margin-block-start:0;margin-block-end:0;}.wp-container-core-group-is-layout-22 > * + *{margin-block-start:var(--wp--preset--spacing--60);margin-block-end:0;}.wp-container-core-group-is-layout-23 > .alignfull{margin-right:calc(0px * -1);margin-left:calc(0px * -1);}.wp-container-core-group-is-layout-24 > *{margin-block-start:0;margin-block-end:0;}.wp-container-core-group-is-layout-24 > * + *{margin-block-start:0;margin-block-end:0;}.wp-container-core-group-is-layout-25 > *{margin-block-start:0;margin-block-end:0;}.wp-container-core-group-is-layout-25 > * + *{margin-block-start:var(--wp--preset--spacing--100);margin-block-end:0;}.wp-elements-b4f13881c68f64785b3454b60c7104a6 a:where(:not(.wp-element-button)){color:#ffffffb0;}.wp-container-core-buttons-is-layout-3{gap:var(--wp--preset--spacing--40);}.wp-container-core-buttons-is-layout-4{gap:var(--wp--preset--spacing--40);}.wp-container-core-group-is-layout-26{gap:var(--wp--preset--spacing--40);flex-direction:column;align-items:flex-start;}.wp-elements-f0ce68687c0b5c274131b163f8dae540 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--base);}.wp-container-core-navigation-is-layout-1{gap:var(--wp--preset--spacing--40);flex-direction:column;align-items:flex-start;}.wp-container-core-group-is-layout-27{gap:var(--wp--preset--spacing--40);flex-direction:column;align-items:flex-start;}.wp-elements-b04420ba8f8c0f1aa332626b407d7525 a:where(:not(.wp-element-button)){color:var(--wp--preset--color--base);}.wp-container-core-navigation-is-layout-2{gap:var(--wp--preset--spacing--40);flex-direction:column;align-items:flex-start;}.wp-container-core-group-is-layout-28{gap:var(--wp--preset--spacing--40);flex-direction:column;align-items:flex-start;}.wp-elements-fcdd9c7168cbe47b89106c18af18f38e a:where(:not(.wp-element-button)){color:var(--wp--preset--color--base);}.wp-container-core-navigation-is-layout-3{gap:var(--wp--preset--spacing--40);flex-direction:column;align-items:flex-start;}.wp-container-core-group-is-layout-29{gap:var(--wp--preset--spacing--40);flex-direction:column;align-items:flex-start;}.wp-container-core-group-is-layout-31{flex-wrap:nowrap;gap:0.3em;}.wp-container-core-navigation-is-layout-4{gap:var(--wp--preset--spacing--50);}.wp-container-core-group-is-layout-32{gap:var(--wp--preset--spacing--50);justify-content:space-between;}.wp-container-core-group-is-layout-33 > *{margin-block-start:0;margin-block-end:0;}.wp-container-core-group-is-layout-33 > * + *{margin-block-start:var(--wp--preset--spacing--50);margin-block-end:0;}.wp-container-core-group-is-layout-34 > *{margin-block-start:0;margin-block-end:0;}.wp-container-core-group-is-layout-34 > * + *{margin-block-start:var(--wp--preset--spacing--70);margin-block-end:0;} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-64-1' href='https://s1.wp.com/_static/??-eJyVj90KwjAMRl/IGDoR3YX4LGspGpf+sKSTvb3dhiIKgheB5ITvhOA9g0tRfVQMBTKXC0VBl0KoCJh6Xyf5INtKNkgYk1JNy6tZF29OvfpQDd3RzQVSck6DwoJRdGL/K6IlWB7+TX0f6kS8rn9YTq6HxfEcRhKyxKTTbD2Hkzns2sa0Zt/cHiI8aro=&cssminify=yes' type='text/css' media='all' /> <style id='akismet-widget-style-inline-css'> .a-stats { --akismet-color-mid-green: #357b49; --akismet-color-white: #fff; --akismet-color-light-grey: #f6f7f7; max-width: 350px; width: auto; } .a-stats * { all: unset; box-sizing: border-box; } .a-stats strong { font-weight: 600; } .a-stats a.a-stats__link, .a-stats a.a-stats__link:visited, .a-stats a.a-stats__link:active { background: var(--akismet-color-mid-green); border: none; box-shadow: none; border-radius: 8px; color: var(--akismet-color-white); cursor: pointer; display: block; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif; font-weight: 500; padding: 12px; text-align: center; text-decoration: none; transition: all 0.2s ease; } /* Extra specificity to deal with TwentyTwentyOne focus style */ .widget .a-stats a.a-stats__link:focus { background: var(--akismet-color-mid-green); color: var(--akismet-color-white); text-decoration: none; } .a-stats a.a-stats__link:hover { filter: brightness(110%); box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.16); } .a-stats .count { color: var(--akismet-color-white); display: block; font-size: 1.5em; line-height: 1.4; padding: 0 13px; white-space: nowrap; } </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-66-1' href='https://s1.wp.com/_static/??-eJzTLy/QTc7PK0nNK9HPLdUtyClNz8wr1i9KTcrJTwcy0/WTi5G5ekCujj52Temp+bo5+cmJJZn5eSgc3bScxMwikFb7XFtDE1NLExMLc0OTLACohS2q&cssminify=yes' type='text/css' media='all' /> <style id='jetpack-global-styles-frontend-style-inline-css'> :root { --font-headings: unset; --font-base: unset; --font-headings-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif; --font-base-default: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;} </style> <link crossorigin='anonymous' rel='stylesheet' id='all-css-68-1' href='https://s2.wp.com/wp-content/themes/h4/global.css?m=1420737423i&cssminify=yes' type='text/css' media='all' /> <script crossorigin='anonymous' src="https://s0.wp.com/wp-content/plugins/gutenberg-core/v20.0.1/build/dom-ready/index.min.js?m=1738846131i&amp;ver=222ad38e3e5e302c8bbf" id="wp-dom-ready-js"></script> <script crossorigin='anonymous' type='text/javascript' src='https://s1.wp.com/_static/??/wp-content/themes/a8c/tumblr-support-theme/blocks/build/language-toggle/view.js,/wp-includes/js/dist/vendor/wp-polyfill.min.js?m=1739559161j'></script> <script src="https://s1.wp.com/wp-content/plugins/gutenberg-core/v20.0.1/build/vendors/react.min.js?m=1738846131i&amp;ver=18" id="react-js"></script> <script crossorigin='anonymous' src="https://s0.wp.com/wp-content/plugins/gutenberg-core/v20.0.1/build/vendors/react-dom.min.js?m=1738846131i&amp;ver=18" id="react-dom-js"></script> <script id="jetpack-mu-wpcom-settings-js-before"> var JETPACK_MU_WPCOM_SETTINGS = {"assetsUrl":"https:\/\/s1.wp.com\/wp-content\/mu-plugins\/jetpack-mu-wpcom-plugin\/sun\/jetpack_vendor\/automattic\/jetpack-mu-wpcom\/src\/build\/"}; </script> <script crossorigin='anonymous' type='text/javascript' src='https://s1.wp.com/_static/??-eJx9zMsKwjAQheEXchxKIdaF+CxJmmLTpBNmJo2+vRfQVXFxNueHD1sBT6uGVVFvIQdBO/j3QGopxAqfG10ivwi6OqcRf8m6FICmLyG4zaEdoxxw39WaXeJ/9ESkgaERj9nysgtGQU4Khen+eLVrvnSn3vRmOJsuPgF/k011'></script> <script id="rlt-proxy-js-after"> rltInitialize( {"token":null,"iframeOrigins":["https:\/\/widgets.wp.com"]} ); </script> <script crossorigin='anonymous' src="https://s0.wp.com/wp-content/plugins/gutenberg-core/v20.0.1/build/hooks/index.min.js?m=1738846131i&amp;ver=84e753e2b66eb7028d38" id="wp-hooks-js"></script> <script crossorigin='anonymous' src="https://s0.wp.com/wp-content/plugins/gutenberg-core/v20.0.1/build/i18n/index.min.js?m=1738846131i&amp;ver=bd5a2533e717a1043151" id="wp-i18n-js"></script> <script id="wp-i18n-js-after"> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); </script> <script crossorigin='anonymous' type='text/javascript' src='https://s0.wp.com/_static/??-eJx9jdsKwjAMhl/ILEy080Z8li4N2q4nlxTx7a3DC28UEgJf/gM+KvhMsTkWDH3ujdfn5wzJ5yHIDv+JIPnrapW/xVSyclbUG6dusSd6L0irtawKG0Yrwrrlzc1Hh9Y5oNgpaAHRRgvMsdDy89HbLuk8TqM5moPZT+EF2cZKsA=='></script> <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://enustumblrhelpcenter.wordpress.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress.com" /> <link rel="canonical" href="https://help.tumblr.com/knowledge-base/accessibility/" /> <link rel='shortlink' href='https://wp.me/pf4nk2-fTeD9' /> <style> @font-face { font-family: Recoleta; font-display: swap; src: url('https://s1.wp.com/i/fonts/recoleta/400.woff2') } </style> <link rel="alternate" type="application/json+oembed" href="https://public-api.wordpress.com/oembed/?format=json&amp;url=https%3A%2F%2Fhelp.tumblr.com%2Fknowledge-base%2Faccessibility%2F&amp;for=wpcom-auto-discovery" /><link rel="alternate" type="application/xml+oembed" href="https://public-api.wordpress.com/oembed/?format=xml&amp;url=https%3A%2F%2Fhelp.tumblr.com%2Fknowledge-base%2Faccessibility%2F&amp;for=wpcom-auto-discovery" /> <!-- Jetpack Open Graph Tags --> <meta property="og:type" content="article" /> <meta property="og:title" content="Accessibility" /> <meta property="og:url" content="https://help.tumblr.com/knowledge-base/accessibility/" /> <meta property="og:description" content="All platforms Screen Readers Tumblr works with screen readers on both desktop and mobile devices. There are different screen readers to choose from depending on your device. Screen readers for iOS …" /> <meta property="article:published_time" content="2024-03-11T13:04:58+00:00" /> <meta property="article:modified_time" content="2024-12-05T12:12:26+00:00" /> <meta property="og:site_name" content="Tumblr Help Center" /> <meta property="og:image" content="https://help.tumblr.com/wp-content/uploads/2024/04/cropped-tumblr_logos_2018.03.06_icon-blue.png?w=200" /> <meta property="og:image:width" content="200" /> <meta property="og:image:height" content="200" /> <meta property="og:image:alt" content="" /> <meta property="og:locale" content="en_US" /> <meta property="article:publisher" content="https://www.facebook.com/WordPresscom" /> <meta name="twitter:text:title" content="Accessibility" /> <meta name="twitter:image" content="https://help.tumblr.com/wp-content/uploads/2024/04/cropped-tumblr_logos_2018.03.06_icon-blue.png?w=240" /> <meta name="twitter:card" content="summary" /> <meta name="twitter:app:name:iphone" content="Jetpack" /> <meta name="twitter:app:id:iphone" content="1565481562" /> <meta name="twitter:app:name:ipad" content="Jetpack" /> <meta name="twitter:app:id:ipad" content="1565481562" /> <meta name="twitter:app:name:googleplay" content="Jetpack" /> <meta name="twitter:app:id:googleplay" content="com.jetpack.android" /> <!-- End Jetpack Open Graph Tags --> <link rel="search" type="application/opensearchdescription+xml" href="https://help.tumblr.com/osd.xml" title="Tumblr Help Center" /> <link rel="search" type="application/opensearchdescription+xml" href="https://s1.wp.com/opensearch.xml" title="WordPress.com" /> <meta name="description" content="All platforms Screen Readers Tumblr works with screen readers on both desktop and mobile devices. There are different screen readers to choose from depending on your device. Screen readers for iOS / macOS: VoiceOver for iPhone VoiceOver for macOS Screen readers for Android: TalkBack Screen readers for Windows: NVDA JAWS (Paid) Color Palettes Color palettes&hellip;" /> <style class='wp-fonts-local'> @font-face{font-family:"Favorit Tumblr";font-style:normal;font-weight:350;font-display:block;src:url('https://s2.wp.com/wp-content/themes/a8c/tumblr-support-theme/assets/fonts/favorit-tumblr/favorit-85.woff2') format('woff2');font-stretch:normal;} @font-face{font-family:"Favorit Tumblr";font-style:italic;font-weight:350;font-display:block;src:url('https://s2.wp.com/wp-content/themes/a8c/tumblr-support-theme/assets/fonts/favorit-tumblr/favorit-85-italic.woff2') format('woff2');font-stretch:normal;} @font-face{font-family:"Favorit Tumblr";font-style:normal;font-weight:400;font-display:block;src:url('https://s2.wp.com/wp-content/themes/a8c/tumblr-support-theme/assets/fonts/favorit-tumblr/favorit-regular.woff2') format('woff2');font-stretch:normal;} @font-face{font-family:"Favorit Tumblr";font-style:italic;font-weight:400;font-display:block;src:url('https://s2.wp.com/wp-content/themes/a8c/tumblr-support-theme/assets/fonts/favorit-tumblr/favorit-regular-italic.woff2') format('woff2');font-stretch:normal;} @font-face{font-family:"Favorit Tumblr";font-style:normal;font-weight:500;font-display:block;src:url('https://s2.wp.com/wp-content/themes/a8c/tumblr-support-theme/assets/fonts/favorit-tumblr/favorit-medium.woff2') format('woff2');font-stretch:normal;} @font-face{font-family:"Favorit Tumblr";font-style:italic;font-weight:500;font-display:block;src:url('https://s2.wp.com/wp-content/themes/a8c/tumblr-support-theme/assets/fonts/favorit-tumblr/favorit-medium-italic.woff2') format('woff2');font-stretch:normal;} @font-face{font-family:"Favorit Tumblr";font-style:normal;font-weight:700;font-display:block;src:url('https://s2.wp.com/wp-content/themes/a8c/tumblr-support-theme/assets/fonts/favorit-tumblr/favorit-bold.woff2') format('woff2');font-stretch:normal;} @font-face{font-family:"Favorit Tumblr";font-style:italic;font-weight:700;font-display:block;src:url('https://s2.wp.com/wp-content/themes/a8c/tumblr-support-theme/assets/fonts/favorit-tumblr/favorit-bold-italic.woff2') format('woff2');font-stretch:normal;} </style> <link rel="icon" href="https://help.tumblr.com/wp-content/uploads/2024/04/cropped-tumblr_logos_2018.03.06_icon-blue.png?w=32" sizes="32x32" /> <link rel="icon" href="https://help.tumblr.com/wp-content/uploads/2024/04/cropped-tumblr_logos_2018.03.06_icon-blue.png?w=192" sizes="192x192" /> <link rel="apple-touch-icon" href="https://help.tumblr.com/wp-content/uploads/2024/04/cropped-tumblr_logos_2018.03.06_icon-blue.png?w=180" /> <meta name="msapplication-TileImage" content="https://help.tumblr.com/wp-content/uploads/2024/04/cropped-tumblr_logos_2018.03.06_icon-blue.png?w=270" /> </head> <body class="kb_article-template-default single single-kb_article postid-234809323 wp-embed-responsive jps-theme-a8c/tumblr-support-theme customizer-styles-applied jetpack-reblog-enabled"> <div class="wp-site-blocks"> <div class="wp-block-group has-base-background-color has-background is-layout-flow wp-block-group-is-layout-flow wp-container-2 is-position-sticky"> <header class="wp-block-template-part"> <div class="wp-block-group alignfull is-content-justification-space-between is-nowrap is-layout-flex wp-container-core-group-is-layout-1 wp-block-group-is-layout-flex wp-container-1 is-position-sticky" style="border-bottom-color:#33475d;border-bottom-width:1px;padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)"> <figure class="wp-block-image is-resized size-full" style="margin-right:var(--wp--preset--spacing--50);margin-left:var(--wp--preset--spacing--50)"> <a href="https://help.tumblr.com/"><img src="https://s2.wp.com/wp-content/themes/a8c/tumblr-support-theme/assets/svg/logo.svg" alt="Tumblr" style="width:auto;height:32px"/></a> </figure> <div class="wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex" style="padding-right:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)"> <div class="visibility-hide-mobile wp-block-button is-style-btn-secondary"> <a class="wp-block-button__link wp-element-button" href="https://www.tumblr.com/"> Back to Tumblr </a> </div> <div class="wp-block-button is-style-btn-primary"> <a class="wp-block-button__link wp-element-button" href="https://www.tumblr.com/support"> Contact Support </a> </div> </div> </div> </header> </div> <main class="wp-block-group has-global-padding is-layout-constrained wp-container-core-group-is-layout-25 wp-block-group-is-layout-constrained"> <div class="wp-block-group alignwide has-global-padding is-layout-constrained wp-container-core-group-is-layout-24 wp-block-group-is-layout-constrained" style="padding-top:var(--wp--preset--spacing--70)"> <div class="wp-block-columns alignwide are-vertically-aligned-top is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow"> <div class="visibility-hide-tablet visibility-hide-desktop wp-block-group visibility-hide-tablet visibility-hide-desktop has-global-padding is-layout-constrained wp-block-group-is-layout-constrained" style="margin-bottom:var(--wp--preset--spacing--50)"> <form role="search" method="get" action="https://help.tumblr.com/" class="wp-block-search__no-button wp-block-search" ><label class="wp-block-search__label screen-reader-text" for="wp-block-search__input-3" >Search</label><div class="wp-block-search__inside-wrapper " ><input class="wp-block-search__input" id="wp-block-search__input-3" placeholder="Search..." value="" type="search" name="s" required /></div></form> </div> <div style="margin-top:0;" class="alignfull wp-block-a8c-support-theme-breadcrumb"> <nav role="navigation" aria-label="Breadcrumb" itemprop="breadcrumb"><ol itemscope itemtype="https://schema.org/BreadcrumbList"><ol><li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"><a href="https://help.tumblr.com/" itemprop="item"><span itemprop="name">Back to home</span></a></li><li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"><a href="https://help.tumblr.com/article-categories/customizing-your-tumblr/" itemprop="item"><span itemprop="name">Customizing Your Tumblr</span></a></li><li itemprop="itemListElement" itemscope itemtype="https://schema.org/ListItem"><span class="breadcrumbs__crumb-content" itemscope="" itemid="https://help.tumblr.com/knowledge-base/accessibility/" itemtype="https://schema.org/WebPage" itemprop="item"><span itemprop="name">Accessibility</span></span></li></ol></nav></div> <h1 style="margin-top:var(--wp--preset--spacing--40);margin-bottom:0;" class="wp-block-post-title">Accessibility</h1> </div> <div class="wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow" style="flex-basis:32%"> <form role="search" method="get" action="https://help.tumblr.com/" class="visibility-hide-mobile wp-block-search__no-button wp-block-search" ><label class="wp-block-search__label screen-reader-text" for="wp-block-search__input-4" >Search</label><div class="wp-block-search__inside-wrapper " ><input class="wp-block-search__input" id="wp-block-search__input-4" placeholder="Search..." value="" type="search" name="s" required /></div></form> </div> </div> <div class="wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex"> <div class="wp-block-column is-vertically-aligned-stretch is-layout-flow wp-container-core-column-is-layout-3 wp-block-column-is-layout-flow" style="padding-top:var(--wp--preset--spacing--60)"> <div class="wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained" style="margin-bottom:var(--wp--preset--spacing--60)"> </div> <div class="wp-block-group visibility-hide-tablet visibility-hide-desktop has-global-padding is-layout-constrained wp-block-group-is-layout-constrained" style="margin-bottom:var(--wp--preset--spacing--60)"> <div class="a8c-table-of-contents"> <button class="a8c-table-of-contents-switch"> <svg class="mobile" width="15" height="10" viewBox="0 0 20 15" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1.38672 1.15562L11.0303 10.7078L20.3867 0.707764" stroke="#646970" stroke-width="2"/> </svg> </button> <p class="has-large-font-size a8c-table-of-contents-switch">In this Guide</p> <div class="wp-block-a8c-support-table-of-contents"></div> </div> </div> <div class="entry-content wp-block-post-content has-global-padding is-content-justification-center is-layout-constrained wp-block-post-content-is-layout-constrained"> <div class="a8c-support-theme-anchor-link"> <h2 class="wp-block-heading" id="h_01H96TMMF90C59A9669BYR6VMY"><strong>All platforms</strong></h2> <a href="https://help.tumblr.com/knowledge-base/accessibility/#" title="Link to this section: "><svg width="20" height="20" viewBox="0 0 28 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.6997 0.400024H17.1664V2.77502H19.6997C22.8664 2.77502 25.5581 5.46669 25.5581 8.63336C25.5581 11.8 22.8664 14.4917 19.6997 14.4917H17.1664V16.8667H19.6997C24.1331 16.8667 27.9331 13.225 27.9331 8.63336C27.9331 4.04169 24.2914 0.400024 19.6997 0.400024ZM2.44141 8.63336C2.44141 5.46669 5.13307 2.77502 8.29974 2.77502H10.8331V0.400024H8.29974C3.70807 0.400024 0.0664062 4.04169 0.0664062 8.63336C0.0664062 13.225 3.70807 16.8667 8.29974 16.8667H10.8331V14.4917H8.29974C5.13307 14.4917 2.44141 11.8 2.44141 8.63336ZM9.72474 10.0584H18.1164V7.68336H9.72474V10.0584Z" fill="#0675C4"/></svg></a></div> <div class="a8c-support-theme-anchor-link"> <h3 class="wp-block-heading" id="h_01HRPP1JMTHNQX8XPA2XCDNQDK"><strong>Screen Readers</strong></h3> <a href="https://help.tumblr.com/knowledge-base/accessibility/#" title="Link to this section: "><svg width="20" height="20" viewBox="0 0 28 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.6997 0.400024H17.1664V2.77502H19.6997C22.8664 2.77502 25.5581 5.46669 25.5581 8.63336C25.5581 11.8 22.8664 14.4917 19.6997 14.4917H17.1664V16.8667H19.6997C24.1331 16.8667 27.9331 13.225 27.9331 8.63336C27.9331 4.04169 24.2914 0.400024 19.6997 0.400024ZM2.44141 8.63336C2.44141 5.46669 5.13307 2.77502 8.29974 2.77502H10.8331V0.400024H8.29974C3.70807 0.400024 0.0664062 4.04169 0.0664062 8.63336C0.0664062 13.225 3.70807 16.8667 8.29974 16.8667H10.8331V14.4917H8.29974C5.13307 14.4917 2.44141 11.8 2.44141 8.63336ZM9.72474 10.0584H18.1164V7.68336H9.72474V10.0584Z" fill="#0675C4"/></svg></a></div> <p>Tumblr works with screen readers on both desktop and mobile devices. There are different screen readers to choose from depending on your device. </p> <div class="a8c-support-theme-anchor-link"> <h4 class="wp-block-heading" id="screen-readers-for-ios-macos">Screen readers for iOS / macOS:</h4> <a href="https://help.tumblr.com/knowledge-base/accessibility/#" title="Link to this section: "><svg width="20" height="20" viewBox="0 0 28 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.6997 0.400024H17.1664V2.77502H19.6997C22.8664 2.77502 25.5581 5.46669 25.5581 8.63336C25.5581 11.8 22.8664 14.4917 19.6997 14.4917H17.1664V16.8667H19.6997C24.1331 16.8667 27.9331 13.225 27.9331 8.63336C27.9331 4.04169 24.2914 0.400024 19.6997 0.400024ZM2.44141 8.63336C2.44141 5.46669 5.13307 2.77502 8.29974 2.77502H10.8331V0.400024H8.29974C3.70807 0.400024 0.0664062 4.04169 0.0664062 8.63336C0.0664062 13.225 3.70807 16.8667 8.29974 16.8667H10.8331V14.4917H8.29974C5.13307 14.4917 2.44141 11.8 2.44141 8.63336ZM9.72474 10.0584H18.1164V7.68336H9.72474V10.0584Z" fill="#0675C4"/></svg></a></div> <ul class="wp-block-list"> <li><a href="https://support.apple.com/guide/iphone/turn-on-and-practice-voiceover-iph3e2e415f/ios">VoiceOver for iPhone</a></li> <li><a href="https://support.apple.com/guide/voiceover/welcome/mac">VoiceOver for macOS</a></li> </ul> <div class="a8c-support-theme-anchor-link"> <h4 class="wp-block-heading" id="screen-readers-for-android">Screen readers for Android:</h4> <a href="https://help.tumblr.com/knowledge-base/accessibility/#" title="Link to this section: "><svg width="20" height="20" viewBox="0 0 28 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.6997 0.400024H17.1664V2.77502H19.6997C22.8664 2.77502 25.5581 5.46669 25.5581 8.63336C25.5581 11.8 22.8664 14.4917 19.6997 14.4917H17.1664V16.8667H19.6997C24.1331 16.8667 27.9331 13.225 27.9331 8.63336C27.9331 4.04169 24.2914 0.400024 19.6997 0.400024ZM2.44141 8.63336C2.44141 5.46669 5.13307 2.77502 8.29974 2.77502H10.8331V0.400024H8.29974C3.70807 0.400024 0.0664062 4.04169 0.0664062 8.63336C0.0664062 13.225 3.70807 16.8667 8.29974 16.8667H10.8331V14.4917H8.29974C5.13307 14.4917 2.44141 11.8 2.44141 8.63336ZM9.72474 10.0584H18.1164V7.68336H9.72474V10.0584Z" fill="#0675C4"/></svg></a></div> <ul class="wp-block-list"> <li><a href="https://support.google.com/accessibility/android/answer/6283677?hl=en">TalkBack</a></li> </ul> <div class="a8c-support-theme-anchor-link"> <h4 class="wp-block-heading" id="screen-readers-for-windows">Screen readers for Windows<strong>:</strong></h4> <a href="https://help.tumblr.com/knowledge-base/accessibility/#" title="Link to this section: "><svg width="20" height="20" viewBox="0 0 28 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.6997 0.400024H17.1664V2.77502H19.6997C22.8664 2.77502 25.5581 5.46669 25.5581 8.63336C25.5581 11.8 22.8664 14.4917 19.6997 14.4917H17.1664V16.8667H19.6997C24.1331 16.8667 27.9331 13.225 27.9331 8.63336C27.9331 4.04169 24.2914 0.400024 19.6997 0.400024ZM2.44141 8.63336C2.44141 5.46669 5.13307 2.77502 8.29974 2.77502H10.8331V0.400024H8.29974C3.70807 0.400024 0.0664062 4.04169 0.0664062 8.63336C0.0664062 13.225 3.70807 16.8667 8.29974 16.8667H10.8331V14.4917H8.29974C5.13307 14.4917 2.44141 11.8 2.44141 8.63336ZM9.72474 10.0584H18.1164V7.68336H9.72474V10.0584Z" fill="#0675C4"/></svg></a></div> <ul class="wp-block-list"> <li><a href="https://www.nvaccess.org/">NVDA</a></li> <li><a href="https://www.freedomscientific.com/products/software/jaws/">JAWS</a> (Paid)</li> </ul> <div class="a8c-support-theme-anchor-link"> <h3 class="wp-block-heading" id="h_01HRPP1JMTYPRQMHCD8TP2Y1SS"><strong>Color Palettes</strong></h3> <a href="https://help.tumblr.com/knowledge-base/accessibility/#" title="Link to this section: "><svg width="20" height="20" viewBox="0 0 28 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.6997 0.400024H17.1664V2.77502H19.6997C22.8664 2.77502 25.5581 5.46669 25.5581 8.63336C25.5581 11.8 22.8664 14.4917 19.6997 14.4917H17.1664V16.8667H19.6997C24.1331 16.8667 27.9331 13.225 27.9331 8.63336C27.9331 4.04169 24.2914 0.400024 19.6997 0.400024ZM2.44141 8.63336C2.44141 5.46669 5.13307 2.77502 8.29974 2.77502H10.8331V0.400024H8.29974C3.70807 0.400024 0.0664062 4.04169 0.0664062 8.63336C0.0664062 13.225 3.70807 16.8667 8.29974 16.8667H10.8331V14.4917H8.29974C5.13307 14.4917 2.44141 11.8 2.44141 8.63336ZM9.72474 10.0584H18.1164V7.68336H9.72474V10.0584Z" fill="#0675C4"/></svg></a></div> <p>Color palettes change the default colors and fonts on Tumblr, depending on the palette you choose.&nbsp;</p> <p>On the web, there are twelve color palettes. The mobile apps offer five color palettes, with the addition of “System Default”, which uses a color palette based on your device’s settings.</p> <div class="a8c-support-theme-anchor-link"> <h4 class="wp-block-heading" id="mobile-color-palettes">Mobile color palettes<strong>:</strong></h4> <a href="https://help.tumblr.com/knowledge-base/accessibility/#" title="Link to this section: "><svg width="20" height="20" viewBox="0 0 28 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.6997 0.400024H17.1664V2.77502H19.6997C22.8664 2.77502 25.5581 5.46669 25.5581 8.63336C25.5581 11.8 22.8664 14.4917 19.6997 14.4917H17.1664V16.8667H19.6997C24.1331 16.8667 27.9331 13.225 27.9331 8.63336C27.9331 4.04169 24.2914 0.400024 19.6997 0.400024ZM2.44141 8.63336C2.44141 5.46669 5.13307 2.77502 8.29974 2.77502H10.8331V0.400024H8.29974C3.70807 0.400024 0.0664062 4.04169 0.0664062 8.63336C0.0664062 13.225 3.70807 16.8667 8.29974 16.8667H10.8331V14.4917H8.29974C5.13307 14.4917 2.44141 11.8 2.44141 8.63336ZM9.72474 10.0584H18.1164V7.68336H9.72474V10.0584Z" fill="#0675C4"/></svg></a></div> <ul class="wp-block-list"> <li>True Blue</li> <li>Dark Mode</li> <li>Low-Contrast Classic</li> <li>Goth Rave</li> <li>Pride</li> </ul> <div class="a8c-support-theme-anchor-link"> <h4 class="wp-block-heading" id="web-only-color-palettes">Web-only color palettes<strong>:</strong></h4> <a href="https://help.tumblr.com/knowledge-base/accessibility/#" title="Link to this section: "><svg width="20" height="20" viewBox="0 0 28 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.6997 0.400024H17.1664V2.77502H19.6997C22.8664 2.77502 25.5581 5.46669 25.5581 8.63336C25.5581 11.8 22.8664 14.4917 19.6997 14.4917H17.1664V16.8667H19.6997C24.1331 16.8667 27.9331 13.225 27.9331 8.63336C27.9331 4.04169 24.2914 0.400024 19.6997 0.400024ZM2.44141 8.63336C2.44141 5.46669 5.13307 2.77502 8.29974 2.77502H10.8331V0.400024H8.29974C3.70807 0.400024 0.0664062 4.04169 0.0664062 8.63336C0.0664062 13.225 3.70807 16.8667 8.29974 16.8667H10.8331V14.4917H8.29974C5.13307 14.4917 2.44141 11.8 2.44141 8.63336ZM9.72474 10.0584H18.1164V7.68336H9.72474V10.0584Z" fill="#0675C4"/></svg></a></div> <ul class="wp-block-list"> <li>Cement&nbsp;</li> <li>Cybernetic</li> <li>Canary</li> <li>Ghost</li> <li>Vampire (Serif font)</li> <li>Pumpkin (Serif font)</li> <li>Snow Bright</li> </ul> <div class="a8c-support-theme-anchor-link"> <h4 class="wp-block-heading" id="changing-your-color-palette">Changing your Color Palette</h4> <a href="https://help.tumblr.com/knowledge-base/accessibility/#" title="Link to this section: "><svg width="20" height="20" viewBox="0 0 28 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.6997 0.400024H17.1664V2.77502H19.6997C22.8664 2.77502 25.5581 5.46669 25.5581 8.63336C25.5581 11.8 22.8664 14.4917 19.6997 14.4917H17.1664V16.8667H19.6997C24.1331 16.8667 27.9331 13.225 27.9331 8.63336C27.9331 4.04169 24.2914 0.400024 19.6997 0.400024ZM2.44141 8.63336C2.44141 5.46669 5.13307 2.77502 8.29974 2.77502H10.8331V0.400024H8.29974C3.70807 0.400024 0.0664062 4.04169 0.0664062 8.63336C0.0664062 13.225 3.70807 16.8667 8.29974 16.8667H10.8331V14.4917H8.29974C5.13307 14.4917 2.44141 11.8 2.44141 8.63336ZM9.72474 10.0584H18.1164V7.68336H9.72474V10.0584Z" fill="#0675C4"/></svg></a></div> <p>To change your color palette on the web:</p> <ol class="wp-block-list"> <li>Navigate to your<a href="https://www.tumblr.com/settings/dashboard"> Dashboard Settings</a>.</li> <li>Select your desired color palette under the &#8220;Color Palette&#8221; setting.</li> </ol> <p>Alternatively, you can press Shift + P to cycle through all available palettes. You can check out more keyboard shortcuts in <a href="#h_01HRPP1JMTGTMV0DAMBS2SZE6X">this section</a>.</p> <p>To change your color palette in the mobile apps:</p> <ol class="wp-block-list"> <li>Tap the little human.</li> <li>Tap the gear icon in the upper right corner of your blog.</li> <li>Choose &#8220;General settings&#8221; on iOS or &#8220;Account settings&#8221; on Android.</li> <li>Tap “Color palette”.</li> </ol> <div class="a8c-support-theme-anchor-link"> <h3 class="wp-block-heading" id="h_01HRPP1JMTNTA65S1XMMFPCY12"><strong>Image Alt Text</strong></h3> <a href="https://help.tumblr.com/knowledge-base/accessibility/#" title="Link to this section: "><svg width="20" height="20" viewBox="0 0 28 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.6997 0.400024H17.1664V2.77502H19.6997C22.8664 2.77502 25.5581 5.46669 25.5581 8.63336C25.5581 11.8 22.8664 14.4917 19.6997 14.4917H17.1664V16.8667H19.6997C24.1331 16.8667 27.9331 13.225 27.9331 8.63336C27.9331 4.04169 24.2914 0.400024 19.6997 0.400024ZM2.44141 8.63336C2.44141 5.46669 5.13307 2.77502 8.29974 2.77502H10.8331V0.400024H8.29974C3.70807 0.400024 0.0664062 4.04169 0.0664062 8.63336C0.0664062 13.225 3.70807 16.8667 8.29974 16.8667H10.8331V14.4917H8.29974C5.13307 14.4917 2.44141 11.8 2.44141 8.63336ZM9.72474 10.0584H18.1164V7.68336H9.72474V10.0584Z" fill="#0675C4"/></svg></a></div> <p>Not all visitors to your blog can see your images. Some people with visual impairments use screen readers to navigate the web.</p> <p>To assist folks with visual impairments, you can add alternative text (commonly referred to as &#8220;alt text&#8221;) that describes what is shown in the image. The alt text should be a brief description of your image, as if you were describing it to someone over the phone, solely to make your post accessible to folks using a screen reader.</p> <p>To add alt text to an image in the mobile apps:</p> <ol class="wp-block-list"> <li><a href="https://help.tumblr.com/hc/articles/231453828-Adding-Photos">Add an image</a> in the post editor.</li> <li>In the bottom right corner of the image, click the 3 dots icon.</li> <li>Click &#8220;Add alt text&#8221;.</li> <li>Enter your text, then click &#8220;Done&#8221;.</li> </ol> <p>To add alt text to an image on the web:</p> <ol class="wp-block-list"> <li>Add an image in the post editor.</li> <li>Hover your mouse over the image, and you&#8217;ll see 3 dots appear in the bottom right corner.</li> <li>Click on those 3 dots.</li> <li>Click &#8220;Update image description&#8221;.</li> <li>Enter your alt text, then click &#8220;Update&#8221;.</li> </ol> <div class="a8c-support-theme-anchor-link"> <h3 class="wp-block-heading" id="h_01HRPP1JMTW6Q6MGBS2V5G6ADJ"><strong>Filtering</strong></h3> <a href="https://help.tumblr.com/knowledge-base/accessibility/#" title="Link to this section: "><svg width="20" height="20" viewBox="0 0 28 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.6997 0.400024H17.1664V2.77502H19.6997C22.8664 2.77502 25.5581 5.46669 25.5581 8.63336C25.5581 11.8 22.8664 14.4917 19.6997 14.4917H17.1664V16.8667H19.6997C24.1331 16.8667 27.9331 13.225 27.9331 8.63336C27.9331 4.04169 24.2914 0.400024 19.6997 0.400024ZM2.44141 8.63336C2.44141 5.46669 5.13307 2.77502 8.29974 2.77502H10.8331V0.400024H8.29974C3.70807 0.400024 0.0664062 4.04169 0.0664062 8.63336C0.0664062 13.225 3.70807 16.8667 8.29974 16.8667H10.8331V14.4917H8.29974C5.13307 14.4917 2.44141 11.8 2.44141 8.63336ZM9.72474 10.0584H18.1164V7.68336H9.72474V10.0584Z" fill="#0675C4"/></svg></a></div> <p>If there is content or a topic you don&#8217;t want to see, you can filter it from your dashboard and feeds. There are two filtering options on Tumblr: <a href="https://help.tumblr.com/tag-and-post-content-filtering/#h_01H9NQRXBJ95M094XD43BHQXWA">Filter by tags</a> and <a href="https://help.tumblr.com/tag-and-post-content-filtering/#h_01H9NQRXBJAY2FRNBB0SPPX1ZC">filter by post content</a>. Regardless of which option you choose, filtered posts will have an overlay obscuring the post itself with an explanation of why the post was filtered and the option to view the post.</p> <p>You can read more in our article, <a href="https://help.tumblr.com/hc/articles/115015814708-Tag-and-Post-Content-Filtering">Tag and Post Filtering</a>.</p> <div class="a8c-support-theme-anchor-link"> <h2 class="wp-block-heading" id="h_01HRPP1JMTEPJWQ1SQ3XT64BYS">Web-only</h2> <a href="https://help.tumblr.com/knowledge-base/accessibility/#" title="Link to this section: "><svg width="20" height="20" viewBox="0 0 28 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.6997 0.400024H17.1664V2.77502H19.6997C22.8664 2.77502 25.5581 5.46669 25.5581 8.63336C25.5581 11.8 22.8664 14.4917 19.6997 14.4917H17.1664V16.8667H19.6997C24.1331 16.8667 27.9331 13.225 27.9331 8.63336C27.9331 4.04169 24.2914 0.400024 19.6997 0.400024ZM2.44141 8.63336C2.44141 5.46669 5.13307 2.77502 8.29974 2.77502H10.8331V0.400024H8.29974C3.70807 0.400024 0.0664062 4.04169 0.0664062 8.63336C0.0664062 13.225 3.70807 16.8667 8.29974 16.8667H10.8331V14.4917H8.29974C5.13307 14.4917 2.44141 11.8 2.44141 8.63336ZM9.72474 10.0584H18.1164V7.68336H9.72474V10.0584Z" fill="#0675C4"/></svg></a></div> <div class="a8c-support-theme-anchor-link"> <h3 class="wp-block-heading" id="h_01HRPP1JMTGTMV0DAMBS2SZE6X"><strong>Keyboard Shortcuts</strong></h3> <a href="https://help.tumblr.com/knowledge-base/accessibility/#" title="Link to this section: "><svg width="20" height="20" viewBox="0 0 28 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.6997 0.400024H17.1664V2.77502H19.6997C22.8664 2.77502 25.5581 5.46669 25.5581 8.63336C25.5581 11.8 22.8664 14.4917 19.6997 14.4917H17.1664V16.8667H19.6997C24.1331 16.8667 27.9331 13.225 27.9331 8.63336C27.9331 4.04169 24.2914 0.400024 19.6997 0.400024ZM2.44141 8.63336C2.44141 5.46669 5.13307 2.77502 8.29974 2.77502H10.8331V0.400024H8.29974C3.70807 0.400024 0.0664062 4.04169 0.0664062 8.63336C0.0664062 13.225 3.70807 16.8667 8.29974 16.8667H10.8331V14.4917H8.29974C5.13307 14.4917 2.44141 11.8 2.44141 8.63336ZM9.72474 10.0584H18.1164V7.68336H9.72474V10.0584Z" fill="#0675C4"/></svg></a></div> <p>Click the keyboard icon in the bottom-right corner of the dashboard to see a list of shortcuts for browsing your dashboard and composing your posts.</p> <div class="a8c-support-theme-anchor-link"> <h4 class="wp-block-heading" id="h_01HRPP1JMTS35NCCAYGWBGQ3RE"><strong>Dashboard</strong></h4> <a href="https://help.tumblr.com/knowledge-base/accessibility/#" title="Link to this section: "><svg width="20" height="20" viewBox="0 0 28 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.6997 0.400024H17.1664V2.77502H19.6997C22.8664 2.77502 25.5581 5.46669 25.5581 8.63336C25.5581 11.8 22.8664 14.4917 19.6997 14.4917H17.1664V16.8667H19.6997C24.1331 16.8667 27.9331 13.225 27.9331 8.63336C27.9331 4.04169 24.2914 0.400024 19.6997 0.400024ZM2.44141 8.63336C2.44141 5.46669 5.13307 2.77502 8.29974 2.77502H10.8331V0.400024H8.29974C3.70807 0.400024 0.0664062 4.04169 0.0664062 8.63336C0.0664062 13.225 3.70807 16.8667 8.29974 16.8667H10.8331V14.4917H8.29974C5.13307 14.4917 2.44141 11.8 2.44141 8.63336ZM9.72474 10.0584H18.1164V7.68336H9.72474V10.0584Z" fill="#0675C4"/></svg></a></div> <figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td><strong>Move forward</strong></td><td>Tab</td></tr><tr><td><strong>Move backward</strong></td><td>Shift+Tab</td></tr><tr><td><strong>Scroll down</strong></td><td>J</td></tr><tr><td><strong>Scroll up</strong></td><td>K</td></tr><tr><td><strong>New Post</strong></td><td>C</td></tr><tr><td><strong>Next page</strong></td><td>→</td></tr><tr><td><strong>Previous page</strong></td><td>←</td></tr><tr><td><strong>Back to the top</strong></td><td>.</td></tr><tr><td><strong>Like a post</strong></td><td>L</td></tr><tr><td><strong>Reblog a post</strong></td><td>Shift+R</td></tr><tr><td><strong>Click to reblog a post</strong></td><td>E+Click</td></tr><tr><td><strong>Queue a post</strong></td><td>Shift+Q</td></tr><tr><td><strong>Click to queue a post</strong></td><td>W+Click</td></tr><tr><td><strong>Answer an ask</strong></td><td>A</td></tr><tr><td><strong>Delete a post</strong></td><td>D</td></tr><tr><td><strong>Search Tumblr</strong></td><td>?</td></tr><tr><td><strong>Change palette</strong></td><td>Shift+P</td></tr></tbody></table></figure> <div class="a8c-support-theme-anchor-link"> <h4 class="wp-block-heading" id="h_01HRPP1JMTDZYT2QTK53TYM7ER"><strong>Lightbox</strong></h4> <a href="https://help.tumblr.com/knowledge-base/accessibility/#" title="Link to this section: "><svg width="20" height="20" viewBox="0 0 28 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.6997 0.400024H17.1664V2.77502H19.6997C22.8664 2.77502 25.5581 5.46669 25.5581 8.63336C25.5581 11.8 22.8664 14.4917 19.6997 14.4917H17.1664V16.8667H19.6997C24.1331 16.8667 27.9331 13.225 27.9331 8.63336C27.9331 4.04169 24.2914 0.400024 19.6997 0.400024ZM2.44141 8.63336C2.44141 5.46669 5.13307 2.77502 8.29974 2.77502H10.8331V0.400024H8.29974C3.70807 0.400024 0.0664062 4.04169 0.0664062 8.63336C0.0664062 13.225 3.70807 16.8667 8.29974 16.8667H10.8331V14.4917H8.29974C5.13307 14.4917 2.44141 11.8 2.44141 8.63336ZM9.72474 10.0584H18.1164V7.68336H9.72474V10.0584Z" fill="#0675C4"/></svg></a></div> <figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td><strong>Next image</strong></td><td>→</td></tr><tr><td><strong>Previous image</strong></td><td>←</td></tr><tr><td><strong>Close</strong></td><td>ESC</td></tr></tbody></table></figure> <div class="a8c-support-theme-anchor-link"> <h4 class="wp-block-heading" id="h_01HRPT0YNGW3J0S8Z5NAHC0B32"><strong>Composing</strong></h4> <a href="https://help.tumblr.com/knowledge-base/accessibility/#" title="Link to this section: "><svg width="20" height="20" viewBox="0 0 28 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.6997 0.400024H17.1664V2.77502H19.6997C22.8664 2.77502 25.5581 5.46669 25.5581 8.63336C25.5581 11.8 22.8664 14.4917 19.6997 14.4917H17.1664V16.8667H19.6997C24.1331 16.8667 27.9331 13.225 27.9331 8.63336C27.9331 4.04169 24.2914 0.400024 19.6997 0.400024ZM2.44141 8.63336C2.44141 5.46669 5.13307 2.77502 8.29974 2.77502H10.8331V0.400024H8.29974C3.70807 0.400024 0.0664062 4.04169 0.0664062 8.63336C0.0664062 13.225 3.70807 16.8667 8.29974 16.8667H10.8331V14.4917H8.29974C5.13307 14.4917 2.44141 11.8 2.44141 8.63336ZM9.72474 10.0584H18.1164V7.68336H9.72474V10.0584Z" fill="#0675C4"/></svg></a></div> <figure class="wp-block-table"><table class="has-fixed-layout"><tbody><tr><td><strong>Add media</strong></td><td>/</td></tr><tr><td><strong>Bold</strong></td><td>⌘+B / CTRL+B</td></tr><tr><td><strong>Italic</strong></td><td>⌘+I / CTRL+I</td></tr><tr><td><strong>Inline Link</strong></td><td>⌘+K / CTRL+K</td></tr><tr><td><strong>Text Color</strong></td><td>⌘+O / CTRL+O</td></tr><tr><td><strong>Strikethrough</strong></td><td>⌘+Shift+6 / CTRL+Shift+6</td></tr><tr><td><strong>Small text</strong></td><td>⌘+, / CTRL+,</td></tr></tbody></table></figure> <div class="a8c-support-theme-anchor-link"> <h3 class="wp-block-heading" id="h_01HRPP1JMTAD4PQ7X2YYDB9SVN"><strong>Third-Party Extensions</strong></h3> <a href="https://help.tumblr.com/knowledge-base/accessibility/#" title="Link to this section: "><svg width="20" height="20" viewBox="0 0 28 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.6997 0.400024H17.1664V2.77502H19.6997C22.8664 2.77502 25.5581 5.46669 25.5581 8.63336C25.5581 11.8 22.8664 14.4917 19.6997 14.4917H17.1664V16.8667H19.6997C24.1331 16.8667 27.9331 13.225 27.9331 8.63336C27.9331 4.04169 24.2914 0.400024 19.6997 0.400024ZM2.44141 8.63336C2.44141 5.46669 5.13307 2.77502 8.29974 2.77502H10.8331V0.400024H8.29974C3.70807 0.400024 0.0664062 4.04169 0.0664062 8.63336C0.0664062 13.225 3.70807 16.8667 8.29974 16.8667H10.8331V14.4917H8.29974C5.13307 14.4917 2.44141 11.8 2.44141 8.63336ZM9.72474 10.0584H18.1164V7.68336H9.72474V10.0584Z" fill="#0675C4"/></svg></a></div> <p>Various browsers offer third-party extensions that can customize your browser and tailor your experience on the web to your needs. Check your browser’s info for instructions.</p> <ul class="wp-block-list"> <li><a href="https://addons.mozilla.org/en-US/firefox/" target="_blank" rel="noopener noreferrer">Firefox Add-ons</a></li> <li><a href="https://chromewebstore.google.com/" target="_blank" rel="noopener noreferrer">Chrome Extensions</a></li> </ul> <p>One popular extension for Tumblr is <a href="https://github.com/AprilSylph/XKit-Rewritten" target="_blank" rel="noopener noreferrer">XKit Rewritten</a> &#8211; However, please note that using XKit or another third party solution falls outside the scope of our support since it changes the core functionality of Tumblr. In other words, we can’t predict or troubleshoot what extension features will and won&#8217;t work as we update Tumblr.</p> <div class="tips"> <p>Make sure you trust the source of a third-party extension before installing it!</p> </div> <div class="a8c-support-theme-anchor-link"> <h2 class="wp-block-heading" id="h_01HRPP1JMTZE50SE0GHQFYVP77">Mobile&nbsp;</h2> <a href="https://help.tumblr.com/knowledge-base/accessibility/#" title="Link to this section: "><svg width="20" height="20" viewBox="0 0 28 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.6997 0.400024H17.1664V2.77502H19.6997C22.8664 2.77502 25.5581 5.46669 25.5581 8.63336C25.5581 11.8 22.8664 14.4917 19.6997 14.4917H17.1664V16.8667H19.6997C24.1331 16.8667 27.9331 13.225 27.9331 8.63336C27.9331 4.04169 24.2914 0.400024 19.6997 0.400024ZM2.44141 8.63336C2.44141 5.46669 5.13307 2.77502 8.29974 2.77502H10.8331V0.400024H8.29974C3.70807 0.400024 0.0664062 4.04169 0.0664062 8.63336C0.0664062 13.225 3.70807 16.8667 8.29974 16.8667H10.8331V14.4917H8.29974C5.13307 14.4917 2.44141 11.8 2.44141 8.63336ZM9.72474 10.0584H18.1164V7.68336H9.72474V10.0584Z" fill="#0675C4"/></svg></a></div> <div class="a8c-support-theme-anchor-link"> <h3 class="wp-block-heading" id="h_01HRPP1JMTJPB5Y9008NKQ79C7"><strong>Media Auto-play</strong></h3> <a href="https://help.tumblr.com/knowledge-base/accessibility/#" title="Link to this section: "><svg width="20" height="20" viewBox="0 0 28 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.6997 0.400024H17.1664V2.77502H19.6997C22.8664 2.77502 25.5581 5.46669 25.5581 8.63336C25.5581 11.8 22.8664 14.4917 19.6997 14.4917H17.1664V16.8667H19.6997C24.1331 16.8667 27.9331 13.225 27.9331 8.63336C27.9331 4.04169 24.2914 0.400024 19.6997 0.400024ZM2.44141 8.63336C2.44141 5.46669 5.13307 2.77502 8.29974 2.77502H10.8331V0.400024H8.29974C3.70807 0.400024 0.0664062 4.04169 0.0664062 8.63336C0.0664062 13.225 3.70807 16.8667 8.29974 16.8667H10.8331V14.4917H8.29974C5.13307 14.4917 2.44141 11.8 2.44141 8.63336ZM9.72474 10.0584H18.1164V7.68336H9.72474V10.0584Z" fill="#0675C4"/></svg></a></div> <p>To enable or disable auto-play of GIFs and videos in the Tumblr app:</p> <ol class="wp-block-list"> <li>Tap the account icon (little human).</li> <li>Tap the gear wheel icon.</li> <li>Tap “General settings” (on iOS) or “Account settings” (on Android).</li> <li>Tap “Media auto-play”.</li> <li>You can choose between “Never auto-play”, “Only on Wi-Fi”, or “Always auto-play”.</li> </ol> <div class="a8c-support-theme-anchor-link"> <h3 class="wp-block-heading" id="h_01HRPP1JMTPA4Y8T8ZRMMPSCXB"><strong>Dynamic Text Support</strong></h3> <a href="https://help.tumblr.com/knowledge-base/accessibility/#" title="Link to this section: "><svg width="20" height="20" viewBox="0 0 28 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.6997 0.400024H17.1664V2.77502H19.6997C22.8664 2.77502 25.5581 5.46669 25.5581 8.63336C25.5581 11.8 22.8664 14.4917 19.6997 14.4917H17.1664V16.8667H19.6997C24.1331 16.8667 27.9331 13.225 27.9331 8.63336C27.9331 4.04169 24.2914 0.400024 19.6997 0.400024ZM2.44141 8.63336C2.44141 5.46669 5.13307 2.77502 8.29974 2.77502H10.8331V0.400024H8.29974C3.70807 0.400024 0.0664062 4.04169 0.0664062 8.63336C0.0664062 13.225 3.70807 16.8667 8.29974 16.8667H10.8331V14.4917H8.29974C5.13307 14.4917 2.44141 11.8 2.44141 8.63336ZM9.72474 10.0584H18.1164V7.68336H9.72474V10.0584Z" fill="#0675C4"/></svg></a></div> <p>The Tumblr mobile apps offer dynamic text support. Text in the mobile apps will scale based on your device’s system settings.</p> <p>To learn how to change your device’s font settings, please refer to your device’s documentation:</p> <ul class="wp-block-list"> <li><strong>iOS: </strong><a href="https://support.apple.com/en-us/102453" target="_blank" rel="noopener noreferrer">Change the font size on your iPhone, iPad, and iPod touch</a></li> <li><strong>Android: </strong><a href="https://support.google.com/accessibility/android/answer/11183305?hl=en-GB&amp;sjid=10817501486304410747-EU" target="_blank" rel="noopener noreferrer">Change text and display settings</a></li> </ul> <div class="a8c-support-theme-anchor-link"> <h2 class="wp-block-heading" id="h_01HRPP1JMT96DSB6VAKGPS58TP">System Settings</h2> <a href="https://help.tumblr.com/knowledge-base/accessibility/#" title="Link to this section: "><svg width="20" height="20" viewBox="0 0 28 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.6997 0.400024H17.1664V2.77502H19.6997C22.8664 2.77502 25.5581 5.46669 25.5581 8.63336C25.5581 11.8 22.8664 14.4917 19.6997 14.4917H17.1664V16.8667H19.6997C24.1331 16.8667 27.9331 13.225 27.9331 8.63336C27.9331 4.04169 24.2914 0.400024 19.6997 0.400024ZM2.44141 8.63336C2.44141 5.46669 5.13307 2.77502 8.29974 2.77502H10.8331V0.400024H8.29974C3.70807 0.400024 0.0664062 4.04169 0.0664062 8.63336C0.0664062 13.225 3.70807 16.8667 8.29974 16.8667H10.8331V14.4917H8.29974C5.13307 14.4917 2.44141 11.8 2.44141 8.63336ZM9.72474 10.0584H18.1164V7.68336H9.72474V10.0584Z" fill="#0675C4"/></svg></a></div> <p>Most devices offer additional accessibility features. We recommend checking your device’s documentation to learn what accessibility features might be available:</p> <ul class="wp-block-list"> <li><strong>macOS:</strong> <a href="https://support.apple.com/guide/mac-help/get-started-with-accessibility-features-mh35884/mac" target="_blank" rel="noopener noreferrer">Get started with accessibility features on Mac</a></li> <li><strong>iOS:</strong> <a href="https://support.apple.com/guide/iphone/get-started-with-accessibility-features-iph3e2e4367/ios" target="_blank" rel="noopener noreferrer">Get started with accessibility features on iPhone</a></li> <li><strong>Windows:</strong> <a href="https://support.microsoft.com/en-us/windows/discover-windows-accessibility-features-8b1068e6-d3b8-4ba8-b027-133dd8911df9" target="_blank" rel="noopener noreferrer">Discover Windows accessibility features</a></li> <li><strong>Android:</strong> <a href="https://support.google.com/accessibility/android/answer/6006564?hl=en" target="_blank" rel="noopener noreferrer">Android accessibility overview</a></li> </ul> <div class="a8c-support-theme-anchor-link"> <h2 class="wp-block-heading" id="h_01HRPP1JMTE8MQKNCKRPJVKST3">Tips to Make Your Blog More Accessible</h2> <a href="https://help.tumblr.com/knowledge-base/accessibility/#" title="Link to this section: "><svg width="20" height="20" viewBox="0 0 28 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.6997 0.400024H17.1664V2.77502H19.6997C22.8664 2.77502 25.5581 5.46669 25.5581 8.63336C25.5581 11.8 22.8664 14.4917 19.6997 14.4917H17.1664V16.8667H19.6997C24.1331 16.8667 27.9331 13.225 27.9331 8.63336C27.9331 4.04169 24.2914 0.400024 19.6997 0.400024ZM2.44141 8.63336C2.44141 5.46669 5.13307 2.77502 8.29974 2.77502H10.8331V0.400024H8.29974C3.70807 0.400024 0.0664062 4.04169 0.0664062 8.63336C0.0664062 13.225 3.70807 16.8667 8.29974 16.8667H10.8331V14.4917H8.29974C5.13307 14.4917 2.44141 11.8 2.44141 8.63336ZM9.72474 10.0584H18.1164V7.68336H9.72474V10.0584Z" fill="#0675C4"/></svg></a></div> <div class="a8c-support-theme-anchor-link"> <h3 class="wp-block-heading" id="h_01HRPP1JMTAVZGFRX0B1NTTQCV"><strong>Write Descriptive Image Captions</strong></h3> <a href="https://help.tumblr.com/knowledge-base/accessibility/#" title="Link to this section: "><svg width="20" height="20" viewBox="0 0 28 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.6997 0.400024H17.1664V2.77502H19.6997C22.8664 2.77502 25.5581 5.46669 25.5581 8.63336C25.5581 11.8 22.8664 14.4917 19.6997 14.4917H17.1664V16.8667H19.6997C24.1331 16.8667 27.9331 13.225 27.9331 8.63336C27.9331 4.04169 24.2914 0.400024 19.6997 0.400024ZM2.44141 8.63336C2.44141 5.46669 5.13307 2.77502 8.29974 2.77502H10.8331V0.400024H8.29974C3.70807 0.400024 0.0664062 4.04169 0.0664062 8.63336C0.0664062 13.225 3.70807 16.8667 8.29974 16.8667H10.8331V14.4917H8.29974C5.13307 14.4917 2.44141 11.8 2.44141 8.63336ZM9.72474 10.0584H18.1164V7.68336H9.72474V10.0584Z" fill="#0675C4"/></svg></a></div> <p>When you post an image, consider writing a caption to improve the reading experience for everyone.</p> <p>You can be creative with image captions. While alt text should be factual, captions can help convey the <em>feeling</em> of the image.</p> <p>For example, rather than “My son on his swing,” try “My son is playing on his favorite swing. His face is filled with pure joy on a beautiful Spring day. Perfection.”</p> <div class="a8c-support-theme-anchor-link"> <h3 class="wp-block-heading" id="h_01HRPP1JMT7C2J5S7B4G2WE9X3"><strong>Write Descriptive Links</strong></h3> <a href="https://help.tumblr.com/knowledge-base/accessibility/#" title="Link to this section: "><svg width="20" height="20" viewBox="0 0 28 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.6997 0.400024H17.1664V2.77502H19.6997C22.8664 2.77502 25.5581 5.46669 25.5581 8.63336C25.5581 11.8 22.8664 14.4917 19.6997 14.4917H17.1664V16.8667H19.6997C24.1331 16.8667 27.9331 13.225 27.9331 8.63336C27.9331 4.04169 24.2914 0.400024 19.6997 0.400024ZM2.44141 8.63336C2.44141 5.46669 5.13307 2.77502 8.29974 2.77502H10.8331V0.400024H8.29974C3.70807 0.400024 0.0664062 4.04169 0.0664062 8.63336C0.0664062 13.225 3.70807 16.8667 8.29974 16.8667H10.8331V14.4917H8.29974C5.13307 14.4917 2.44141 11.8 2.44141 8.63336ZM9.72474 10.0584H18.1164V7.68336H9.72474V10.0584Z" fill="#0675C4"/></svg></a></div> <p>When adding links in your post, it helps to be descriptive in the linked text. For example, “Click here” is not as explanatory as “Visit my website.”</p> <div class="a8c-support-theme-anchor-link"> <h3 class="wp-block-heading" id="h_01HRPP1JMT88QVJS922EC7KSEP"><strong>Choose Fonts and Colors Wisely</strong></h3> <a href="https://help.tumblr.com/knowledge-base/accessibility/#" title="Link to this section: "><svg width="20" height="20" viewBox="0 0 28 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.6997 0.400024H17.1664V2.77502H19.6997C22.8664 2.77502 25.5581 5.46669 25.5581 8.63336C25.5581 11.8 22.8664 14.4917 19.6997 14.4917H17.1664V16.8667H19.6997C24.1331 16.8667 27.9331 13.225 27.9331 8.63336C27.9331 4.04169 24.2914 0.400024 19.6997 0.400024ZM2.44141 8.63336C2.44141 5.46669 5.13307 2.77502 8.29974 2.77502H10.8331V0.400024H8.29974C3.70807 0.400024 0.0664062 4.04169 0.0664062 8.63336C0.0664062 13.225 3.70807 16.8667 8.29974 16.8667H10.8331V14.4917H8.29974C5.13307 14.4917 2.44141 11.8 2.44141 8.63336ZM9.72474 10.0584H18.1164V7.68336H9.72474V10.0584Z" fill="#0675C4"/></svg></a></div> <p>Avoid font styles and sizes that make your blog difficult to read. In addition, pay attention to contrasting colors, i.e. the difference between the darkness of your text and the lightness of your background.</p> <div class="a8c-support-theme-anchor-link"> <h3 class="wp-block-heading" id="h_01HRPP1JMTKX2GRQBCWDCBRD7S"><strong>Custom Theme Tips</strong></h3> <a href="https://help.tumblr.com/knowledge-base/accessibility/#" title="Link to this section: "><svg width="20" height="20" viewBox="0 0 28 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.6997 0.400024H17.1664V2.77502H19.6997C22.8664 2.77502 25.5581 5.46669 25.5581 8.63336C25.5581 11.8 22.8664 14.4917 19.6997 14.4917H17.1664V16.8667H19.6997C24.1331 16.8667 27.9331 13.225 27.9331 8.63336C27.9331 4.04169 24.2914 0.400024 19.6997 0.400024ZM2.44141 8.63336C2.44141 5.46669 5.13307 2.77502 8.29974 2.77502H10.8331V0.400024H8.29974C3.70807 0.400024 0.0664062 4.04169 0.0664062 8.63336C0.0664062 13.225 3.70807 16.8667 8.29974 16.8667H10.8331V14.4917H8.29974C5.13307 14.4917 2.44141 11.8 2.44141 8.63336ZM9.72474 10.0584H18.1164V7.68336H9.72474V10.0584Z" fill="#0675C4"/></svg></a></div> <p>If you’re using a <a href="https://help.tumblr.com/hc/articles/230775027-Customizing-Your-Theme">custom theme</a> or are a theme developer creating custom themes, you can check specific regulations such as<a href="https://www.ada.gov/resources/web-guidance/" target="_blank" rel="noopener noreferrer"> ADA</a> and<a href="https://en.wikipedia.org/wiki/Section_508_Amendment_to_the_Rehabilitation_Act_of_1973#Summary_of_Section_508_technical_standards" target="_blank" rel="noopener noreferrer"> Section 508</a> to ensure your custom theme is accessible.</p> <p>You can also test specific themes for compliance with these guidelines using a tool like the<a href="http://wave.webaim.org/" target="_blank" rel="noopener noreferrer"> WAVE Web Accessibility tool</a>.</p> </div> </div> <div class="wp-block-column is-vertically-aligned-stretch is-layout-flow wp-container-core-column-is-layout-4 wp-block-column-is-layout-flow" style="flex-basis:32%"> <div class="visibility-hide-mobile wp-block-group table-of-contents sticky visibility-hide-mobile has-global-padding is-layout-constrained wp-container-core-group-is-layout-6 wp-block-group-is-layout-constrained wp-container-5 is-position-sticky" style="padding-top:var(--wp--preset--spacing--50)"> <div class="a8c-table-of-contents"> <button class="a8c-table-of-contents-switch"> <svg class="mobile" width="15" height="10" viewBox="0 0 20 15" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M1.38672 1.15562L11.0303 10.7078L20.3867 0.707764" stroke="#646970" stroke-width="2"/> </svg> </button> <p class="has-large-font-size a8c-table-of-contents-switch">In this Guide</p> <div class="wp-block-a8c-support-table-of-contents"></div> </div> </div> </div> </div> <div class="alignfull wp-block-template-part"> <div class="wp-block-group alignwide has-global-padding is-layout-constrained wp-block-group-is-layout-constrained" style="border-top-color:#e5e8eb;border-top-width:1px;border-bottom-color:#e5e8eb;border-bottom-width:1px;margin-top:var(--wp--preset--spacing--90);margin-bottom:var(--wp--preset--spacing--60)"> <div class="wp-block-group alignwide has-base-2-background-color has-background is-content-justification-center is-layout-flex wp-container-core-group-is-layout-8 wp-block-group-is-layout-flex" style="border-radius:4px;padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--50)"> <div class="wp-block-group is-content-justification-center is-layout-flex wp-container-core-group-is-layout-7 wp-block-group-is-layout-flex"> <p class="has-text-align-center has-large-font-size" style="font-style:normal;font-weight:500"> Not quite what you were looking for? </p> <div class="wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-2 wp-block-buttons-is-layout-flex"> <div class="wp-block-button is-style-btn-primary"> <a class="wp-block-button__link wp-element-button" href="https://www.tumblr.com/support"> Contact us </a> </div> </div> </div> </div> </div> </div> <div class="wp-block-group alignwide has-base-2-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-23 wp-block-group-is-layout-constrained" style="padding-top:var(--wp--preset--spacing--80);padding-right:0;padding-bottom:var(--wp--preset--spacing--80);padding-left:0"> <div class="wp-block-group alignwide is-layout-flow wp-container-core-group-is-layout-22 wp-block-group-is-layout-flow" style="padding-right:0;padding-left:0"> <div class="a8c-support-theme-anchor-link"> <h2 id="related-articles" class="wp-block-heading has-heading-3-font-size">Related articles</h2> <a href="https://help.tumblr.com/knowledge-base/accessibility/#related-articles" title="Link to this section: Related articles"><svg width="20" height="20" viewBox="0 0 28 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.6997 0.400024H17.1664V2.77502H19.6997C22.8664 2.77502 25.5581 5.46669 25.5581 8.63336C25.5581 11.8 22.8664 14.4917 19.6997 14.4917H17.1664V16.8667H19.6997C24.1331 16.8667 27.9331 13.225 27.9331 8.63336C27.9331 4.04169 24.2914 0.400024 19.6997 0.400024ZM2.44141 8.63336C2.44141 5.46669 5.13307 2.77502 8.29974 2.77502H10.8331V0.400024H8.29974C3.70807 0.400024 0.0664062 4.04169 0.0664062 8.63336C0.0664062 13.225 3.70807 16.8667 8.29974 16.8667H10.8331V14.4917H8.29974C5.13307 14.4917 2.44141 11.8 2.44141 8.63336ZM9.72474 10.0584H18.1164V7.68336H9.72474V10.0584Z" fill="#0675C4"/></svg></a></div> <div class="wp-block-query is-layout-flow wp-block-query-is-layout-flow"> <ul class="columns-4 wp-block-post-template is-layout-grid wp-container-core-post-template-is-layout-1 wp-block-post-template-is-layout-grid"><li class="wp-block-post post-234809336 kb_article type-kb_article status-publish hentry kb_category-reporting-content kb_category-social-safety"> <div class="wp-block-template-part"> <div class="wp-block-group has-base-background-color has-background is-vertical is-content-justification-stretch is-layout-flex wp-container-core-group-is-layout-12 wp-block-group-is-layout-flex" style="border-radius:var(--wp--custom--border--radius--medium);min-height:100%;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)"> <div class="wp-block-group is-vertical is-content-justification-stretch is-layout-flex wp-container-core-group-is-layout-11 wp-block-group-is-layout-flex" style="min-height:128px"> <h3 class="wp-block-post-title has-x-large-font-size has-system-sans-serif-font-family">Avoiding Scammers</h3> <div class="wp-block-group is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-10 wp-block-group-is-layout-flex"> <p style="font-style:normal;font-weight:500"><span style="text-decoration: underline;">Read this guide</span></p> <div class="wp-block-outermost-icon-block"> <div class="icon-container has-icon-color has-contrast-3-color" style="color:#919191;width:20px"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M13.75 8.00001C13.75 8.19892 13.671 8.38969 13.5303 8.53034L9.03033 13.0303C8.73744 13.3232 8.26256 13.3232 7.96967 13.0303C7.67678 12.7374 7.67678 12.2626 7.96967 11.9697L11.1893 8.75001H3C2.58579 8.75001 2.25 8.41422 2.25 8.00001C2.25 7.5858 2.58579 7.25001 3 7.25001H11.1893L7.96967 4.03033C7.67678 3.73744 7.67678 3.26256 7.96967 2.96967C8.26256 2.67678 8.73744 2.67678 9.03033 2.96967L13.5303 7.46968C13.671 7.61033 13.75 7.8011 13.75 8.00001Z" fill="#B09DFF"></path> </svg> </div> </div> </div> </div> <a class="is-style-clickable-parent-group wp-block-read-more" href="https://help.tumblr.com/knowledge-base/avoiding-scammers/" target="_self">Read more<span class="screen-reader-text">: Avoiding Scammers</span></a> </div> </div> </li><li class="wp-block-post post-234809335 kb_article type-kb_article status-publish hentry kb_category-blog-management kb_category-your-account"> <div class="wp-block-template-part"> <div class="wp-block-group has-base-background-color has-background is-vertical is-content-justification-stretch is-layout-flex wp-container-core-group-is-layout-15 wp-block-group-is-layout-flex" style="border-radius:var(--wp--custom--border--radius--medium);min-height:100%;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)"> <div class="wp-block-group is-vertical is-content-justification-stretch is-layout-flex wp-container-core-group-is-layout-14 wp-block-group-is-layout-flex" style="min-height:128px"> <h3 class="wp-block-post-title has-x-large-font-size has-system-sans-serif-font-family">Moderating Communities</h3> <div class="wp-block-group is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-13 wp-block-group-is-layout-flex"> <p style="font-style:normal;font-weight:500"><span style="text-decoration: underline;">Read this guide</span></p> <div class="wp-block-outermost-icon-block"> <div class="icon-container has-icon-color has-contrast-3-color" style="color:#919191;width:20px"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M13.75 8.00001C13.75 8.19892 13.671 8.38969 13.5303 8.53034L9.03033 13.0303C8.73744 13.3232 8.26256 13.3232 7.96967 13.0303C7.67678 12.7374 7.67678 12.2626 7.96967 11.9697L11.1893 8.75001H3C2.58579 8.75001 2.25 8.41422 2.25 8.00001C2.25 7.5858 2.58579 7.25001 3 7.25001H11.1893L7.96967 4.03033C7.67678 3.73744 7.67678 3.26256 7.96967 2.96967C8.26256 2.67678 8.73744 2.67678 9.03033 2.96967L13.5303 7.46968C13.671 7.61033 13.75 7.8011 13.75 8.00001Z" fill="#B09DFF"></path> </svg> </div> </div> </div> </div> <a class="is-style-clickable-parent-group wp-block-read-more" href="https://help.tumblr.com/knowledge-base/moderating-communities/" target="_self">Read more<span class="screen-reader-text">: Moderating Communities</span></a> </div> </div> </li><li class="wp-block-post post-234809334 kb_article type-kb_article status-publish hentry kb_category-customizing-your-tumblr kb_category-developer-resources"> <div class="wp-block-template-part"> <div class="wp-block-group has-base-background-color has-background is-vertical is-content-justification-stretch is-layout-flex wp-container-core-group-is-layout-18 wp-block-group-is-layout-flex" style="border-radius:var(--wp--custom--border--radius--medium);min-height:100%;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)"> <div class="wp-block-group is-vertical is-content-justification-stretch is-layout-flex wp-container-core-group-is-layout-17 wp-block-group-is-layout-flex" style="min-height:128px"> <h3 class="wp-block-post-title has-x-large-font-size has-system-sans-serif-font-family">Share Button Documentation</h3> <div class="wp-block-group is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-16 wp-block-group-is-layout-flex"> <p style="font-style:normal;font-weight:500"><span style="text-decoration: underline;">Read this guide</span></p> <div class="wp-block-outermost-icon-block"> <div class="icon-container has-icon-color has-contrast-3-color" style="color:#919191;width:20px"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M13.75 8.00001C13.75 8.19892 13.671 8.38969 13.5303 8.53034L9.03033 13.0303C8.73744 13.3232 8.26256 13.3232 7.96967 13.0303C7.67678 12.7374 7.67678 12.2626 7.96967 11.9697L11.1893 8.75001H3C2.58579 8.75001 2.25 8.41422 2.25 8.00001C2.25 7.5858 2.58579 7.25001 3 7.25001H11.1893L7.96967 4.03033C7.67678 3.73744 7.67678 3.26256 7.96967 2.96967C8.26256 2.67678 8.73744 2.67678 9.03033 2.96967L13.5303 7.46968C13.671 7.61033 13.75 7.8011 13.75 8.00001Z" fill="#B09DFF"></path> </svg> </div> </div> </div> </div> <a class="is-style-clickable-parent-group wp-block-read-more" href="https://help.tumblr.com/knowledge-base/share-button-documentation/" target="_self">Read more<span class="screen-reader-text">: Share Button Documentation</span></a> </div> </div> </li><li class="wp-block-post post-234809333 kb_article type-kb_article status-publish hentry kb_category-customizing-your-tumblr kb_category-developer-resources"> <div class="wp-block-template-part"> <div class="wp-block-group has-base-background-color has-background is-vertical is-content-justification-stretch is-layout-flex wp-container-core-group-is-layout-21 wp-block-group-is-layout-flex" style="border-radius:var(--wp--custom--border--radius--medium);min-height:100%;padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--50)"> <div class="wp-block-group is-vertical is-content-justification-stretch is-layout-flex wp-container-core-group-is-layout-20 wp-block-group-is-layout-flex" style="min-height:128px"> <h3 class="wp-block-post-title has-x-large-font-size has-system-sans-serif-font-family">Theme Submission Guidelines</h3> <div class="wp-block-group is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-19 wp-block-group-is-layout-flex"> <p style="font-style:normal;font-weight:500"><span style="text-decoration: underline;">Read this guide</span></p> <div class="wp-block-outermost-icon-block"> <div class="icon-container has-icon-color has-contrast-3-color" style="color:#919191;width:20px"> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"> <path fill-rule="evenodd" clip-rule="evenodd" d="M13.75 8.00001C13.75 8.19892 13.671 8.38969 13.5303 8.53034L9.03033 13.0303C8.73744 13.3232 8.26256 13.3232 7.96967 13.0303C7.67678 12.7374 7.67678 12.2626 7.96967 11.9697L11.1893 8.75001H3C2.58579 8.75001 2.25 8.41422 2.25 8.00001C2.25 7.5858 2.58579 7.25001 3 7.25001H11.1893L7.96967 4.03033C7.67678 3.73744 7.67678 3.26256 7.96967 2.96967C8.26256 2.67678 8.73744 2.67678 9.03033 2.96967L13.5303 7.46968C13.671 7.61033 13.75 7.8011 13.75 8.00001Z" fill="#B09DFF"></path> </svg> </div> </div> </div> </div> <a class="is-style-clickable-parent-group wp-block-read-more" href="https://help.tumblr.com/knowledge-base/theme-submission-guidelines/" target="_self">Read more<span class="screen-reader-text">: Theme Submission Guidelines</span></a> </div> </div> </li></ul> </div> </div> </div> </div> </main> <footer class="wp-block-template-part"> <div class="wp-block-group has-base-background-color has-text-color has-background has-link-color has-small-font-size wp-elements-b4f13881c68f64785b3454b60c7104a6 has-global-padding is-layout-constrained wp-container-core-group-is-layout-34 wp-block-group-is-layout-constrained" style="border-radius:0px;color:#ffffffb0;padding-top:var(--wp--preset--spacing--90);padding-bottom:var(--wp--preset--spacing--90)"> <div class="wp-block-group alignwide has-global-padding is-layout-constrained wp-container-core-group-is-layout-33 wp-block-group-is-layout-constrained"> <div class="wp-block-jetpack-layout-grid alignfull column1-desktop-grid__span-3 column1-desktop-grid__row-1 column2-desktop-grid__span-3 column2-desktop-grid__start-4 column2-desktop-grid__row-1 column3-desktop-grid__span-3 column3-desktop-grid__start-7 column3-desktop-grid__row-1 column4-desktop-grid__span-3 column4-desktop-grid__start-10 column4-desktop-grid__row-1 column1-tablet-grid__span-4 column1-tablet-grid__row-1 column2-tablet-grid__span-4 column2-tablet-grid__start-5 column2-tablet-grid__row-1 column3-tablet-grid__span-4 column3-tablet-grid__row-2 column4-tablet-grid__span-4 column4-tablet-grid__start-5 column4-tablet-grid__row-2 column1-mobile-grid__span-4 column1-mobile-grid__row-1 column2-mobile-grid__span-4 column2-mobile-grid__row-2 column3-mobile-grid__span-4 column3-mobile-grid__row-3 column4-mobile-grid__span-4 column4-mobile-grid__row-4 wp-block-jetpack-layout-gutter__nowrap wp-block-jetpack-layout-gutter__small"> <div class="wp-block-jetpack-layout-grid-column wp-block-jetpack-layout-grid__padding-none"> <div class="wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-26 wp-block-group-is-layout-flex" style="padding-top:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20)"> <div class="wp-block-buttons is-layout-flex wp-container-core-buttons-is-layout-3 wp-block-buttons-is-layout-flex"> <div class="wp-block-button is-style-btn-app-badge-app-store"> <a class="wp-block-button__link wp-element-button" href="https://apps.apple.com/us/app/tumblr-fandom-art-chaos/id305343404"> Download on the App Store </a> </div> </div> <div class="wp-block-buttons is-layout-flex wp-container-core-buttons-is-layout-4 wp-block-buttons-is-layout-flex"> <div class="wp-block-button is-style-btn-app-badge-google-play"> <a class="wp-block-button__link wp-element-button" href="https://play.google.com/store/apps/details?id=com.tumblr"> Get it on Google Play </a> </div> </div> </div> </div> <div class="wp-block-jetpack-layout-grid-column wp-block-jetpack-layout-grid__padding-none"> <div class="wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-27 wp-block-group-is-layout-flex" style="padding-top:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20)"> <p class="has-base-color has-text-color has-link-color has-medium-font-size wp-elements-f0ce68687c0b5c274131b163f8dae540" style="font-style:normal;font-weight:700"> Staff Tumblrs </p> <nav style="font-style:normal;font-weight:400;" class="has-small-font-size is-vertical wp-block-navigation is-layout-flex wp-container-core-navigation-is-layout-1 wp-block-navigation-is-layout-flex"><ul style="font-style:normal;font-weight:400;" class="wp-block-navigation__container has-small-font-size is-vertical wp-block-navigation has-small-font-size"><li class="has-small-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://staff.tumblr.com/"><span class="wp-block-navigation-item__label">Staff Tumblr</span></a></li><li class="has-small-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://support.tumblr.com/"><span class="wp-block-navigation-item__label">Support</span></a></li><li class="has-small-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://creative.tumblr.com/"><span class="wp-block-navigation-item__label">Creative</span></a></li><li class="has-small-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://engineering.tumblr.com/"><span class="wp-block-navigation-item__label">Engineering</span></a></li><li class="has-small-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://changes.tumblr.com/"><span class="wp-block-navigation-item__label">Changes</span></a></li><li class="has-small-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://wip.tumblr.com/"><span class="wp-block-navigation-item__label">WIP</span></a></li></ul></nav> </div> </div> <div class="wp-block-jetpack-layout-grid-column wp-block-jetpack-layout-grid__padding-none"> <div class="wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-28 wp-block-group-is-layout-flex" style="padding-top:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20)"> <p class="has-base-color has-text-color has-link-color has-medium-font-size wp-elements-b04420ba8f8c0f1aa332626b407d7525" style="font-style:normal;font-weight:700"> Official Tumblrs </p> <nav style="font-style:normal;font-weight:400;" class="has-small-font-size is-vertical wp-block-navigation is-layout-flex wp-container-core-navigation-is-layout-2 wp-block-navigation-is-layout-flex"><ul style="font-style:normal;font-weight:400;" class="wp-block-navigation__container has-small-font-size is-vertical wp-block-navigation has-small-font-size"><li class="has-small-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://action.tumblr.com/"><span class="wp-block-navigation-item__label">Action on Tumblr</span></a></li><li class="has-small-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://art.tumblr.com/"><span class="wp-block-navigation-item__label">Art on Tumblr</span></a></li><li class="has-small-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://gaming.tumblr.com/"><span class="wp-block-navigation-item__label">Gaming on Tumblr</span></a></li><li class="has-small-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://fandom.tumblr.com/"><span class="wp-block-navigation-item__label">Fandom on Tumblr</span></a></li><li class="has-small-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://music.tumblr.com/"><span class="wp-block-navigation-item__label">Music on Tumblr</span></a></li></ul></nav> </div> </div> <div class="wp-block-jetpack-layout-grid-column wp-block-jetpack-layout-grid__padding-none"> <div class="wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-29 wp-block-group-is-layout-flex" style="padding-top:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20)"> <p class="has-base-color has-text-color has-link-color has-medium-font-size wp-elements-fcdd9c7168cbe47b89106c18af18f38e" style="font-style:normal;font-weight:700"> Social </p> <nav style="font-style:normal;font-weight:400;" class="has-small-font-size is-vertical wp-block-navigation is-layout-flex wp-container-core-navigation-is-layout-3 wp-block-navigation-is-layout-flex"><ul style="font-style:normal;font-weight:400;" class="wp-block-navigation__container has-small-font-size is-vertical wp-block-navigation has-small-font-size"><li class="has-small-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.facebook.com/tumblr/"><span class="wp-block-navigation-item__label">Facebook</span></a></li><li class="has-small-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://x.com/tumblr"><span class="wp-block-navigation-item__label">Twitter</span></a></li><li class="has-small-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="http://instagram.com/tumblr"><span class="wp-block-navigation-item__label">Instagram</span></a></li><li class="has-small-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://github.com/tumblr"><span class="wp-block-navigation-item__label">GitHub</span></a></li><li class="has-small-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.linkedin.com/company/tumblr/"><span class="wp-block-navigation-item__label">LinkedIn</span></a></li><li class="has-small-font-size wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="http://youtube.com/@tumblr"><span class="wp-block-navigation-item__label">YouTube</span></a></li></ul></nav> </div> </div> </div> <div class="wp-block-group alignwide has-global-padding is-layout-constrained wp-block-group-is-layout-constrained"> <div class="alignfull wp-block-tumblr-support-theme-footer-wordmark"> <svg id="tumblr-logo" width="1224" height="251" viewBox="0 0 1224 251" fill="none" xmlns="http://www.w3.org/2000/svg" role="img" aria-labelledby="tumblr-logo-title"> <title id="tumblr-logo-title">Tumblr Logo</title> <defs> <linearGradient id="gradient-fill" x1="-382.5" y1="-371.5" x2="-457.979" y2="342.666" gradientUnits="userSpaceOnUse"> <stop stop-color="#CCE8FE"/> <stop offset="0.241554" stop-color="#CDA0FF"/> <stop offset="0.4" stop-color="#8489F5"/> <stop offset="0.713254" stop-color="#CDF1FF"/> <stop offset="1" stop-color="#B591E9"/> </linearGradient> </defs> <path class="tumblr-wordmark" d="M98.9279 248C61.5966 248 33.9093 228.863 33.9093 182.966V109.531H0V69.7014C37.3313 60.0552 52.886 28.005 54.597 0.155583H93.3282V63.3225H138.437V109.531H93.3282V173.476C93.3282 192.612 102.972 199.302 118.371 199.302H140.303V248H98.9279ZM237.52 250.178C258.675 250.178 283.096 240.999 296.317 224.662V248H366.002V208.326H348.27V63.1669H263.963V103.463H287.918V173.32C287.918 178.921 283.251 202.414 251.675 202.414C231.454 202.414 227.721 190.279 227.721 174.876V63.1669H165.658V177.365C165.813 205.837 178.724 250.178 237.52 250.178ZM388.246 248H490.284V208.326H469.441V139.247C469.441 129.134 477.996 108.597 504.284 108.597C525.438 108.597 529.793 121.511 529.793 136.758V208.326H509.261V248H610.522V208.326H589.057V139.247C589.057 129.134 596.834 108.597 623.122 108.597C644.432 108.597 649.72 121.511 649.72 136.758V208.326H629.499V248H730.294V208.326H709.606V143.759C709.606 105.797 695.295 60.9887 638.676 60.9887C610.678 60.9887 587.812 74.2133 578.169 90.5496C566.036 72.0351 547.526 60.9887 519.994 60.9887C498.062 60.9887 474.108 70.3237 461.197 88.0602V63.1669H384.668V103.463H409.4V208.326H388.401V248H388.246ZM859.553 250.178C911.195 250.178 938.882 211.438 938.882 153.405C938.882 97.7064 913.061 61.1443 860.642 61.1443C842.132 61.1443 823.777 68.1455 812.578 76.7026V0.155583H727.338V40.1405H752.07V248H808.845V231.664C822.996 243.693 840.983 250.26 859.553 250.178ZM846.643 205.059C828.599 205.059 810.867 193.546 810.867 157.45C810.867 113.887 831.866 106.108 846.332 106.108C863.131 106.108 878.063 119.799 878.063 153.561C877.908 202.414 856.131 203.97 846.643 205.059ZM950.082 248H1052.74V208.326H1030.81V0H946.193V39.9849H970.925V208.326H949.926V248H950.082ZM1075.14 248H1176.09V208.326H1155.4V156.673C1155.4 121.511 1180.14 113.887 1198.96 113.887H1224V60.9887H1203.78C1180.91 60.9887 1159.76 72.0351 1150.27 89.7716V63.0113H1073.27V103.307H1095.52V208.171H1075.14V248Z" fill="white"/> </svg> <div id="tumblr-boop"aria-hidden="true" class="tumblr-animate"> <img src="https://s2.wp.com/wp-content/themes/a8c/tumblr-support-theme/assets/images/boop.svg" alt="" role="presentation" /> </div> <div id="tumblr-crab" aria-hidden="true" class="tumblr-animate"> <img src="https://s2.wp.com/wp-content/themes/a8c/tumblr-support-theme/assets/images/crab.svg" alt="" role="presentation" /> </div> <div id="tumblr-oil-slick" aria-hidden="true" class="tumblr-animate"> <img src="https://s2.wp.com/wp-content/themes/a8c/tumblr-support-theme/assets/images/oil-slick.svg" alt="" role="presentation" /> </div> <div id="tumblr-pyramid" aria-hidden="true" class="tumblr-animate"> <img src="https://s2.wp.com/wp-content/themes/a8c/tumblr-support-theme/assets/images/pyramid.svg" alt="" role="presentation" /> </div> <div id="tumblr-quote" aria-hidden="true" class="tumblr-animate"> <img src="https://s2.wp.com/wp-content/themes/a8c/tumblr-support-theme/assets/images/quote.svg" alt="" role="presentation" /> </div> <div id="tumblr-stars-1" aria-hidden="true" class="tumblr-animate"> <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"> <ellipse cx="16.75" cy="12.75" rx="2.25" ry="2.25" fill="#E8D73A"/> <path d="M30.2361 9.06757C30.2389 9.053 30.2598 9.053 30.2626 9.06757L30.66 11.1147C31.4762 15.3195 34.4435 18.7853 38.4723 20.2395C38.4815 20.2428 38.4815 20.2558 38.4723 20.2591C34.4435 21.7133 31.4762 25.1791 30.66 29.3839L30.2626 31.431C30.2598 31.4456 30.2389 31.4456 30.2361 31.431L29.8387 29.3839C29.0225 25.1791 26.0552 21.7133 22.0264 20.2591C22.0172 20.2558 22.0172 20.2428 22.0264 20.2395C26.0552 18.7853 29.0225 15.3195 29.8387 11.1147L30.2361 9.06757Z" fill="#E8D73A" stroke="#E8D73A" stroke-width="2"/> <path d="M16.7379 22.5591C16.7409 22.5454 16.7604 22.5454 16.7634 22.5591L16.9833 23.5742C17.7138 26.9476 20.1843 29.6773 23.4683 30.7397C23.4784 30.743 23.4784 30.7574 23.4683 30.7607C20.1843 31.8231 17.7138 34.5528 16.9833 37.9262L16.7634 38.9413C16.7604 38.955 16.7409 38.955 16.7379 38.9413L16.518 37.9262C15.7874 34.5528 13.317 31.8231 10.033 30.7607C10.0229 30.7574 10.0229 30.743 10.033 30.7397C13.317 29.6773 15.7874 26.9476 16.518 23.5742L16.7379 22.5591Z" fill="#E8D73A" stroke="#E8D73A" stroke-width="2"/> </svg> </div> <div id="tumblr-stars-2" aria-hidden="true" class="tumblr-animate"> <svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"> <ellipse cx="16.75" cy="12.75" rx="2.25" ry="2.25" fill="#E8D73A"/> <path d="M30.2361 9.06757C30.2389 9.053 30.2598 9.053 30.2626 9.06757L30.66 11.1147C31.4762 15.3195 34.4435 18.7853 38.4723 20.2395C38.4815 20.2428 38.4815 20.2558 38.4723 20.2591C34.4435 21.7133 31.4762 25.1791 30.66 29.3839L30.2626 31.431C30.2598 31.4456 30.2389 31.4456 30.2361 31.431L29.8387 29.3839C29.0225 25.1791 26.0552 21.7133 22.0264 20.2591C22.0172 20.2558 22.0172 20.2428 22.0264 20.2395C26.0552 18.7853 29.0225 15.3195 29.8387 11.1147L30.2361 9.06757Z" fill="#E8D73A" stroke="#E8D73A" stroke-width="2"/> <path d="M16.7379 22.5591C16.7409 22.5454 16.7604 22.5454 16.7634 22.5591L16.9833 23.5742C17.7138 26.9476 20.1843 29.6773 23.4683 30.7397C23.4784 30.743 23.4784 30.7574 23.4683 30.7607C20.1843 31.8231 17.7138 34.5528 16.9833 37.9262L16.7634 38.9413C16.7604 38.955 16.7409 38.955 16.7379 38.9413L16.518 37.9262C15.7874 34.5528 13.317 31.8231 10.033 30.7607C10.0229 30.7574 10.0229 30.743 10.033 30.7397C13.317 29.6773 15.7874 26.9476 16.518 23.5742L16.7379 22.5591Z" fill="#E8D73A" stroke="#E8D73A" stroke-width="2"/> </svg> </div> </div> </div> <div class="wp-block-group alignwide is-content-justification-space-between is-layout-flex wp-container-core-group-is-layout-32 wp-block-group-is-layout-flex" style="border-top-color:#d9d9d924;border-top-width:1px;padding-top:var(--wp--preset--spacing--50);padding-bottom:0"> <div class="wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-31 wp-block-group-is-layout-flex"> <p>Tumblr, Inc</p> </div> <nav class="wp-block-navigation is-layout-flex wp-container-core-navigation-is-layout-4 wp-block-navigation-is-layout-flex"><ul class="wp-block-navigation__container wp-block-navigation"><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.tumblr.com/policy/terms-of-service"><span class="wp-block-navigation-item__label">Terms of Service</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.tumblr.com/policy/en/terms-of-service#dmca"><span class="wp-block-navigation-item__label">Copyright</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://help.tumblr.com/"><span class="wp-block-navigation-item__label">Support</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.tumblr.com/jobs"><span class="wp-block-navigation-item__label">Jobs</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.tumblr.com/policy/en/user-guidelines"><span class="wp-block-navigation-item__label">Community Guidelines</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.tumblr.com/privacy"><span class="wp-block-navigation-item__label">Privacy Policy</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://hackerone.com/automattic"><span class="wp-block-navigation-item__label">Bug Bounty Program</span></a></li><li class=" wp-block-navigation-item wp-block-navigation-link"><a class="wp-block-navigation-item__content" href="https://www.tumblr.com/policy/en/global-advertising"><span class="wp-block-navigation-item__label">Global Advertising Policy</span></a></li></ul></nav> </div> </div> </div> </footer></div> <!-- wpcom_wp_footer --> <div class="jetpack-instant-search__widget-area" style="display: none"> <div id="jetpack-search-filters-1" class="widget jetpack-filters widget_search"> <div id="jetpack-search-filters-1-wrapper" class="jetpack-instant-search-wrapper"> </div></div> </div> <script src="//0.gravatar.com/js/hovercards/hovercards.min.js?ver=2025087d8bf6c02970a26c6b0c26b0fcfc89796aa30f84307cffd8fd28d2bcca53dd7a" id="grofiles-cards-js"></script> <script id="wpgroho-js-extra"> var WPGroHo = {"my_hash":""}; </script> <script crossorigin='anonymous' type='text/javascript' src='https://s2.wp.com/wp-content/mu-plugins/gravatar-hovercards/wpgroho.js?m=1610363240i'></script> <script> // Initialize and attach hovercards to all gravatars ( function() { function init() { if ( typeof Gravatar === 'undefined' ) { return; } if ( typeof Gravatar.init !== 'function' ) { return; } Gravatar.profile_cb = function ( hash, id ) { WPGroHo.syncProfileData( hash, id ); }; Gravatar.my_hash = WPGroHo.my_hash; Gravatar.init( 'body', '#wp-admin-bar-my-account', { i18n: { 'Edit your profile →': 'Edit your profile →', 'View profile →': 'View profile →', 'Contact': 'Contact', 'Send money': 'Send money', 'Sorry, we are unable to load this Gravatar profile.': 'Sorry, we are unable to load this Gravatar profile.', 'Profile not found.': 'Profile not found.', 'Too Many Requests.': 'Too Many Requests.', 'Internal Server Error.': 'Internal Server Error.', }, } ); } if ( document.readyState !== 'loading' ) { init(); } else { document.addEventListener( 'DOMContentLoaded', init ); } } )(); </script> <div style="display:none"> </div> <script id="custom-content-types-data-js-before"> var CUSTOM_CONTENT_TYPE__INITIAL_STATE; typeof CUSTOM_CONTENT_TYPE__INITIAL_STATE === "object" || (CUSTOM_CONTENT_TYPE__INITIAL_STATE = JSON.parse(decodeURIComponent("%7B%22active%22%3Atrue%2C%22over_ride%22%3Afalse%7D"))); </script> <script crossorigin='anonymous' type='text/javascript' src='https://s2.wp.com/_static/??/wp-content/js/mobile-useragent-info.js,/wp-content/mu-plugins/jetpack-plugin/sun/jetpack_vendor/automattic/jetpack-assets/build/i18n-loader.js?m=1724856138j'></script> <script id="wp-block-template-skip-link-js-after"> ( function() { var skipLinkTarget = document.querySelector( 'main' ), sibling, skipLinkTargetID, skipLink; // Early exit if a skip-link target can't be located. if ( ! skipLinkTarget ) { return; } /* * Get the site wrapper. * The skip-link will be injected in the beginning of it. */ sibling = document.querySelector( '.wp-site-blocks' ); // Early exit if the root element was not found. if ( ! sibling ) { return; } // Get the skip-link target's ID, and generate one if it doesn't exist. skipLinkTargetID = skipLinkTarget.id; if ( ! skipLinkTargetID ) { skipLinkTargetID = 'wp--skip-link--target'; skipLinkTarget.id = skipLinkTargetID; } // Create the skip link. skipLink = document.createElement( 'a' ); skipLink.classList.add( 'skip-link', 'screen-reader-text' ); skipLink.href = '#' + skipLinkTargetID; skipLink.innerHTML = 'Skip to content'; // Inject the skip link. sibling.parentElement.insertBefore( skipLink, sibling ); }() ); </script> <script id="wp-jp-i18n-loader-js-after"> wp.jpI18nLoader.state = {"baseUrl":"https://widgets.wp.com/languages/","locale":"en_US","domainMap":{"jetpack-admin-ui":"plugins/jetpack","jetpack-assets":"plugins/jetpack","jetpack-backup-pkg":"plugins/jetpack","jetpack-blaze":"plugins/jetpack","jetpack-boost-core":"plugins/jetpack","jetpack-boost-speed-score":"plugins/jetpack","jetpack-classic-theme-helper":"plugins/jetpack","jetpack-compat":"plugins/jetpack","jetpack-config":"plugins/jetpack","jetpack-connection":"plugins/jetpack","jetpack-explat":"plugins/jetpack","jetpack-external-media":"plugins/jetpack","jetpack-forms":"plugins/jetpack","jetpack-image-cdn":"plugins/jetpack","jetpack-import":"plugins/jetpack","jetpack-ip":"plugins/jetpack","jetpack-jitm":"plugins/jetpack","jetpack-licensing":"plugins/jetpack","jetpack-masterbar":"plugins/jetpack","jetpack-my-jetpack":"plugins/jetpack","jetpack-password-checker":"plugins/jetpack","jetpack-plugins-installer":"plugins/jetpack","jetpack-post-list":"plugins/jetpack","jetpack-protect-models":"plugins/jetpack","jetpack-protect-status":"plugins/jetpack","jetpack-publicize-pkg":"plugins/jetpack","jetpack-search-pkg":"plugins/jetpack","jetpack-stats":"plugins/jetpack","jetpack-stats-admin":"plugins/jetpack","jetpack-sync":"plugins/jetpack","jetpack-videopress-pkg":"plugins/jetpack","jetpack-waf":"plugins/jetpack","jetpack-wordads":"plugins/jetpack","woocommerce-analytics":"plugins/jetpack"},"domainPaths":{"jetpack-admin-ui":"jetpack_vendor/automattic/jetpack-admin-ui/","jetpack-assets":"jetpack_vendor/automattic/jetpack-assets/","jetpack-backup-pkg":"jetpack_vendor/automattic/jetpack-backup/","jetpack-blaze":"jetpack_vendor/automattic/jetpack-blaze/","jetpack-boost-core":"jetpack_vendor/automattic/jetpack-boost-core/","jetpack-boost-speed-score":"jetpack_vendor/automattic/jetpack-boost-speed-score/","jetpack-classic-theme-helper":"jetpack_vendor/automattic/jetpack-classic-theme-helper/","jetpack-compat":"jetpack_vendor/automattic/jetpack-compat/","jetpack-config":"jetpack_vendor/automattic/jetpack-config/","jetpack-connection":"jetpack_vendor/automattic/jetpack-connection/","jetpack-explat":"jetpack_vendor/automattic/jetpack-explat/","jetpack-external-media":"jetpack_vendor/automattic/jetpack-external-media/","jetpack-forms":"jetpack_vendor/automattic/jetpack-forms/","jetpack-image-cdn":"jetpack_vendor/automattic/jetpack-image-cdn/","jetpack-import":"jetpack_vendor/automattic/jetpack-import/","jetpack-ip":"jetpack_vendor/automattic/jetpack-ip/","jetpack-jitm":"jetpack_vendor/automattic/jetpack-jitm/","jetpack-licensing":"jetpack_vendor/automattic/jetpack-licensing/","jetpack-masterbar":"jetpack_vendor/automattic/jetpack-masterbar/","jetpack-my-jetpack":"jetpack_vendor/automattic/jetpack-my-jetpack/","jetpack-password-checker":"jetpack_vendor/automattic/jetpack-password-checker/","jetpack-plugins-installer":"jetpack_vendor/automattic/jetpack-plugins-installer/","jetpack-post-list":"jetpack_vendor/automattic/jetpack-post-list/","jetpack-protect-models":"jetpack_vendor/automattic/jetpack-protect-models/","jetpack-protect-status":"jetpack_vendor/automattic/jetpack-protect-status/","jetpack-publicize-pkg":"jetpack_vendor/automattic/jetpack-publicize/","jetpack-search-pkg":"jetpack_vendor/automattic/jetpack-search/","jetpack-stats":"jetpack_vendor/automattic/jetpack-stats/","jetpack-stats-admin":"jetpack_vendor/automattic/jetpack-stats-admin/","jetpack-sync":"jetpack_vendor/automattic/jetpack-sync/","jetpack-videopress-pkg":"jetpack_vendor/automattic/jetpack-videopress/","jetpack-waf":"jetpack_vendor/automattic/jetpack-waf/","jetpack-wordads":"jetpack_vendor/automattic/jetpack-wordads/","woocommerce-analytics":"jetpack_vendor/automattic/woocommerce-analytics/"}}; </script> <script crossorigin='anonymous' src="https://s0.wp.com/wp-content/plugins/gutenberg-core/v20.0.1/build/url/index.min.js?m=1738846131i&amp;ver=499ac283dc628dfb623e" id="wp-url-js"></script> <script id="jetpack-instant-search-js-before"> var JetpackInstantSearchOptions=JSON.parse(decodeURIComponent("%7B%22overlayOptions%22%3A%7B%22colorTheme%22%3A%22light%22%2C%22enableInfScroll%22%3Atrue%2C%22enableFilteringOpensOverlay%22%3Atrue%2C%22enablePostDate%22%3Afalse%2C%22enableSort%22%3Atrue%2C%22highlightColor%22%3A%22%23FFC%22%2C%22overlayTrigger%22%3A%22submit%22%2C%22resultFormat%22%3A%22expanded%22%2C%22showPoweredBy%22%3Atrue%2C%22defaultSort%22%3A%22relevance%22%2C%22excludedPostTypes%22%3A%5B%22post%22%2C%22attachment%22%5D%7D%2C%22homeUrl%22%3A%22https%3A%5C%2F%5C%2Fhelp.tumblr.com%22%2C%22locale%22%3A%22en%22%2C%22postsPerPage%22%3A10%2C%22siteId%22%3A222688006%2C%22postTypes%22%3A%7B%22post%22%3A%7B%22singular_name%22%3A%22Post%22%2C%22name%22%3A%22Posts%22%7D%2C%22page%22%3A%7B%22singular_name%22%3A%22Page%22%2C%22name%22%3A%22Pages%22%7D%2C%22attachment%22%3A%7B%22singular_name%22%3A%22Media%22%2C%22name%22%3A%22Media%22%7D%2C%22kb_article%22%3A%7B%22singular_name%22%3A%22Knowledge%20Base%22%2C%22name%22%3A%22Knowledge%20Base%22%7D%7D%2C%22webpackPublicPath%22%3A%22https%3A%5C%2F%5C%2Fs2.wp.com%5C%2Fwp-content%5C%2Fmu-plugins%5C%2Fjetpack-plugin%5C%2Fsun%5C%2Fjetpack_vendor%5C%2Fautomattic%5C%2Fjetpack-search%5C%2Fbuild%5C%2Finstant-search%5C%2F%22%2C%22isPhotonEnabled%22%3Atrue%2C%22isFreePlan%22%3Afalse%2C%22apiRoot%22%3A%22https%3A%5C%2F%5C%2Fpublic-api.wordpress.com%5C%2F%22%2C%22apiNonce%22%3A%223d02d38fb0%22%2C%22isPrivateSite%22%3Afalse%2C%22isWpcom%22%3Atrue%2C%22hasOverlayWidgets%22%3Atrue%2C%22widgets%22%3A%5B%7B%22filters%22%3A%5B%7B%22name%22%3A%22Categories%22%2C%22type%22%3A%22taxonomy%22%2C%22taxonomy%22%3A%22category%22%2C%22count%22%3A5%2C%22widget_id%22%3A%22jetpack-search-filters-1%22%2C%22filter_id%22%3A%22taxonomy_0%22%7D%5D%2C%22widget_id%22%3A%22jetpack-search-filters-1%22%7D%5D%2C%22widgetsOutsideOverlay%22%3A%5B%5D%2C%22hasNonSearchWidgets%22%3Afalse%2C%22preventTrackingCookiesReset%22%3Atrue%7D")); </script> <script crossorigin='anonymous' type='text/javascript' src='https://s0.wp.com/wp-content/mu-plugins/jetpack-plugin/sun/jetpack_vendor/automattic/jetpack-search/build/instant-search/jp-search.js?m=1737758779i'></script> <script crossorigin='anonymous' src="//stats.wp.com/w.js?ver=202508" id="jp-tracks-js"></script> <script id="comment-like-js-extra"> var comment_like_text = {"loading":"Loading...","swipeUrl":"https:\/\/s2.wp.com\/wp-content\/mu-plugins\/comment-likes\/js\/lib\/swipe.js?ver=20131008"}; </script> <script crossorigin='anonymous' type='text/javascript' src='https://s2.wp.com/_static/??-eJylj0EOAiEMRS9kbYgZdRbGswASBYE2tMR4e8msjBnduOjm/f9fUnwweKoaqmLpwLlfYxX0VMpAkOM9CKYPsE2ywbeh3kIZNXv0qL243EA6MzWFJUErEnTRKPk/xivxD9u4ryrXY76Mp/gJSuBzZEe2rZDhP5eTOezmaZrN3qQXyElxMw=='></script> <script type="text/javascript"> (function () { var wpcom_reblog = { source: 'toolbar', toggle_reblog_box_flair: function (obj_id, post_id) { // Go to site selector. This will redirect to their blog if they only have one. const postEndpoint = `https://wordpress.com/post`; // Ideally we would use the permalink here, but fortunately this will be replaced with the // post permalink in the editor. const originalURL = `${ document.location.href }?page_id=${ post_id }`; const url = postEndpoint + '?url=' + encodeURIComponent( originalURL ) + '&is_post_share=true' + '&v=5'; const redirect = function () { if ( ! window.open( url, '_blank' ) ) { location.href = url; } }; if ( /Firefox/.test( navigator.userAgent ) ) { setTimeout( redirect, 0 ); } else { redirect(); } }, }; window.wpcom_reblog = wpcom_reblog; })(); </script> <script src="//stats.wp.com/w.js?68" defer></script> <script type="text/javascript"> _tkq = window._tkq || []; _stq = window._stq || []; _tkq.push(['storeContext', {'blog_id':'222688006','blog_tz':'1','user_lang':'en','blog_lang':'en','user_id':'0'}]); _stq.push(['view', {'blog':'222688006','v':'wpcom','tz':'1','user_id':'0','post':'234809323','subd':'enustumblrhelpcenter'}]); _stq.push(['extra', {'crypt':'UE40eW5QN0p8M2Y/RE1lSiYrZXhzUkM5fD1uTDNLUGt6QzVbd3FKb3Q4aWxfXXI3YWo4Qz1OQTklbU5iaFcmUVFuNjY9c2xqOUdMWmdBL19wOGp1T3xISjRRdT1tTj0xUG4vS0p4Y3xOZ2JRWVpORElfdlQ5PU5zL2RWYkUsN3ouJWtOYVNEbktRL3FmMTJ1Y015RElEMmwtJnVucm4mQT1nUzU4RGprQSxjTy9NVCtEOEtdMWpsN1hjWDYxUVFPajgsODFYT01bQ2FLemEzbHRnPSV1LnhKbUgxZDlKZGdjYUssL0dGNDBZc0I2NUxoUUtnX3RHcytaOEREem01MXhBPW1IMzNacHMmfmZsdVlGLy1xVTZ2YnMzcFMmSGF3fkhhUHZoLCZFdzUwWyw0WllHTVg5dkF5bUhHRGQ0X1otYg=='}]); _stq.push([ 'clickTrackerInit', '222688006', '234809323' ]); </script> <noscript><img src="https://pixel.wp.com/b.gif?v=noscript" style="height:1px;width:1px;overflow:hidden;position:absolute;bottom:1px;" alt="" /></noscript> <script defer id="bilmur" data-provider="wordpress.com" data-service="simple" src="/wp-content/js/bilmur-4.min.js?i=12&m=202508"></script><script> ( function() { function getMobileUserAgentInfo() { if ( typeof wpcom_mobile_user_agent_info === 'object' ) { wpcom_mobile_user_agent_info.init(); var mobileStatsQueryString = ''; if ( wpcom_mobile_user_agent_info.matchedPlatformName !== false ) { mobileStatsQueryString += '&x_' + 'mobile_platforms' + '=' + wpcom_mobile_user_agent_info.matchedPlatformName; } if ( wpcom_mobile_user_agent_info.matchedUserAgentName !== false ) { mobileStatsQueryString += '&x_' + 'mobile_devices' + '=' + wpcom_mobile_user_agent_info.matchedUserAgentName; } if ( wpcom_mobile_user_agent_info.isIPad() ) { mobileStatsQueryString += '&x_' + 'ipad_views' + '=' + 'views'; } if ( mobileStatsQueryString != '' ) { new Image().src = document.location.protocol + '//pixel.wp.com/g.gif?v=wpcom-no-pv' + mobileStatsQueryString + '&baba=' + Math.random(); } } } document.addEventListener( 'DOMContentLoaded', getMobileUserAgentInfo ); } )(); </script></body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10