Advertisement
raingurl

addicted to myspace theme tumblr

Mar 29th, 2023
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.60 KB | None | 0 0
  1. <html>
  2. <!--
  3.  
  4. (almost cockwaffle)
  5. furry rights theme
  6. by mila @55minutes
  7.  
  8.  
  9. please dont remove credit etc
  10. lmk if there are any bugs ^_^ xx
  11.  
  12. search bar by @route01 !!
  13.  
  14.  
  15. -->
  16. <title>{Title}</title>
  17. <link rel="shortcut icon" href="httpS://i12.photobucket.com/albums/a213/superkate_2468/Heart_Favicon_Renewed_by_Hidazukin.gif">
  18.  
  19. <meta name="image:favicon" content=""/>
  20. <meta name="image:icon" content=""/>
  21. <meta name="image:bg" content=""/>
  22. <meta name="image:img 1" content=""/>
  23. <meta name="image:img 2" content=""/>
  24. <meta name="image:img 3" content=""/>
  25. <meta name="image:img 4" content=""/>
  26. <meta name="image:img 5" content=""/>
  27. <meta name="image:img 6" content=""/>
  28.  
  29. <meta name="color:bg" content="#fff"/>
  30. <meta name="color:text" content="#d3d3d3"/>
  31. <meta name="color:tooltip" content="#eee">
  32. <meta name="color:scrollbar" content="#eee">
  33. <meta name="color:searchbar" content="#ADD8E6"/>
  34. <meta name="color:link" content="#ADD8E6"/>
  35. <meta name="color:link hover" content="#72bcd4"/>
  36. <meta name="color:link border" content="#d3d3d3"/>
  37. <meta name="color:link border hover" content="#d3d3d3"/>
  38. <meta name="color:text shadow" content="#eee">
  39.  
  40.  
  41. <meta name="if:circle icon" content="1"/>
  42. <meta name="if:rounded" content="1"/>
  43. <meta name="if:desc" content="1"/>
  44. <meta name="if:click fireworks">
  45. <meta name="if:text shadow" content="1"/>
  46. <meta name="if:pixels" content="1"/>
  47. <meta name="if:caption" content="1"/>
  48. <meta name="if:perma" content="1"/>
  49. <meta name="if:notes" content="1"/>
  50. <meta name="if:tags" content="1"/>
  51. <meta name="if:link border" content="1"/>
  52. <meta name="if:rainbow links" content="1"/>
  53. <meta name="if:bold links" content="1"/>
  54. <meta name="if:italic links" content="1"/>
  55. <meta name="if:underline" content="1"/>
  56. <meta name="if:full bg" content="0"/>
  57.  
  58.  
  59. <meta name="text:link thing" content="☆"/>
  60. <meta name="text:notes" content="☆"/>
  61. <meta name="text:searchbar" content="searchhh"/>
  62. <meta name="text:font" content="arial"/>
  63. <meta name="text:font size" content="15"/>
  64. <meta name="text:post size" content="470"/>
  65. <meta name="text:link divider" content="+"/>
  66. <meta name="text:link 1" content=""/>
  67. <meta name="text:link 1 url" content="/"/>
  68. <meta name="text:link 2" content=""/>
  69. <meta name="text:link 2 url" content="/"/>
  70. <meta name="text:link 3" content=""/>
  71. <meta name="text:link 3 url" content="/"/>
  72.  
  73. <style>
  74.  
  75.  
  76. body {
  77.  
  78. font-size:{text:font size}px;
  79. color: {color:text};
  80. background-image: url('{image:bg}');
  81. {block:ifnotfullbg}
  82. background-repeat: repeat;
  83. background-attachment: fixed;
  84. {/block:ifnotfullbg}
  85. {block:iffullbg}
  86. background-size: cover;
  87. background-attachment: fixed;
  88. {/block:iffullbg}
  89. background-color: {color:bg};
  90. font-family: {text:font};
  91. {block:iftextshadow}
  92. text-shadow:0 0 4px {color:text shadow};{/block:iftextshadow}
  93.  
  94.  
  95. }
  96.  
  97. ul {
  98. list-style-type: dotted;
  99.  
  100. }
  101.  
  102. a, a:visited {
  103. {block:ifunderline}
  104. text-decoration: underline;{/block:ifunderline}
  105. {block:ifboldlinks}
  106. font-weight: bold;{/block:ifboldlinks}
  107. {block:ifitaliclinks}
  108. font-style: italic;{/block:ifitaliclinks}
  109. color:{color:link};
  110. {block:ifnotunderline}
  111. text-decoration: none;{/block:ifnotunderline}
  112. {block:iflinkborder}
  113. text-shadow: -1px 0 {color:link border}, 0 1px {color:link border}, 1px 0 {color:link border}, 0 -1px {color:link border};
  114. {block:iflinkborder}
  115.  
  116. -webkit-transition-duration: .3s;
  117. -moz-transition-duration: .3s;
  118. -o-transition-duration: .3s;
  119. }
  120.  
  121. a:hover {
  122.  
  123. {block:iflinkborder}
  124. text-shadow: -1px 0 {color:link border hover}, 0 1px {color:link border hover}, 1px 0 {color:link border hover}, 0 -1px {color:link border hover};
  125. {/block:iflinkborder}
  126. color:{color:link hover};
  127. transition-duration: .3s;
  128. -webkit-transition-duration: .3s;
  129. -moz-transition-duration: .3s;
  130. -o-transition-duration: .3s;
  131. }
  132.  
  133. #entries {
  134.  
  135. position: relative;
  136. padding: 15px;
  137. padding-top:55px;
  138. width: {text:post size}px;
  139. margin: auto 5px 20px 520px;
  140.  
  141.  
  142.  
  143. }
  144.  
  145. iframe {
  146. {block:ifrounded}
  147. border-radius:10px;
  148. {/block:ifrounded}
  149. }
  150.  
  151. iframe:hover{
  152. {block:ifblurhover}
  153. -webkit-filter: blur(3px); /* Safari 6.0 - 9.0 */
  154. filter: blur(1.75px);
  155. -webkit-transition-duration: .2s;
  156. -moz-transition-duration: .2s;
  157. -o-transition-duration: .2s;
  158. {block:ifblurhover}
  159. }
  160.  
  161. iframe.photoset {
  162. {block:ifrounded}
  163. border-radius:10px;{/block:ifrounded}}
  164.  
  165. #pic img {
  166. {block:ifrounded}
  167. border-radius:10px;{/block:ifrounded}
  168. }
  169.  
  170.  
  171. #entries blockquote {
  172.  
  173. border-left: 1px solid {color:text};
  174. color: {color:text};
  175. padding: 0px 0px 0px 6px;
  176.  
  177. }
  178.  
  179. #sidebar {
  180.  
  181. position:fixed;
  182. margin-left: 220px;
  183. margin-top: 60px;
  184. width: 245px;
  185.  
  186. }
  187.  
  188. #sidebar img {
  189.  
  190. width: 309px;
  191. height: 127px;
  192. {block:ifrounded}
  193. border-radius:12px;{/block:ifrounded}
  194. {block:ifcircleicon}
  195. border-radius:200px;{/block:ifcircleicon}
  196. }
  197.  
  198. #sidebar .desc {
  199.  
  200. margin-top: 6px;
  201.  
  202. }
  203.  
  204. {block:ifpixels}
  205.  
  206. #stupid {
  207. margin-top:6px;
  208. width: 320px;
  209. margin-left:-30px;
  210. }
  211.  
  212. #stupid img {
  213. width:auto;
  214. height:auto;
  215. border-radius:0px;
  216. text-decoration:none;
  217. border:0px none transparent;
  218. }{/block:ifpixels}
  219.  
  220.  
  221. .ask {
  222.  
  223. padding: 5px;
  224.  
  225. }
  226.  
  227. #pages {
  228.  
  229. margin-top: 5px;
  230. font-size: 20px;
  231. }
  232.  
  233. #pages a {
  234. font-weight:normal;
  235. font-style:normal;
  236. text-decoration: none;
  237. }
  238.  
  239. #credit {
  240.  
  241. font-size: 17px;
  242. position: fixed;
  243. padding: 7px;
  244. width: 10px;
  245. height: 7;
  246. line-height: 90%;
  247. bottom: 5px;
  248. left: 5px;
  249. }
  250.  
  251. #credit a {
  252. font-weight:bold;
  253. font-style:normal;
  254. text-decoration: none;
  255. }
  256. {block:iflink1}
  257. #limks {
  258. position:fixed;
  259. z-index:9999999;
  260. font-size:40px;
  261. text-align:center;
  262. margin-bottom:10px;
  263. margin-left:300px;
  264. width:{text:post size}px;
  265. height:45px;
  266. background-color: transparent;
  267. }{/block:iflink1}
  268.  
  269. ::-webkit-scrollbar {
  270. width: 10px;
  271. background: {color:bg};
  272. border: px solid #000;
  273. }
  274.  
  275. ::-webkit-scrollbar-thumb {
  276. background: {color:scrollbar};
  277. border: px solid #000;
  278. border-radius:100px;
  279. }
  280.  
  281. .search {
  282. width:160px;
  283. padding:7px;
  284. margin-top:10px;
  285. border-radius:4px;
  286. background:{color:bg};
  287. font-size:12px;
  288. color:{color:text};
  289. border:4px solid {color:searchbar};
  290. font-family:ms gothic;
  291. }
  292.  
  293. ::placeholder{
  294. color:{color:text};
  295. }
  296.  
  297. .go {width:46px; height:34px; background:{color:bg};
  298. border-radius:4px;font-size:12px; font-family:{text:font};color:{color:text};
  299.  
  300. border-top:4px solid rgba({RGBcolor:searchbar}, 0.3);
  301. border-left:4px solid rgba({RGBcolor:searchbar}, 0.3);
  302. border-bottom:4px solid rgba({RGBcolor:searchbar}, 1.0);
  303. border-right:4px solid rgba({RGBcolor:searchbar}, 1.0);
  304. outline:none;font-family:ms gothic;}
  305.  
  306. .go:active{
  307. border-bottom:3px solid rgba({RGBcolor:searchbar}, 0.3);
  308. border-right:3px solid rgba({RGBcolor:searchbar}, 0.3);
  309. border-top:3px solid rgba({RGBcolor:searchbar}, 1.0);
  310. border-left:3px solid rgba({RGBcolor:searchbar}, 1.0);
  311. outline:none;}
  312.  
  313. .go:hover{
  314. cursor: help;
  315. }
  316. .tooltip{
  317. display: inline;
  318. position: relative;}
  319.  
  320. #s-m-t-tooltip {
  321. max-width:230px;
  322. text-align:center;
  323. margin:40px 0 0 25px;
  324. background-color:transparent;
  325. color:{color:tooltip};
  326. letter-spacing:1px;
  327. word-wrap:break-word;
  328. z-index:999999999999999999999999999999999999;
  329. border-radius:4px;
  330. -webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -o -transition-duration:0.2s; transition:all 0.2s linear;
  331. -webkit-box-shadow: 0px 0px 8px 9px transparent;
  332. box-shadow: 0px 0px 5px 9px transparent;
  333.  
  334. }
  335.  
  336. </style>
  337.  
  338. <head>
  339.  
  340. {block:ifclickfireworks}
  341. <script type="text/javascript">
  342. /*tweaked by 1dcursors.tumblr.com*/
  343. /*DO NOT STEAL OR REMOVE THIS TAGS*/
  344. // <![CDATA[
  345. var sparks=75;
  346. var speed=33;
  347. var bangs=5;
  348. var colours=new Array('#03f', '#f03', '#0e0', '#93f', '#0cf', '#f93', '#f0c');
  349.  
  350. var intensity=new Array();
  351. var Xpos=new Array();
  352. var Ypos=new Array();
  353. var dX=new Array();
  354. var dY=new Array();
  355. var stars=new Array();
  356. var decay=new Array();
  357. var timers=new Array();
  358. var swide=800;
  359. var shigh=600;
  360. var sleft=sdown=0;
  361. var count=0;
  362.  
  363. function addLoadEvent(funky) {
  364. var oldonload=window.onload;
  365. if (typeof(oldonload)!='function') window.onload=funky;
  366. else window.onload=function() {
  367. if (oldonload) oldonload();
  368. funky();
  369. }
  370. }
  371.  
  372. addLoadEvent(clicksplode);
  373.  
  374. function clicksplode() { if (document.getElementById) {
  375. var i, j;
  376. window.onscroll=set_scroll;
  377. window.onresize=set_width;
  378. document.onclick=eksplode;
  379. set_width();
  380. set_scroll();
  381. for (i=0; i<bangs; i++) for (j=sparks*i; j<sparks+sparks*i; j++) {
  382. stars[j]=createDiv('*', 13);
  383. document.body.appendChild(stars[j]);
  384. }
  385. }}
  386.  
  387. function createDiv(char, size) {
  388. var div, sty;
  389. div=document.createElement('div');
  390. sty=div.style;
  391. sty.font=size+'px monospace';
  392. sty.position='absolute';
  393. sty.backgroundColor='transparent';
  394. sty.visibility='hidden';
  395. sty.zIndex='101';
  396. div.appendChild(document.createTextNode(char));
  397. return (div);
  398. }
  399.  
  400. function bang(N) {
  401. var i, Z, A=0;
  402. for (i=sparks*N; i<sparks*(N+1); i++) {
  403. if (decay[i]) {
  404. Z=stars[i].style;
  405. Xpos[i]+=dX[i];
  406. Ypos[i]+=(dY[i]+=1.25/intensity[N]);
  407. if (Xpos[i]>=swide || Xpos[i]<0 || Ypos[i]>=shigh+sdown || Ypos[i]<0) decay[i]=1;
  408. else {
  409. Z.left=Xpos[i]+'px';
  410. Z.top=Ypos[i]+'px';
  411. }
  412. if (decay[i]==15) Z.fontSize='7px';
  413. else if (decay[i]==7) Z.fontSize='2px';
  414. else if (decay[i]==1) Z.visibility='hidden';
  415. decay[i]--;
  416. }
  417. else A++;
  418. }
  419. if (A!=sparks) timers[N]=setTimeout('bang('+N+')', speed);
  420. }
  421.  
  422. function eksplode(e) {
  423. var x, y, i, M, Z, N;
  424. set_scroll();
  425. y=(e)?e.pageY:event.y+sdown;
  426. x=(e)?e.pageX:event.x+sleft;
  427. N=++count%bangs;
  428. M=Math.floor(Math.random()*3*colours.length);
  429. intensity[N]=5+Math.random()*4;
  430. for (i=N*sparks; i<(N+1)*sparks; i++) {
  431. Xpos[i]=x;
  432. Ypos[i]=y-5;
  433. dY[i]=(Math.random()-0.5)*intensity[N];
  434. dX[i]=(Math.random()-0.5)*(intensity[N]-Math.abs(dY[i]))*1.25;
  435. decay[i]=16+Math.floor(Math.random()*16);
  436. Z=stars[i].style;
  437. if (M<colours.length) Z.color=colours[i%2?count%colours.length:M];
  438. else if (M<2*colours.length) Z.color=colours[count%colours.length];
  439. else Z.color=colours[i%colours.length];
  440. Z.fontSize='13px';
  441. Z.visibility='visible';
  442. }
  443. clearTimeout(timers[N]);
  444. bang(N);
  445. }
  446.  
  447. function set_width() {
  448. var sw_min=999999;
  449. var sh_min=999999;
  450. if (document.documentElement && document.documentElement.clientWidth) {
  451. if (document.documentElement.clientWidth>0) sw_min=document.documentElement.clientWidth;
  452. if (document.documentElement.clientHeight>0) sh_min=document.documentElement.clientHeight;
  453. }
  454. if (typeof(self.innerWidth)=='number' && self.innerWidth) {
  455. if (self.innerWidth>0 && self.innerWidth<sw_min) sw_min=self.innerWidth;
  456. if (self.innerHeight>0 && self.innerHeight<sh_min) sh_min=self.innerHeight;
  457. }
  458. if (document.body.clientWidth) {
  459. if (document.body.clientWidth>0 && document.body.clientWidth<sw_min) sw_min=document.body.clientWidth;
  460. if (document.body.clientHeight>0 && document.body.clientHeight<sh_min) sh_min=document.body.clientHeight;
  461. }
  462. if (sw_min==999999 || sh_min==999999) {
  463. sw_min=800;
  464. sh_min=600;
  465. }
  466. swide=sw_min-7;
  467. shigh=sh_min-7;
  468. }
  469.  
  470. function set_scroll() {
  471. if (typeof(self.pageYOffset)=='number') {
  472. sdown=self.pageYOffset;
  473. sleft=self.pageXOffset;
  474. }
  475. else if (document.body && (document.body.scrollTop || document.body.scrollLeft)) {
  476. sdown=document.body.scrollTop;
  477. sleft=document.body.scrollLeft;
  478. }
  479. else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
  480. sleft=document.documentElement.scrollLeft;
  481. sdown=document.documentElement.scrollTop;
  482. }
  483. else {
  484. sdown=0;
  485. sleft=0;
  486. }
  487. }
  488. // ]]>
  489. </script>{/block:ifclickfireworks}
  490.  
  491. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script><script src="https://static.tumblr.com/rtrqcib/VGGnlh8rf/jquery.style-my-tooltips.min.js"></script><script>(function($){$(document).ready(function(){$("a[title]").style_my_tooltips({tip_follows_cursor:true,tip_delay_time:0,tip_fade_speed:0,attribute:"title"});});})(jQuery);</script>
  492.  
  493. <link href="https://fonts.googleapis.com/css?family=Short+Stack" rel="stylesheet">
  494.  
  495. <link href="https://fonts.googleapis.com/css?family=comic+sans" rel="stylesheet">
  496.  
  497.  
  498. <link href="https://fonts.googleapis.com/css?family=Karla" rel="stylesheet">
  499.  
  500.  
  501. {block:ifrainbowlinks}
  502. <script type='text/javascript'>
  503. //<![CDATA[
  504. var rate = 50;
  505. if (document.getElementById)
  506. window.onerror=new Function("return true")
  507.  
  508. var objActive; // The object which event occured in
  509. var act = 0; // Flag during the action
  510. var elmH = 0; // Hue
  511. var elmS = 100; // Saturation
  512. var elmV = 255; // Value
  513. var clrOrg; // A color before the change
  514. var TimerID; // Timer ID
  515. if (document.all) {
  516. document.onmouseover = doRainbowAnchor;
  517. document.onmouseout = stopRainbowAnchor;
  518. }
  519. else if (document.getElementById) {
  520. document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);
  521. document.onmouseover = Mozilla_doRainbowAnchor;
  522. document.onmouseout = Mozilla_stopRainbowAnchor;
  523. }
  524. function doRainbow(obj)
  525. {
  526. if (act == 0) {
  527. act = 1;
  528. if (obj)
  529. objActive = obj;
  530. else
  531. objActive = event.srcElement;
  532. clrOrg = objActive.style.color;
  533. TimerID = setInterval("ChangeColor()",100);
  534. }
  535. }
  536. function stopRainbow()
  537. {
  538. if (act) {
  539. objActive.style.color = clrOrg;
  540. clearInterval(TimerID);
  541. act = 0;
  542. }
  543. }
  544. function doRainbowAnchor()
  545. {
  546. if (act == 0) {
  547. var obj = event.srcElement;
  548. while (obj.tagName != 'A' && obj.tagName != 'BODY') {
  549. obj = obj.parentElement;
  550. if (obj.tagName == 'A' || obj.tagName == 'BODY')
  551. break;
  552. }
  553. if (obj.tagName == 'A' && obj.href != '') {
  554. objActive = obj;
  555. act = 1;
  556. clrOrg = objActive.style.color;
  557. TimerID = setInterval("ChangeColor()",100);
  558. }
  559. }
  560. }
  561. function stopRainbowAnchor()
  562. {
  563. if (act) {
  564. if (objActive.tagName == 'A') {
  565. objActive.style.color = clrOrg;
  566. clearInterval(TimerID);
  567. act = 0;
  568. }
  569. }
  570. }
  571. function Mozilla_doRainbowAnchor(e)
  572. {
  573. if (act == 0) {
  574. obj = e.target;
  575. while (obj.nodeName != 'A' && obj.nodeName != 'BODY') {
  576. obj = obj.parentNode;
  577. if (obj.nodeName == 'A' || obj.nodeName == 'BODY')
  578. break;
  579. }
  580. if (obj.nodeName == 'A' && obj.href != '') {
  581. objActive = obj;
  582. act = 1;
  583. clrOrg = obj.style.color;
  584. TimerID = setInterval("ChangeColor()",100);
  585. }
  586. }
  587. }
  588. function Mozilla_stopRainbowAnchor(e)
  589. {
  590. if (act) {
  591. if (objActive.nodeName == 'A') {
  592. objActive.style.color = clrOrg;
  593. clearInterval(TimerID);
  594. act = 0;
  595. }
  596. }
  597. }
  598. function ChangeColor()
  599. {
  600. objActive.style.color = makeColor();
  601. }
  602. function makeColor()
  603. {
  604. // Don't you think Color Gamut to look like Rainbow?
  605. // HSVtoRGB
  606. if (elmS == 0) {
  607. elmR = elmV; elmG = elmV; elmB = elmV;
  608. }
  609. else {
  610. t1 = elmV;
  611. t2 = (255 - elmS) * elmV / 255;
  612. t3 = elmH % 60;
  613. t3 = (t1 - t2) * t3 / 60;
  614. if (elmH < 60) {
  615. elmR = t1; elmB = t2; elmG = t2 + t3;
  616. }
  617. else if (elmH < 120) {
  618. elmG = t1; elmB = t2; elmR = t1 - t3;
  619. }
  620. else if (elmH < 180) {
  621. elmG = t1; elmR = t2; elmB = t2 + t3;
  622. }
  623. else if (elmH < 240) {
  624. elmB = t1; elmR = t2; elmG = t1 - t3;
  625. }
  626. else if (elmH < 300) {
  627. elmB = t1; elmG = t2; elmR = t2 + t3;
  628. }
  629. else if (elmH < 360) {
  630. elmR = t1; elmG = t2; elmB = t1 - t3;
  631. }
  632. else {
  633. elmR = 0; elmG = 0; elmB = 0;
  634. }
  635. }
  636. elmR = Math.floor(elmR).toString(16);
  637. elmG = Math.floor(elmG).toString(16);
  638. elmB = Math.floor(elmB).toString(16);
  639. if (elmR.length == 1) elmR = "0" + elmR;
  640. if (elmG.length == 1) elmG = "0" + elmG;
  641. if (elmB.length == 1) elmB = "0" + elmB
  642. elmH = elmH + rate;
  643. if (elmH >= 360)
  644. elmH = 0;
  645. return '#' + elmR + elmG + elmB;
  646. }
  647. //]]>
  648. </script>
  649. {/block:ifrainbowlinks}
  650.  
  651. </head>
  652.  
  653. <body>
  654. <script type="text/javascript" src="https://scmplayer.co/script.js"
  655. data-config="{'skin':'https://static.tumblr.com/wx6pget/hAinc7m11/.css','volume':53,'autoplay':true,'shuffle':false,'repeat':1,'placement':'top','showplaylist':false,'playlist':[{'title':'WAO','url':'https://www.youtube.com/watch?v=If9uAT3Bdzk'}]}" ></script>
  656.  
  657.  
  658. <div id="lol">
  659. <div id="limks"><center>
  660. {block:iflink1}
  661. {text:link thing} <a href="{text:link 1 url}">{text:link 1}</a>
  662. {/block:iflink1}
  663. {block:iflink2}
  664. {text:link divider} <a href="{text:link 2 url}">{text:link 2}</a>
  665. {/block:iflink2}
  666. {block:iflink3}
  667. {text:link divider} <a href="{text:link 3 url}">{text:link 3}</a>
  668. {/block:iflink3} {text:link thing}</center>
  669. </div>
  670.  
  671.  
  672. <div style="margin-left:780px;position:fixed;z-index:9999999;"><form action="/search" method="get">
  673. <input class="search" type="text" placeholder="{text:searchbar}" name="q" value="" style="outline:none;">
  674. <input class="go" type="submit" value="GO!" id="sb"/>
  675. </form>
  676.  
  677. </div>
  678.  
  679. <div id="sidebar">
  680. <center>
  681.  
  682.  
  683. <a href="/" title="{title}"><img src="{image:icon}"></a>
  684. {block:ifdesc}
  685. <div class="desc">
  686. {Description}
  687. </div>
  688. {/block:ifdesc}
  689.  
  690. {block:ifpixels}
  691. <div id="stupid"><center>
  692. <img src="{image:img 1}"> <img src="{image:img 2}"><br>
  693. <img src="{image:img 3}"> <img src="{image:img 4}"><br>
  694. <img src="{image:img 5}"> <img src="{image:img 6}">
  695. </center></div>{/block:ifpixels}
  696.  
  697. <div id="pages">
  698.  
  699. {block:PreviousPage}
  700. <a href="{PreviousPage}">⇇</a>
  701. {/block:PreviousPage}
  702.  
  703. {block:NextPage}
  704. <a href="{NextPage}">⇉</a>
  705. {/block:NextPage}
  706.  
  707. </div>
  708. </center>
  709. </div>
  710.  
  711. <div id="credit">
  712. <b><a href="https://55minutes.tumblr.com"> 55 </a></b>
  713. </div>
  714.  
  715. <!-- POSTS -->
  716.  
  717. <div id="content">
  718.  
  719. {block:Posts}
  720. <div id="entries">
  721.  
  722.  
  723.  
  724. {block:NoRebloggedFrom}
  725. {block:RebloggedFrom}
  726. {ReblogParentName}
  727. {/block:RebloggedFrom}
  728. {/block:NoRebloggedFrom}
  729.  
  730.  
  731. {block:ContentSource}
  732. <!-- {SourceURL}
  733. {block:SourceLogo}
  734. <img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  735. {/block:SourceLogo}
  736. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  737. {/block:ContentSource}
  738.  
  739.  
  740. {block:Text}
  741. {block:Title}
  742. <b>{Title}</b>
  743. {block:Title}
  744. {Body}
  745. {/block:Text}
  746.  
  747. {block:Photo}
  748. {LinkOpenTag}
  749. <center><div id="pic"><img src="{PhotoURL-400}" alt="{PhotoAlt}" style="width: {text:post size}px;"></center>
  750. {LinkCloseTag}
  751. {block:ifcaption}
  752. {block:Caption}
  753. {Caption}
  754. {/block:Caption}{/block:ifcaption}
  755. {/block:Photo}
  756.  
  757. {block:Photoset}
  758. {LinkOpenTag}
  759. <center><div id="iframe">{Photoset}</center>
  760. {LinkCloseTag}
  761. {block:ifcaption}
  762. {block:Caption}
  763. {Caption}
  764. {/block:Caption}{/block:ifcaption}
  765. {/block:Photoset}
  766.  
  767. {block:Quote}
  768. {Quote}
  769. {block:Source}
  770. {Source}
  771. {/block:Source}
  772. {/block:Quote}
  773.  
  774. {block:Link}
  775. <a href="{URL}" target="_blank">{Name}</a>
  776. {block:ifcaption}
  777. {block:Caption}
  778. {Caption}
  779. {/block:Caption}{/block:ifcaption}
  780. {/block:Link}
  781.  
  782. {block:Chat}
  783. {block:Title}
  784. <b>{Title}</b>
  785. {/block:Title}
  786. {block:Lines}
  787. <div class="line {Alt}">
  788. {block:Label}
  789. <b>{Label}</b>
  790. {/block:Label}
  791. {Line}
  792. </div>
  793. {/block:Lines}
  794. {/block:Chat}
  795.  
  796. {block:Audio}
  797. {block:AudioPlayer}
  798. {AudioPlayer}
  799. {block:AudioPlayer}
  800. {block:TrackName}
  801. {TrackName}
  802. {/block:TrackName}
  803. {block:Artist}
  804. {Artist}
  805. {/block:Artist}
  806. {block:Caption}
  807. {Caption}
  808. {/block:Caption}
  809. {/block:Audio}
  810.  
  811. {block:Video}
  812. <div style="overflow:hidden;">
  813. <center><div id="iframe">{Video-400}</div></center>
  814. </div>
  815. {block:ifcaption}
  816. {block:Caption}
  817. {Caption}
  818. {block:Caption}{/block:ifcaption}
  819. {/block:Video}
  820.  
  821. {block:Answer}
  822. <div class="ask">
  823. {Asker}:
  824. {Question}
  825. </div>
  826. {Answer}
  827. {block:Answerer}
  828. ({Answerer})
  829. {/block:Answerer}
  830. {/block:Answer}
  831. <!-- PERMALINK -->
  832.  
  833. {block:Date}
  834. <div class="permalink" style="margin-top:5px;">
  835. {block:ifperma}
  836. <a href="{Permalink}">
  837. {timeago}</a> {block:ifnotes}<a href="{Permalink}">{text:notes}{NoteCount}</a>{/block:ifnotes}<div style="float:right;"><a href="{ReblogURL}" target="_blank" class="details">RB</a></div>{/block:ifperma}
  838. {block:iftags}
  839. {block:HasTags}{block:ifperma}<br>{/block:ifperma}tagged:
  840. {block:Tags}
  841. <a href="{TagURL}">{tag}</a>
  842. {/block:Tags}
  843. {/block:HasTags}{/block:iftags}
  844. </a>
  845. </div>
  846.  
  847. {block:PermalinkPage}
  848. <br>
  849. <div style="font-size:{text:font size}px;">
  850. {block:ifnotcaption}
  851. {caption}{/block:ifnotcaption}
  852. <center>
  853. posted @ {ShortMonth}. {DayOfMonthwithSuffix}, {Year}
  854. {block:ifnottags}
  855. {block:HasTags}<br>tagged: {block:Tags}<a href="{TagURL}">{tag}</a> {/block:Tags}{/block:HasTags}{/block:ifnottags}</div>
  856.  
  857. <br>
  858. {block:PostNotes}{PostNotes}{/block:PostNotes}</center>
  859. {/block:PermalinkPage}
  860. </a>
  861. </div></center>
  862. {/block:Date}
  863. </div>
  864. {/block:Posts}
  865.  
  866.  
  867. </div>
  868. </div>
  869. </body>
  870. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement