Advertisement
danateruel

Cinnamon Street

Nov 6th, 2012
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.23 KB | None | 0 0
  1. <! DOCTYPE html PUBLIC "- / / W3C / / DTD XHTML 1.0 Strict / / EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns = "http :/ / www.w3.org/1999/xhtml "> <head profile="http://gmpg.org/xfn/11">
  2.  
  3.  
  4.  
  5. <!-- disable right click -->
  6.  
  7. <script language=JavaScript>
  8. <!--//Disable right click script III- By Renigade ([email protected])
  9. //For full source code, visit http://www.dynamicdrive.com
  10.  
  11. var message="";
  12. ///////////////////////////////////
  13. function clickIE() {if (document.all) {(message);return false;}}
  14. function clickNS(e) {if
  15. (document.layers||(document.getElementById&&!document.all)) {
  16. if (e.which==2||e.which==3) {(message);return false;}}}
  17. if (document.layers)
  18. {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;}
  19. else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
  20.  
  21. document.oncontextmenu=new Function("return false")
  22. // -->
  23. </script>
  24.  
  25.  
  26. <script type="text/javascript">
  27.  
  28. /***********************************************
  29. * Disable select-text script- © Dynamic Drive (www.dynamicdrive.com)
  30. * This notice MUST stay intact for legal use
  31. * Visit http://www.dynamicdrive.com/ for full source code
  32. ***********************************************/
  33.  
  34. //form tags to omit in NS6+:
  35. var omitformtags=["input", "textarea", "select"]
  36. omitformtags=omitformtags.join("|")
  37. function disableselect(e){
  38. if (omitformtags.indexOf(e.target.tagName.toLowerCase())==-1)
  39. return false
  40. }
  41. function reEnable(){
  42. return true
  43. }
  44. if (typeof document.onselectstart!="undefined")
  45. document.onselectstart=new Function ("return false")
  46. else{
  47. document.onmousedown=disableselect
  48. document.onmouseup=reEnable
  49. }
  50. </script>
  51.  
  52.  
  53.  
  54. <!-- infinite scrolling code -->
  55.  
  56. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  57.  
  58. <!-- tags -->
  59.  
  60. <meta name="image:sidebar" content="" />
  61. <meta name="image:background" content="" />
  62.  
  63. <meta name="color:background" content="#eee6ce" />
  64. <meta name="color:Links" content="#97bcee"/>
  65. <meta name="color:Links Hover" content="#F7C852"/>
  66. <meta name="color:Navigation Background" content="#000000" />
  67. <meta name="color:Navigation Background Hover" content="#ba00ff" />
  68.  
  69. <meta name="text:Stat 1" content="your stat here" />
  70. <meta name="text:Stat 2" content="your stat here" />
  71. <meta name="text:Stat 3" content="your stat here" />
  72. <meta name="text:Stat 4" content="your stat here" />
  73. <meta name="text:Link 1 Title" content="link" />
  74. <meta name="text:Link 1" content="http://blahblah.com" />
  75. <meta name="text:Link 2 Title" content="link" />
  76. <meta name="text:Link 2" content="http://blahblah.com" />
  77. <meta name="text:Link 3 Title" content="link" />
  78. <meta name="text:Link 3" content="http://blahblah.com" />
  79. <meta name="text:Link 4 Title" content="link" />
  80. <meta name="text:Link 4" content="http://blahblah.com" />
  81.  
  82. <meta name="if:Energy Saving" content="2" />
  83. <meta name="if:Blur Effect" content="2" />
  84. <meta name="if:Bubble Bath Effect" content="2" />
  85.  
  86. <!-- animation -->
  87.  
  88. <link href='http://static.tumblr.com/blpgwiz/usPm404d2/bounce_normal.css' rel='stylesheet' type='text/css'>
  89.  
  90.  
  91. <!-- Bubble Bath Effect -->
  92.  
  93. {block:ifBubbleBathEffect}
  94. <script type="text/javascript">
  95. // <![CDATA[
  96. var colours=new Array("#ba00ff", "#ba00ff", "#ba00ff", "#ba00ff", "#ba00ff"); // colours for top, right, bottom and left borders and background of bubbles
  97. var bubbles=66; // how many bubbles are moving at any given time
  98.  
  99. /****************************
  100. * JavaScript Bubble Bath *
  101. *(c)2010-12 mf2fm web-design*
  102. * http://www.mf2fm.com/rv *
  103. * DON'T EDIT BELOW THIS BOX *
  104. ***************************f*/
  105. var swide=800;
  106. var shigh=600;
  107. var bubb=new Array();
  108. var bubbx=new Array();
  109. var bubby=new Array();
  110. var bubbs=new Array();
  111. var boddie;
  112.  
  113. function addLoadEvent(funky) {
  114. var oldonload=window.onload;
  115. if (typeof(oldonload)!='function') window.onload=funky;
  116. else window.onload=function() {
  117. if (oldonload) oldonload();
  118. funky();
  119. }
  120. }
  121.  
  122. addLoadEvent(bubba);
  123.  
  124. function bubba() { if (document.getElementById) {
  125. var i, rats, div;
  126. boddie=document.createElement("div");
  127. boddie.style.position="fixed";
  128. boddie.style.top="0px";
  129. boddie.style.left="0px";
  130. boddie.style.overflow="visible";
  131. boddie.style.width="1px";
  132. boddie.style.height="1px";
  133. boddie.style.backgroundColor="transparent";
  134. document.body.appendChild(boddie);
  135. set_width();
  136. for (i=0; i<bubbles; i++) {
  137. rats=createDiv("3px", "3px");
  138.  
  139. div=createDiv("auto", "auto");
  140. rats.appendChild(div);
  141. div=div.style;
  142. div.top="1px";
  143. div.left="0px";
  144. div.bottom="1px";
  145. div.right="0px";
  146. div.borderLeft="1px solid "+colours[3];
  147. div.borderRight="1px solid "+colours[1];
  148.  
  149. div=createDiv("auto", "auto");
  150. rats.appendChild(div);
  151. div=div.style;
  152. div.top="0px";
  153. div.left="1px";
  154. div.right="1px";
  155. div.bottom="0px"
  156. div.borderTop="1px solid "+colours[0];
  157. div.borderBottom="1px solid "+colours[2];
  158.  
  159. div=createDiv("auto", "auto");
  160. rats.appendChild(div);
  161. div=div.style;
  162. div.left="1px";
  163. div.right="1px";
  164. div.bottom="1px";
  165. div.top="1px";
  166. div.backgroundColor=colours[4];
  167. if (navigator.appName=="Microsoft Internet Explorer") div.filter="alpha(opacity=50)";
  168. else div.opacity=0.5;
  169.  
  170. boddie.appendChild(rats);
  171. bubb[i]=rats.style;
  172. }
  173. bubble();
  174. }}
  175.  
  176. function bubble() {
  177. var c;
  178. for (c=0; c<bubbles; c++) if (!bubby[c] && Math.random()<0.333) {
  179. bubb[c].left=(bubbx[c]=Math.floor(swide/6+Math.random()*swide/1.5)-10)+"px";
  180. bubb[c].top=(bubby[c]=shigh)+"px";
  181. bubb[c].width="3px";
  182. bubb[c].height="3px"
  183. bubb[c].visibility="visible";
  184. bubbs[c]=3;
  185. break;
  186. }
  187. for (c=0; c<bubbles; c++) if (bubby[c]) update_bubb(c);
  188. setTimeout("bubble()", 40);
  189. }
  190.  
  191. function update_bubb(i) {
  192. if (bubby[i]) {
  193. bubby[i]-=bubbs[i]/2+i%2;
  194. bubbx[i]+=(i%5-2)/5;
  195. if (bubby[i]>0 && bubbx[i]>0 && bubbx[i]<swide) {
  196. if (Math.random()<bubbs[i]/shigh*2 && bubbs[i]++<8) {
  197. bubb[i].width=bubbs[i]+"px";
  198. bubb[i].height=bubbs[i]+"px";
  199. }
  200. bubb[i].top=bubby[i]+"px";
  201. bubb[i].left=bubbx[i]+"px";
  202. }
  203. else {
  204. bubb[i].visibility="hidden";
  205. bubby[i]=0;
  206. return;
  207. }
  208. }
  209. }
  210.  
  211. window.onresize=set_width;
  212. function set_width() {
  213. var sw_min=999999;
  214. var sh_min=999999;
  215. if (document.documentElement && document.documentElement.clientWidth) {
  216. if (document.documentElement.clientWidth>0) sw_min=document.documentElement.clientWidth;
  217. if (document.documentElement.clientHeight>0) sh_min=document.documentElement.clientHeight;
  218. }
  219. if (typeof(self.innerWidth)=='number' && self.innerWidth) {
  220. if (self.innerWidth>0 && self.innerWidth<sw_min) sw_min=self.innerWidth;
  221. if (self.innerHeight>0 && self.innerHeight<sh_min) sh_min=self.innerHeight;
  222. }
  223. if (document.body.clientWidth) {
  224. if (document.body.clientWidth>0 && document.body.clientWidth<sw_min) sw_min=document.body.clientWidth;
  225. if (document.body.clientHeight>0 && document.body.clientHeight<sh_min) sh_min=document.body.clientHeight;
  226. }
  227. if (sw_min==999999 || sh_min==999999) {
  228. sw_min=800;
  229. sh_min=600;
  230. }
  231. swide=sw_min;
  232. shigh=sh_min;
  233. }
  234.  
  235. function createDiv(height, width) {
  236. var div=document.createElement("div");
  237. div.style.position="absolute";
  238. div.style.height=height;
  239. div.style.width=width;
  240. div.style.overflow="hidden";
  241. div.style.backgroundColor="transparent";
  242. return (div);
  243. }
  244. // ]]>
  245. </script>
  246. {/block:ifBubbleBathEffect}
  247.  
  248.  
  249.  
  250.  
  251. <title>{title}</title>
  252. <link rel="shortcut icon" href="{Favicon}"/>
  253. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  254. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  255.  
  256. <style>
  257.  
  258. /*---- blur effect ----*/
  259. {block:ifBlurEffect}
  260. img{
  261. -webkit-transition: all .7s linear;
  262. -moz-transition: all .7s linear;
  263. transition: all .7s linear
  264. }
  265. img:hover{-webkit-filter: blur(1px);z-index: -99px;}
  266. {/block:ifBlurEffect}
  267.  
  268. /*** iframe ***/
  269.  
  270. #controls{
  271. position:fixed;
  272. top:3px;
  273. right:0px;
  274. float:right;
  275. width:170px;
  276. }
  277.  
  278. iframe#tumblr_controls{
  279.  
  280. top:3px !important;
  281. right:14% !important;
  282. position: fixed !important;
  283. display:none;
  284. }
  285.  
  286. /** body **/
  287.  
  288. body{
  289. color:black;
  290. font-family:verdana;
  291. font-size:10px;
  292. background-color:{color:background};
  293. background-image: url({image:background});
  294. }
  295.  
  296.  
  297. #container{
  298. width:508px;
  299. margin-left:400px;
  300. margin-top:0px;
  301. background-color:#fff;
  302. position:absolute;
  303. padding:5px;
  304. -moz-box-shadow: 0 0 10px 3px #999;
  305. -webkit-box-shadow: 0 0 10px 3px #999;
  306. }
  307.  
  308. /** posts **/
  309.  
  310. #entry{
  311. padding:2px;
  312. background-color:#fff;
  313. width:500px;
  314. float:left;
  315. margin:2px;
  316. -webkit-animation: bounceIn 2s;
  317. -moz-animation: bounceIn 2s;
  318. -ms-animation: bounceIn 2s;
  319. }
  320.  
  321. .perma{
  322. opacity: 0.0;
  323. filter: alpha(opacity = 0);
  324. margin-top: 0px;
  325. width: 60px;
  326. height: 30px;
  327. line-height: 30px;
  328. font-size: 9px;
  329. position:absolute;
  330. text-align: center;
  331. z-index:9999991;
  332. margin-top: -38px;
  333. margin-left: 0px;
  334. text-align: center;
  335. -webkit-transition: all 0.3s ease-in-out;
  336. -moz-transition: all 0.3s ease-in-out;
  337. -o-transition: all 0.3s ease-in-out;
  338. transition: all 0.3s ease-in-out;
  339.  
  340. }
  341.  
  342. #entry:hover .perma {
  343. margin-top: 5px;
  344. -webkit-transition: all 0.4s ease-in-out;
  345. -moz-transition: all 0.4s ease-in-out;
  346. -o-transition: all 0.4s ease-in-out;
  347. transition: all 0.4s ease-in-out;
  348. opacity: 1;
  349.  
  350. }
  351. .countreblog {
  352. background: url("http://static.tumblr.com/uiqhh9x/X6Ym17xp2/middle.png");
  353. height: 20px;
  354. font-family: arial;
  355. font-size: 11px;
  356. text-align: left;
  357. line-height: 20px;
  358. color: #fff;
  359. position: absolute;
  360. margin-top: 0px;
  361. margin-left: 30px;
  362. padding-left: 4px;
  363. padding-right: 4px;
  364. -moz-border-radius: 2px;
  365. border-radius: 2px;
  366.  
  367. }
  368.  
  369.  
  370. .countreblog a { color: #FFF; ;}
  371.  
  372. .likep {
  373. width: 21px;
  374. height: 20px;
  375. overflow: hidden;
  376. position: relative;
  377. z-index: 9999999;
  378. position: absolute;
  379. margin-top: 0px;
  380. margin-left: 46px;
  381. }
  382. .likep a:hover {
  383. background-position: 0px 0px;
  384. }
  385. .likep a:hover {
  386. background-position: 0px 0px;
  387. }
  388. .likep a {
  389. background-image: url("http://static.tumblr.com/uiqhh9x/BPnlzww8v/like.png");
  390. background-position: 0px 0px;
  391. display: block;
  392. z-index: 9999999;
  393. webkit-transition: all 0s linear;
  394. -webkit-transition: all 0s linear;
  395. -moz-transition: all 0s linear;
  396. transition: all 0s linear;
  397. }
  398. .likep img {
  399. width: 21px;
  400. height: 20px;
  401. webkit-transition: all 0.2s linear;
  402. -webkit-transition: all 0.2s linear;
  403. -moz-transition: all 0.2s linear;
  404. transition: all 0.2s linear;
  405. }
  406. .rep img{
  407. width: 24px;
  408. height: 20px;
  409. line-height: 30px;
  410. display: inline;
  411. }
  412.  
  413. a {
  414. text-decoration: none;
  415. color: {color:Links};
  416. }
  417.  
  418. a:hover {
  419. color: {color:Links Hover};
  420. text-decoration: none;
  421. }
  422.  
  423.  
  424. #sidebar{
  425. background-color:#fff;
  426. width:300px;
  427. margin-top:0px;
  428. margin-left:94px;
  429. position:absolute;
  430. padding:3px;
  431. -moz-box-shadow: 0 0 10px 3px #999;
  432. -webkit-box-shadow: 0 0 10px 3px #999;
  433. }
  434.  
  435. div.navigate a{
  436. background: {color:Navigation Background}; color: #97bcee; letter-spacing: 0px; display:block; padding:0px 0;
  437. border: 0px solid #000000;
  438. width: 180px; margin-top:1px; position:relative; -webkit-transition-duration: .0s; z-index:1;
  439. }
  440.  
  441. div.navigate a:hover{
  442. font-weight: italic; letter-spacing: 1px; background: {color:Navigation Background Hover} ; width:280px; color: #ff006e;}; display:block; padding:0px 0;
  443. border: 0px solid #000000; z-index:2;
  444. }
  445.  
  446. .heart {display: block; -webkit-transition-duration: .40s; border-bottom: 1px solid #cececd; background-repeat: no-repeat; vertical-align: middle; line-height: 17px; text-indent: 5px; background: url('http://i11.photobucket.com/albums/a168/evelynregly/minicutes/mini4.png') no-repeat left; padding-left: 15px;}
  447.  
  448. .heart:hover {background:url('http://i11.photobucket.com/albums/a168/evelynregly/minicutes/mini3.png') no-repeat left #dddddc;text-indent : 10px;color:#F87887;}
  449.  
  450. .Heart {display: block; font-size: 8pt; font-family: Verdana, Lucida Sans Unicode, line-height: 15px; border-bottom: 1px solid #f4f4f3; text-indent: 5px; vertical-align: middle; background:
  451. url ('http://www.hellostar.org/wp-admin/images/q1.gif') no-repeat left; padding-left: 10px;
  452. padding-bottom: 2px;} .heart:hover {display : block; font-size: 8pt; font-family: Verdana, Lucida Sans Unicode, line-height: 15px; border-bottom: 1px dashed #E0DCD6, text-indent: 5px; vertical-align: middle; background: url ( 'http://www.hellostar.org/wp-admin/images/q2.gif') no-repeat left; padding-left: 10px; padding-bottom: 2px;}
  453.  
  454. #credit
  455. {z-index:999;
  456. background-color:#ffffff;
  457. width:50px;
  458. height:50px;
  459. border-radius:0px 50px 0px 0px;
  460. -moz-border-radius:0px 50px 0px 0px;
  461. position:fixed;
  462. overflow:hidden;
  463. bottom:0px;
  464. left:0px;
  465. -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
  466.  
  467. #meoww
  468. {margin-top:25px;
  469. margin-bottom:20px;
  470. margin-left:-5px;
  471. -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
  472.  
  473. #credit:hover
  474. {width:200px;
  475. -moz-border-radius:0px;
  476. border-radius:0px;}
  477.  
  478. #credit:hover #meoww
  479. {margin-top:10px;
  480. margin-left:0px;
  481. margin-bottom:4px;}
  482.  
  483.  
  484.  
  485. {CustomCSS]</style>
  486.  
  487. {block:ifEnergySaving}
  488.  
  489. <script language="javascript" type="text/javascript" src="http://www.onlineleaf.com/savetheenvironment.js"></script>
  490.  
  491. {/block:ifEnergySaving}
  492.  
  493.  
  494.  
  495. </head>
  496. <body onkeydown="return false">
  497.  
  498. <div id="credit"><center>
  499. <div id="meoww"><img src="http://i304.photobucket.com/albums/nn189/yellowbrickalleyway/Pixels/Domestic/th_cinnabun.gif"/></div>
  500. <div>
  501.  
  502. Theme by : <a href="http://danateruel.tumblr.com">Dana Teruel</a>
  503.  
  504.  
  505.  
  506. </div>
  507. </center> </div>
  508.  
  509. <div id="sidebar">
  510.  
  511. <div style="width: 300px; border: 1px solid #eee; color: #000; background-color: #fff; font-family: arial; text-transform: uppercase; font-size: 9px; line-height: 12px; margin-bottom:5px; font-weight: bold; margin-left: -0px; letter-spacing: 3px;"><center>about</center></div>
  512.  
  513. <div id="sideimage">
  514.  
  515. <img src="{image:sidebar}" height="230">
  516.  
  517. </div>
  518.  
  519. {Description}
  520.  
  521.  
  522. <Br>
  523. </br>
  524.  
  525. <div style="width: 300px; border: 1px solid #eee; color: #000; background-color: #fff; font-family: arial; text-transform: uppercase; font-size: 9px; line-height: 12px; margin-bottom:5px; font-weight: bold; margin-left: -0px; letter-spacing: 3px;"><center>links</center></div>
  526.  
  527. <center>
  528.  
  529. <div class="navigate">
  530. <a href="/">home</a>
  531. <a href="/ask">ask</a>
  532. <a href="{text:Link 1}">{text:Link 1 Title}</a>
  533. <a href="{text:Link 2}">{text:Link 2 Title}</a>
  534. <a href="{text:Link 3}">{text:Link 3 Title}</a>
  535. <a href="{text:Link 4}">{text:Link 4 Title}</a>
  536. <a href="http://danateruel.tumblr.com">credit</a>
  537.  
  538. </div>
  539. </center>
  540.  
  541.  
  542. <br></br>
  543.  
  544. <div style="width: 300px; border: 1px solid #eee; color: #000; background-color: #fff; font-family: arial; text-transform: uppercase; font-size: 9px; line-height: 12px; margin-bottom:5px; font-weight: bold; margin-left: -0px; letter-spacing: 3px;"><center>Calendar</center></div>
  545.  
  546. <center>
  547. <div style=" background-color: #fcfcfc; padding: 5px; border: 1px solid #eeeeee;"><table width="100%" border="0" cellspacing="0" cellpadding="0">
  548. <tr>
  549. <td colspan="7" align="center"><div align="center"><note>October 2012<note></div></td>
  550. </tr>
  551.  
  552. <tr>
  553. <td><div align="center"><strong>S</strong></div></td>
  554. <td><div align="center"><strong>M</strong></div></td>
  555. <td><div align="center"><strong>T</strong></div></td>
  556. <td><div align="center"><strong>W</strong></div></td>
  557. <td><div align="center"><strong>TH</strong></div></td>
  558. <td><div align="center"><strong>F</strong></div></td>
  559. <td><div align="center"><strong>S</strong></div></td>
  560. </tr>
  561.  
  562. <tr>
  563. <td><div align="center"></div></td>
  564. <td><div align="center"></div></td>
  565. <td><div align="center"></div></td>
  566. <td><div align="center"></div></td>
  567. <td><div align="center">1</div></td>
  568. <td><div align="center">2</div></td>
  569. <td><div align="center">3</div></td>
  570. </tr>
  571.  
  572. <tr>
  573. <td><div align="center">4</div></td>
  574. <td><div align="center">5</div></td>
  575. <td><div align="center">6</div></td>
  576. <td><div align="center"><d>7</d></div></td>
  577. <td><div align="center">8</div></td>
  578. <td><div align="center">9</div></td>
  579. <td><div align="center">10</div></td>
  580. </tr>
  581.  
  582. <tr>
  583. <td><div align="center">11</div></td>
  584. <td><div align="center">12</div></td>
  585. <td><div align="center"><d>13</d></div></td>
  586. <td><div align="center">14</div></td>
  587. <td><div align="center">15</div></td>
  588. <td><div align="center">16</div></td>
  589. <td><div align="center">17</div></td>
  590. </tr>
  591.  
  592. <tr>
  593. <td><div align="center">18</div></td>
  594. <td><div align="center">19</div></td>
  595. <td><div align="center">20</div></td>
  596. <td><div align="center">21</div></td>
  597. <td><div align="center">22</div></td>
  598. <td><div align="center">23</div></td>
  599. <td><div align="center">24</div></td>
  600. </tr>
  601.  
  602. <tr>
  603. <td><div align="center">25</div></td>
  604. <td><div align="center">26</div></td>
  605. <td><div align="center">27</div></td>
  606. <td><div align="center">28</div></td>
  607.  
  608. </tr></table></div><p><br/>
  609.  
  610. <div style="width: 300px; border: 1px solid #eee; color: #000; background-color: #fff; font-family: arial; text-transform: uppercase; font-size: 9px; line-height: 12px; margin-bottom:5px; font-weight: bold; margin-left: -0px; letter-spacing: 3px;"><center>Stats</center></div>
  611.  
  612. <div class="heart"> <a href="/">{text:stat 1}</a> </div>
  613. <div class="heart"> <a href="/">{text:stat 2}</a> </div>
  614. <div class="heart"> <a href="/">{text:stat 3}</a> </div>
  615. <div class="heart"> <a href="/">{text:stat 4}</a> </div>
  616. <div class="heart"> <a href="/">Theme by dana teruel</a> </div>
  617.  
  618. </div>
  619.  
  620.  
  621.  
  622.  
  623.  
  624.  
  625. <div id="container">
  626.  
  627. {block:Posts}
  628.  
  629.  
  630.  
  631. <hr>
  632. <div id="entry">
  633.  
  634. {block:IndexPage}<div class="perma">
  635. <div class="likep"><a id="like{PostID}" href="javascript:likelink('{PostID}','{Permalink}','');"><img src="http://static.tumblr.com/lba83dv/OUUltd958/spacer.gif" width="21" height="20" alt="Like this post" id="likeimage{PostID}"/></a></div>
  636. <div class="rep"><a href="{reblogurl}" target="_blank"><img src="http://static.tumblr.com/uiqhh9x/OAClzwwao/reblog.png" width="30"/></a>
  637. <span class="countreblog"><a href="{Permalink}">{NoteCount}</a></span></div>
  638. </div> {/block:IndexPage}
  639.  
  640. {block:Title}{Title}{/block:Title}
  641.  
  642. {block:Text}{Body}{/block:Text}
  643.  
  644. {block:Photo}
  645. <a href="{permalink}"><img src="{PhotoURL-500}" width="500"/></a>
  646. {/block:Photo}
  647.  
  648. {block:Photoset}
  649. {Photoset-500}
  650. {/block:Photoset}
  651.  
  652.  
  653. {block:Quote}
  654. {Quote}
  655. <div align="right">
  656. {block:Source}-{Source}{/block:Source}
  657. </div>
  658. {/block:Quote}
  659.  
  660.  
  661. {block:Video}
  662. {Video-500}<br>
  663. {PlayCountWithLabel}
  664. {/block:Video}
  665.  
  666.  
  667. {block:Link}
  668. <a href="{URL}" class="link" {Target}>{Name}</a><BR>
  669. {block:Description}{Description}{/block:Description}
  670. {/block:Link}
  671.  
  672. {block:Chat}
  673. {block:Lines}
  674. {block:Label}
  675. <br>{Label}
  676. {/block:Label}
  677. &nbsp;{Line}
  678. {/block:Lines}
  679. {/block:Chat}
  680.  
  681. {block:Audio}
  682. {AudioPlayerBlack}
  683. <br><div align="right">{block:Artist}
  684. Artist: {Artist}</div>
  685. {/block:Artist}<br>
  686. {block:Caption}{Caption}{/block:Caption}
  687. {/block:Audio}
  688.  
  689.  
  690. {block:Answer}
  691. {Asker} asked <b>{Question}</b><Br>
  692. {Answer}
  693. {/block:Answer}
  694.  
  695. {block:PermalinkPage}
  696. {block:Caption}
  697. {Caption}
  698. {/block:Caption}
  699. <br>
  700. {block:NoteCount}
  701. {NoteCount} notes
  702. {/block:NoteCount}
  703. <Br>
  704. {block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  705. {/block:PermalinkPage}
  706. </div>
  707.  
  708. {/block:Posts}
  709.  
  710. </div>
  711.  
  712. </body>
  713. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement