Advertisement
teruteru

Cuddly Toy -【 THEME 66 by Anomaly ☽】

Feb 22nd, 2019
641
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.82 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.  
  5. <!--
  6.  
  7. THEME #66 by Anomaly ☾ tumblr user linoone ☽ : CUDDLY TOY !!
  8.  
  9. - i made the base code
  10. - audio post style is by passo-html
  11. - please abide by all the rules
  12.  
  13. 【 All themes and pages can be found here : https://anomalythemes.tumblr.com/ 】
  14.  
  15. Thank you for using! Or just looking at the code. Whatever you're here for. Either way, it's appreciated!
  16. Feel free to message me if you need any help, my ask box is always open!
  17.  
  18. -->
  19.  
  20. <script src="https://assets.tumblr.com/assets/scripts/tumblelog_post_message_queue.js?_v=ae06d1ab69efc6f29297bf2b7a4160af"></script>
  21. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  22. <script src="https://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  23. <script src="https://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  24.  
  25. <script>
  26. (function($){
  27. $(document).ready(function(){
  28. $("a[title]").style_my_tooltips({
  29. tip_follows_cursor:true,
  30. tip_delay_time:90,
  31. tip_fade_speed:600,
  32. attribute:"title"
  33. });
  34. });
  35. })(jQuery);
  36. </script>
  37.  
  38. <script> function changeNavigation(id)
  39. {document.getElementById('content')
  40. .innerHTML=document.getElementById(id).innerHTML}
  41. </script>
  42.  
  43. <title>{Title}</title>
  44.  
  45. <link rel="shortcut icon" href="{image:favicon}">
  46. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  47. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  48.  
  49. <!--default variables-->
  50.  
  51. <meta name="color:background" content="">
  52. <meta name="color:posts" content="">
  53. <meta name="color:border" content="">
  54. <meta name="color:titles border" content="">
  55. <meta name="color:blockquote" content="">
  56. <meta name="color:ask" content="">
  57. <meta name="color:text" content="">
  58. <meta name="color:link" content="">
  59. <meta name="color:hover" content="">
  60. <meta name="color:selection" content="">
  61. <meta name="color:selection text" content="">
  62. <meta name="color:tooltip" content="">
  63. <meta name="color:tooltip text" content="">
  64. <meta name="color:scrollbar" content="">
  65.  
  66. <meta name="image:favicon" content="">
  67. <meta name="image:background" content="">
  68. <meta name="image:cursor" content="">
  69. <meta name="image:sidebar" content="">
  70. <meta name="image:render" content="">
  71.  
  72. <meta name="text:ask text" content="asked">
  73. <meta name="text:text symbol" content="•">
  74. <meta name="text:back title" content="⇠">
  75. <meta name="text:next title" content="⇢">
  76.  
  77. <meta name="text:font" content="arial">
  78. <meta name="text:title font" content="dawning_of_a_new_day">
  79.  
  80. <meta name="if:bg cover" content="">
  81. <meta name="if:cursor" content="">
  82. <meta name="if:render" content="">
  83.  
  84. <meta name="text:render left" content="">
  85. <meta name="text:render bottom" content="">
  86. <meta name="text:render width" content="">
  87.  
  88. <style type="text/css">
  89.  
  90. @font-face { font-family: "dawning_of_a_new_day"; src: url('https://dl.dropboxusercontent.com/s/9owbnby9b1vz5m7/dawningofanewday.ttf?dl=1'); format(“truetype”);}
  91.  
  92. ::-webkit-scrollbar {
  93. width: 9px;
  94. height: 4px;
  95. background:{color:scrollbar};
  96. border:4px solid {color:background};
  97. }
  98.  
  99. ::-webkit-scrollbar-thumb {
  100. background-color:{color:scrollbar};
  101. border-radius:5px;
  102. }
  103.  
  104. #s-m-t-tooltip {
  105. max-width:300px;
  106. margin:10px 0px 0px 10px;
  107. background-color:{color:tooltip};
  108. font-family:{text:font};
  109. font-size:1em;
  110. padding:3px;
  111. color:{color:tooltip text};
  112. z-index:999999999999999999999999999999999999;
  113. }
  114.  
  115. #s-m-t-tooltip:after {
  116. position: absolute;
  117. display: block; content: "";
  118. border-color: transparent {color:tooltip} transparent transparent ;
  119. border-style: solid;
  120. border-width: 5px;
  121. height:0;
  122. width:0;
  123. position:absolute;
  124. top:3px;
  125. left:-10px;
  126. }
  127.  
  128. ::selection {
  129. background: {color:selection};
  130. color: {color:selection text};
  131. }
  132.  
  133. ::-moz-selection {
  134. background: {color:selection};
  135. color: {color:selection text};
  136. }
  137.  
  138. ::-webkit-selection {
  139. background: {color:selection};
  140. color: {color:selection text};
  141. }
  142.  
  143. {block:ifcursor}body, a, a:hover {cursor: url('{image:cursor}'), progress;}{/block:ifcursor}
  144.  
  145. body {
  146. margin:0px;
  147. background:{color:background};
  148. background-image:url('{image:background}');
  149. background-attachment:fixed;
  150. {block:ifbgcover}
  151. background-repeat:no-repeat;
  152. background-size:cover;
  153. {/block:ifbgcover}
  154. color:{color:text};
  155. font-family:{text:font};
  156. font-size:1em;
  157. }
  158.  
  159. a {
  160. color:{color:link};
  161. text-decoration:none;
  162. }
  163.  
  164. a:hover {
  165. color:{color:hover};
  166. -webkit-transition: all 0.7s ease;
  167. -moz-transition: all 0.7s ease;
  168. -o-transition: all 0.7s ease;
  169. transition: all 0.7s ease;
  170. }
  171.  
  172. blockquote {
  173. border-left:1px solid {color:blockquote};
  174. padding-left:10px;
  175. }
  176.  
  177. blockquote img {
  178. max-width:100%;
  179. height:auto;
  180. }
  181.  
  182. iframe, img, embed, object, video {
  183. }
  184.  
  185. img {
  186. max-width:auto;
  187. height:auto;
  188. }
  189.  
  190. .sidebar {
  191. position:fixed;
  192. width:250px;
  193. }
  194.  
  195. .h1 {
  196. font-family:{text:title font};
  197. font-size:1.5em;
  198. text-align:left;
  199. border-bottom:1px solid {color:titles border};
  200. text-indent:15px;
  201. }
  202.  
  203. .dot {
  204. position:absolute;
  205. content:'';
  206. top:110px;
  207. left:5px;
  208. width:20px;
  209. height:20px;
  210. background:{color:titles border};
  211. border:1px solid {color:titles border};
  212. border-radius:20px;
  213. }
  214.  
  215. .box {
  216. width:250px;
  217. padding:10px;
  218. background:{color:posts};
  219. border:1px solid {color:border};
  220. margin-bottom:10px;
  221. }
  222.  
  223. a.link {
  224. font-family:{text:title font};
  225. font-size:1.25em;
  226. }
  227.  
  228. .h2 {
  229. font-family:{text:title font};
  230. font-size:1.5em;
  231. border-left:15px solid {color:titles border};
  232. border-bottom:1px solid {color:titles border};
  233. }
  234.  
  235. .tabcon {
  236. float:left;
  237. position:relative;
  238. padding:10px;
  239. width:500px;
  240. margin-bottom:50px;
  241. background:{color:posts};
  242. border:1px solid {color:border};
  243. }
  244.  
  245. article {
  246. float:left;
  247. position:relative;
  248. padding:10px;
  249. width:500px;
  250. background:{color:posts};
  251. border:1px solid {color:border};
  252. margin-bottom:50px;
  253. }
  254.  
  255. .title {
  256. font-family:{text:title font};
  257. font-weight:normal;
  258. font-size:1.5em;
  259. margin:0 0 10px 0;
  260. text-align:left;
  261. border-bottom:1px solid {color:title border};
  262. }
  263.  
  264. .quote {
  265. font-family:{text:title font};
  266. font-weight:normal;
  267. font-size:1.5em;
  268. font-style:italic;
  269. margin:0 0 10px 0;
  270. text-align:left;
  271. border-bottom:1px solid {color:title border};
  272. }
  273.  
  274. .quotesource {
  275. margin:0 0 10px 0;
  276. text-align:right;
  277. }
  278.  
  279. /*estilo de áudio #04 em @passo-html por @clamam insp:tumblr*/
  280. .ph-album {
  281. padding:15px;
  282. height:63px;
  283. }
  284.  
  285. .ph-player {
  286. width:7px;
  287. height:7px;
  288. overflow:hidden;
  289. padding:4px 21px 21px 4px;
  290. position:absolute;
  291. z-index:9999999999999999999;
  292. float:right;
  293. margin-top:15px;
  294. right:40px;
  295. background:{color:posts};
  296. opacity:.8;
  297. border-radius:30px;
  298. -moz-transition:all ease-in-out 0.7s;
  299. -webkit-transition:all ease-in-out 0.7s;
  300. -o-transition:all ease-in-out 0.7s;
  301. transition:all ease-in-out 0.7s;
  302. }
  303.  
  304. .ph-player:hover {
  305. opacity:1;
  306. -moz-transition:all ease-in-out 0.7s;
  307. -webkit-transition:all ease-in-out 0.7s;
  308. -o-transition:all ease-in-out 0.7s;
  309. transition:all ease-in-out 0.7s;
  310. }
  311.  
  312. .ph-track {
  313. margin-right:15px;
  314. overflow:auto;
  315. max-height:80px;
  316. margin-top:5px;
  317. float:right;
  318. text-align:right;
  319. }
  320.  
  321. .ph-track b {
  322. }
  323.  
  324. .ph-image {
  325. background:{color:blockquote};
  326. width:60px;
  327. height:60px;
  328. float:right;
  329. border-radius:30px;
  330. }
  331.  
  332. .bubble {
  333. align:right;
  334. background: {color:ask};
  335. margin:7px 0px 5px 66px;
  336. padding:10px;
  337. position: relative;
  338. -moz-border-radius:5px;
  339. -webkit-border-radius:5px;
  340. border-radius:5px;
  341. }
  342.  
  343. .bubble p {
  344. margin:1px 0px;
  345. }
  346.  
  347. .bubble span {
  348. position:absolute;
  349. width:1px;
  350. height:1px;
  351. font-size: 0;
  352. line-height: 1px;
  353. left:-10px;
  354. top:10px;
  355. border-top:7px solid transparent;
  356. border-bottom:7px solid transparent;
  357. border-right:10px solid {color:ask};
  358. }
  359.  
  360. .perma {
  361. margin-top:10px;
  362. text-align:right;
  363. }
  364.  
  365. .pagination {
  366. width:500px;
  367. }
  368.  
  369. a.pagi {
  370. width:100px;
  371. background:{color:posts};
  372. border:1px solid {color:border};
  373. padding:5px;
  374. }
  375.  
  376. .credit {
  377. position:fixed;
  378. bottom:4px;
  379. left:8px;
  380. font-size:9px;
  381. padding:2px;
  382. }
  383.  
  384. </style>
  385. </head>
  386. <body>
  387.  
  388. <table style="margin-top:20px;" width="900" align="center" border="0" cellspacing="5">
  389.  
  390. <tbody><tr>
  391. <td valign="top" style="width:250px;">
  392.  
  393. <div class="sidebar">
  394. <div class="box"><center>
  395. <a class="link" href="/">profile</a> &nbsp;&nbsp;
  396. <a class="link" onClick="changeNavigation('ask')">message</a> &nbsp;
  397. <a class="link" onClick="changeNavigation('about')">about</a> &nbsp;
  398. <a class="link" onClick="changeNavigation('link')">links</a>
  399. </center></div>
  400.  
  401. <div class="box">
  402. <div class="dot"></div><div class="h1">about me</div><br>
  403. <img style="float:left; width:50px; height:50px; padding:5px; border:1px solid {color:border};" src="{image:sidebar}"><div style="text-align:justify;">{block:Description}{Description}{/block:Description}</div></div>
  404. </div>
  405. </td>
  406.  
  407.  
  408. <td valign="top" style="width:500px;">
  409. <div id="content">
  410.  
  411. {block:Posts}
  412. <article>
  413.  
  414. {block:Text}
  415. {block:Title}<div class="title">{Title}</div>{/block:Title}
  416. {Body}
  417. {/block:Text}
  418.  
  419. {block:Photo}
  420. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  421. {block:Caption}{Caption}{/block:Caption}
  422. {/block:Photo}
  423.  
  424. {block:Photoset}
  425. {Photoset-500}
  426. {block:Caption}{Caption}{/block:Caption}
  427. {/block:Photoset}
  428.  
  429. {block:Quote}
  430. <div class="quote">❝ {Quote} ❞</div>
  431. {block:Source}<div class="quotesource">- {Source}</div>{/block:Source}
  432. {/block:Quote}
  433.  
  434. {block:Link}
  435. <div class="title"><a href="{URL}">{Name}</a></div>
  436. {block:Description}<div class="description">{Description}</div>{/block:Description}
  437. {/block:Link}
  438.  
  439. {block:Chat}
  440. {block:Title}<div class="title">{Title}</div>{/block:Title}
  441. {block:Lines}<div class="{Alt} user_{UserNumber}">{block:Label}<b>{Label}</b>{/block:Label}&nbsp;{Line}</div>{/block:Lines}
  442. {/block:Chat}
  443.  
  444. {block:Video}
  445. {Video-500}
  446. {block:Caption}{Caption}{/block:Caption}
  447. {/block:Video}
  448.  
  449. {block:Audio}
  450. <div class="ph-album">
  451. {block:AlbumArt}
  452. <img src="{AlbumArtURL}" class="ph-image"/>
  453. {/block:AlbumArt}
  454. {block:AudioPlayer}
  455. <div class="ph-player">{AudioPlayer}</div>
  456. {/block:AudioPlayer}
  457. <div class="ph-track">
  458. {block:TrackName}<b>{TrackName}</b>{/block:TrackName}<br/>
  459. {block:Artist}{Artist}{/block:Artist}<br/>
  460. {formattedplaycount} plays
  461. </div></div>
  462. {block:Caption}{Caption}{/block:Caption}
  463. {/block:Audio}
  464.  
  465. {block:Answer}
  466. <img src="{AskerPortraitURL-48}" align="left" style="border-radius:48px;">
  467. <div class="bubble"><span></span>{Asker} {text:ask text}: {Question}&nbsp;</div>
  468. <div class="answer">{Answer}</div>
  469. {/block:Answer}
  470.  
  471. {block:IndexPage}
  472. <div class="perma"><a href="{Permalink}">permalink</a> {text:text symbol} {NoteCountWithLabel} {text:text symbol} {MonthNumberWithZero}/{DayOfMonthWithZero}/{Year}
  473. {block:HasTags}<br>{block:Tags}<a href="{TagURL}">#{Tag}</a>&nbsp;{/block:Tags}{/block:HasTags}
  474. </div>
  475. {block:IndexPage}
  476.  
  477. {block:PermalinkPage}
  478. <center>
  479. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  480. {block:RebloggedFrom}<br><a title="{ReblogParentName}" href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  481. {block:RebloggedFrom}• <a title="{ReblogRootName}" href="{ReblogRootURL}">source</a>{/block:RebloggedFrom}
  482. {block:HasTags}<br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags} {/block:HasTags}
  483. </center>
  484.  
  485. {block:PostNotes}{PostNotes}{/block:PostNotes}
  486. {/block:PermalinkPage}
  487.  
  488. </article>
  489.  
  490. {/block:Posts}
  491.  
  492. <div class="pagination">
  493. {block:IndexPage}
  494. {block:Pagination}
  495. {block:PreviousPage}<a class="pagi" style="float:left; text-align:left;" href="{PreviousPage}">{text:back title}</a>{/block:PreviousPage}
  496. {block:NextPage}<a class="pagi" style="float:right; text-align:right;" href="{NextPage}">{text:next title}</a>
  497. {/block:NextPage}
  498. {/block:Pagination}
  499. {/block:IndexPage}
  500. </div>
  501.  
  502. </div>
  503.  
  504.  
  505.  
  506. <div id="ask" style="display:none;"><div class="tabcon">
  507. <div class="h2">&nbsp;Message Me</div><br>
  508.  
  509.  
  510. <iframe frameborder="0" scrolling="no" width="100%" height="190" src="https://www.tumblr.com/ask_form/{Name}.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]-->
  511. <br><br>
  512. <iframe frameborder="0" scrolling="no" width="100%" height="300" src="https://www.tumblr.com/submit_form/{Name}.tumblr.com" style="background-color:transparent; overflow:hidden;" id="submit_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]-->
  513.  
  514. </div></div>
  515.  
  516. <div id="about" style="display:none;"><div class="tabcon">
  517. <div class="h2">&nbsp;About Me</div><br>
  518.  
  519. put your about here! put your about here! Cat ipsum dolor sit amet, jump on human and sleep on her all night long be long in the bed, purr in the morning and then give a bite to every human around for not waking up request food, purr loud scratch the walls, the floor, the windows, the humans. Cough hairball on conveniently placed pants toy mouse squeak roll over. Meow all night pushes butt to face if it smells like fish eat as much as you wish. Scream at teh bath scratch the box purr. Chase red laser dot eat grass, throw it back up meow meow, i tell my human so drink water out of the faucet drink water out of the faucet. Meow to be let in scream for no reason at 4 am and scream for no reason at 4 am. Chew foot slap kitten brother with paw. Kitty loves pigs scratch leg; meow for can opener to feed me and groom yourself 4 hours - checked, have your beauty sleep 18 hours - checked, be fabulous for the rest of the day - checked or sniff other cat's butt and hang jaw half open thereafter but meowzer. Rub whiskers on bare skin act innocent i could pee on this if i had the energy, eats owners hair then claws head. Kitty kitty fall over dead (not really but gets sypathy) so stare at the wall, play with food and get confused by dust. Purr for no reason pee in the shoe lick the plastic bag scratch me there, elevator butt. Touch water with paw then recoil in horror flee in terror at cucumber discovered on floor give attitude. I am the best eat the fat cats food mrow scamper freak human out make funny noise mow mow mow mow mow mow success now attack human scratch the postman wake up lick paw wake up owner meow meow and then cats take over the world. Soft kitty warm kitty little ball of furr hopped up on catnip. Destroy couch jump launch to pounce upon little yarn mouse, bare fangs at toy run hide in litter box until treats are fed so scratch the furniture yet chase after silly colored fish toys around the house pose purrfectly to show my beauty or why must they do that kick up litter. I just saw other cats inside the house and nobody ask me before using my litter box sleep nap a nice warm laptop for me to sit on or cat is love, cat is life. Leave hair everywhere hack up furballs stare at guinea pigs scratch the furniture and brown cats with pink ears spill litter box, scratch at owner, destroy all furniture, especially couch and with tail in the air. Hiss at vacuum cleaner jump launch to pounce upon little yarn mouse, bare fangs at toy run hide in litter box until treats are fed. Sniff other cat's butt and hang jaw half open thereafter fall over dead (not really but gets sypathy) or pee in the shoe. Plan steps for world domination asdflkjaertvlkjasntvkjn (sits on keyboard) pee in the shoe. Mesmerizing birds kitten is playing with dead mouse so asdflkjaertvlkjasntvkjn (sits on keyboard) use lap as chair, but spot something, big eyes, big eyes, crouch, shake butt, prepare to pounce proudly present butt to human mesmerizing birds. Gate keepers of hell sniff other cat's butt and hang jaw half open thereafter poop in a handbag look delicious and drink the soapy mopping up water then puke giant foamy fur-balls jump launch to pounce upon little yarn mouse, bare fangs at toy run hide in litter box until treats are fed mice, have my breakfast spaghetti yarn find a way to fit in tiny box. Licks paws intrigued by the shower.
  520.  
  521.  
  522.  
  523. </div></div>
  524.  
  525. <div id="link" style="display:none;"><div class="tabcon">
  526. <div class="h2">&nbsp;Links</div><br>
  527.  
  528. links here! theres no link style so youre gonna have to get it somewhere else
  529.  
  530. </div></div>
  531.  
  532. <div id="tag" style="display:none;"><div class="tabcon">
  533. <div class="h2">&nbsp;Tags</div><br>
  534.  
  535. links here! again, theres no link style so youre gonna have to get it somewhere else
  536. </div></div>
  537.  
  538. </td></table></style>
  539. <br>
  540.  
  541. {block:ifrender}<div style="position:fixed; left:{text:render left}px; bottom:{text:render bottom}px; z-index:1;"><img src="{image:render}" width="{text:render width}"></div>{/block:ifrender}
  542.  
  543. <div class="credit"><a href="https://linoone.tumblr.com/" title="theme"><img src="https://orig04.deviantart.net/151c/f/2015/334/6/e/tumblr_inline_mij52fv1gc1qz4rgp_by_kittystuff-d9il7w5.gif" /></a></div>
  544.  
  545. </body>
  546. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement