Don't like ads? PRO users don't see any ads ;-)

Polaroid-lover theme INFINITE SCROLLING

By: imerikamazing on May 6th, 2012  |  syntax: None  |  size: 17.42 KB  |  hits: 12  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <html>
  2. <!-- TURN IT AROUND THEME BY ERIKA - stolenheartcapturedlove.tumblr.com, Please do not redistribute the codes or even claim this theme as yours. Thanks a lot. Hope you like this theme. :) Thank you backgroundlabs for the backgrounds. -->
  3.  
  4. <head>
  5. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  6. <title>{Title}</title>
  7. <meta name="image:Background image" content="http://www.backgroundlabs.com/backgrounds/170.gif">
  8. <meta name="color:Links" content="#666666">
  9. <meta name="color:Hover" content="#dddddd">
  10. <META name="text:LINKTITLE4HERE" content="Link4" />
  11. <META name="text:LINKTITLE3HERE" content="Link3" />
  12. <META name="text:LINKTITLE2HERE" content="Link2" />
  13. <META name="text:LINKTITLE1HERE" content="Link1" />
  14. <META name="text:LINK1URLHERE" content="/" />
  15. <META name="text:LINK2URLHERE" content="/" />
  16. <META name="text:LINK3URLHERE" content="/" />
  17. <META name="text:LINK4URLHERE" content="/" />
  18. <link rel="shortcut icon" href="{Favicon}">
  19. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20. {block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
  21.  
  22. <link href='http://fonts.googleapis.com/css?family=Euphoria+Script' rel='stylesheet' type='text/css'>
  23. <link href='http://fonts.googleapis.com/css?family=Dawning+of+a+New+Day' rel='stylesheet' type='text/css'>
  24. <link href='http://fonts.googleapis.com/css?family=Allura' rel='stylesheet' type='text/css'>
  25. <link href='http://fonts.googleapis.com/css?family=Amatic+SC' rel='stylesheet' type='text/css'>
  26.  
  27. <script>
  28.  
  29. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml2/DTD/xhtml1-strict.dtd">
  30. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
  31.  
  32. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  33.  
  34. <script type="text/javascript">
  35.  
  36. // <![CDATA[
  37.  
  38. var colour="#004fff";
  39.  
  40. var colour3="#000000";
  41.  
  42. var colour5="#ef8d00"
  43.  
  44. var sparkles=30;
  45.  
  46.  
  47.  
  48. /******************************
  49.  
  50. * Tinkerbell Magic Sparkle *
  51.  
  52. * (c) 2005 mf2fm web-design *
  53.  
  54. * http://www.mf2fm.com/rv *
  55.  
  56. * Generated at pnoyonline.com *
  57.  
  58. * tumblr layouts - pnoyonline *
  59.  
  60. * DON'T EDIT BELOW THIS BOX *
  61.  
  62. ****************************/
  63.  
  64. var x=ox=400;
  65.  
  66. var y=oy=300;
  67.  
  68. var swide=800;
  69.  
  70. var shigh=600;
  71.  
  72. var sleft=sdown=0;
  73.  
  74. var tiny=new Array();
  75.  
  76. var star=new Array();
  77.  
  78. var starv=new Array();
  79.  
  80. var starx=new Array();
  81.  
  82. var stary=new Array();
  83.  
  84. var tinyx=new Array();
  85.  
  86. var tinyy=new Array();
  87.  
  88. var tinyv=new Array();
  89.  
  90.  
  91.  
  92. window.onload=function() { if (document.getElementById) {
  93.  
  94. var i, rats, rlef, rdow;
  95.  
  96. for (var i=0; i<sparkles; i++) {
  97.  
  98. var rats=createDiv(3, 3);
  99.  
  100. rats.style.visibility="hidden";
  101.  
  102. document.body.appendChild(tiny[i]=rats);
  103.  
  104. starv[i]=0;
  105.  
  106. tinyv[i]=0;
  107.  
  108. var rats=createDiv(5, 5);
  109.  
  110. var rats=createDiv3(5, 5);
  111.  
  112.  
  113.  
  114. rats.style.backgroundColor="transparent";
  115.  
  116. rats.style.visibility="hidden";
  117.  
  118. var rlef=createDiv(1, 5);
  119.  
  120. var rlef=createDiv3(1, 5);
  121.  
  122. var rdow=createDiv(5, 1);
  123.  
  124. var rdow=createDiv3(5, 1);
  125.  
  126. rats.appendChild(rlef);
  127.  
  128. rats.appendChild(rdow);
  129.  
  130. rlef.style.top="2px";
  131.  
  132. rlef.style.left="0px";
  133.  
  134. rdow.style.top="0px";
  135.  
  136. rdow.style.left="2px";
  137.  
  138. document.body.appendChild(star[i]=rats);
  139.  
  140. }
  141.  
  142. set_width();
  143.  
  144. sparkle();
  145.  
  146. }}
  147.  
  148.  
  149.  
  150. function sparkle() {
  151.  
  152. var c;
  153.  
  154. if (x!=ox || y!=oy) {
  155.  
  156. ox=x;
  157.  
  158. oy=y;
  159.  
  160. for (c=0; c<sparkles; c++) if (!starv[c]) {
  161.  
  162. star[c].style.left=(starx[c]=x)+"px";
  163.  
  164. star[c].style.top=(stary[c]=y)+"px";
  165.  
  166. star[c].style.clip="rect(0px, 5px, 5px, 0px)";
  167.  
  168. star[c].style.visibility="visible";
  169.  
  170. starv[c]=50;
  171.  
  172. break;
  173.  
  174. }
  175.  
  176. }
  177.  
  178. for (c=0; c<sparkles; c++) {
  179.  
  180. if (starv[c]) update_star(c);
  181.  
  182. if (tinyv[c]) update_tiny(c);
  183.  
  184. }
  185.  
  186. setTimeout("sparkle()", 40);
  187.  
  188. }
  189.  
  190.  
  191.  
  192. function update_star(i) {
  193.  
  194. if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";
  195.  
  196. if (starv[i]) {
  197.  
  198. stary[i]+=1+Math.random()*3;
  199.  
  200. if (stary[i]<shigh+sdown) {
  201.  
  202. star[i].style.top=stary[i]+"px";
  203.  
  204. starx[i]+=(i%5-2)/5;
  205.  
  206. star[i].style.left=starx[i]+"px";
  207.  
  208. }
  209.  
  210. else {
  211.  
  212. star[i].style.visibility="hidden";
  213.  
  214. starv[i]=0;
  215.  
  216. return;
  217.  
  218. }
  219.  
  220. }
  221.  
  222. else {
  223.  
  224. tinyv[i]=50;
  225.  
  226. tiny[i].style.top=(tinyy[i]=stary[i])+"px";
  227.  
  228. tiny[i].style.left=(tinyx[i]=starx[i])+"px";
  229.  
  230. tiny[i].style.width="2px";
  231.  
  232. tiny[i].style.height="2px";
  233.  
  234. star[i].style.visibility="hidden";
  235.  
  236. tiny[i].style.visibility="visible"
  237.  
  238. }
  239.  
  240. }
  241.  
  242.  
  243.  
  244. function update_tiny(i) {
  245.  
  246. if (--tinyv[i]==25) {
  247.  
  248. tiny[i].style.width="1px";
  249.  
  250. tiny[i].style.height="1px";
  251.  
  252. }
  253.  
  254. if (tinyv[i]) {
  255.  
  256. tinyy[i]+=1+Math.random()*3;
  257.  
  258. if (tinyy[i]<shigh+sdown) {
  259.  
  260. tiny[i].style.top=tinyy[i]+"px";
  261.  
  262. tinyx[i]+=(i%5-2)/5;
  263.  
  264. tiny[i].style.left=tinyx[i]+"px";
  265.  
  266. }
  267.  
  268. else {
  269.  
  270. tiny[i].style.visibility="hidden";
  271.  
  272. tinyv[i]=0;
  273.  
  274. return;
  275.  
  276. }
  277.  
  278. }
  279.  
  280. else tiny[i].style.visibility="hidden";
  281.  
  282. }
  283.  
  284.  
  285.  
  286. document.onmousemove=mouse;
  287.  
  288. function mouse(e) {
  289.  
  290. set_scroll();
  291.  
  292. y=(e)?e.pageY:event.y+sdown;
  293.  
  294. x=(e)?e.pageX:event.x+sleft;
  295.  
  296. }
  297.  
  298.  
  299.  
  300. function set_scroll() {
  301.  
  302. if (typeof(self.pageYOffset)=="number") {
  303.  
  304. sdown=self.pageYOffset;
  305.  
  306. sleft=self.pageXOffset;
  307.  
  308. }
  309.  
  310. else if (document.body.scrollTop ||
  311.  
  312.  
  313.  
  314. document.body.scrollLeft) {
  315.  
  316. sdown=document.body.scrollTop;
  317.  
  318. sleft=document.body.scrollLeft;
  319.  
  320. }
  321.  
  322. else if (document.documentElement &&
  323.  
  324.  
  325.  
  326. (document.documentElement.scrollTop ||
  327.  
  328.  
  329.  
  330. document.documentElement.scrollLeft)) {
  331.  
  332. sleft=document.documentElement.scrollLeft;
  333.  
  334. sdown=document.documentElement.scrollTop;
  335.  
  336. }
  337.  
  338. else {
  339.  
  340. sdown=0;
  341.  
  342. sleft=0;
  343.  
  344. }
  345.  
  346. }
  347.  
  348.  
  349.  
  350. window.onresize=set_width;
  351.  
  352. function set_width() {
  353.  
  354. if (typeof(self.innerWidth)=="number") {
  355.  
  356. swide=self.innerWidth;
  357.  
  358. shigh=self.innerHeight;
  359.  
  360. }
  361.  
  362. else if (document.documentElement &&
  363.  
  364.  
  365.  
  366. document.documentElement.clientWidth) {
  367.  
  368. swide=document.documentElement.clientWidth;
  369.  
  370. shigh=document.documentElement.clientHeight;
  371.  
  372. }
  373.  
  374. else if (document.body.clientWidth) {
  375.  
  376. swide=document.body.clientWidth;
  377.  
  378. shigh=document.body.clientHeight;
  379.  
  380. }
  381.  
  382. }
  383.  
  384. /******************************
  385.  
  386. * Modified by *
  387.  
  388. * pnoyonline.com *
  389.  
  390. * Generated at pnoyonline.com *
  391.  
  392. * tumblr layouts - pnoyonline *
  393.  
  394. ****************************/
  395.  
  396. function createDiv(height, width) {
  397.  
  398. var div=document.createElement("div");
  399.  
  400. div.style.position="absolute";
  401.  
  402. div.style.height=height+"px";
  403.  
  404. div.style.width=width+"px";
  405.  
  406. div.style.overflow="hidden";
  407.  
  408. div.style.backgroundColor=colour;
  409.  
  410. return (div);
  411.  
  412. }
  413.  
  414.  
  415.  
  416.  
  417.  
  418. function createDiv3(height, width) {
  419.  
  420. var div=document.createElement("div");
  421.  
  422. div.style.position="absolute";
  423.  
  424. div.style.height=height+"px";
  425.  
  426. div.style.width=width+"px";
  427.  
  428. div.style.overflow="hidden";
  429.  
  430. div.style.backgroundColor=colour3;
  431.  
  432. return (div);
  433.  
  434. }
  435.  
  436. // ]]>
  437.  
  438. </script>
  439.  
  440. <script language=JavaScript>
  441.  
  442. <!--
  443. //Disable right mouse click Script
  444. //By Maximus (maximus@nsimail.com) w/ mods by DynamicDrive
  445. //For full source code, visit http://www.dynamicdrive.com
  446.  
  447. var message="";
  448.  
  449. ///////////////////////////////////
  450. function clickIE4(){
  451. if (event.button==2){
  452. alert(message);
  453. return false;
  454. }
  455. }
  456.  
  457. function clickNS4(e){
  458. if (document.layers||document.getElementById&&!document.all){
  459. if (e.which==2|e.which==3){
  460. alert(message);
  461. return false;
  462. }
  463. }
  464. }
  465.  
  466. if (document.layers){
  467. document.captureEvents(Event.MOUSEDOWN);
  468. document.onmousedown=clickNS4;
  469. }
  470. else if (document.all&&!document.getElementById){
  471. document.onmousedown=clickIE4;
  472. }
  473.  
  474. document.oncontextmenu=new Function("return false")
  475.  
  476. // -->
  477. </script>
  478.  
  479.  
  480.  
  481. <style type="text/css">
  482.  
  483. body {
  484. background-image:url('{image:Background image}');
  485. background-color:#fff;
  486. background-attachment:fixed;
  487. background-repeat:repeat;
  488. color:{color:Body font};
  489. font-family:trebuchet MS;
  490. font-size:10px;
  491. line-height:11px;
  492. }
  493.  
  494. a, a:link, a:visited, a:active {
  495. color: {color:Links};
  496. text-decoration: none;
  497. -webkit-transition-timing-function: ease-out;
  498. -webkit-transition-duration: 0.5s;
  499. -moz-transition-timing-function: ease-out;
  500. -moz-transition-duration: 0.5s;
  501. }
  502.  
  503. a:hover {
  504. color: {color:Hover};
  505. background-color: transparent;
  506. -webkit-transition-timing-function: ease-out;
  507. -webkit-transition-duration: 0.5s;
  508. -moz-transition-timing-function: ease-out;
  509. -moz-transition-duration: 0.5s;
  510. text-decoration:none;
  511. }
  512.  
  513. #paging a {
  514. text-align:center;
  515. display:inline-block;
  516. color: #000;
  517. background-color: #fff;
  518. -webkit-transition-timing-function: ease-out;
  519. -webkit-transition-duration: 0.5s;
  520. -moz-transition-timing-function: ease-out;
  521. -moz-transition-duration: 0.5s;
  522. padding:3px;
  523. }
  524.  
  525. #paging a:hover {
  526. text-align:center;
  527. color: #000;
  528. background-color: #eee;
  529. -webkit-transition-timing-function: ease-out;
  530. -webkit-transition-duration: 0.5s;
  531. -moz-transition-timing-function: ease-out;
  532. -moz-transition-duration: 0.5s;
  533. text-align:center;
  534. border:2px solid #CFECEC;
  535. }
  536.  
  537. #paging a span {
  538. line-height:10px;
  539. }
  540.  
  541. .hoverlink {
  542. border-radius:50px;
  543. background: #CFECEC;
  544. width:45px;
  545. height:20px;
  546. margin-left:2px;
  547. text-align:center;
  548. padding-top:8px;
  549. font-color:#fff;
  550. margin-bottom:10px;
  551. -webkit-transition-timing-function: ease-out;
  552. -webkit-transition-duration: .7s;
  553. -moz-transition-timing-function: ease-out;
  554. -moz-transition-duration: .7s;
  555. text-transform:uppercase;
  556. }
  557.  
  558. .hoverlink:hover {
  559. border-radius:0px;
  560. background-color:#348781;
  561. width:45px;
  562. height:20px;
  563. margin-left:2px;
  564. text-align:center;
  565. padding-top:8px;
  566. -moz-transform: rotate(-360deg);
  567. -webkit-transform: rotate(-360deg);
  568. -o-transform: rotate(-360deg);
  569. -ms-transform: rotate(-360deg);
  570. transform: rotate(-360deg);
  571. -webkit-transition-timing-function: ease-out;
  572. -webkit-transition-duration: .7s;
  573. -moz-transition-timing-function: ease-out;
  574. -moz-transition-duration: .7s;
  575. }
  576.  
  577.  
  578. #entry2 {
  579. top:100px;
  580. float:right;
  581. width:410px;
  582. padding:10px;
  583. background:url('http://i303.photobucket.com/albums/nn130/abbiedem/SPcom_Festival_Paper_SkyFloral.jpg');
  584. padding-right:10px;
  585. }
  586.  
  587. #linkbar {
  588. top:-2px;
  589. left:380px;
  590. position:fixed;
  591. border-left:5px double  #348781;
  592. border-right:5px double #348781;
  593. border-bottom:5px solid #348781;
  594. width:50px;
  595. height:auto;
  596. margin-bottom:40px;
  597. padding-top:10px;
  598. background-image:url(http://www.backgroundlabs.com/backgrounds/95.gif);
  599. background-repeat:repeat;
  600. }
  601.  
  602. #pagingbar {
  603. bottom:140px;
  604. left:980px;
  605. position:fixed;
  606. border-left:5px double  #348781;
  607. border-right:5px double #348781;
  608. border-top:5px solid #348781;
  609. border-bottom:5px solid #348781;
  610. width:50px;
  611. height:15px;
  612. margin-bottom:40px;
  613. padding-top:10px;
  614. background-image:url(http://www.backgroundlabs.com/backgrounds/95.gif);
  615. background-repeat:repeat;
  616. }
  617.  
  618. #linkbar2 {
  619. bottom:-39px;
  620. left:980px;
  621. position:fixed;
  622. border-left:5px double  #348781;
  623. border-right:5px double #348781;
  624. border-top:5px solid #348781;
  625. width:50px;
  626. height:158px;
  627. margin-bottom:40px;
  628. padding-top:10px;
  629. background-image:url(http://www.backgroundlabs.com/backgrounds/95.gif);
  630. background-repeat:repeat;
  631. }
  632.  
  633. #entry {
  634. float:center;
  635. width:400px;
  636. padding:4px;
  637. background-color:#fff;
  638. border:1px dotted #a3a3a3;
  639.  
  640. }
  641.  
  642. #entry .permalink {
  643. opacity:0;
  644. width:500px;
  645. height:15px;
  646. font-family:'trebuchet MS';
  647. line-height:15px;
  648. margin-top:-5px;
  649. font-size:9px;
  650. -webkit-transition-timing-function: ease-out;
  651. -webkit-transition-duration: .3s;
  652. -moz-transition-timing-function: ease-out;
  653. -moz-transition-duration: .3s;
  654. position:absolute;
  655. text-transform:uppercase;
  656. background-color:#CFECEC;
  657. letter-spacing:2px;
  658. text-align:center;
  659. overflow:hidden;
  660. }
  661.  
  662. #entry:hover .permalink {
  663. opacity:.9;
  664. margin-top:2px;
  665. text-align:center;
  666. margin-left:2px;
  667. padding-right:3px;
  668. color:#000;
  669. -moz-transform: rotate(-360deg);
  670. -webkit-transform: rotate(-360deg);
  671. -o-transform: rotate(-360deg);
  672. -ms-transform: rotate(-360deg);
  673. transform: rotate(-360deg);
  674. -webkit-transition-timing-function: ease-out;
  675. -webkit-transition-duration: .9s;
  676. -moz-transition-timing-function: ease-out;
  677. -moz-transition-duration: .9s;
  678. line-height:16px;
  679. height:15px;
  680. overflow:visible;
  681. width:190px;
  682. border-radius:10px;
  683.  
  684. }
  685.  
  686. .text {
  687. font-family: 'Allura', cursive;
  688. font-size:23px;
  689. line-height:28px;
  690. }
  691.  
  692. .quote {
  693. font-family: 'Dawning of a new day', cursive;
  694. font-size:23px;
  695. line-height:28px;
  696. }
  697.  
  698. .link {
  699. font-family:'Amatic SC';
  700. font-size:28px;
  701. line-height:19px;
  702. text-align:center;
  703. }
  704.  
  705. #descrip {
  706. text-align:justify;
  707.  
  708. padding:3px;
  709. margin-top:2px;
  710. margin-bottom:4px;
  711. margin-left:2px;
  712. margin-right:2px;
  713. height:auto;
  714. overflow:hidden;
  715. }
  716.  
  717. .title {
  718. font-size:25px;
  719. letter-spacing:1px;
  720. text-align:center;
  721. line-height:24px;
  722. color:#aeaeae;
  723. font-family: 'Euphoria Script', cursive;
  724. }
  725.  
  726. #mainbar {
  727. top:20px;
  728. margin:auto;
  729. position:relative;
  730. width:504px;
  731. overflow:hidden;
  732. }
  733.  
  734. iframe#tumblr_controls {
  735. top: 4.25% !important;
  736. margin: -30px 0 0 0;
  737. right: 1px !important;
  738. position: fixed !important;
  739. }
  740.  
  741. header {
  742. text-align: center;
  743. background: transparent;
  744. font-size: 6.5pt;
  745. color: #d5a9a7;
  746. font-family: trebuchet ms;
  747. text-transform: uppercase;
  748. letter-spacing: 5px; fixed;
  749. opacity: 100;
  750. padding: 3px;
  751. line-height: 12px;
  752. margin-bottom: 7px;
  753. border-bottom: 3px dotted #aeaeae;
  754. }
  755.  
  756.  
  757. .links {
  758. width: 150px;
  759. height: 20px;
  760. background-color: #fff;
  761. font-size:8.5px;
  762. letter-spacing:0px;
  763. line-height:15px;
  764. text-align:center;
  765. margin-top:4x;
  766. margin-left:5px;
  767. -webkit-transition-duration: .6s;
  768. border-top-right-radius:70px;
  769. border-bottom-right-radius:0px;
  770. border-top-left-radius:0px;
  771. border-bottom-left-radius:70px;
  772. -moz-box-shadow: 0 0 1px #8A8A8A;
  773. -webkit-box-shadow: 0 0 4px#8A8A8A;
  774. display: inline-block;
  775. }
  776.  
  777. .links:hover {
  778. background-color: #868585;
  779. -webkit-transition-duration: .9s;
  780. border-top:3px solid #fff;
  781. border-top-right-radius:0px;
  782. border-bottom-right-radius:70px;
  783. border-top-left-radius:70px;
  784. border-bottom-left-radius:0px;
  785. }
  786.  
  787. #box2 {
  788. margin-left:74px;
  789. height:auto;
  790. width:1px;
  791. padding:3px;
  792. background:url('http://i303.photobucket.com/albums/nn130/abbiedem/SPcom_Festival_Paper_SkyFloral.jpg');
  793. margin-bottom:20px;
  794. padding-top:8px;
  795. padding-bottom:8px;
  796. opacity:.3;
  797. -webkit-transition-timing-function: ease-out;
  798. -webkit-transition-duration: .7s;
  799. -moz-transition-timing-function: ease-out;
  800. -moz-transition-duration: .7s;
  801. }
  802.  
  803. #box2:hover {
  804. opacity:1;
  805. width:500px;
  806. }
  807.  
  808. #box {
  809. width:405px;
  810. height:auto;
  811. padding:3px;
  812. background-image:url(http://www.backgroundlabs.com/backgrounds/95.gif);
  813. background-repeat:repeat;
  814. margin-left:7px;
  815. }
  816.  
  817. left
  818. {
  819. margin-left:5px;
  820. }
  821.  
  822. ::-webkit-scrollbar {
  823. width: 10px;
  824. height: 4px;
  825. background: #ffffff;
  826. background-repeat: repeat-y;
  827.  background-attachment: fixed;
  828. }
  829.  
  830. ::-webkit-scrollbar-thumb {
  831. background-image:url('http://1.bp.blogspot.com/-LjoSccgnxQc/TmeAxXtuQVI/AAAAAAAAHzw/VhrXJVaPER8/s1600/medium-black-theme.jpg');
  832.  -webkit-border-radius: 2ex; }
  833.  
  834. </style>
  835. </head>
  836.  
  837. <body>
  838. <div id="linkbar2">
  839. <div class="hoverlink"><a href="{text:LINK1URLHERE}">{text:LINKTITLE1HERE}</a></div>
  840. <div class="hoverlink"><a href="{text:LINK2URLHERE}">{text:LINKTITLE2HERE}</a></div>
  841. <div class="hoverlink"><a href="{text:LINK3URLHERE}">{text:LINKTITLE3HERE}</a></div>
  842. <div class="hoverlink"><a href="{text:LINK4URLHERE}">{text:LINKTITLE4HERE}</a></div>
  843. </div></div>
  844. <div id="mainbar">
  845. <div id="box2"><div id="box">
  846. <div class="title">{Title}</div>
  847. <header>About me:</header>
  848. <div id="descrip">
  849. <img src="{PortraitURL-96}" align="left" style="width: 44px; margin-right: 10px;  border: 3px solid #000;">
  850. <font color="000" size="1px">{description}</div></font>
  851. </div></div>
  852. <div id="linkbar">
  853. <div class="hoverlink">
  854. <a href="/">HOME</a></div>
  855. <div class="hoverlink"><a href="/archive">ARCHIVE</a></div>
  856. <div class="hoverlink"><a href="/ask">ASK</a></div>
  857. <div class="hoverlink"><a href="http://leshistoire.tumblr.com">THEME</a></div>
  858. </div>
  859. <div class = "autopagerize_page_element" >
  860. {block:Posts}
  861.  
  862. <table width="1010" border="0" align="center" cellspacing="0px" cellpadding="0px">
  863. <tr>
  864. <div id="entry2"><div id="entry">
  865.  
  866. {block:IndexPage}<div class="permalink"><a href="{Permalink}" title="{NoteCountWithLabel}">{NoteCount}</a> notes|<a href="{ReblogURL}" title="Reblog!" target="_blank">Re-dream</a></div>{/block:IndexPage}
  867.  
  868. {block:Text}
  869. {block:Title}<div class="text"><center>{Title}</center></div>{/block:Title}
  870. <center><img src="http://25.media.tumblr.com/tumblr_lywhnkO8kE1r77gqoo1_250.png"></center>
  871. {Body}
  872. {/block:Text}
  873.  
  874. {block:Photo}
  875. {LinkOpenTag}<img src="{PhotoURL-400}" style="margin-bottom:3px;-moz-border-radius:10px;-webkit-border-radius:10px;">{LinkCloseTag}
  876. {/block:Photo}
  877.  
  878. {block:Photo}
  879. {Photoset-400}
  880. {/block:Photo}
  881.  
  882. {block:Quote}<center><div class="quote">"{Quote}"</div></center><br>
  883. {block:Source}<left><b>- {Source}</b></left>{/block:Source}
  884. {/block:Quote}
  885.  
  886. {block:Link}
  887. <div class="link"><a href="{URL}" target="_blank">{Name} →</a></div>
  888. {block:Description}{Description}{/block:Description}
  889. {/block:Link}
  890.  
  891. {block:Answer}{Asker} whispered: <b>{Question}</b>
  892. <p>{Answer}</p>{/block:Answer}
  893.  
  894. {block:Chat}
  895. {block:Title}<div class="text">{Title}</div>{/block:Title}
  896. {block:Lines}
  897. {block:Label}
  898. <b>{Label}</b>
  899. {/block:Label}
  900. <i>{Line}</i><br>
  901. {/block:Lines}
  902. {/block:Chat}
  903.  
  904. {block:Audio}<center>
  905. {AudioPlayerBlack}
  906. {/block:Audio}
  907.  
  908. {block:Video}
  909. {Video-400}
  910. {block:Caption}{Caption}{/block:Caption}
  911. {/block:Video}
  912.  
  913.  
  914. {block:PermalinkPage}
  915. {/block:PermalinkPage}
  916. {block:PostNotes}
  917. {PostNotes}
  918. {/block:PostNotes}
  919.  
  920. </td>
  921. </tr>
  922. </table><div style="text-align:right;padding-top:3px;padding-bottom:3px;padding-right:10px;margin-bottom:10px;">Posted with <font color="#95B9C7">♥</font> on {Month} {DayOfMonth}, {Year}</div>
  923. {/block:Posts}
  924.  
  925. </div></div>
  926. </div>
  927.  
  928. </body>
  929. </html>