Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>{TITLE}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+sml" href="{RSS}" />
- <link href="//dl.dropbox.com/s/vpi3f9s7nhpe7v7/honeybee.css" rel="stylesheet">
- <style>
- * {
- padding: 0px;
- margin: 0px;
- }
- /*SCROLLBAR*/
- /* width */
- ::-webkit-scrollbar {
- width: 2px;
- }
- /* Track */
- ::-webkit-scrollbar-track {
- box-shadow: inset 0 0 5px grey;
- border-radius: 10px;
- }
- /* Handle */
- ::-webkit-scrollbar-thumb {
- background: #594d89;
- border-radius: 10px;
- }
- body {
- background: #f7f7f7;
- font-family: arial;
- font-size: 10px;
- }
- b {
- color: #594d89;
- }
- a {
- color: #594d89;
- text-decoration: none;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- a:hover {
- text-decoration: underline;
- color: #8D83B5;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- img {
- opacity: 1.0;
- -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
- filter: grayscale(0%);
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- img:hover {
- opacity: 0.7;
- -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
- filter: grayscale(30%);
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- header {
- width: 100%;
- height: 130px;
- background-color: #f2f2f2;
- position: fixed;
- }
- header .pic {
- width: 48px;
- height: 48px;
- margin-top: 20px;
- margin-left: auto;
- margin-right: auto;
- border-radius: 50px;
- overflow: hidden;
- }
- header .pic img {
- border-radius: 50px;
- }
- header nav {
- margin-top: 7px;
- margin-left: auto;
- margin-right: auto;
- float: center;
- }
- header nav .links a:hover {
- text-decoration: none;
- }
- header nav .links {
- text-align: center;
- word-spacing: 10px;
- }
- header nav ul {
- display: block;
- float: center;
- line-height: 20px;
- }
- header nav ul li {
- list-style: none;
- display: block;
- float: center;
- }
- main {
- width: 850px;
- height: 450px;
- margin-left: auto;
- margin-right: auto;
- }
- main .about {
- width: 350px;
- height: 60px;
- margin-top: 55px;
- margin-left: 30px;
- background-color: #fff;
- padding: 8px;
- border: 1px solid #ada7c3;
- border-radius: 2px;
- line-height: 14px;
- overflow-y: auto;
- }
- main .about .info {
- width: 100px
- height: 15px;
- background-color: #e3e3e3;
- float: left;
- }
- main .about .content {
- width: 180px;
- float: right;
- text-align: justify;
- padding: 0px 5px;
- margin-top: -52px;
- }
- main .tags {
- width: 350px;
- height: 15px;
- margin-top: 25px;
- margin-left: 30px;
- background-color: #fff;
- padding: 8px;
- border: 1px solid #ada7c3;
- border-radius: 2px;
- text-align: center;
- }
- main .tags ul {
- display: block;
- margin: 0px auto;
- width: fit-content;
- }
- main .tags ul li {
- display: inline-block;
- float: left;
- list-style: none;
- padding: 0px 8px;
- text-align: center;
- }
- main .posts {
- width: 347px;
- height: 130px;
- margin-top: 25px;
- margin-left: 30px;
- background-color: #fff;
- padding: 10px;
- border: 1px solid #ada7c3;
- border-radius: 2px;
- text-align: center;
- word-spacing: 13px;
- line-height: 30px;
- }
- main .posts .postpic {
- width: 100px;
- height: 56px;
- background: #f0f0;
- border: 1px solid #a092d3;
- margin-top: 5px;
- margin-bottom: 0px;
- margin-left: 5px;
- text-align: center;
- }
- main .posts img {
- width: 100px;
- height: 56px;
- border: 1px solid #ada7c3;
- object-fit: cover;
- }
- /* main .posts .postpic2 {
- width: 100px;
- height: 56px;
- background: #f0f0;
- border: 1px solid #a092d3;
- margin-top: -58px;
- margin-bottom: -121px;
- margin-left: 123px;
- overflow: hidden;
- }
- main .posts .postpic2 img {
- max-height: 56px;
- }
- main .posts .postpic3 {
- width: 100px;
- height: 56px;
- background: #f0f0;
- border: 1px solid #a092d3;
- margin-top: 63px;
- margin-bottom: -58px;
- margin-left: 240px;
- overflow: hidden;
- }
- main .posts .postpic3 img {
- max-width: 100px;
- } */
- main .icons {
- width: 347px;
- height: 70px;
- margin-top: 25px;
- margin-left: 30px;
- background-color: #fff;
- padding: 10px;
- border: 1px solid #ada7c3;
- border-radius: 2px;
- text-align: center;
- word-spacing: 20px;
- }
- main .icons img {
- width: 65px;
- height: 65px;
- border: 1px solid #ada7c3;
- overflow: auto;
- }
- main .faq {
- width: 350px;
- height: 105px;
- background: #fff;
- padding: 7px;
- margin-top: -430px;
- float: right;
- margin-right: 30px;
- margin-bottom: -70px;
- border: 1px solid #ada7c3;
- border-radius: 2px;
- line-height: 15px;
- }
- main .ask {
- width: 350px;
- height: auto;
- background: #f1f1f1;
- padding: 7px;
- float: right;
- margin-right: 30px;
- border: 1px solid #ada7c3;
- }
- main .question {
- width: 330px;
- height: auto;
- padding: 5px 10px;
- background-color: #beb1f1;
- margin: 4px auto;
- }
- main .answer {
- width: 330px;
- height: auto;
- padding: 5px 10px;
- background-color: #c9c9c9;
- margin: 4px auto;
- }
- main .ask {
- margin-top: -270px;
- border-radius: 2px;
- }
- /* custom controls by cyanists */
- .updates { width:110px; /* this will change the width of the entire tab */ font-size:10px; /* changing this will scale all of the text */ } .ut, .updates .text { border-color:#f0f0f0; /* border colour of the boxes */ background:#ffffff; /* background colour of the boxes */ } .updates .text { padding:10px; /* padding around the updates tab text */ } iframe.tmblr-iframe { opacity:0; display:none!important;} .ccontrols { position:fixed; top:0; right:0; z-index:9999999999999; margin:4px;} .ccontrols a { display:block; float:left; margin:4px!important; width:13px; height:13px; background:#f8f8f8;/* change this to change the background of the links */ padding:5px; } .ccontrols a svg { width:13px; height:13px;} .ccontrols a svg path { fill:#888888;/* change this to change the color of the links */ transition:all 0.6s ease-in-out; -webkit-transition:all 0.6s ease-in-out; -o-transition:all 0.6s ease-in-out; -moz-transition:all 0.6s ease-in-out; -ms-transition:all 0.6s ease-in-out;} .ccontrols a:hover svg path { fill:#cccccc;/* change this to change the color of the links on hover*/ transition:all 0.6s ease-in-out; -webkit-transition:all 0.6s ease-in-out; -o-transition:all 0.6s ease-in-out; -moz-transition:all 0.6s ease-in-out; -ms-transition:all 0.6s ease-in-out;} a.like .like_button iframe { position:absolute; top:0; left:0; bottom:0; right:0; z-index:2; opacity:0.0000001; width:100%; height:100%;} a.like .liked + svg path { fill:red!important;} iframe.tmblr-iframe {
- opacity:0;
- display:none!important;}
- .ccontrols {
- position:fixed;
- top:0;
- right:0;
- z-index:9999999999999;
- margin:4px;}
- .ccontrols a {
- display:block;
- float:left;
- margin:4px!important;
- width:13px;
- height:13px;
- background:#f8f8f8;/* change this to change the background of the links */
- padding:5px;
- line-height:1!important;}
- .ccontrols a svg {
- width:13px;
- height:13px;}
- .ccontrols a svg path {
- fill:#888888;/* change this to change the color of the links */
- transition:all 0.6s ease-in-out;
- -webkit-transition:all 0.6s ease-in-out;
- -o-transition:all 0.6s ease-in-out;
- -moz-transition:all 0.6s ease-in-out;
- -ms-transition:all 0.6s ease-in-out;}
- .ccontrols a:hover svg path {
- fill:#cccccc;/* change this to change the color of the links on hover*/
- transition:all 0.6s ease-in-out;
- -webkit-transition:all 0.6s ease-in-out;
- -o-transition:all 0.6s ease-in-out;
- -moz-transition:all 0.6s ease-in-out;
- -ms-transition:all 0.6s ease-in-out;}
- {block:PermalinkPage}a.clike {
- position:relative;
- display:inline-block;}
- a.clike .like_button {
- position:relative!important;}
- a.clike .like_button iframe {
- position:absolute!important;
- top:0!important;
- left:0!important;
- z-index:2!important;
- opacity:0.0000001!important;
- width:100%!important;
- height:100%!important;}
- a.clike .liked + svg path {
- fill:red!important;}{/block:PermalinkPage}
- </style>
- <body>
- <header>
- <div class="pic"><img src="{PortraitURL-48}"></div>
- <nav>
- <div class="links">
- <ul>
- <li><a href="/" data-toggle="tooltip" title="home"><span class="th th-reload-arrow"></a>
- <a href="/msg" data-toggle="tooltip" title="contact"><span class="th th-compass-2-o"></a> </p></li>
- <li><a href="https://tumblr.com/dashbard" data-toggle="tooltip" title="dashboard"><span class="th th-house-1-o"></a>
- <a href="https://xchelspaige.tumblr.com" data-toggle="tooltip" title="theme"><span class="th th-settings-5-o"></a></li>
- </ul>
- </div>
- </nav>
- <main>
- <div class="about">
- <div class="infor">
- <b>name:</b> rou </p>
- <b>age: </b> 19 </p>
- <b>pronouns: </b>they/them. </p>
- <b>location: </b> usa
- </div>
- <div class="content">
- <p>This is a Aaron Dingle blog only. I will not be posting or engaging in any kind of discourse/fandom "wars".
- <b>Rude people will be blocked.</b></p>
- </div>
- </div>
- <div class="tags">
- <ul>
- <li><a href="/">gifs</a></li>
- <li><a href="/tagged/*graphic">graphics</a></li>
- <li><a href="/">icons</a></li>
- <li><a href="/tagged/*colors">colors</a></li>
- <li><a href="/tagged/*cp">color palette meme</a></li>
- </ul>
- </div>
- <div class="posts">
- <a href="https://aarrondiingle.tumblr.com/post/176553307702/fluffy-scruffy-and-forearms-happy-birthday"><img src="https://78.media.tumblr.com/9d6cdbd591ea32b058c155e892f38cca/tumblr_pb7vqwOkWz1xxs7clo3_400.gif"> </a>
- <a href="https://aarrondiingle.tumblr.com/post/175878968604/gayy"><img src="https://78.media.tumblr.com/f0208a84e60feba7b7053b58988ac761/tumblr_pbk7vy7Uas1xxs7clo1_r1_400.gif"> </a>
- <a href="https://aarrondiingle.tumblr.com/post/175845531490"><img src="https://78.media.tumblr.com/fc7ba7882ccc719c2c21b35b64779804/tumblr_pbkekqkw6R1xxs7clo1_400.gif"> </a>
- <a href="https://aarrondiingle.tumblr.com/post/175809878743/favorite-character-meme-four-scenes-%C2%BC"><img src="https://78.media.tumblr.com/0cd881f3f7db80bec2ddd57d6fbabb59/tumblr_pbgoyoN8Cu1xxs7clo5_r1_540.gif"> </a>
- <a href="https://aarrondiingle.tumblr.com/post/175709342060"><img src="https://78.media.tumblr.com/5d9ffb1d2e73933c3e55b676d43c682a/tumblr_pbkxhz67tl1xxs7clo1_540.gif"> </a>
- <a href="https://aarrondiingle.tumblr.com/post/175705514186/aaron-bubblegum-rainbow-for-aarondingel"><img src="https://78.media.tumblr.com/053c90c7233eab3bb73319ea74447ad6/tumblr_pbkk477RVc1xxs7clo2_400.gif"> </a>
- </div>
- </div>
- <div class="icons">
- <a href="https://aarrondiingle.tumblr.com/post/176053373483/aaron-black"><img src="https://78.media.tumblr.com/0956aa8f0262718c7766370cfca16212/tumblr_pc3j276EtC1xxs7clo6_r1_250.jpg"> </a>
- <a href="https://aarrondiingle.tumblr.com/post/175912619437/aaron-yellow"><img src="https://78.media.tumblr.com/131f95833a27ef5afa4ef042a838070b/tumblr_pbw3c1udjw1xxs7clo5_250.jpg"> </a>
- <a href="https://aarrondiingle.tumblr.com/post/175571846071/aaron-orange"><img src="https://78.media.tumblr.com/1f4399b936d780a5f6619fec394c6aff/tumblr_pbb3doTziv1xxs7clo6_250.jpg"> </a>
- <a href="https://aarrondiingle.tumblr.com/post/175303586111/aaron-pink"><img src="https://78.media.tumblr.com/5433abbdc578cfa33474dfaccdad33e2/tumblr_pay8kbgO9c1xxs7clo5_250.jpg"> </a>
- </div>
- <div class="faq">
- <div class="question">
- I will not answer any question (pro or anti) about robron, robert, seb, rebecca, ext.
- </div>
- <div class="answer">
- I will gladly take requests provided they apply with the rules above.
- </div>
- <div class="question">
- tag me in stuff
- </div>
- </div>
- <div class="ask">
- <p><iframe frameborder="0" scrolling="no" width="100%" height="190" src="http://www.tumblr.com/ask_form/aarrondiingle.tumblr.com" style="background-color:transparent; overflow:hidden;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></p>
- </div>
- </main>
- </header>
- <div class="ccontrols">
- {block:PermalinkPage}{block:Posts}{block:Date}<a href="#" class="clike" title="like">{LikeButton}<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M148,37.8c-3.9,0-7.5,0.6-10.8,1.9c-15.1,5.7-24.6,17.8-29.8,26.7c-6-8.6-16.1-20.5-27.6-24.4c-3.8-1.3-8.1-2-12.3-2c-10.7,0-20.3,4.1-27,11.5c-5.7,6.2-12,18-10,38.8c4.1,42.6,71.5,87.1,74.3,88.9c1,0.7,2.1,1,3.3,1c1.1,0,2.3-0.3,3.3-1c2.7-1.8,66.5-43.6,73.7-86.1c3.7-21.8-2.7-34.9-8.8-42.1C169.2,42.7,158.6,37.8,148,37.8z M173.1,91c-2.6,15.2-15.1,33.4-36.1,52.7c-11.9,10.9-23.5,19.4-29,23.2c-5.7-4-17.9-12.9-30.3-24.3C56,122.5,43.8,104,42.3,89c-1.3-13,1.1-23.2,6.9-29.6c6-6.6,13.9-7.6,18.1-7.6c3,0,5.9,0.5,8.5,1.3c11.4,3.9,23.3,21.7,26.9,28.3c1.1,2.1,3.4,3.3,5.7,3.1c2.4-0.2,4.4-1.7,5.2-4c0.1-0.2,8.2-22.4,27.7-29.7c1.9-0.7,4.2-1.1,6.6-1.1c7.2,0,14.3,3.3,19,9C173.3,66.2,175.5,77.4,173.1,91z"/></svg></a>
- <a href="{ReblogURL}" title="reblog"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M36.7,39.9c-0.4-3.3,1.9-6.3,5.2-6.7c3.3-0.4,6.3,1.9,6.7,5.2l3.6,27.9c13.6-20.2,36.6-32.7,61.4-32.7c31.6,0,59.7,20.1,70,49.9c1.1,3.1-0.6,6.5-3.7,7.6c-0.6,0.2-1.3,0.3-2,0.3c-2.5,0-4.8-1.6-5.7-4c-8.6-25-32.2-41.8-58.6-41.8c-21.6,0-41.7,11.4-52.9,29.6l30-3.4c3.3-0.4,6.3,2,6.6,5.3s-2,6.3-5.3,6.6l-43.2,4.9c-0.2,0-0.5,0-0.7,0c-3,0-5.6-2.2-5.9-5.2L36.7,39.9z M185.3,120.2l-43.2,4.9c-3.3,0.4-5.7,3.3-5.3,6.6s3.3,5.7,6.6,5.3l26.1-2.9c-10.2,21.5-31.9,35.4-56,35.4c-27.1,0-51.5-18.1-59.3-44c-1-3.2-4.3-5-7.5-4c-3.2,1-5,4.3-4,7.5c4.5,14.9,13.9,28.3,26.3,37.7c12.9,9.7,28.3,14.9,44.5,14.9c29.6,0,56.1-17.6,67.8-44.3l4.2,33.3c0.4,3,3,5.2,5.9,5.2c0.3,0,0.5,0,0.8,0c3.3-0.4,5.6-3.4,5.2-6.7l-5.6-43.5C191.5,122.2,188.6,119.9,185.3,120.2z"/></svg></a>
- <a href="{EmbedUrl}" target="_blank" title="embed"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M140.7,27H72c-3.3,0-6,2.7-6,6v26H40c-3.3,0-6,2.7-6,6v122c0,3.3,2.7,6,6,6h101c3.3,0,6-2.7,6-6v-27h25c3.3,0,6-2.7,6-6V64.5c0-1.6-0.6-3.1-1.7-4.2L145,28.8C143.9,27.6,142.3,27,140.7,27z M135,181H46V71h20v83c0,3.3,2.7,6,6,6h63V181z M78,148V39h52v34c0,3.3,2.7,6,6,6h30v69H78z M166,67h-24V42.8L166,67L166,67z"/></svg></a>
- {/block:Date}{/block:Posts}{/block:PermalinkPage}<a href="https://tumblr.com/follow/{Name}" title="follow"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M129.5,38h-43c-3.6,0-6.5,2.9-6.5,6.5V81H43.5c-3.6,0-6.5,2.9-6.5,6.5v42c0,3.6,2.9,6.5,6.5,6.5H80v36.5c0,3.6,2.9,6.5,6.5,6.5h43c3.6,0,6.5-2.9,6.5-6.5V136h35.5c3.6,0,6.5-2.9,6.5-6.5v-42c0-3.6-2.9-6.5-6.5-6.5H136V44.5C136,40.9,133.1,38,129.5,38z M165,94v29h-35.5c-3.6,0-6.5,2.9-6.5,6.5V166H93v-36.5c0-3.6-2.9-6.5-6.5-6.5H50V94h36.5c3.6,0,6.5-2.9,6.5-6.5V51h30v36.5c0,3.6,2.9,6.5,6.5,6.5H165z"/></svg></a>
- <a href="https://www.tumblr.com/message/{Name}" target="_blank" title="message"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M190.3,118.1c0-22.4-19.7-41.9-47.2-47c-2.6-24.7-28.9-44.3-60.9-44.3c-33.7,0-61.1,21.6-61.1,48.2c0,13.5,7,26.1,19.3,35.2l-4.1,23c-0.4,2.3,0.5,4.6,2.4,5.9c1,0.8,2.3,1.1,3.5,1.1c1,0,2-0.2,2.8-0.7l24-12.9c5.2,22.5,30.2,39.6,60.1,39.6c2.1,0,4.2-0.1,6.3-0.3l30.9,16.6c0.9,0.5,1.9,0.7,2.8,0.7c1.2,0,2.5-0.4,3.5-1.1c1.9-1.3,2.8-3.6,2.4-5.9l-4.1-23C183.4,144.3,190.3,131.6,190.3,118.1zM50.2,102.5c-10.9-6.9-17.1-16.9-17.1-27.4c0-20,22-36.2,49.1-36.2s49.1,16.2,49.1,36.2s-22,36.2-49.1,36.2c-2.2,0-4.6-0.1-6.9-0.4c-1.2-0.1-2.4,0.1-3.5,0.7l-21.6,11.6l2.6-14.6C53.3,106.2,52.3,103.8,50.2,102.5zM161.2,145.5c-2,1.3-3.1,3.7-2.7,6.1l2.6,14.6l-21.6-11.6c-1.1-0.6-2.3-0.8-3.5-0.7c-2.3,0.2-4.7,0.4-6.9,0.4c-24.7,0-45.2-13.5-48.6-31c0.5,0,1.1,0,1.6,0c30.2,0,55.3-17.4,60.2-40.1c21,4.3,35.9,18.7,35.9,34.9C178.3,128.6,172.1,138.6,161.2,145.5z"/></svg></a>
- <a href="https://tumblr.com/dashboard" target="_blank" title="dashboard"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 216 216" enable-background="new 0 0 216 216" xml:space="preserve"><path d="M197.8,112.4l-86.2-82c-2.4-2.2-6.1-2.2-8.4,0.1l-82.5,82.3c-1.7,1.7-2.2,4.3-1.3,6.5c0.9,2.2,3.1,3.7,5.5,3.7h23v56c0,3.3,2.7,6,6,6h35c3.3,0,6-2.7,6-6v-44h25v44c0,3.3,2.7,6,6,6h36c3.3,0,6-2.7,6-6v-56h26c0,0,0,0,0,0c3.3,0,6-2.7,6-6C200,115.1,199.2,113.5,197.8,112.4zM162,111c-3.3,0-6,2.7-6,6v56h-24v-44c0-3.3-2.7-6-6-6H89c-3.3,0-6,2.7-6,6v44H60v-56c0-3.3-2.7-6-6-6H39.5l68.1-67.9L179,111H162z"/></svg></a></div>
- </body>
- </head>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement