raingurl

milathm

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