CINXE.COM
Themes by Rachael / Tumblr themes and resources
<!DOCTYPE html><script>var __pbpa = true;</script><script>var translated_warning_string = 'Warning: Never enter your Tumblr password unless \u201chttps://www.tumblr.com/login\u201d\x0ais the address in your web browser.\x0a\x0aYou should also see a green \u201cTumblr, Inc.\u201d identification in the address bar.\x0a\x0aSpammers and other bad guys use fake forms to steal passwords.\x0a\x0aTumblr will never ask you to log in from a user\u2019s blog.\x0a\x0aAre you absolutely sure you want to continue?';</script><script type="text/javascript" language="javascript" src="https://assets.tumblr.com/assets/scripts/pre_tumblelog.js?_v=b9f848c06fcba7eaf305d4a7cb7a1b98"></script><!DOCTYPE html><html lang="en-US"><head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#"><!-- oh hey welcome to my theme blog if you're poking around in here... I am so sorry it's a train wreck good luck with whatever you're looking for and have a good day! --><title>Themes by Rachael / Tumblr themes and resources</title><meta content="Themes by Rachael is a playground for free Tumblr themes and resources." name="description"><meta charset="utf-8" /><meta content="website" property="og:type"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width, initial-scale=1.0"><style>figure{margin:0}.tmblr-iframe{position:absolute}.tmblr-iframe.hide{display:none}.tmblr-iframe--amp-cta-button{visibility:hidden;position:fixed;bottom:10px;left:50%;transform:translateX(-50%);z-index:100}.tmblr-iframe--amp-cta-button.tmblr-iframe--loaded{visibility:visible;animation:iframe-app-cta-transition .2s ease-out}</style><link rel="stylesheet" media="screen" href="https://assets.tumblr.com/client/prod/standalone/blog-network-npf/index.build.css?_v=f085dde138e244526309d4673db67b4c"><link rel="alternate" type="application/rss+xml" href="https://rachaelthemes.com/"><link rel="shortcut icon" href="https://static.tumblr.com/zgb0z1w/6v9s3tqz6/rachaelthemes-favicon-2023.png" /><link rel="apple-touch-icon" href="https://static.tumblr.com/zgb0z1w/6v9s3tqz6/rachaelthemes-favicon-2023.png" /><!-- css --><link rel="stylesheet" type="text/css" href="https://static.tumblr.com/zgb0z1w/pFZs7j007/main.css" /><!-- js --><script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script><script> // page redirects setTimeout(function(){ var url= window.location.toString(); var pairs = [['/ask', '/help'],['/submit', '/help'],['opticant', '/ocular'],['twitter', '/chirp'],['ocular/install','https://www.tumblr.com/theme/41210']['ocular/source', 'https://github.com/rachaelthemes/themes/blob/master/Ocular/ocular.html'],['chirp/install', 'https://www.tumblr.com/theme/41247'],['chirp/source', 'https://github.com/rachaelthemes/themes/blob/master/Chirp/chirp.html']]; console.log(pairs); jQuery.each(pairs, function(i,n) { var oldURL = n[0]; var newURL = n[1]; console.log("number: " + i + " old: " + n[0] + " new: " + n[1]); if ( url.includes(oldURL) == true ) { window.location.href = newURL; } }); },0); // resize videos function resizeVideos() { var videos = document.querySelectorAll(".video iframe"); videos.forEach(a => { var vidWidth = a.getBoundingClientRect().width; var vidHeight = a.getBoundingClientRect().height; var parent = a.parentNode; var parWidth = parent.getBoundingClientRect().width; var scale = parWidth / vidWidth; var newWidth = vidWidth * scale; var newHeight = vidHeight * scale; a.setAttribute('width', newWidth); a.setAttribute('height', newHeight); }) } window.addEventListener("resize", function(){ resizeVideos(); }); // mobile nav open/close trigger $(document).ready(function(){ $('#menu').click(function(){ $(this).toggleClass("active"); $('body').toggleClass("active"); $('header').toggleClass("active"); $('a.logo').toggleClass("active"); $('.mobile-menu').fadeToggle(150); }); $(window).resize(function() { if($(window).width() > 780) { $('#menu').removeClass("active"); $('body').removeClass("active"); $('header').removeClass("active"); $('a.logo').removeClass("active"); $('.mobile-menu').fadeOut(150); } else {} }).resize(); resizeVideos(); }); </script><script async src="https://www.googletagmanager.com/gtag/js?id=UA-146442545-1"></script><script>window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-146442545-1');</script><!-- BEGIN CSS --><style type="text/css"> /* ---------- ROOT VARIABLES ---------- */ :root { --pf: 'Favorit', sans-serif; /* prev f1 */ } /* ---------- HERO ---------- */ .hero { padding: var(--p4); border-radius: var(--br); background: var(--blue); position: relative; color: var(--txt-dark-1); overflow: hidden; display: flex; align-items: flex-start; } .hero-content { max-width: 62%; flex-shrink: 0; } .hero-title { font-size: 2.5vw; line-height: 1.5em; font-weight: 100; margin: 0 0 var(--p2) 0; word-spacing: -5px; } .hero-title b { font-weight: 350; } .hero-subtitle { font-weight: 400; opacity: 0.5; } .hero-image { width: 100%; margin: calc(var(--p2) * -1) calc((var(--p4) + 30px) * -1) -1000px 0; z-index: 2; background: #ffffff; border: #0a0a0b solid; border-width: 5px 0 0 5px; border-top-left-radius: 20px; } .cls-1 { stroke-width: 5px; vector-effect: non-scaling-stroke; stroke: #0a0a0b; stroke-meterlimit: 10; stroke-linecap: round; stroke-linejoin: round; fill: none; } .cls-2 { fill: #ffffff; } .cls-3 { fill: #4d76ee; } .cls-4 { fill: #99b2fd; } .cls-5 { fill: #e5ebff; } /* ---------- UPDATES ---------- */ .updates { margin: var(--p4); display: flex; flex-flow: row nowrap; justify-content: space-between; gap: 0 var(--p3); } .updates-title { display: flex; flex-flow: row nowrap; justify-content: center; align-items: center; width: 28px; } .updates-title h2 { font-size: 2.25em; line-height: 0; margin: 0; transform: rotate(-90deg); font-family: var(--hf); text-transform: uppercase; white-space: nowrap; font-weight: 400; cursor: default; } a.update-card { position: relative; width: 33%; padding: var(--pa); border-radius: 15px; border: 4px var(--txt-1) solid; box-shadow: 4px 4px 0 var(--bg-1), 14px 14px 0 var(--bg-2); transform: translateX(0px); flex-grow: 1; } a.update-card:hover { transform: translateY(-0.5vw); } a.update-card .update-date { position: absolute; top: -18px; right: 22px; padding: 3px 11px 2px; border-radius: 5px; background: var(--blue); font-size: 0.875rem; font-weight: 500; text-transform: uppercase; color: white; } a.update-card .update-date:before, a.update-card .update-date:after { content: ''; width: 4px; height: 6px; display: block; z-index: 4; position: relative; margin-top: 11px; background: var(--bg-1); } a.update-card .update-date:before { float: left; margin-left: -15px; } a.update-card .update-date:after { float: right; margin-right: -15px; } a.update-card h3 { margin: 0; font-size: 1.25rem; line-height: 1.5em; font-weight: 500; } a.update-card p { margin: 8px 0 -8px; line-height: 1.6em; overflow: hidden; color: var(--txt-2); display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 4; -webkit-box-orient: vertical; } /* ---------- NEWEST THEME ---------- */ .newest { background: var(--bg-dark-1); padding: var(--p4); color: var(--txt-dark-1); border-radius: var(--br); display: flex; flex-flow: row nowrap; align-items: center; gap: 0 var(--p4); } .new-theme-left { margin-bottom: var(--np4); width: 42%; flex-shrink: 0; border: var(--txt-dark-1) solid; border-width: 4px 4px 0; border-radius: 20px 20px 0 0; overflow: hidden; padding: 25px 25px 0; } .new-theme-circles { display: flex; gap: 0 15px; } .circle { height: 10px; width: 10px; border-radius: 100%; border: 4px var(--txt-dark-1) solid; } .new-theme-image { margin-top: 20px; border-radius: 15px 15px 0 0; border: var(--txt-dark-1) solid; border-width: 4px 4px 0; background-size: cover; height: calc(43vw - var(--p8) - var(--p8)); } .new-theme-title { font-family: var(--hf); font-size: 2.75em; line-height: 1.5em; margin: -8px 0 15px; display: inline-block; } .featured { float: right; text-transform: uppercase; color: var(--txt-dark-1); background: var(--blue); padding: 1.5px 7px 0px; border-radius: 7px; font-size: 0.75rem; line-height: 1.4rem; margin: 21px 0 0 15px; animation: wiggle 2s ease infinite; } @keyframes wiggle { 0%, 30%, 70%, 100% { transform: rotate(0deg); } 38% { transform: rotate(5deg); } 46% { transform: rotate(-5deg); } 54% { transform: rotate(5deg); } 62% { transform: rotate(-5deg); } } .new-theme-text { color: var(--txt-dark-2); margin-bottom: 20px; max-width: 90%; } .new-theme-info { color: var(--txt-dark-3); margin-bottom: var(--p2); } .new-theme-info span { display: inline-block; margin: 0 10px; } .new-theme-right a { display: inline-block; font-family: var(--hf); text-transform: uppercase; border: 3px var(--txt-dark-1) solid; padding: 7px 14px; border-radius: 10px; box-shadow: 0 0 0 var(--bg-dark-1), 0 0 0 rgba(255,255,255,0.1); } .new-theme-right a:hover { border-color: var(--blue); box-shadow: 4px 4px 0 var(--bg-dark-1), 7px 7px 0 rgba(255,255,255,0.1); } /* ---------- POSTS ---------- */ .posts-sidebar { display: flex; flex-flow: row nowrap; justify-content: center; align-items: flex-start; gap: var(--p6); margin: var(--p4); } section#posts { width: calc(100% - 490px - var(--p8)); /*max-width: 722px;*/ display: flex; flex-flow: column nowrap; gap: var(--p3); flex-shrink: 0; } .post { max-width: 100%; background: var(--bg-1); border-radius: 15px; overflow: hidden; border: 4px var(--txt-1) solid; box-shadow: 4px 4px 0 var(--bg-1), 14px 14px 0 var(--bg-2); margin: 0 14px 14px 0; font: 18px/1.5em var(--pf); color: var(--txt-2); } /* ---------- SIDEBAR ---------- */ .sidebar { position: sticky; top: calc(38px + var(--p6)); } .sidebar-inner { background: var(--blue); padding: var(--pa); border-radius: 15px; color: #fff; box-shadow: 4px 4px 0 var(--bg-1), 14px 14px 0 var(--bg-2); margin: 0 14px 14px 0; } .posts-search { margin: -5px 0; } .posts-search form input { padding: 0; color: #fff !important; width: 100%; border: none; background: transparent; font: 15px/1em var(--bf); } .posts-search::after { content: ''; display: block; height: 4px; width: 50%; background: rgba(255,255,255,0.3); border-radius:4px; margin: var(--p1) 0 var(--pa) 0; } input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill { transition: background-color 5000s ease-in-out 0s; color: #fff; -webkit-text-fill-color: #fff; } .posts-search form input::placeholder { color: rgba(255,255,255,0.6); opacity: 1; } .posts-search form input:focus-visible { outline: none !important; } h2.sidebar-title { font-size: 1.5rem; line-height: 1.5em; font-weight: 300; } .sidebar-title b { font-family: var(--hf); display: block; text-transform: uppercase; letter-spacing: 1px; font-size: 1.125em; } .sidebar-subtitle { opacity: 0.6; font-weight: 600; } /* ---------- POST HEADER ---------- */ .post-header { padding: var(--pa); border-bottom: 4px var(--txt-1) solid; display: flex; justify-content: space-between; align-items: center; } .post-circles { display: flex; gap: 0 13px; } .post-circles .circle { border: 3.5px var(--txt-1) solid; height: 7px; width: 7px; } .post-header-info { line-height: 1em; font-size: 0.85em; font-family: var(--bf); text-transform: uppercase; display: flex; gap: 0 15px; letter-spacing: 0.5px; font-weight: 600; color: var(--txt-1); } .post-header a:hover { color: var(--blue); } /* ---------- REBLOG CHAINS ---------- */ .post-reblog-header { padding: var(--pa) var(--pa) 0; } .post-reblog-item:not(:first-child) .post-reblog-header { padding-top: 10px; } .reblog-item-avatar img { height: 30px; width: 30px; border-radius: 6px; float: left; margin-right: 13px; } .reblog-item-username { color: var(--txt-1); height: 30px; font-weight: 600; line-height: 30px; font-size: 0.875em; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; font-family: var(--bf); } .reblog-item-username a { text-decoration: none !important; } .reblog-item-username .deactivated { cursor: default; } .post-body.original > *:first-child { margin-top: var(--pa); } .post-quote .post-body, .post-chat .post-body { display: none; } /* ---------- GENERAL POST CONTENT ---------- */ a.deactivated { cursor: default !important; } p.tmblr-attribution a { display: none !important; } .post-reblog-item > *:last-child { margin-block-end: 1em; } /* links */ .quote-source a, .post-body a { text-decoration: underline; } /* paragraph and header spacing */ .post-body p, .post-body h1, .post-body h2, .post-body h3, .post-body h4, .post-body h5, .post-body h6, .post-body ul, .post-body ol { margin-left: var(--pa); margin-right: var(--pa); } /* headers */ article h1, article h2 { margin: .75em 0; line-height: 1.3; } .post-body h1, .post-body h2 { line-height: 1.4em; margin: .75em var(--pa); } .post-body h1 { font-size: 1.625rem; } .post-body h2 { font-size: 1.25rem; } /* blockquotes */ .post-body blockquote { border-left: 3px var(--p-light) solid; margin: 1em 0 1em 25px; padding: 0; } .post-body blockquote > div { margin-left: var(--pa); margin-right: var(--pa); } /* inline images and figures */ .post-body img, .post-body figure { max-width: 100%; height: auto; } .post-body figure.tmblr-full img, .image-container img { width: 100%; } .post-body figure:not(.tmblr-full) img.post_media_photo { margin: 0 var(--pa); } .video, .tumblr_video_container { width: 100% !important; height: auto !important; } /* polls */ .post-body .poll-post { margin-bottom: 1.5em; } .post-body .poll-post a.poll-row { background: transparent; border: 2px var(--blue) solid; margin: 0 var(--pa) 10px; width: calc(100% - 44px); color: var(--blue); } .post-body .poll-post a.poll-row:hover { background: var(--blue); color: var(--bg-1); } .post-body .poll-post a.poll-see-results { display: none; } /* ---------- MEDIA POSTS ---------- */ .image-container > div { cursor: pointer; } .image-container, .photoset-container { line-height: 0; } figure.tmblr-full video, img.high-res { width: 100%; } /* ---------- TEXT POSTS ---------- */ h2.post-title { font-size: 2em; padding: var(--pa) var(--pa) 0; margin: 0 0 -0.5rem; line-height: 1.4em; } article.post.alert h2.post-title { padding: var(--pa); font-size: 1.625rem; } /* read more */ a.read_more { display: block; text-decoration: none; color: var(--blue); font-weight: 700; } a.read_more::after { content: ' →'; } /* ask and submit boxes */ .post-body.ask-submit > p, .post-body.ask-submit > h1, .post-body.ask-submit > h2, .post-body.ask-submit > h3, .post-body.ask-submit > h4, .post-body.ask-submit > h5, .post-body.ask-submit > h6, .post-body.ask-submit > ul, .post-body.ask-submit > ol { margin-left: 0; margin-right: 0; } .post-body.ask-submit { margin: 10px var(--pa); } .post-body.ask-submit > *:first-child { margin-top: 0 !important; } /* ---------- LINK POSTS ---------- */ div.npf-link-block { margin: var(--pa); border: 4px var(--txt-1) solid; background: var(--bg-2); border-radius: 10px; } div.npf-link-block .title { font-weight: 700 !important; } div.npf-link-block .poster { border-bottom: 4px var(--txt-1) solid; } div.npf-link-block .bottom { padding: var(--pa); } div.npf-link-block:not(.has-poster) .title { padding: var(--pa)var(--pa) 0 !important; margin-bottom: calc((var(--pa) * -1) + 10px) !important; } /* ---------- CHAT POSTS ---------- */ .chat, p.npf_chat { font-family: var(--bf); font-size: 1rem; line-height: 1.5em; } .chat { display: flex; flex-flow: column nowrap; gap: 3px; margin: var(--pa); line-height: 1.4em; } p.npf_chat { line-height: 1.5em; } /* ---------- ASK POSTS ---------- */ .ask { margin: var(--pa) var(--pa) 0; } .ask-avatar { width: 48px; height: 48px; border-radius: 8px; float: right; } .ask-content { position: relative; background: var(--bg-2); margin-right: 66px; border-radius: 8px; padding: 6px 0; } .ask-content:after { content: ''; position: absolute; right: -16px; top: 17px; height: 0; width: 0; border: 8px solid transparent; border-left-color: var(--bg-2); } .answer { margin-top: 20px; } .answer .post-body.ask-body { margin-bottom: 2px; } .ask-user { margin-left: var(--pa); margin-right: var(--pa); font-size: 0.875em; color: var(--txt-3); } /* ---------- POST FOOTER ---------- */ .post-footer { display: flex; justify-content: space-between; align-items: flex-end; width: calc(100% - var(--pa) var(--pa)); padding: 0 var(--pa) var(--pa); font-family: var(--bf); font-size: 0.875em; line-height: 1.4em; gap: 0 50px; margin-top: var(--pa); color: var(--txt-1); } a.post-tag:hover, .post-controls a:hover::before { color: var(--blue); } a.post-tag { font-weight: 600; font-size: 0.875em; margin-right: 10px; } .post-controls { display: flex; gap: 0 5px; } .post-controls a { height: 20px; line-height: 20px; padding: 1px 0 2px; font-size: 38px; } .ctrl-link::before { content: "\EA24"; } a.ctrl-link { font-size: 30px; margin: 1px 3px -1px 0; } .ctrl-view::before { content: "\EA71"; } a.ctrl-rblg { font-size: 34px; } .ctrl-rblg::before { content: "\EA92"; } /* ---------- PAGINATION ---------- */ .pagination { display: flex; flex-flow: row nowrap; justify-content: space-between; } .pagination a { display: inline-block; background: var(--blue); color: #fff; padding: 7px 15px; border-radius: 10px; font-weight: 700; text-transform: uppercase; font-size: 0.875rem; } .prev:not(:link), .next:not(:link) { visibility: hidden; } .prev::before, .next::after { display: inline-block; font-size: 0.875rem; } .prev::before { content: "\EA08"; margin: 0 5px 0 -2px; float: left; } .next::after { content: "\EA09"; margin: 0 -2px 0 5px; float: right; } /* ---------- FONTS ---------- */ @font-face { font-family: 'Tumblr Icons'; src: url('https://assets.tumblr.com/fonts/tumblr-icons/tumblr-icons_e24c07a0f2ea4f19997f508adc0110e4.ttf') format("truetype"); } @font-face { font-family: 'Favorit'; src: url('https://assets.tumblr.com/fonts/favorit/FavoritTumblr-85.eot') format('embedded-opentype'), url('https://assets.tumblr.com/fonts/favorit/FavoritTumblr-85.woff') format('woff'), url('https://assets.tumblr.com/fonts/favorit/FavoritTumblr-85.ttf') format('truetype'); font-weight: normal; } @font-face { font-family: 'Favorit'; src: url('https://assets.tumblr.com/fonts/favorit/FavoritTumblr-Medium.eot') format('embedded-opentype'), url('https://assets.tumblr.com/fonts/favorit/FavoritTumblr-Medium.woff') format('woff'), url('https://assets.tumblr.com/fonts/favorit/FavoritTumblr-Medium.ttf') format('truetype'); font-weight: bold; } .a-icon::after, .b-icon::before, .post-controls a::before { font-family: 'Tumblr Icons'; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-smoothing: antialiased; text-rendering: optimizeLegibility; font-style: normal; font-variant: normal; font-weight: 400; text-decoration: none; text-transform: none; } /* ---------- SCREEN RESPONSIVENESS ---------- */ @media (max-width: 1680px) { .hero-content { max-width: 60%; } section#posts { width: calc(100% - 350px - var(--p8)); } } @media (max-width: 1480px) { a.update-card p { -webkit-line-clamp: 5; } .new-theme-left { margin-left: var(--np4); border-left-width: 0; border-radius: 0 20px 0 0; width: 50%; } .new-theme-image { height: calc(36vw - var(--p8)); } } @media (max-width: 1280px) { .hero-content { max-width: calc(37% + 51px); margin-right: 9.4%; } .hero-image { margin-right: calc((var(--p4) + 50px) * -1); } .hero-title { font-size: 2.8vw; } a.update-card:nth-child(4) { display: none; } .new-theme-right { margin: calc(var(--p2) * -1) 0; } .new-theme-text { font-size: 0.875rem; line-height: 1.6em; margin-bottom: var(--p2); max-width: 100%; } .new-theme-info { display: none; } .posts-sidebar { gap: var(--p4); } section#posts { width: calc(100% - 350px - var(--p6)); } } @media (max-width: 1180px) { .posts-sidebar { flex-direction: column-reverse; align-items: stretch; margin: var(--p2) auto; padding: 0 var(--p4); gap: var(--p2); } section#posts { width: 100%; gap: var(--p2); } .sidebar { width: 100%; position: static; } .sidebar-title b { display: inline; } } @media (max-width: 980px) { .hero-content { max-width: calc(40% + 51px); } .hero-title { font-size: 3.3vw; } .hero-image { margin-right: calc((var(--p4) + 100px) * -1); } .updates-title { display: none; } .new-theme-image { height: calc(44vw - var(--p8)); } } @media (max-width: 780px) { .hero { flex-flow: column nowrap; } .hero-content { max-width: 100%; margin-right: 0; } .hero-title { font-size: calc((100vw - var(--p8)) / 17); } .hero-image { margin: var(--p4) auto calc((var(--p4) + 10vw) * -1) 0; width: calc(var(--p4) + 100% + 10px); } .updates { flex-flow: column nowrap; gap: 45px 0; } .updates-title { display: block; width: 100%; height: auto; margin-bottom: -10px; } .updates-title h2 { transform: none; line-height: 1em; } a.update-card { width: calc(100% - var(--p2) - 39px); } a.update-card:nth-child(4) { display: block; } a.update-card p { -webkit-line-clamp: 3; } .newest { flex-flow: column-reverse nowrap; } .new-theme-left { width: calc(100% - 58px); margin-left: 0; border-left-width: 4px; border-radius: 20px 20px 0 0; } .new-theme-image { height: calc(69vw - var(--p8)); } .new-theme-right { margin: 0 0 var(--p4); } .posts-sidebar { margin: 0 auto; gap: var(--p2); } } @media (max-width: 580px) { .posts-sidebar { padding: 0; gap: 0; } .sidebar-inner { box-shadow: none; border-radius: 0; margin: 0; } section#posts { gap: 0; } .post { box-shadow: none; border-width: 4px 0 0 0; border-radius: 0; margin: 0; } .post-header { display: none; } .post-footer { flex-flow: column nowrap; gap: var(--p2) 0; align-items: flex-start; } .pagination { border: var(--txt-1) solid; border-width: 4px 0; padding: var(--pa); } } @media (max-width: 480px) { .hero-image { border-width: 4px 0 0 4px; } .cls-1 { stroke-width: 4px; } .hero-title { font-size: calc((95vw - var(--p8)) / 12); margin-right: 5vw; } a.update-card h3 { font-size: 1.125rem; } a.update-card p { -webkit-line-clamp: 5; } .new-theme-left { width: 100%; border: none; border-radius: 0none; margin-top: 0; padding-top: 0; overflow: visible; } .new-theme-circles { display: none; } .new-theme-image { margin-top: 0; border-radius: 10px 0 0 0; border-width: 4px 0 0 4px; margin-right: var(--np4); width: calc(100% + var(--p4) - 4px); height: calc(80vw - var(--p8)); } } @media (max-width: 380px) { .hero-image { border-width: 3px 0 0 3px; } .cls-1 { stroke-width: 3px; } } </style><link rel="alternate" href="android-app://com.tumblr/tumblr/x-callback-url/blog?blogName=rachaelthemes%26postID=" /><link rel="alternate" href="ios-app://305343404/tumblr/x-callback-url/blog?blogName=rachaelthemes&postID=" /><script defer type="application/javascript" id="bilmur" data-provider="tumblr.com" data-service="blognetwork" data-customproperties='{"theme": ""}' nonce="w6JQ1dTq4cFbKZwfG64OG1jlTI" src="https://s0.wp.com/wp-content/js/bilmur.min.js?m=202448" ></script><script src="https://assets.tumblr.com/assets/scripts/tumblelog_post_message_queue.js?_v=a8fadfa499d8cb7c3f8eefdf0b1adfdd"></script><link rel="stylesheet" type="text/css" href="https://assets.tumblr.com/fonts/favorit/stylesheet.css?v=1"><!-- BEGIN TUMBLR FACEBOOK OPENGRAPH TAGS --><!-- If you'd like to specify your own Open Graph tags, define the og:url and og:title tags in your theme's HTML. --><!-- Read more: http://ogp.me/ --><meta property="fb:app_id" content="48119224995" /><meta property="og:site_name" content="Tumblr" /><meta property="og:title" content="Not Found" /><meta property="og:description" content="The URL you requested could not be found." /><meta property="og:type" content="article" /><meta property="al:ios:url" content="tumblr://x-callback-url/blog?blogName=rachaelthemes&postID=" /><meta property="al:ios:app_name" content="Tumblr" /><meta property="al:ios:app_store_id" content="305343404" /><meta property="al:android:url" content="tumblr://x-callback-url/blog?blogName=rachaelthemes&postID=" /><meta property="al:android:app_name" content="Tumblr" /><meta property="al:android:package" content="com.tumblr" /><!-- END TUMBLR FACEBOOK OPENGRAPH TAGS --><!-- TWITTER TAGS --><meta charset="utf-8"><meta name="twitter:site" content="tumblr" /><meta name="twitter:card" content="summary" /><meta name="twitter:description" content="hiya! I make tumblr themes and resources. side blog by @rachaels" /><meta name="twitter:title" content="Themes by Rachael" /><meta name="twitter:app:name:iphone" content="Tumblr" /><meta name="twitter:app:name:ipad" content="Tumblr" /><meta name="twitter:app:name:googleplay" content="Tumblr" /><meta name="twitter:app:id:iphone" content="305343404" /><meta name="twitter:app:id:ipad" content="305343404" /><meta name="twitter:app:id:googleplay" content="com.tumblr" /><meta name="twitter:app:url:iphone" content="tumblr://x-callback-url/blog?blogName=rachaelthemes&referrer=twitter-cards" /><meta name="twitter:app:url:ipad" content="tumblr://x-callback-url/blog?blogName=rachaelthemes&referrer=twitter-cards" /><meta name="twitter:app:url:googleplay" content="tumblr://x-callback-url/blog?blogName=rachaelthemes&referrer=twitter-cards" /></head><body><!-- mobile navigation --><div class="mobile-menu"><div class="menu-inner"><a href="/">Home</a><a href="/themes">Themes</a><a href="/tagged/blog">Blog</a><a href="/updates">Updates</a><a href="/help">Help</a><a href="https://www.tumblr.com/follow/rachaelthemes/" class="follow-link">Follow</a></div></div><!-- begin main container--><main><!-- begin header --><header><!-- header logo --><div class="header-left"><a href="/" class="logo"><span class="first">r</span><span>ach</span><span class="a">a</span><span>el</span><span class="first">themes</span></a></div><!-- header navigation --><div class="header-right"><a href="/">Home</a><a href="/themes">Themes</a><a href="/tagged/blog">Blog</a><a href="/updates">Updates</a><a href="/help">Help</a><a href="https://www.tumblr.com/follow/rachaelthemes/" class="follow-link">Follow</a></div><!-- mobile navigation button --><div class="header-mobile"><svg id="menu" class="" viewBox="0 0 100 100" width="80"><path class="line top" d="m 30,33 h 40 c 0,0 9.044436,-0.654587 9.044436,-8.508902 0,-7.854315 -8.024349,-11.958003 -14.89975,-10.85914 -6.875401,1.098863 -13.637059,4.171617 -13.637059,16.368042 v 40" /><path class="line middle" d="m 30,50 h 40" /><path class="line bottom" d="m 30,67 h 40 c 12.796276,0 15.357889,-11.717785 15.357889,-26.851538 0,-15.133752 -4.786586,-27.274118 -16.667516,-27.274118 -11.88093,0 -18.499247,6.994427 -18.435284,17.125656 l 0.252538,40" /></svg></div><!-- end header--></header><div class="posts-sidebar"><section id="posts"><!-- POST --><article class="post post-text "><div class="post-header"><div class="post-circles"><div class="circle"></div><div class="circle"></div><div class="circle"></div></div></div><!-- post content --><!-- NPF / text post --><h2 class="post-title"><a >Not Found</a></h2><!-- captions (not reblog chains) --><div class="post-body original"><p>The URL you requested could not be found.</p></div></article></section><div class="sidebar"><div class="sidebar-inner"><div class="posts-search"><form action="/search" method="get"><input type="text" name="q" value="" placeholder="Search for something"></form></div><h2 class="sidebar-title"><b>RACHAELTHEMES</b> is a playground for free Tumblr themes and resources.</h2><div class="sidebar-subtitle">EST. 2016</div></div></div></div><!-- footer section--><footer><div class="footer-text"><h2>About Me</h2><p>Hi! I'm Rachael, a digital designer living in Metro Detroit. I've been creating Tumblr themes since 2012 (previously known as ZeldaThemes).</p></div><div class="footer-links"><h2>Quick Tags</h2><a href="/tagged/version+updates">Bug Fixes</a><a href="/tagged/resources">Resources</a><a href="/tagged/theme+recs">Theme Recs</a><a href="/tagged/page+recs">Page Recs</a></div></div><div class="footer-text"><h2>Licensing</h2><p>All works distributed on this site are licensed under a Creative Commons Attribution-NoDerivatives 4.0 International license.</p></div><div class="footer-links"><h2>Elsewhere</h2><a href="https://rachaels.tumblr.com/">Personal Blog</a><a href="https://rachael.work/">Design Portfolio</a><a href="https://codingcabin.net/">Coding Cabin</a><a href="https://ko-fi.com/rachaelthemes">Buy Me a Ko-Fi</a></div></footer><!-- subfooter section --><div class="subfooter"><div class="subfooter-left">RACHAELTHEMES © 2016 to 2024. Powered by <a href="https://www.tumblr.com/" target="_blank">Tumblr</a>. All rights reserved.</div><div class="subfooter-right"><a href="/terms">Terms of Use</a> <b>/</b> <a href="/credits">Credits</a> <b>/</b> <a href="/privacy">Privacy Policy</a></div></div><!-- end main container --></main><iframe scrolling="no" width="1" height="1" frameborder="0" style="background-color:transparent; overflow:hidden; position:absolute; top:0; left:0; z-index:9999;" id="ga_target"></iframe><script type="text/javascript"> (function(){ var analytics_frame = document.getElementById('ga_target'); var analytics_iframe_loaded; var user_logged_in; var blog_is_nsfw = 'No'; var eventMethod = window.addEventListener ? "addEventListener" : "attachEvent"; var eventer = window[eventMethod]; var messageEvent = eventMethod == "attachEvent" ? "onmessage" : "message"; eventer(messageEvent,function(e) { var message = (e.data && e.data.split) ? e.data.split(';') : ''; switch (message[0]) { case 'analytics_iframe_loaded': analytics_iframe_loaded = true; postCSMessage(); postGAMessage(); break; case 'user_logged_in': user_logged_in = message[1]; postGAMessage(); break; } }, false); analytics_frame.src = "https://assets.tumblr.com/analytics.html?_v=9f5febfd57a8a649c598d888f2d9e062#" + "https://rachaelthemes.com"; function postGAMessage() { if (analytics_iframe_loaded && user_logged_in) { var is_ajax = false; analytics_frame.contentWindow.postMessage(['tick_google_analytics', is_ajax, user_logged_in, blog_is_nsfw, '/twitter/?route=404_page'].join(';'), analytics_frame.src.split('/analytics.html')[0]); } } function postCSMessage() { COMSCORE = true; analytics_frame.contentWindow.postMessage('enable_comscore;' + window.location, analytics_frame.src.split('/analytics.html')[0]); } })(); </script><script type="text/javascript" nonce="w6JQ1dTq4cFbKZwfG64OG1jlTI">!function(s){s.src='https://px.srvcs.tumblr.com/impixu?T=1732704142&J=eyJ0eXBlIjoidXJsIiwidXJsIjoiaHR0cDovL3JhY2hhZWx0aGVtZXMuY29tL3R3aXR0ZXIvIiwicmVxdHlwZSI6MCwicm91dGUiOiI0MDRfcGFnZSJ9&U=MAIGEAHDGK&K=681dde0940189d2eeb3326025a45d244cab1a6e3b2605878f37f7652f52c4cc8&R='.replace(/&R=[^&$]*/,'').concat('&R='+escape(document.referrer)).slice(0,2000).replace(/%.?.?$/,'');}(new Image());</script><noscript><img style="position:absolute;z-index:-3334;top:0px;left:0px;visibility:hidden;" src="https://px.srvcs.tumblr.com/impixu?T=1732704142&J=eyJ0eXBlIjoidXJsIiwidXJsIjoiaHR0cDovL3JhY2hhZWx0aGVtZXMuY29tL3R3aXR0ZXIvIiwicmVxdHlwZSI6MCwicm91dGUiOiI0MDRfcGFnZSIsIm5vc2NyaXB0IjoxfQ==&U=MAIGEAHDGK&K=b83272915e45d681c70308872cccc6dc6a7484c6f7bd896db9b3b794e8be1c8a&R="></noscript><noscript id="bootloader" data-bootstrap="{"Components":{"PostActivity":[],"NotificationPoller":{"messaging_keys":[],"token":"","inbox_unread":0},"DesktopDashboardLogo":{"animations":[["https:\/\/assets.tumblr.com\/images\/logo\/hover-animations\/1.png?_v=161861acded461bb6e995593a3bae835","https:\/\/assets.tumblr.com\/images\/logo\/hover-animations\/1@2x.png?_v=496a774637302a598c851381d00009b0"]]},"TumblelogIframe":{"unified":true,"variant":null,"isCompact":true,"tumblelogBundleSrc":"https:\/\/assets.tumblr.com\/client\/prod\/standalone\/tumblelog\/index.build.js?_v=03e800b27eff76cee863b8346f5e3e52","tumblelogName":"rachaelthemes","isLoggedIn":false,"isFriend":false,"formKey":"","canSubscribe":false,"isSubscribed":false,"tumblelogTitle":"Themes by Rachael","tumblelogAvatar":"https:\/\/64.media.tumblr.com\/9aabfbab108618c4a2ec517ada6fcca1\/344aef5d1a879427-6f\/s64x64u_c1\/263db66d0de5f76e17299619aef4fccae3c113c7.pnj","tumblelogAvatar128":"https:\/\/64.media.tumblr.com\/9aabfbab108618c4a2ec517ada6fcca1\/344aef5d1a879427-6f\/s128x128u_c1\/6ec3d03a75cbd04c3da21bf007c41d0746ca371e.pnj","tumblelogHost":"https:\/\/rachaelthemes.com","hasCustomDomain":true,"isOptica":false,"isCustomTheme":true,"themeHeaderImage":"https:\/\/64.media.tumblr.com\/1544343d19365aad04cc1e1474e53e5a\/7d20b1abb5ba7ab5-a6\/s2048x3072_c0,0,100000,98088\/1928aa60a0ea344b3560250c76f18161d4e7ae01.png","themeBackgroundColor":"#4d76ef","themeTitleColor":"#FFFFFF","themeAccentColor":"#ffffff","brag":false,"canShowAd":true,"isPremium":false,"showLrecAds":false,"showStickyLrecBackfill":false,"showGeminiAds":false,"geminiSectionCodeDesktop":"a10bca9c-0c5d-4a02-ab13-14ab8513d81d","geminiSectionCodeMobile":"ced63809-b609-4aca-96a0-abc099acba6b","currentPageType":null,"currentPage":false,"searchQuery":"","tag":"","query":"","chrono":false,"postId":"","src":"https:\/\/rachaelthemes.com\/twitter\/","postUrl":"","openInPeeprUrl":"https:\/\/www.tumblr.com\/rachaelthemes","isBlocked":null,"isAdmin":false,"lookupButtonUrl":"","showSpamButton":false,"showRootPostButton":false,"rootPostUrl":"","showRadarPostButton":false,"radarKeys":"","isUniblocked":false,"isNsfw":false,"isAdult":false,"isSpam":false,"isPrimaryBlog":false,"canEdit":false,"canReblogSelf":false,"showLikeButton":false,"showReblogButton":false,"reblogUrl":"","showMessagingButton":false,"loginCheckIframeSrc":"https:\/\/assets.tumblr.com\/assets\/html\/iframe\/login_check.html?_v=3de94a184d600617102ddd5b48fb36e9","appInstallUrls":{"android":"https:\/\/play.google.com\/store\/apps\/details?id=com.tumblr\u0026referrer=utm_source%3Dtumblr%26utm_medium%3Diframe%26utm_campaign%3Dbn_continue_or_install_cta","ios":"https:\/\/apps.apple.com\/app\/apple-store\/id305343404?pt=212308\u0026ct=bn_continue_or_install_cta\u0026mt=8"},"appOpenReferrer":"bn_header_open_btn","isShowSearch":true,"supplyLogging":[],"secondsSinceLastActivity":-1,"installUrlOpenFailed":{"android":"https:\/\/play.google.com\/store\/apps\/details?id=com.tumblr\u0026referrer=utm_source%3Dtumblr%26utm_medium%3Diframe%26utm_campaign%3Dbn_header_app_open_failed","ios":"https:\/\/apps.apple.com\/app\/apple-store\/id305343404?pt=212308\u0026ct=bn_header_app_open_failed\u0026mt=8"},"loginWallVariant":"small_center"},"CommunityLabels":{"has_community_label":false,"is_single":true,"redirect_target":"\/rachaelthemes\/-1"}},"Flags":{"features":"eyJmaWx0ZXJfbnNmdyI6dHJ1ZSwibW9iaWxlX3dlYl9nYXRlIjp0cnVlLCJzYWZlX21vZGUiOnRydWUsInNhZmVfbW9kZV9lbmFibGVkIjp0cnVlLCJrZXljb21tYW5kX2F1dG9fcGFnaW5hdGUiOnRydWUsImxvZ2dlZF9vdXRfc2VhcmNoIjp0cnVlLCJrcmFrZW5fd2ViX2xvZ2dpbmdfbGlicmFyeSI6dHJ1ZSwibGl2ZXBob3Rvc193ZWIiOnRydWUsInVzZXJfdGFnX2ZpbHRlcmluZyI6dHJ1ZSwic2FmZV9tb2RlX293bl9wb3N0Ijp0cnVlLCJwcm9qZWN0X3hfYXBwZWFsIjp0cnVlLCJtb2JpbGVfd2ViX3Bob3Rvc2V0cyI6dHJ1ZSwiaGlkZV9kZWZhdWx0X2hlYWRlcnNfYmxvZ19jYXJkcyI6dHJ1ZSwibm90aWZpY2F0aW9uX3JlcGx5X2xpbmtfdG9fbm90ZXMiOnRydWUsInR5cGluZ19pbmRpY2F0b3Jfd3JpdGUiOnRydWUsInR1bWJscl92aWRlb19zcG9uc29yZWRfZGF5Ijp0cnVlLCJjYXB0Y2hhOnVzZV9yZWNhcHRjaGEyIjp0cnVlLCJsaXR0bGVfc2lzdGVyIjp0cnVlLCJsb2dfbGFkeSI6dHJ1ZSwicmVkcG9wX3Bvc3RfZm9ybV9tb2JpbGVfY3JlYXRlIjp0cnVlLCJsZWdhY3lfcG9zdF9mb3JtX2J1dHRvbnNfbGlua190b19yZWRwb3AiOnRydWUsInNob3dfdHNwX2NsaWNrX3Rocm91Z2hfdG9nZ2xlIjp0cnVlLCJkYXJsYV9hZF9mZWVkYmFjayI6dHJ1ZSwic3RhdHVzX2luZGljYXRvciI6dHJ1ZSwiY29udmVyc2F0aW9uYWxfbm90aWZpY2F0aW9ucyI6dHJ1ZSwiZGlzYWJsZV95YWhvb19iX2Nvb2tpZSI6dHJ1ZSwibGl2ZXBob3RvcyI6dHJ1ZSwiY29tbXVuaXR5X2xhYmVscyI6dHJ1ZX0="},"Context":{"name":"default","time":1732704142000,"userinfo":{"primary":"","name":"","channels":[]},"hosts":{"assets_host":"https:\/\/assets.tumblr.com","secure_assets_host":"https:\/\/assets.tumblr.com","www_host":"https:\/\/www.tumblr.com","secure_www_host":"https:\/\/www.tumblr.com","embed_host":"https:\/\/embed.tumblr.com","safe_host":"https:\/\/safe.txmblr.com","platform_host":"https:\/\/platform.tumblr.com"},"language":"en_US","language_simple":"en","assets":"https:\/\/assets.tumblr.com\/client\/prod\/"},"Translations":{"%1$sReport %2$s's post?%3$sIf it violates our user guidelines, we'll remove it.%4$s":"%1$sReport %2$s's reblog?%3$sIf it violates our user guidelines, we'll remove it.%4$s","%1$sReport %2$s's reply?%3$sIf it violates our user guidelines, we'll remove it.%4$s":"%1$sReport %2$s's reblog?%3$sIf it violates our user guidelines, we'll remove it.%4$s","%1$sDelete your tip??%2$s":"%1$sDelete your tip?%2$s","Deleting your tip":"Deleting your tip will only remove it from the replies tab and notes. %1$sYou won't receive a refund of your tip.%2$s For further help contact %3$sTumblr Support%4$s."}}"></noscript><script src="https://assets.tumblr.com/client/prod/standalone/tumblelog/index.build.js?_v=03e800b27eff76cee863b8346f5e3e52"></script></body></html>