tumblr.com Tumblr.com - Sim-aria.tumblr.com

   
(function($){ $(document).ready(function(){ $("a[title]").style_my_tooltips({ tip_follows_cursor:true, tip_delay_time:0, tip_fade_speed:300, attribute:"title" }); }); })(jQuery); $(document).ready(function(){ $("#btn-more").click(function(){ $(".sbtop").toggleClass("sbtop-ext"); $(".sbtop-3dots").toggleClass("sbtop-3dots-ext"); $(".extpanel").toggleClass("extpanel-ext"); $(".content").toggleClass("content-ext"); $(".sidebar").toggleClass("sidebar-ext"); $(".sb-title").toggleClass("sb-title-ext"); $(".btn-less").toggleClass("btn-less-ext"); }); $(".btn-less").click(function(){ $(".sbtop").toggleClass("sbtop-ext"); $(".sbtop-3dots").toggleClass("sbtop-3dots-ext"); $(".extpanel").toggleClass("extpanel-ext"); $(".content").toggleClass("content-ext"); $(".sidebar").toggleClass("sidebar-ext"); $(".sb-title").toggleClass("sb-title-ext"); $(".btn-less").toggleClass("btn-less-ext"); }); var $container = $('.content'); $container.find('.notecount').each(function(){ var n = $(this).html().split(' ')[0].replace(/,/g, ''); if (n > 999) { n = Math.floor(n / 100) / 10; $(this).text(n + 'k notes'); } }); }); /** ending tag **/ function gatherData(images, arr) { for (let i = 0; i < images.length; i++) { let currentData = { "width": images[i].getAttribute('data-width'), "height": images[i].getAttribute('data-height'), "low_res": images[i].getAttribute('data-lowres'), "high_res": images[i].getAttribute('data-highres') }; arr.push(currentData); } } function getIndex(elem) { let i = 0; while( (elem = elem.previousElementSibling) != null ) i++; return i; } function lightbox(elem) { let currentPhotoset = elem.parentNode; let photosetPhotos = currentPhotoset.getElementsByTagName('div'); let data = []; gatherData(photosetPhotos, data); Tumblr.Lightbox.init(data, getIndex(elem) + 1); } :root { --NPF-Caption-Spacing:1em; --NPF-Image-Spacing:4px; } @font-face { font-family: "consola"; src: url('https://static.tumblr.com/wfsxfoo/2B4qukv6a/consolas.ttf'); } :root { /** accent colours **/ --a1: #eeab92; --a2: #efca98; --a3: #b8cd9c; --a4: #c7a0a0; /** theme options **/ --tmblr-ctrl: 0; /** more colours **/ } /** tumblr controls **/ iframe#tumblr_controls, .iframe-controls--desktop { position: fixed!important; top: 10px!important; right: 12px!important; transform: scale(0.7); -webkit-transform-origin: top right; -ms-transform-origin: top right; transform-origin: top right; z-index: 1500!important; -webkit-filter: invert(0%); filter: invert(0%); } .tmblr-iframe-overlay {margin: 0;} /** tool tips **/ #s-m-t-tooltip { z-index: 1000000000000000000000000000000000000; max-width: 300px; background-color: rgba(0,0,0,0.8); color: #ffffff; text-transform: uppercase; letter-spacing: 1px; font-family: consolas,consola; font-size: 8px; padding: 4px 6px; margin: 20px 0 0 10px; border-radius: 0 7px 7px 7px; } /** scrollbar **/ ::-webkit-scrollbar { width: 14px; } ::-webkit-scrollbar-track-piece { background-color: #ffffff; } ::-webkit-scrollbar-thumb:vertical { width: 6px; border: 4px solid #ffffff; background: rgb(217,112,144); background: linear-gradient(185deg, rgba(238,171,146,1) 0%, rgba(239,202,152,1) 33%, rgba(184,205,156,1) 66%, rgba(199,160,160,1) 100%); border-radius: 100px; } /** text selection **/ ::selection { color: #ffffff; /** text selection text **/ background-color: #eeab92; /** text selection bg **/ } ::-moz-selection { color: #ffffff; /** text selection text **/ background-color: #eeab92; /** text selection bg **/ } ::-webkit-selection { color: #ffffff; /** text selection text **/ background-color: #eeab92; /** text selection bg **/ } body { background-color: #ffffff; background-image: url(https://64.media.tumblr.com/ba3352706d9d0b77990b1e167160ca49/49dd0e1bef0cc9e2-e7/s2048x3072/2d3c005202afa8a869d2427400fd784126fc253c.jpg); background-attachment: fixed; font-family: consolas, consola; } a { text-decoration: none; } /*********************************************************** posts content ********/ .content { width: 500px; margin: 100px auto 100px auto; opacity: 1; pointer-events: auto; transition: ease-in-out 1.6s; } .content-ext{opacity:0;pointer-events:none;} .entry { width: 500px; margin-top: 80px; font-family: nunito, sans-serif; padding: 15px; background-color: #ffffff; border: 1px solid #bbbbbb; } /** index permalinks **/ .entry-permatop { margin: -53px 0 0 -16px; border-top: 1px solid #bbbbbb; border-left: 1px solid #bbbbbb; border-right: 1px solid #bbbbbb; position: absolute; width: 500px; padding: 10px 15px; font-size: 11px; letter-spacing: 1px; font-family: nunito; background-color: #fafafa; color: #666666; height: 16px; text-transform: lowercase; } .entry-permatop a { color: #666666 } .ptop-date { height: 36px; line-height: 36px; padding: 0 15px; text-align: center; margin: -10px 0 0 -15px; border-right: 1px solid #bbbbbb; display: inline-block; transition: 0.4s; } .ptop-f0 {display: none;} /** for permalink time format **/ .ptop-f1-f1, .ptop-f2-f2, .ptop-f3-f3, .ptop-f4-f4 {display: inline-block;} .ptop-date:hover { background-color: var(--a1); color: ; } .entry:nth-child(4n-3) .ptop-date:hover {background-color: var(--a1); color: #ffffff;} .entry:nth-child(4n-2) .ptop-date:hover {background-color: var(--a2); color: #ffffff;} .entry:nth-child(4n-1) .ptop-date:hover {background-color: var(--a3); color: #ffffff;} .entry:nth-child(4n-0) .ptop-date:hover {background-color: var(--a4); color: #ffffff;} .ptop-info { display: inline-block; margin-left: 10px; cursor: default; } .ptop-3dots { position: absolute; margin-left: 458px; width: 60px; margin-top: 2px; } .ptop-dot { display: inline-block; margin-right: 5px; width: 10px; height: 10px; border-radius: 3px; background-color: #000; } .dot1 {background-color: var(--a2);} .dot2 {background-color: var(--a3);} .dot3 {background-color: var(--a4);} .entry-tags { border-top: 1px solid #bbbbbb; padding-top: 15px; margin-top: 15px; margin-bottom: -5px; font-size: 9px; font-family: consolas, consola, sans-serif; text-transform: uppercase; letter-spacing: 1px; line-height: 18px; } .entry-tags a { margin-bottom: 6px; display: inline-block; line-height: 16px; margin-right: 6px; background-color: #eaeaea; color: #8a8a8a; padding: 1px 6px; transition: 0.2s; overflow: hidden; max-width: 235px; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 0; } .entry-tags .cp { font-size: 8px; margin: 3px 4px 0 0; } .entry-tags a:nth-child(4n-3):hover {background-color: var(--a2);color: #ffffff;} .entry-tags a:nth-child(4n-2):hover {background-color: var(--a3);color: #ffffff;} .entry-tags a:nth-child(4n-1):hover {background-color: var(--a4);color: #ffffff;} .entry-tags a:nth-child(4n-0):hover {background-color: var(--a1);color: #ffffff;} .pinnedpost { margin-bottom: 6px; background-color: #eaeaea; color: #ffffff; padding: 1px 6px; background-color: var(--a2); color: ; cursor: default; display: inline-block; margin-right: 6px; float: left; line-height: 16px; margin-bottom: 0; } /** reblog chains **/ .reblog-block { border-bottom: 1px solid #bbbbbb; padding: 15px 0; } .reblog-block:first-child { margin-top: -15px; } .reblog-block:last-child { padding: 15px 0 0 0; border-bottom: 0px solid #ffffff; } .reblogger { font-family: nunito, sans-serif; font-size: 10px; letter-spacing: 0.5px; min-height: 20px; line-height: 20px; letter-spacing: 1px; margin-bottom: 10px; } .reblogger-icon { display: none; } .reblogger-username { font-size: 9px; line-height: 20px; letter-spacing: 2px; text-transform: lowercase; padding: 4px 6px 3px 8px; background-color: var(--a1); color: #ffffff; } .reblogger-username a { color: #ffffff; } .reblogger-deactiv, .reblogger-op { color: #444; background-color: #d3d3d3; font-size: 9px; letter-spacing: 1px; text-transform: lowercase; padding: 4px 6px 3px 8px; } /** read more, embed, pre, other in-post stuff **/ .read_more, .tmblr-truncated-link { padding: 3px 8px 4px 8px!important; border-bottom: 0px solid transparent!important; text-align: center; background-color: #eaeaea!important; color: #8a8a8a!important; text-shadow: none!important; transition: 0.3s; font-size: 9px; font-family: consolas, consola, sans-serif; text-transform: uppercase; letter-spacing: 1px; } .read_more:after {content: " ...";} .read_more:hover, .tmblr-truncated-link:hover { background-color: var(--a4)!important; color: #ffffff!important; } .tmblr-full, .tmrblr-embed { object-fit: cover; max-width: 500px; margin: 0!important; } .tmblr-full video { width: 500px!important; height: auto!important; overflow: hidden!important; object-fit: cover; } .reblog-block figure { margin: 0!important; } .tmblr-full img { max-width: 100%!important; height: auto!important; } /** photos and photosets **/ .entry-photo { max-width: 500px; height: auto; display: block; } .highresbtn { position: absolute; z-index: 0; width: 40px; height: 40px; margin: -80px 515px; background-color: #ffffff; border: 1px solid #bbbbbb; font-size: 18px; line-height: 45px; text-align: center; transition: 0.8s ease-in-out; opacity: 0; } .entry:hover .highresbtn { opacity: 1; margin: -60px 515px; } .entry:hover .highresbtn:hover { background-color: var(--a1); transition: 0.6s; } .entry-photoset { width: 500px; } .photoset-grid { padding-bottom: 0; } [photoset-layout] { width: 500px; grid-gap: 0px; } [photoset-layout] div {cursor: pointer;} [photoset-layout] img {border-radius: 0;} .entry-mediacon-div { margin: 15px 0 15px -15px; height: 1px; background-color: #bbbbbb; width: 530px; } /** photoset lightbox - thanks @shythemes! **/ .tmblr-lightbox, #tumblr_lightbox { background: rgba(245,245,245,0.5)!important; backdrop-filter: blur(3px)!important; z-index: 10000!important; } #vignette, .vignette { opacity: 0!important; } .lightbox-image, #tumblr_lightbox img { box-shadow: none !important; border-radius: 0 !important; max-width: none; } /** posts - text post **/ .entry-text { background-color: ; border-radius: 10px 10px 0 0; font-size: 12px; line-height: 24px; } .entry-body, .entry-quotesrc { color: #444444; font-size: 12px; line-height: 24px; } .entry-body p:first-child { margin-top: 0; } .entry-body p:last-child { margin-bottom: 0; } .entry-body b,strong, .entry-quotesrc b,strong { color: #eeab92; } .entry-body i,em, .entry-quotesrc i,em { color: #aaaaaa; } .entry-body a, .entry-quotesrc a, .applepie a { color: #d49552; padding-bottom: 1px; transition: 0.6s; } .entry-body a:hover, .entry-quotesrc a:hover, .applepie a:hover { color: #aaaaaa; } .entry-body blockquote, .applepie blockquote { margin-left: 10px; padding-left: 15px; border-left: 2px solid #efca98; padding-right: 0; margin-right: 0; } .entry-body h2 { font-size: 16px; color: #c7a0a0; margin: 20px 0 0 0; border-bottom: 1px solid #bbbbbb; padding-bottom: 4px; margin-bottom: 10px; } .entry-body ul { list-style-type: square; margin-left: -10px; } .entry-body ol { list-style-type: decimal; margin-left: -10px; } .entry-body li { margin: 5px 0; } pre { padding: 10px 15px; word-wrap: break-word; display: block; background-color: #eaeaea; color: #888888; white-space: normal; border: 1px solid #bbb; font-family: consolas, consola, sans-serif; font-size: 11px; } .entry-body img { height: auto!important; max-width: 100%; } .entry-title { text-align: center; font-size: 18px; letter-spacing: 1px; font-weight: 1000; padding: 10px 0 15px 0; color: #e88e44; } /** posts - quote posts **/ .entry-quote { font-size: 18px; line-height: 28px; margin: 10px 20px 20px 20px; padding: 10px 0 10px 30px; border-left: 4px solid #eaeaea; color: #444444; } .entry-quote .cp { font-size: 20px; position: absolute; background-color: #ffffff; color: var(--a4); padding: 14px 4px 10px 4px; margin: -10px 0 0 -45px; } /** posts - answer posts **/ .askerline { height: 24px; line-height: 24px; margin: 15px 15px 0 15px; } .askericon { width: 24px; height: 24px; float: left; margin-right: 10px; border-radius: 100px; } .askername { color: #888888; } .askername a { color: #888888; } .askbubble { padding: 15px; background-color: var(--a2); margin-top: 10px; border-radius: 0 10px 10px 10px; margin: 10px 15px 30px 15px; } .askbubble p { margin: 0; } /** posts - link posts **/ .entry-linkthumb { width: 500px; height: auto; display: block; } .entry-linkblock { background-color: #eaeaea; padding: 15px; margin-bottom: 15px; transition: 0.6s; border-right: 60px solid var(--a3); } .entry-linkname { font-size: 16px; color: #000000; } .entry-linkblock:hover .entry-linkhost { margin-left: 10px; } .entry-linkblock:hover { background-color: var(--a3); } .entry-linkhost .cp { margin-right: 8px; font-size: 8px; margin-left: 10px; } .entry-linkicon { width: 50px; height: 100px; position: absolute; margin-left: 460px; font-size: 20px; color: #ffffff; line-height: 55px; } /** posts - chat posts **/ .entry-chatline { font-size: 12px; color: #444444; display: table; width: 100%; margin: 10px 0; line-height: 22px; } .chatline1, .chatline3, .chatline5, .chatline7, .chatline9, .chatline11, .chatline13, .chatline15, .chatline17, .chatline19, .chatline4, .chatline6, .chatline8, .chatline10, .chatline12, .chatline14, .chatline16, .chatline18, .chatline20 { width: auto; margin-right: 50px; } .chatline2 { text-align: left; width: calc( 100% - 50px ); margin-left: 50px; } .chatbub1, .chatbub3, .chatbub5, .chatbub7, .chatbub9, .chatbub11, .chatbub13, .chatbub15, .chatbub17, .chatbub19, .chatbub4, .chatbub6, .chatbub8, .chatbub10, .chatbub12, .chatbub14, .chatbub16, .chatbub18, .chatbub20 { float: left; padding: 10px 15px; border-radius: 0 15px 15px 15px; background-color: #eeab92; } .chatbub2 { float: right; padding: 10px 15px; border-radius: 15px 15px 0 15px; background-color: #dcdcdc; } .chatbub3, .chatbub6, .chatbub9, .chatbub12, .chatbub15, .chatbub18 { background-color: #ecc28a; } .chatbub4, .chatbub7, .chatbub10, .chatbub13, .chatbub16, .chatbub19 { background-color: #b8cc9e; } .entry-chatlabel { letter-spacing: 1px; font-size: 8px; font-weight: 1000; margin-right: 8px; text-transform: uppercase; letter-spacing: 1px; color: #ffffff; display: inline; float: left; line-height: 22px; } /** posts - audio posts **/ .entry-audioblock { margin: 15px 15px 30px 15px; background-color: #eaeaea; } .entry-albartcon { width: 120px; height: 120px; } .entry-albartempty { background-color: #eaeaea; color: #555; width: 120px; height: 120px; text-align: center; line-height: 120px; font-size: 11px; letter-spacing: 2px; } .entry-albumart { position: absolute; width: 120px; height: 120px; } .entry-audtext { width: 310px; height: 120px; padding: 0 20px; background-color: ; color: ; position: absolute; margin: 0 120px; } .entry-audtextc { position: relative; top: 50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); } .entry-audtext-track { font-size: 18px; color: ; margin-top: -6px; } .entry-audtext-extra { font-family: consolas,consola; font-size: 11px; text-transform: uppercase; } .entry-audtext-extra b { font-weight: 400; padding-bottom: 3px; border-bottom: 3px solid #efca98; } .entry-audtext-extra i { font-style: normal; padding-bottom: 3px; border-bottom: 3px solid #c7a0a0; } .entry-audtext-track p { margin: 6px 0; } .entry-audp { margin: 48px 0 0 48px; position: absolute; overflow: hidden; height: 30px; width: 30px; padding: 1px 0; background-color: #f2f2f2; z-index: 10; transition: 0.6s; transform: scale(0.8); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; opacity: 0.4; transition: 0.8s; } .entry-audioblock:hover .entry-audp { opacity: 0.6; transform: scale(0.6); margin: 101px 0 0 0; width: 200px; } .entry-audioblock:hover .entry-audp:hover { opacity: 1; } /** permalink **/ .permaw { width: 500px; margin-top: 80px; font-family: nunito, sans-serif; padding: 15px; background-color: #ffffff; border: 1px solid #bbbbbb; font-size: 18px; color: #444444; } .permaw-info { padding: 15px 15px 30px 15px; border-bottom: 1px solid #bbbbbb; } .permaw-src { margin-top: 8px; font-family: consolas, consola; font-size: 11px; text-transform: uppercase; letter-spacing: 2px; } .permaw-src a { padding-bottom: 3px; border-bottom: 3px solid #b8cd9c; color: #444444; } .permaw-src a:first-child { border-bottom: 3px solid #efca98; } .permaw .cp { margin-right: 10px; font-size: 15px; color: #eeab92; } /** note container **/ .applepie { font-size: 10px; font-family: consolas, consola; text-transform: uppercase; letter-spacing: 1px; margin-top: 15px; color: #444444; } .applepie ol.notes { padding: 0px; margin: 6px 0px; list-style-type: none; } .applepie ol.notes li.note { padding: 6px 10px; } .applepie ol.notes li.note img.avatar { vertical-align: -4px; margin-right: 10px; width: 16px; height: 16px; border-radius: 100px; } .applepie blockquote { margin-left: 6px; border-left: 2px solid #c7a0a0; color: #c7a0a0; } .applepie blockquote a { color: #444444; } /** pagination **/ .pagination { margin: 40px 0 0 0; height: 30px; width: 532px; position: absolute; margin-top: 30px; } .pagg { padding: 6px 10px; background-color: #ffffff; border: 1px solid #bbbbbb; font-family: nunito,sans-serif; font-size: 11px; letter-spacing: 1px; text-align: center; color: #444444; } .pagg-back {float: left;} .pagg-next {float: right;} /******************************************************************** sidebar **/ .sidebar { position: fixed; top: 50%; -ms-transform: translateY(-50%); -webkit-transform: translate(0,-50%); transform: translate(0,-50%); right: calc( 50% + 300px ); z-index: 10000; background-color: #ffffff; width: 180px; padding: 15px; border-top: 1px solid #bbbbbb; border-left: 1px solid #bbbbbb; border-bottom: 1px solid #bbbbbb; transition: ease-in-out 1.6s; z-index: 5; } .sidebar-ext { right: calc( 50% + 92px ); } .sidebar-image { width: 180px; margin: 15px 0; display: block; } .sbtop { width: 180px; background-color: #fafafa; min-height: 16px; padding: 10px 15px; margin: -16px 0 0 -16px; border: 1px solid #bbbbbb; font-size: 11px; letter-spacing: 1px; font-family: nunito; transition: ease-in-out 1.6s; z-index: 5; position: relative; } .sbtop-3dots { position: absolute; margin-left: 138px; width: 60px; margin-top: 2px; transition: ease-in-out 1.6s; } .sbtop-dot { display: inline-block; margin-right: 5px; width: 10px; height: 10px; border-radius: 3px; background-color: #000; } .dot1 {background-color: var(--a2);} .dot2 {background-color: var(--a3);} .dot3 {background-color: var(--a4);} .sb-title { width: 130px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; color: color: #666666; transition: ease-in-out 1.6s; } .sb-title-ext { width: 400px; } .sb-title a {color: #666666;} .desc { border-top: 1px solid #bbbbbb; border-bottom: 1px solid #bbbbbb; width: 180px; padding: 15px 15px 15px 15px; font-family: nunito,sans-serif; font-size: 10px; letter-spacing: 0.5px; margin: 15px 0 0 -15px; line-height: 16px; color: #424242; } .desc p:last-child { margin-bottom: 0; } .desc p:first-child {margin-top: 0; } .desc b,strong { color:#eeab92; } .desc i,em { color:#757575; } .desc a { color:#d49552; transition: 0.6s; } .desc a:hover { color:#000000; } .navibar { font-size: 10px; margin-top: 15px; } .navibar-icons { float: left; margin-right: 10px; } .navibar-icons a { margin: 0 1.5px; display: inline; cursor: pointer; float: left; } .btn-less { position: absolute; margin: 23px 390px; background-color: #ffffff; color: #444444; border: 1px solid #bbbbbb; padding: 4px; text-align: center; font-size: 8px; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; opacity: 0; pointer-events: none; transition: 0.2s; } .btn-less-ext { transition-delay: 1.6s; margin: 33px 390px; opacity: 1; pointer-events: auto; } .searchb { outline: 0; border: 0px solid transparent; background-color: #f1f1f1; color: #676767; width: 102px; float: left; height: 10px; border-radius: 5px; padding: 4px 6px; font-family: consolas, consola; font-size: 9px; letter-spacing: 1px; } .sbtop-ext { width: 600px; } .sbtop-3dots-ext { margin-left: 553px; } .extpanel { position: absolute; z-index: 1; width: 0; padding-top: 37px; height: calc( 100% - 37px ); margin: -15px 194px; border-left: 1px solid transparent; border-right: 1px solid #bbbbbb; border-bottom: 1px solid #bbbbbb; background-color: #ffffff; overflow: hidden; transition: ease-in-out 1.6s; } .extpanel-ext { width: 419px; margin: -15px 195px; border-right: 1px solid #bbbbbb; border-left: 1px solid #bbbbbb; } .panelcontent { width: 390px; padding: 15px 15px 15px 15px; height: calc( 100% - 30px ); overflow-y: auto; font-family: nunito,sans-serif; font-size: 11px; line-height: 18px; } .panelcontent::-webkit-scrollbar { width: 14px; } .panelcontent::-webkit-scrollbar-track-piece { background-color: #ffffff; } .panelcontent::-webkit-scrollbar-thumb:vertical { width: 6px; border: 4px solid #ffffff; background: rgb(217,112,144); background: linear-gradient(185deg, rgba(238,171,146,1) 0%, rgba(239,202,152,1) 33%, rgba(184,205,156,1) 66%, rgba(199,160,160,1) 100%); border-radius: 100px; } .username { font-size: 20px; font-weight 1000; color: #000000; } .subun { font-family: consolas,consola; font-size: 9px; text-transform: uppercase; letter-spacing: 1px; color: #ffffff; background-color:#d2b2b2; border-radius: 5px; padding: 0 4px; position: absolute; margin: -1px 0 0 8px; } .socials { margin-top: 4px; } .socials .cp { font-size: 10px; margin-right: 6px; color: #818181; } .userpfp { float: left; background-color: #ffffff; padding: 6px; border: 1px solid #bbbbbb; margin: 0 12px 0 0; border-radius: 5px; margin-left: -80px; } .userst { padding: 20px; background-color: #f1f1f1; height: 62px; margin-bottom: 15px; border-left: 80px solid transparent; } .user-cen { position: relative; top: 50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); } .biotxt { margin: 0 15px; color: #424242; } .biotxt blockquote { border-left: 2px solid #eeab92; margin: 10px 0 10px 10px; padding: 0 0 0 10px; } .biotxt p:last-child { margin-bottom: 0; } .biotxt p:first-child {margin-top: 0; } .biotxt b,strong { color:#eeab92; } .biotxt i,em { color:#757575; } .biotxt a { color:#d49552; transition: 0.6s; } .biotxt a:hover { color:#000000; } .plinks { margin-top: 15px; display: flex; flex-direction: row; justify-content: center; gap: 8px; flex-wrap: wrap; } .plink { color: #ffffff; background-color: #f3c192; width: 114px; padding: 4px 0; text-align: center; transition: 0.6s; } .plink:hover { color: #ffffff; background-color: #c7a0a0; } .searchb { outline: 0; border: 0px solid transparent; background-color: #f1f1f1; color: #676767; width: 102px; float: left; height: 10px; border-radius: 5px; padding: 4px 6px; font-family: consolas, consola; font-size: 9px; letter-spacing: 1px; } .updbar { background-color: #f1f1f1; color: #676767; width: 114px; float: left; height: 10px; border-radius: 5px; padding: 4px 0; font-family: consolas, consola; font-size: 9px; letter-spacing: 1px; } .sbf { display: none; } .sbf-f1-f1 { display: block; } .sbf-f2-f2 { display: block; } {"@type":"ItemList","url":"https:\/\/sim-aria.tumblr.com","itemListElement":[{"@type":"ListItem","position":1,"url":"https:\/\/sim-aria.tumblr.com\/post\/711611401367699456"},{"@type":"ListItem","position":2,"url":"https:\/\/sim-aria.tumblr.com\/post\/710543506169561088\/j-e-n-n-e-h-beauties-three-sim-group-pose-for"},{"@type":"ListItem","position":3,"url":"https:\/\/sim-aria.tumblr.com\/post\/710543500214714368\/j-e-n-n-e-h-natural-female-total-6-full"},{"@type":"ListItem","position":4,"url":"https:\/\/sim-aria.tumblr.com\/post\/710543492969037825\/j-e-n-n-e-h-natural-male-total-6-full-body"},{"@type":"ListItem","position":5,"url":"https:\/\/sim-aria.tumblr.com\/post\/710543479927881728\/j-e-n-n-e-h-growing-together-total-1-group"},{"@type":"ListItem","position":6,"url":"https:\/\/sim-aria.tumblr.com\/post\/707829316442046464\/shysimblr"},{"@type":"ListItem","position":7,"url":"https:\/\/sim-aria.tumblr.com\/post\/707829009926569984\/hello-base-game-compatible"},{"@type":"ListItem","position":8,"url":"https:\/\/sim-aria.tumblr.com\/post\/707257587779911680\/juicy-couture-tracksuit-set"},{"@type":"ListItem","position":9,"url":"https:\/\/sim-aria.tumblr.com\/post\/707257168955637761\/jellymoo-nami-shirt-in-celebration-of-it-being-my"},{"@type":"ListItem","position":10,"url":"https:\/\/sim-aria.tumblr.com\/post\/707257027044442112\/sentate-sentate-sentate-august-2022-collection"}],"@context":"http:\/\/schema.org"}

Domain Summary

What IP addresses does Sim-aria.tumblr.com resolve to?

• Sim-aria.tumblr.com resolves to the IP addresses 74.114.154.22.

Where are Sim-aria.tumblr.com servers located in?

• Sim-aria.tumblr.com has servers located in Ashburn, Virginia, 20147, United States.

sim-aria.tumblr.com Profile

Title: (function($){ $(document).ready(function(){ $("a[title]").style_my_tooltips({ tip_follows_cursor:true, tip_delay_time:0, tip_fade_speed:300, attribute:"title" }); }); })(jQuery); $(document).ready(function(){ $("#btn-more").click(function(){ $(".sbtop").toggleClass("sbtop-ext"); $(".sbtop-3dots").toggleClass("sbtop-3dots-ext"); $(".extpanel").toggleClass("extpanel-ext"); $(".content").toggleClass("content-ext"); $(".sidebar").toggleClass("sidebar-ext"); $(".sb-title").toggleClass("sb-title-ext"); $(".btn-less").toggleClass("btn-less-ext"); }); $(".btn-less").click(function(){ $(".sbtop").toggleClass("sbtop-ext"); $(".sbtop-3dots").toggleClass("sbtop-3dots-ext"); $(".extpanel").toggleClass("extpanel-ext"); $(".content").toggleClass("content-ext"); $(".sidebar").toggleClass("sidebar-ext"); $(".sb-title").toggleClass("sb-title-ext"); $(".btn-less").toggleClass("btn-less-ext"); }); var $container = $('.content'); $container.find('.notecount').each(function(){ var n = $(this).html().split(' ')[0].replace(/,/g, ''); if (n > 999) { n = Math.floor(n / 100) / 10; $(this).text(n + 'k notes'); } }); }); /** ending tag **/ function gatherData(images, arr) { for (let i = 0; i < images.length; i++) { let currentData = { "width": images[i].getAttribute('data-width'), "height": images[i].getAttribute('data-height'), "low_res": images[i].getAttribute('data-lowres'), "high_res": images[i].getAttribute('data-highres') }; arr.push(currentData); } } function getIndex(elem) { let i = 0; while( (elem = elem.previousElementSibling) != null ) i++; return i; } function lightbox(elem) { let currentPhotoset = elem.parentNode; let photosetPhotos = currentPhotoset.getElementsByTagName('div'); let data = []; gatherData(photosetPhotos, data); Tumblr.Lightbox.init(data, getIndex(elem) + 1); } :root { --NPF-Caption-Spacing:1em; --NPF-Image-Spacing:4px; } @font-face { font-family: "consola"; src: url('https://static.tumblr.com/wfsxfoo/2B4qukv6a/consolas.ttf'); } :root { /** accent colours **/ --a1: #eeab92; --a2: #efca98; --a3: #b8cd9c; --a4: #c7a0a0; /** theme options **/ --tmblr-ctrl: 0; /** more colours **/ } /** tumblr controls **/ iframe#tumblr_controls, .iframe-controls--desktop { position: fixed!important; top: 10px!important; right: 12px!important; transform: scale(0.7); -webkit-transform-origin: top right; -ms-transform-origin: top right; transform-origin: top right; z-index: 1500!important; -webkit-filter: invert(0%); filter: invert(0%); } .tmblr-iframe-overlay {margin: 0;} /** tool tips **/ #s-m-t-tooltip { z-index: 1000000000000000000000000000000000000; max-width: 300px; background-color: rgba(0,0,0,0.8); color: #ffffff; text-transform: uppercase; letter-spacing: 1px; font-family: consolas,consola; font-size: 8px; padding: 4px 6px; margin: 20px 0 0 10px; border-radius: 0 7px 7px 7px; } /** scrollbar **/ ::-webkit-scrollbar { width: 14px; } ::-webkit-scrollbar-track-piece { background-color: #ffffff; } ::-webkit-scrollbar-thumb:vertical { width: 6px; border: 4px solid #ffffff; background: rgb(217,112,144); background: linear-gradient(185deg, rgba(238,171,146,1) 0%, rgba(239,202,152,1) 33%, rgba(184,205,156,1) 66%, rgba(199,160,160,1) 100%); border-radius: 100px; } /** text selection **/ ::selection { color: #ffffff; /** text selection text **/ background-color: #eeab92; /** text selection bg **/ } ::-moz-selection { color: #ffffff; /** text selection text **/ background-color: #eeab92; /** text selection bg **/ } ::-webkit-selection { color: #ffffff; /** text selection text **/ background-color: #eeab92; /** text selection bg **/ } body { background-color: #ffffff; background-image: url(https://64.media.tumblr.com/ba3352706d9d0b77990b1e167160ca49/49dd0e1bef0cc9e2-e7/s2048x3072/2d3c005202afa8a869d2427400fd784126fc253c.jpg); background-attachment: fixed; font-family: consolas, consola; } a { text-decoration: none; } /*********************************************************** posts content ********/ .content { width: 500px; margin: 100px auto 100px auto; opacity: 1; pointer-events: auto; transition: ease-in-out 1.6s; } .content-ext{opacity:0;pointer-events:none;} .entry { width: 500px; margin-top: 80px; font-family: nunito, sans-serif; padding: 15px; background-color: #ffffff; border: 1px solid #bbbbbb; } /** index permalinks **/ .entry-permatop { margin: -53px 0 0 -16px; border-top: 1px solid #bbbbbb; border-left: 1px solid #bbbbbb; border-right: 1px solid #bbbbbb; position: absolute; width: 500px; padding: 10px 15px; font-size: 11px; letter-spacing: 1px; font-family: nunito; background-color: #fafafa; color: #666666; height: 16px; text-transform: lowercase; } .entry-permatop a { color: #666666 } .ptop-date { height: 36px; line-height: 36px; padding: 0 15px; text-align: center; margin: -10px 0 0 -15px; border-right: 1px solid #bbbbbb; display: inline-block; transition: 0.4s; } .ptop-f0 {display: none;} /** for permalink time format **/ .ptop-f1-f1, .ptop-f2-f2, .ptop-f3-f3, .ptop-f4-f4 {display: inline-block;} .ptop-date:hover { background-color: var(--a1); color: ; } .entry:nth-child(4n-3) .ptop-date:hover {background-color: var(--a1); color: #ffffff;} .entry:nth-child(4n-2) .ptop-date:hover {background-color: var(--a2); color: #ffffff;} .entry:nth-child(4n-1) .ptop-date:hover {background-color: var(--a3); color: #ffffff;} .entry:nth-child(4n-0) .ptop-date:hover {background-color: var(--a4); color: #ffffff;} .ptop-info { display: inline-block; margin-left: 10px; cursor: default; } .ptop-3dots { position: absolute; margin-left: 458px; width: 60px; margin-top: 2px; } .ptop-dot { display: inline-block; margin-right: 5px; width: 10px; height: 10px; border-radius: 3px; background-color: #000; } .dot1 {background-color: var(--a2);} .dot2 {background-color: var(--a3);} .dot3 {background-color: var(--a4);} .entry-tags { border-top: 1px solid #bbbbbb; padding-top: 15px; margin-top: 15px; margin-bottom: -5px; font-size: 9px; font-family: consolas, consola, sans-serif; text-transform: uppercase; letter-spacing: 1px; line-height: 18px; } .entry-tags a { margin-bottom: 6px; display: inline-block; line-height: 16px; margin-right: 6px; background-color: #eaeaea; color: #8a8a8a; padding: 1px 6px; transition: 0.2s; overflow: hidden; max-width: 235px; text-overflow: ellipsis; white-space: nowrap; margin-bottom: 0; } .entry-tags .cp { font-size: 8px; margin: 3px 4px 0 0; } .entry-tags a:nth-child(4n-3):hover {background-color: var(--a2);color: #ffffff;} .entry-tags a:nth-child(4n-2):hover {background-color: var(--a3);color: #ffffff;} .entry-tags a:nth-child(4n-1):hover {background-color: var(--a4);color: #ffffff;} .entry-tags a:nth-child(4n-0):hover {background-color: var(--a1);color: #ffffff;} .pinnedpost { margin-bottom: 6px; background-color: #eaeaea; color: #ffffff; padding: 1px 6px; background-color: var(--a2); color: ; cursor: default; display: inline-block; margin-right: 6px; float: left; line-height: 16px; margin-bottom: 0; } /** reblog chains **/ .reblog-block { border-bottom: 1px solid #bbbbbb; padding: 15px 0; } .reblog-block:first-child { margin-top: -15px; } .reblog-block:last-child { padding: 15px 0 0 0; border-bottom: 0px solid #ffffff; } .reblogger { font-family: nunito, sans-serif; font-size: 10px; letter-spacing: 0.5px; min-height: 20px; line-height: 20px; letter-spacing: 1px; margin-bottom: 10px; } .reblogger-icon { display: none; } .reblogger-username { font-size: 9px; line-height: 20px; letter-spacing: 2px; text-transform: lowercase; padding: 4px 6px 3px 8px; background-color: var(--a1); color: #ffffff; } .reblogger-username a { color: #ffffff; } .reblogger-deactiv, .reblogger-op { color: #444; background-color: #d3d3d3; font-size: 9px; letter-spacing: 1px; text-transform: lowercase; padding: 4px 6px 3px 8px; } /** read more, embed, pre, other in-post stuff **/ .read_more, .tmblr-truncated-link { padding: 3px 8px 4px 8px!important; border-bottom: 0px solid transparent!important; text-align: center; background-color: #eaeaea!important; color: #8a8a8a!important; text-shadow: none!important; transition: 0.3s; font-size: 9px; font-family: consolas, consola, sans-serif; text-transform: uppercase; letter-spacing: 1px; } .read_more:after {content: " ...";} .read_more:hover, .tmblr-truncated-link:hover { background-color: var(--a4)!important; color: #ffffff!important; } .tmblr-full, .tmrblr-embed { object-fit: cover; max-width: 500px; margin: 0!important; } .tmblr-full video { width: 500px!important; height: auto!important; overflow: hidden!important; object-fit: cover; } .reblog-block figure { margin: 0!important; } .tmblr-full img { max-width: 100%!important; height: auto!important; } /** photos and photosets **/ .entry-photo { max-width: 500px; height: auto; display: block; } .highresbtn { position: absolute; z-index: 0; width: 40px; height: 40px; margin: -80px 515px; background-color: #ffffff; border: 1px solid #bbbbbb; font-size: 18px; line-height: 45px; text-align: center; transition: 0.8s ease-in-out; opacity: 0; } .entry:hover .highresbtn { opacity: 1; margin: -60px 515px; } .entry:hover .highresbtn:hover { background-color: var(--a1); transition: 0.6s; } .entry-photoset { width: 500px; } .photoset-grid { padding-bottom: 0; } [photoset-layout] { width: 500px; grid-gap: 0px; } [photoset-layout] div {cursor: pointer;} [photoset-layout] img {border-radius: 0;} .entry-mediacon-div { margin: 15px 0 15px -15px; height: 1px; background-color: #bbbbbb; width: 530px; } /** photoset lightbox - thanks @shythemes! **/ .tmblr-lightbox, #tumblr_lightbox { background: rgba(245,245,245,0.5)!important; backdrop-filter: blur(3px)!important; z-index: 10000!important; } #vignette, .vignette { opacity: 0!important; } .lightbox-image, #tumblr_lightbox img { box-shadow: none !important; border-radius: 0 !important; max-width: none; } /** posts - text post **/ .entry-text { background-color: ; border-radius: 10px 10px 0 0; font-size: 12px; line-height: 24px; } .entry-body, .entry-quotesrc { color: #444444; font-size: 12px; line-height: 24px; } .entry-body p:first-child { margin-top: 0; } .entry-body p:last-child { margin-bottom: 0; } .entry-body b,strong, .entry-quotesrc b,strong { color: #eeab92; } .entry-body i,em, .entry-quotesrc i,em { color: #aaaaaa; } .entry-body a, .entry-quotesrc a, .applepie a { color: #d49552; padding-bottom: 1px; transition: 0.6s; } .entry-body a:hover, .entry-quotesrc a:hover, .applepie a:hover { color: #aaaaaa; } .entry-body blockquote, .applepie blockquote { margin-left: 10px; padding-left: 15px; border-left: 2px solid #efca98; padding-right: 0; margin-right: 0; } .entry-body h2 { font-size: 16px; color: #c7a0a0; margin: 20px 0 0 0; border-bottom: 1px solid #bbbbbb; padding-bottom: 4px; margin-bottom: 10px; } .entry-body ul { list-style-type: square; margin-left: -10px; } .entry-body ol { list-style-type: decimal; margin-left: -10px; } .entry-body li { margin: 5px 0; } pre { padding: 10px 15px; word-wrap: break-word; display: block; background-color: #eaeaea; color: #888888; white-space: normal; border: 1px solid #bbb; font-family: consolas, consola, sans-serif; font-size: 11px; } .entry-body img { height: auto!important; max-width: 100%; } .entry-title { text-align: center; font-size: 18px; letter-spacing: 1px; font-weight: 1000; padding: 10px 0 15px 0; color: #e88e44; } /** posts - quote posts **/ .entry-quote { font-size: 18px; line-height: 28px; margin: 10px 20px 20px 20px; padding: 10px 0 10px 30px; border-left: 4px solid #eaeaea; color: #444444; } .entry-quote .cp { font-size: 20px; position: absolute; background-color: #ffffff; color: var(--a4); padding: 14px 4px 10px 4px; margin: -10px 0 0 -45px; } /** posts - answer posts **/ .askerline { height: 24px; line-height: 24px; margin: 15px 15px 0 15px; } .askericon { width: 24px; height: 24px; float: left; margin-right: 10px; border-radius: 100px; } .askername { color: #888888; } .askername a { color: #888888; } .askbubble { padding: 15px; background-color: var(--a2); margin-top: 10px; border-radius: 0 10px 10px 10px; margin: 10px 15px 30px 15px; } .askbubble p { margin: 0; } /** posts - link posts **/ .entry-linkthumb { width: 500px; height: auto; display: block; } .entry-linkblock { background-color: #eaeaea; padding: 15px; margin-bottom: 15px; transition: 0.6s; border-right: 60px solid var(--a3); } .entry-linkname { font-size: 16px; color: #000000; } .entry-linkblock:hover .entry-linkhost { margin-left: 10px; } .entry-linkblock:hover { background-color: var(--a3); } .entry-linkhost .cp { margin-right: 8px; font-size: 8px; margin-left: 10px; } .entry-linkicon { width: 50px; height: 100px; position: absolute; margin-left: 460px; font-size: 20px; color: #ffffff; line-height: 55px; } /** posts - chat posts **/ .entry-chatline { font-size: 12px; color: #444444; display: table; width: 100%; margin: 10px 0; line-height: 22px; } .chatline1, .chatline3, .chatline5, .chatline7, .chatline9, .chatline11, .chatline13, .chatline15, .chatline17, .chatline19, .chatline4, .chatline6, .chatline8, .chatline10, .chatline12, .chatline14, .chatline16, .chatline18, .chatline20 { width: auto; margin-right: 50px; } .chatline2 { text-align: left; width: calc( 100% - 50px ); margin-left: 50px; } .chatbub1, .chatbub3, .chatbub5, .chatbub7, .chatbub9, .chatbub11, .chatbub13, .chatbub15, .chatbub17, .chatbub19, .chatbub4, .chatbub6, .chatbub8, .chatbub10, .chatbub12, .chatbub14, .chatbub16, .chatbub18, .chatbub20 { float: left; padding: 10px 15px; border-radius: 0 15px 15px 15px; background-color: #eeab92; } .chatbub2 { float: right; padding: 10px 15px; border-radius: 15px 15px 0 15px; background-color: #dcdcdc; } .chatbub3, .chatbub6, .chatbub9, .chatbub12, .chatbub15, .chatbub18 { background-color: #ecc28a; } .chatbub4, .chatbub7, .chatbub10, .chatbub13, .chatbub16, .chatbub19 { background-color: #b8cc9e; } .entry-chatlabel { letter-spacing: 1px; font-size: 8px; font-weight: 1000; margin-right: 8px; text-transform: uppercase; letter-spacing: 1px; color: #ffffff; display: inline; float: left; line-height: 22px; } /** posts - audio posts **/ .entry-audioblock { margin: 15px 15px 30px 15px; background-color: #eaeaea; } .entry-albartcon { width: 120px; height: 120px; } .entry-albartempty { background-color: #eaeaea; color: #555; width: 120px; height: 120px; text-align: center; line-height: 120px; font-size: 11px; letter-spacing: 2px; } .entry-albumart { position: absolute; width: 120px; height: 120px; } .entry-audtext { width: 310px; height: 120px; padding: 0 20px; background-color: ; color: ; position: absolute; margin: 0 120px; } .entry-audtextc { position: relative; top: 50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); } .entry-audtext-track { font-size: 18px; color: ; margin-top: -6px; } .entry-audtext-extra { font-family: consolas,consola; font-size: 11px; text-transform: uppercase; } .entry-audtext-extra b { font-weight: 400; padding-bottom: 3px; border-bottom: 3px solid #efca98; } .entry-audtext-extra i { font-style: normal; padding-bottom: 3px; border-bottom: 3px solid #c7a0a0; } .entry-audtext-track p { margin: 6px 0; } .entry-audp { margin: 48px 0 0 48px; position: absolute; overflow: hidden; height: 30px; width: 30px; padding: 1px 0; background-color: #f2f2f2; z-index: 10; transition: 0.6s; transform: scale(0.8); -webkit-transform-origin: top left; -ms-transform-origin: top left; transform-origin: top left; opacity: 0.4; transition: 0.8s; } .entry-audioblock:hover .entry-audp { opacity: 0.6; transform: scale(0.6); margin: 101px 0 0 0; width: 200px; } .entry-audioblock:hover .entry-audp:hover { opacity: 1; } /** permalink **/ .permaw { width: 500px; margin-top: 80px; font-family: nunito, sans-serif; padding: 15px; background-color: #ffffff; border: 1px solid #bbbbbb; font-size: 18px; color: #444444; } .permaw-info { padding: 15px 15px 30px 15px; border-bottom: 1px solid #bbbbbb; } .permaw-src { margin-top: 8px; font-family: consolas, consola; font-size: 11px; text-transform: uppercase; letter-spacing: 2px; } .permaw-src a { padding-bottom: 3px; border-bottom: 3px solid #b8cd9c; color: #444444; } .permaw-src a:first-child { border-bottom: 3px solid #efca98; } .permaw .cp { margin-right: 10px; font-size: 15px; color: #eeab92; } /** note container **/ .applepie { font-size: 10px; font-family: consolas, consola; text-transform: uppercase; letter-spacing: 1px; margin-top: 15px; color: #444444; } .applepie ol.notes { padding: 0px; margin: 6px 0px; list-style-type: none; } .applepie ol.notes li.note { padding: 6px 10px; } .applepie ol.notes li.note img.avatar { vertical-align: -4px; margin-right: 10px; width: 16px; height: 16px; border-radius: 100px; } .applepie blockquote { margin-left: 6px; border-left: 2px solid #c7a0a0; color: #c7a0a0; } .applepie blockquote a { color: #444444; } /** pagination **/ .pagination { margin: 40px 0 0 0; height: 30px; width: 532px; position: absolute; margin-top: 30px; } .pagg { padding: 6px 10px; background-color: #ffffff; border: 1px solid #bbbbbb; font-family: nunito,sans-serif; font-size: 11px; letter-spacing: 1px; text-align: center; color: #444444; } .pagg-back {float: left;} .pagg-next {float: right;} /******************************************************************** sidebar **/ .sidebar { position: fixed; top: 50%; -ms-transform: translateY(-50%); -webkit-transform: translate(0,-50%); transform: translate(0,-50%); right: calc( 50% + 300px ); z-index: 10000; background-color: #ffffff; width: 180px; padding: 15px; border-top: 1px solid #bbbbbb; border-left: 1px solid #bbbbbb; border-bottom: 1px solid #bbbbbb; transition: ease-in-out 1.6s; z-index: 5; } .sidebar-ext { right: calc( 50% + 92px ); } .sidebar-image { width: 180px; margin: 15px 0; display: block; } .sbtop { width: 180px; background-color: #fafafa; min-height: 16px; padding: 10px 15px; margin: -16px 0 0 -16px; border: 1px solid #bbbbbb; font-size: 11px; letter-spacing: 1px; font-family: nunito; transition: ease-in-out 1.6s; z-index: 5; position: relative; } .sbtop-3dots { position: absolute; margin-left: 138px; width: 60px; margin-top: 2px; transition: ease-in-out 1.6s; } .sbtop-dot { display: inline-block; margin-right: 5px; width: 10px; height: 10px; border-radius: 3px; background-color: #000; } .dot1 {background-color: var(--a2);} .dot2 {background-color: var(--a3);} .dot3 {background-color: var(--a4);} .sb-title { width: 130px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; color: color: #666666; transition: ease-in-out 1.6s; } .sb-title-ext { width: 400px; } .sb-title a {color: #666666;} .desc { border-top: 1px solid #bbbbbb; border-bottom: 1px solid #bbbbbb; width: 180px; padding: 15px 15px 15px 15px; font-family: nunito,sans-serif; font-size: 10px; letter-spacing: 0.5px; margin: 15px 0 0 -15px; line-height: 16px; color: #424242; } .desc p:last-child { margin-bottom: 0; } .desc p:first-child {margin-top: 0; } .desc b,strong { color:#eeab92; } .desc i,em { color:#757575; } .desc a { color:#d49552; transition: 0.6s; } .desc a:hover { color:#000000; } .navibar { font-size: 10px; margin-top: 15px; } .navibar-icons { float: left; margin-right: 10px; } .navibar-icons a { margin: 0 1.5px; display: inline; cursor: pointer; float: left; } .btn-less { position: absolute; margin: 23px 390px; background-color: #ffffff; color: #444444; border: 1px solid #bbbbbb; padding: 4px; text-align: center; font-size: 8px; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; opacity: 0; pointer-events: none; transition: 0.2s; } .btn-less-ext { transition-delay: 1.6s; margin: 33px 390px; opacity: 1; pointer-events: auto; } .searchb { outline: 0; border: 0px solid transparent; background-color: #f1f1f1; color: #676767; width: 102px; float: left; height: 10px; border-radius: 5px; padding: 4px 6px; font-family: consolas, consola; font-size: 9px; letter-spacing: 1px; } .sbtop-ext { width: 600px; } .sbtop-3dots-ext { margin-left: 553px; } .extpanel { position: absolute; z-index: 1; width: 0; padding-top: 37px; height: calc( 100% - 37px ); margin: -15px 194px; border-left: 1px solid transparent; border-right: 1px solid #bbbbbb; border-bottom: 1px solid #bbbbbb; background-color: #ffffff; overflow: hidden; transition: ease-in-out 1.6s; } .extpanel-ext { width: 419px; margin: -15px 195px; border-right: 1px solid #bbbbbb; border-left: 1px solid #bbbbbb; } .panelcontent { width: 390px; padding: 15px 15px 15px 15px; height: calc( 100% - 30px ); overflow-y: auto; font-family: nunito,sans-serif; font-size: 11px; line-height: 18px; } .panelcontent::-webkit-scrollbar { width: 14px; } .panelcontent::-webkit-scrollbar-track-piece { background-color: #ffffff; } .panelcontent::-webkit-scrollbar-thumb:vertical { width: 6px; border: 4px solid #ffffff; background: rgb(217,112,144); background: linear-gradient(185deg, rgba(238,171,146,1) 0%, rgba(239,202,152,1) 33%, rgba(184,205,156,1) 66%, rgba(199,160,160,1) 100%); border-radius: 100px; } .username { font-size: 20px; font-weight 1000; color: #000000; } .subun { font-family: consolas,consola; font-size: 9px; text-transform: uppercase; letter-spacing: 1px; color: #ffffff; background-color:#d2b2b2; border-radius: 5px; padding: 0 4px; position: absolute; margin: -1px 0 0 8px; } .socials { margin-top: 4px; } .socials .cp { font-size: 10px; margin-right: 6px; color: #818181; } .userpfp { float: left; background-color: #ffffff; padding: 6px; border: 1px solid #bbbbbb; margin: 0 12px 0 0; border-radius: 5px; margin-left: -80px; } .userst { padding: 20px; background-color: #f1f1f1; height: 62px; margin-bottom: 15px; border-left: 80px solid transparent; } .user-cen { position: relative; top: 50%; -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); } .biotxt { margin: 0 15px; color: #424242; } .biotxt blockquote { border-left: 2px solid #eeab92; margin: 10px 0 10px 10px; padding: 0 0 0 10px; } .biotxt p:last-child { margin-bottom: 0; } .biotxt p:first-child {margin-top: 0; } .biotxt b,strong { color:#eeab92; } .biotxt i,em { color:#757575; } .biotxt a { color:#d49552; transition: 0.6s; } .biotxt a:hover { color:#000000; } .plinks { margin-top: 15px; display: flex; flex-direction: row; justify-content: center; gap: 8px; flex-wrap: wrap; } .plink { color: #ffffff; background-color: #f3c192; width: 114px; padding: 4px 0; text-align: center; transition: 0.6s; } .plink:hover { color: #ffffff; background-color: #c7a0a0; } .searchb { outline: 0; border: 0px solid transparent; background-color: #f1f1f1; color: #676767; width: 102px; float: left; height: 10px; border-radius: 5px; padding: 4px 6px; font-family: consolas, consola; font-size: 9px; letter-spacing: 1px; } .updbar { background-color: #f1f1f1; color: #676767; width: 114px; float: left; height: 10px; border-radius: 5px; padding: 4px 0; font-family: consolas, consola; font-size: 9px; letter-spacing: 1px; } .sbf { display: none; } .sbf-f1-f1 { display: block; } .sbf-f2-f2 { display: block; } {"@type":"ItemList","url":"https:\/\/sim-aria.tumblr.com","itemListElement":[{"@type":"ListItem","position":1,"url":"https:\/\/sim-aria.tumblr.com\/post\/711611401367699456"},{"@type":"ListItem","position":2,"url":"https:\/\/sim-aria.tumblr.com\/post\/710543506169561088\/j-e-n-n-e-h-beauties-three-sim-group-pose-for"},{"@type":"ListItem","position":3,"url":"https:\/\/sim-aria.tumblr.com\/post\/710543500214714368\/j-e-n-n-e-h-natural-female-total-6-full"},{"@type":"ListItem","position":4,"url":"https:\/\/sim-aria.tumblr.com\/post\/710543492969037825\/j-e-n-n-e-h-natural-male-total-6-full-body"},{"@type":"ListItem","position":5,"url":"https:\/\/sim-aria.tumblr.com\/post\/710543479927881728\/j-e-n-n-e-h-growing-together-total-1-group"},{"@type":"ListItem","position":6,"url":"https:\/\/sim-aria.tumblr.com\/post\/707829316442046464\/shysimblr"},{"@type":"ListItem","position":7,"url":"https:\/\/sim-aria.tumblr.com\/post\/707829009926569984\/hello-base-game-compatible"},{"@type":"ListItem","position":8,"url":"https:\/\/sim-aria.tumblr.com\/post\/707257587779911680\/juicy-couture-tracksuit-set"},{"@type":"ListItem","position":9,"url":"https:\/\/sim-aria.tumblr.com\/post\/707257168955637761\/jellymoo-nami-shirt-in-celebration-of-it-being-my"},{"@type":"ListItem","position":10,"url":"https:\/\/sim-aria.tumblr.com\/post\/707257027044442112\/sentate-sentate-sentate-august-2022-collection"}],"@context":"http:\/\/schema.org"}
Description:thank you for coming!
Tags:

What technologies does sim-aria.tumblr.com use?

These are the technologies used at sim-aria.tumblr.com. sim-aria.tumblr.com has a total of 12 technologies installed in 10 different categories.

sim-aria.tumblr.com Traffic Analysis

There's no enough data about sim-aria.tumblr.com traffic.
Daily Visitors n/a
Monthly Visits n/a
Pages per Visit n/a
Visit duration n/a
Bounce Rate n/a
Is this your site?Verify your site's metrics.
Daily Unique Visitors:
 n/a
Monthly Visits:
n/a
Pages per Visit:
n/a
Daily Pageviews:
n/a
Avg. visit duration:
n/a
Bounce rate:
n/a
Global Reach:
 n/a
HypeRank:
n/a
*All traffic values are estimates only.
Last update was 279 days ago
     
This can take up to 60 seconds. Please wait...

*HypeStat.com is not promoting or affiliated with tumblr.com in any way. Only publicly available statistics data are displayed.

 

SEMrush is a complete on line advertising and marketing platform that gives a extensive variety of gear and functions to help companies and entrepreneurs in enhancing their on line visibility and optimizing their virtual advertising and marketing strategies.
SemRushSemRush
Domain:
  sim-aria.tumblr.com
Rank:
(Rank based on keywords, cost and organic traffic)
  n/a
Organic Keywords:
(Number of keywords in top 20 Google SERP)
  0
Organic Traffic:
(Number of visitors coming from top 20 search results)
  0
Organic Cost:
((How much need to spend if get same number of visitors from Google Adwords)
  $0.00

Ad Experience Report

Summary of the ad experience rating of a website for a specific platform.

Mobile summary

Root domain:
tumblr.com
Ad filtering:
(Chrome is not filtering ads on your site.)
Off
Status:
(The status of the site that is reviewed for the Better Ads Standards.)
Not reviewed

Desktop summary

Root domain:
tumblr.com
Ad filtering:
(Chrome is not filtering ads on your site.)
Off
Status:
(The status of the site that is reviewed for the Better Ads Standards.)
Not reviewed

Abusive Experience Report

Summary of the abusive experience rating of a website.
Root domain:
tumblr.com
Enforcement:
(Chrome is not preventing your site from opening new windows or tabs.)
Off
Status:
(The status of the site reviewed for the abusive experiences.)
Not reviewed

Where is sim-aria.tumblr.com hosted?

Sim-aria.tumblr.com may be hosted in multiple data centers distributed in different locations around the world. This is probably just one of them.
Server IP:
74.114.154.22
ASN:
AS2635 
ISP:
Automattic, Inc 
Server Location:
Ashburn
Virginia, VA
20147
United States, US
 

Other sites hosted on 74.114.154.22

How fast does sim-aria.tumblr.com load?

The average loading time of sim-aria.tumblr.com is 521 ms.
Average Load Time:
521 ms

Does sim-aria.tumblr.com use compression?

Website compression is the process of reducing the size of website files, such as HTML, CSS, JavaScript, and image files, to improve website performance and load times. Compressing website files can significantly reduce the amount of data that needs to be transferred from the server to the user's browser, resulting in faster page load times and improved user experience. Files on sim-aria.tumblr.com are reduced by 78%.
sim-aria.tumblr.com use br compression.
Original size: 106.2 KB
Compressed size: 22.62 KB
File reduced by: 83.58 KB (78%)

Google Safe Browsing

Google Safe Browsing is a service provided by Google that helps protect users from visiting websites that may contain malicious or harmful content, such as malware, phishing attempts, or deceptive software.
This site is not currently listed as suspicious

SSL Checker - SSL Certificate Verify

An SSL (Secure Sockets Layer) certificate is a digital certificate that establishes a secure encrypted connection between a web server and a user's web browser. It provides authentication and encryption, ensuring that data transmitted between the server and the browser remains private and protected. sim-aria.tumblr.com supports HTTPS.
 sim-aria.tumblr.com supports HTTPS
     
Verifying SSL Support. Please wait...
Common Name: *.tumblr.com
Organization:
Location:
Issuer: Sectigo ECC Domain Validation Secure Server CA
Valid from: Nov 14 00:00:00 2022 GMT
Valid until: Dec 15 23:59:59 2023 GMT
Authority: CA:FALSE
Keysize:
Common Name: Sectigo ECC Domain Validation Secure Server CA
Organization: Sectigo Limited
Location: Salford, Greater Manchester, GB
Issuer: USERTrust ECC Certification Authority
Valid from: Nov 2 00:00:00 2018 GMT
Valid until: Dec 31 23:59:59 2030 GMT
Authority: CA:TRUE
Keysize:
Common Name: USERTrust ECC Certification Authority
Organization: The USERTRUST Network
Location: Jersey City, New Jersey, US
Issuer: AAA Certificate Services
Valid from: Mar 12 00:00:00 2019 GMT
Valid until: Dec 31 23:59:59 2028 GMT
Authority: CA:TRUE
Keysize:

Verify HTTP/2 Support

HTTP/2 (Hypertext Transfer Protocol version 2) is a major revision of the HTTP protocol, which is the foundation of data communication on the World Wide Web. It was developed as an improvement over the previous HTTP/1.1 version to enhance web performance and efficiency.
 sim-aria.tumblr.com supports HTTP/2
     
Verifying HTTP/2.0 Support. Please wait...

Http Header

HTTP headers are extra portions of records despatched among a consumer (which include an internet browser) and a server at some stage in an HTTP request or response. They offer instructions, metadata, or manipulate parameters for the conversation among the consumer and server.
server: openresty
date: Wed, 13 Sep 2023 15:35:02 GMT
content-type: text/html; charset=UTF-8
content-length: 23165
x-rid: 93f8f2af46ecec456801e1cc007ea840
p3p: CP="Tumblr's privacy policy is available here: https://www.tumblr.com/policy/en/privacy"
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
strict-transport-security: max-age=15552001
x-tumblr-user: sim-aria
x-tumblr-pixel-0: https://px.srvcs.tumblr.com/impixu?T=1694619302&J=eyJ0eXBlIjoidXJsIiwidXJsIjoiaHR0cDovL3NpbS1hcmlhLnR1bWJsci5jb20vIiwicmVxdHlwZSI6MCwicm91dGUiOiIvIn0=&U=CIGCMAGPGO&K=cbd4658071b8df55036e45f594e389dda84b8f10f0986cdf1f45f3758fd12cfa--https://px.srvcs.tumblr.com/impixu?T=1694619302&J=eyJ0eXBlIjoicG9zdCIsInVybCI6Imh0dHA6Ly9zaW0tYXJpYS50dW1ibHIuY29tLyIsInJlcXR5cGUiOjAsInJvdXRlIjoiLyIsInBvc3RzIjpbeyJyb290X2Jsb2dpZCI6NTA5NTUxNDkxLCJyb290X3Bvc3RpZCI6IjcxMDk5NDgyNDc1MDMwMTE4NCIsInBvc3RpZCI6Ijcx
x-tumblr-pixel-1: MTYxMTQwMTM2NzY5OTQ1NiIsImJsb2dpZCI6NTM2ODg4NDEwLCJzb3VyY2UiOjMzfSx7InJvb3RfYmxvZ2lkIjoyODI2Mjk5MDgsInJvb3RfcG9zdGlkIjoiNzAyMDAyNzc5NzMzMDE2NTc3IiwicG9zdGlkIjoiNzEwNTQzNTA2MTY5NTYxMDg4IiwiYmxvZ2lkIjo1MzY4ODg0MTAsInNvdXJjZSI6MzN9LHsicm9vdF9ibG9naWQiOjI4MjYyOTkwOCwicm9vdF9wb3N0aWQiOiI3MDM5OTkwMTI0MjI5NDI3MjAiLCJwb3N0aWQiOiI3MTA1NDM1MDAyMTQ3MTQzNjgiLCJibG9naWQiOjUzNjg4ODQxMCwic291cmNlIjozM30seyJyb290X2Jsb2dpZCI6MjgyNjI5OTA4LCJyb290X3Bvc3RpZCI6IjcwMzk5OTAzMDgzMTg0MTI4MCIsInBvc3RpZCI6IjcxMD
x-tumblr-pixel-2: U0MzQ5Mjk2OTAzNzgyNSIsImJsb2dpZCI6NTM2ODg4NDEwLCJzb3VyY2UiOjMzfSx7InJvb3RfYmxvZ2lkIjoyODI2Mjk5MDgsInJvb3RfcG9zdGlkIjoiNzA5NjE0MzgxNjA4MTQwODAxIiwicG9zdGlkIjoiNzEwNTQzNDc5OTI3ODgxNzI4IiwiYmxvZ2lkIjo1MzY4ODg0MTAsInNvdXJjZSI6MzN9LHsicm9vdF9ibG9naWQiOjI3Mzc1ODM4OSwicm9vdF9wb3N0aWQiOiIxODgwOTQ1MDA4OTgiLCJwb3N0aWQiOiI3MDc4MjkzMTY0NDIwNDY0NjQiLCJibG9naWQiOjUzNjg4ODQxMCwic291cmNlIjozM30seyJyb290X2Jsb2dpZCI6MTE1MTI1ODY3LCJyb290X3Bvc3RpZCI6IjcwMTcxNDYzMDE5ODgzNzI0OCIsInBvc3RpZCI6IjcwNzgyOTAwOTky
x-tumblr-pixel-3: NjU2OTk4NCIsImJsb2dpZCI6NTM2ODg4NDEwLCJzb3VyY2UiOjMzfSx7InJvb3RfYmxvZ2lkIjo1MjUzMDg4MTEsInJvb3RfcG9zdGlkIjoiNjkyMzQ5OTIzNTczNzYwMDAwIiwicG9zdGlkIjoiNzA3MjU3NTg3Nzc5OTExNjgwIiwiYmxvZ2lkIjo1MzY4ODg0MTAsInNvdXJjZSI6MzN9LHsicm9vdF9ibG9naWQiOjQ5ODY3NzgxMCwicm9vdF9wb3N0aWQiOiI2ODE5NzE2MTc0NTk1MTk0ODgiLCJwb3N0aWQiOiI3MDcyNTcxNjg5NTU2Mzc3NjEiLCJibG9naWQiOjUzNjg4ODQxMCwic291cmNlIjozM30seyJyb290X2Jsb2dpZCI6MjEyNTUyNDYsInJvb3RfcG9zdGlkIjoiNjkxNzYyODk4ODg0ODA0NjA4IiwicG9zdGlkIjoiNzA3MjU3MDI3MDQ0ND
x-tumblr-pixel-4: QyMTEyIiwiYmxvZ2lkIjo1MzY4ODg0MTAsInNvdXJjZSI6MzN9XX0=&U=DBOHDCBKFD&K=50f2794f799138783aaae30d948fe9b3c6b5255b4122431fad3e2881ff729ec0
x-tumblr-pixel: 5
link: <https://64.media.tumblr.com/ed30b4467491b634a900aa3d5beedfa0/49dd0e1bef0cc9e2-e4/s128x128u_c1/e574388981a82cd13399dcaa2f9b56a8b0b04eec.jpg>; rel=icon
x-ua-compatible: IE=Edge,chrome=1
content-encoding: br
x-ua-device: desktop
vary: X-UA-Device, Accept, Accept-Encoding
accept-ranges: bytes

DNS Lookup

DNS entries (Domain Name System) are a critical component of the Internet infrastructure. They act as directories that translate human-readable domain names (such as example.com) to machine-readable IP addresses. DNS records are stored on DNS servers and help forward internet traffic efficiently.
Type Ip Target/Txt TTL
A 74.114.154.18 284
A 74.114.154.22 284