Advertisement
interludethenshivers

Theme 05, Tuck Everlasting❂

Apr 5th, 2013
953
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.08 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <link href='http://fonts.googleapis.com/css?family=Abel' rel='stylesheet' type='text/css'>
  5. <!-- Interlude theme 05:❂TUCK EVERLASTING❂
  6.  
  7.  
  8. °DO NOT STEAL
  9. °CREDIT OF THE TITLE FRAME:
  10. http://www.creativeblogspot.com/2010/04/so-i-saw-this-quote-by-albert-eistein.html
  11. °THE OTHER THING IS MINE
  12. °AWW HAVE YOU SEEN TUCK EVERLASTING?? IS THE CUTEST MOVIE EVER :') WELL ACTUALLY NO BUT YES IDK JUST WATCH IT ;)
  13. °IF YOU MAKE A FEW CHANGES DOESN´T MEAN THE THEME IS YOURS!
  14. °AND JUST KEEP THE CREDIT PRETTY PRETTY PLEASE:)
  15. °I LIKE THIS SYMBOLS ❂❂❂❂❂
  16. °OK GRACIAS!!!
  17. -->
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24. <title>{Title}</title>
  25. <link rel="shortcut icon" href="{Favicon}">
  26. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  27. <meta name="viewport" content="width=820" />
  28. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  29.  
  30. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  31.  
  32. <meta name="color:background" content="#ffffff"/>
  33. <meta name="color:text" content="#727272"/>
  34. <meta name="color:links" content="#978878"/>
  35. <meta name="color:hover" content="#000000"/>
  36. <meta name="color:blockquote" content="#eeeeee"/>
  37. <meta name="color:scrollbar bg" content="#ffffff"/>
  38. <meta name="color:scrollbar thumb" content="#585858"/>
  39. <meta name="color:Title" content="#7a7672"/>
  40. <meta name="color:borders" content="#8b8b8b"/>
  41.  
  42.  
  43. <meta name="image:background" content=""/>
  44.  
  45.  
  46. <meta name="if:full sized background" content="0"/>
  47. <meta name="if:PostsOpacity" content="1"/>
  48. <meta name="if:custom scrollbar" content="1"/>
  49. <meta name="if:BorderOne" content="0"/>
  50. <meta name="if:BorderTwo" content="0"/>
  51.  
  52.  
  53. <meta name="text:homelabel" content="home"/>
  54. <meta name="text:asklabel" content="message"/>
  55.  
  56. <meta name="text:Link1URL" content="http://" />
  57. <meta name="text:Link1Title" content="uno" />
  58.  
  59. <meta name="text:Link2URL" content="http://" />
  60. <meta name="text:Link2Title" content="dos" />
  61.  
  62. <style type="text/css">
  63.  
  64.  
  65. @font-face {
  66. font-family: "WerraType";
  67. src: url('http://static.tumblr.com/izeveah/myRmkr1ya/hype.ttf');
  68. }
  69.  
  70. @font-face {
  71. font-family: "LearningCurve";
  72. src: url('http://static.tumblr.com/izeveah/teDmkrjmk/learningcurve.ttf');
  73. }
  74.  
  75. @font-face {
  76. font-family: "Neverletgo";
  77. src: url('http://static.tumblr.com/izeveah/Yuqmkredi/neverletgo.ttf');
  78. }
  79.  
  80. body {
  81. margin: 0 0 20px 0;
  82. background-color: {color:Background};
  83. background-image:url({image:background});
  84. background-attachment: fixed;
  85. background-repeat: repeat;
  86. {block:iffullsizedbackground}background-size:100%;{/block:iffullsizedbackground}
  87. font-family: georgia, times new roman, serif;
  88. font-size: 10px;
  89. line-height:120%;
  90. color:{color:text};
  91. letter-spacing:0.5px;
  92. }
  93.  
  94. iframe#tumblr_controls {
  95. right:3px !important;
  96. position: fixed !important;
  97. opacity: 0.5;
  98.  
  99. -webkit-transition: opacity 0.7s linear;
  100. -webkit-transition: all 0.8s ease-out;
  101. -moz-transition: all 0.8s ease-out;
  102. transition: all 0.8s ease-out;
  103. -webkit-filter: invert(100%);
  104. }
  105.  
  106. iframe#tumblr_controls:hover{
  107. -webkit-transition: opacity 0.7s linear;
  108. opacity: 1;
  109.  
  110. -webkit-transition: all 0.4s ease-out;
  111. -moz-transition: all 0.4s ease-out;
  112. transition: all 0.4s ease-out;
  113. }
  114.  
  115. iframe#tumblr_controls {
  116. top: 0% !important;
  117. right:0% !important;
  118. position: fixed !important;
  119. }
  120. ::selection {
  121. background: #f7f7f7;
  122. text-shadow:1px 2px 3px #acacac;
  123. text-shadow:0px 0px 3px #acacac;
  124. -webkit-transition: all 0.2s linear;
  125. -webkit-transition: all 0.2s linear;
  126. -moz-transition: all 0.2s linear;
  127. transition: all 0.2s linear;
  128. }
  129.  
  130. ::-moz-selection {
  131. background: #f7f7f7;
  132. text-shadow:1px 2px 3px #acacac;
  133. text-shadow:0px 0px 3px #acacac;
  134. -webkit-transition: all 0.2s linear;
  135. -webkit-transition: all 0.2s linear;
  136. -moz-transition: all 0.2s linear;
  137. transition: all 0.2s linear;
  138. }
  139. ::-webkit-selection {
  140. background: #f7f7f7;
  141. text-shadow:1px 2px 3px #acacac;
  142. text-shadow:0px 0px 3px #acacac;
  143. -webkit-transition: all 0.2s linear;
  144. -webkit-transition: all 0.2s linear;
  145. -moz-transition: all 0.2s linear;
  146. transition: all 0.2s linear;
  147. }
  148.  
  149.  
  150.  
  151. a {
  152. color:{color:links};
  153. text-decoration:none;
  154. -webkit-transition: all 0.4s linear;
  155. -moz-transition: all 0.4s linear;
  156. transition: all 0.4s linear;
  157. }
  158.  
  159. a:hover {
  160. color:{color:hover};
  161. text-decoration:none;
  162. -webkit-transition: all 0.4s linear;
  163. -moz-transition: all 0.4s linear;
  164. transition: all 0.4s linear;
  165. }
  166.  
  167.  
  168.  
  169. {block:Ifcustomscrollbar}
  170. ::-webkit-scrollbar {
  171. width:5px;
  172. height:5px;
  173. }
  174.  
  175. ::-webkit-scrollbar-track {
  176. background-color:{color:scrollbar bg};
  177. }
  178.  
  179. ::-webkit-scrollbar-thumb {
  180. background-color:{color:scrollbar thumb};
  181. }
  182. {/block:Ifcustomscrollbar}
  183.  
  184.  
  185.  
  186. #cage {
  187. width:{block:indexpage}width:100%{/block:indexpage};
  188. margin:0px auto;
  189. }
  190.  
  191.  
  192.  
  193. #content{
  194. width: 300px;
  195. height:100%;
  196. z-index:999;
  197.  
  198. margin:5px 0 0 490px;
  199. }
  200.  
  201. #entry {
  202. {block:ifPostsOpacity}
  203. opacity:0.85;
  204. {/block:ifPostsOpacity}
  205. width: 300px;
  206. position:relative;
  207. background:{color:posts background};
  208.  
  209. margin:9px 10px 10px 100px;
  210. float:left;
  211. position:relative;
  212. overflow:hidden;
  213. -webkit-transition: all 0.5s ease;
  214. -moz-transition: all 0.5s ease;
  215. -o-transition: all 0.5s ease;
  216. }
  217.  
  218.  
  219. #entry:hover{
  220. opacity:1;
  221. -webkit-transition: all 0.5s ease;
  222. -moz-transition: all 0.5s ease;
  223. -o-transition: all 0.5s ease;}
  224.  
  225. .bigger {
  226. width:auto!important;
  227. }
  228.  
  229. .permalink{
  230. padding:5px;
  231. text-align:left;
  232. color:gray;
  233. position: relative;
  234. margin-right: -10px;
  235. font-size: 18px;
  236. opacity: 0;
  237. filter: alpha(opacity = 0);
  238. -moz-transition: all 0.4s;
  239. -webkit-transition: all 0.4s;
  240. -o-transition: all 0.4s;transition: all 0.4;
  241. }
  242. div#entry:hover .permalink{margin-right: 1px;opacity: 1;filter: alpha(opacity = 100);-moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;}
  243.  
  244.  
  245.  
  246.  
  247. #entry .posttitle {
  248. text-transform:uppercase;
  249. font-size:15px;
  250. letter-spacing:3px;
  251. font-family:WerraType;
  252. margin-top:5px;
  253. padding-left:10px;
  254. }
  255.  
  256. #entry .linktitle {
  257. font-size:15px;
  258. font-family:WerraType;
  259. letter-spacing:3px;
  260. text-transform:uppercase;
  261. margin-top:5px;
  262. border-bottom-style: double;
  263. border-bottom-color:{color:links};
  264. line-height:150%;
  265. }
  266.  
  267. #entry .linktitle:hover {
  268. border-bottom-color:{color:hover};
  269. }
  270.  
  271. #entry .title{
  272. font-family:WerraType;
  273. letter-spacing:3px;
  274. text-transform:uppercase;
  275. font-size: 15px;
  276. line-height: 15px;
  277. letter-spacing: 3px;
  278. font-weight: normal;
  279. padding:0px 0px 0px 0px;
  280. }
  281.  
  282. #entry .posttitle a, #entry .linktitle a, #entry .title a {
  283. color:{color:text};
  284. }
  285.  
  286. #entry .audioplayer {
  287. position:absolute;
  288. width:28px;
  289. height:28px;
  290. background:url(http://static.tumblr.com/sjl0ztp/1DNm957sg/border.png);
  291. padding:10px;
  292. overflow:hidden;
  293. top:111px;
  294. left:111px;
  295. }
  296.  
  297. #entry .audioplayer .inner {
  298. width:28px;
  299. overflow:hidden;
  300. }
  301.  
  302. blockquote{
  303. margin:0px 5px;
  304. padding:7px 10px;
  305. border-left: 2px solid {color:text};
  306. border-right: 2px solid {color:text};
  307. background:{color:blockquote};
  308. }
  309.  
  310. .postnotes ul, .postnotes ol, .postnotes li { list-style:none; margin:0px; padding:0px; }
  311. .postnotes li { padding:5px 0px; }
  312. .postnotes .avatar { margin-right:10px; }
  313. .chat ul, .chat ol, .chat li{list-style:none; margin-left:-40px; padding:0px;}
  314. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  315. .user_7 .label, .user_8 .label, .user_9 .label {font-weight:600;}
  316.  
  317. .notes img{
  318. width:10px;
  319. position:relative;
  320. top:3px;
  321. }
  322.  
  323. .photoset, .photoset_row, div.photoset_photo, .photoset img, .html_photoset {
  324. width: 300px;
  325.  
  326. -webkit-transition: all 0.5s ease-in-out;
  327. -moz-transition: all 0.5s ease-in-out;
  328. -o-transition: all 0.5s ease-in-out;
  329. -ms-transition: all 0.5s ease-in-out;
  330. transition: all 0.5s ease-in-out;
  331.  
  332. }
  333.  
  334. .photo, div.photo, .photo img {
  335. width: 300px;
  336. -webkit-transition: all 0.5s ease-in-out;
  337. -moz-transition: all 0.5s ease-in-out;
  338. -o-transition: all 0.5s ease-in-out;
  339. -ms-transition: all 0.5s ease-in-out;
  340. transition: all 0.5s ease-in-out;
  341. {block:ifblackandwhiteimages}
  342. filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  343. filter: gray;
  344. -webkit-filter: grayscale(100%);
  345. {/block:ifblackandwhiteimages}
  346. }
  347.  
  348. .photo:hover, div.photo:hover, .photo img:hover, .photoset:hover, .photoset_row:hover, div.photoset_photo:hover, .photoset img:hover, .html_photoset:hover {
  349. -webkit-transition: all 0.7s ease-in-out;
  350. -moz-transition: all 0.7s ease-in-out;
  351. -o-transition: all 0.7s ease-in-out;
  352. }
  353.  
  354. .arrow-down {
  355. width: 0;
  356. height: 0;
  357. border-left: 10px inset transparent;
  358. border-right: 10px inset transparent;
  359. border-top: 10px solid {color:blockquote};
  360. margin:0px 0px 0px 20px;
  361. }
  362.  
  363. #infscr-loading {
  364. text-align: center;
  365. z-index: 100;
  366. position: fixed;
  367. left:50%;
  368. bottom: 20px;
  369. font-size:0px;
  370. background:#fff;
  371. padding:2px;
  372. -webkit-border-radius: 60px;
  373. -moz-border-radius: 60px;
  374. border-radius: 60px;
  375. width:48px;
  376. height:48px;
  377. }
  378.  
  379. #infscr-loading img {
  380. -webkit-border-radius: 60px;
  381. -moz-border-radius: 60px;
  382. border-radius: 60px;
  383. }
  384.  
  385. .q {
  386. text-transform:none;
  387. font-family:georgia;
  388. font-size:40px;
  389. padding-top:10px;
  390. color:{color:text};
  391.  
  392. }
  393.  
  394. #top-link{
  395. position:fixed;
  396. bottom:15px;
  397. right:15px;
  398. margin:0px auto;
  399. font-size:20px;
  400. padding-top:5px;
  401. text-align:center;
  402. width:25px;
  403. height:20px;
  404. background:{color:back to top button};
  405. -webkit-border-radius: 100px;
  406. -moz-border-radius: 100px;
  407. border-radius: 100px;
  408. color:{color:background};
  409. }
  410.  
  411.  
  412.  
  413. #posts td {
  414.  
  415. }
  416.  
  417.  
  418. #tallsidebar{
  419. margin-top:-10px;
  420. border:double;
  421. border-color:{color:borders};
  422. width:290px;
  423. height:120%;
  424. background-color:#ffffff;
  425. position:fixed;
  426. top:0px;
  427. left:255px;
  428. padding:10px;
  429. }
  430. #border img{
  431. position:fixed;
  432. margin-left:200px;
  433. margin-top:-5px;}
  434.  
  435. #borderr img{
  436. position:fixed;
  437. margin-left:930px;
  438. margin-top:-5px;
  439. }
  440.  
  441. #title{
  442. font-family:'Neverletgo';
  443. width:200px;
  444. z-index:-999.999;
  445. position:fixed;
  446. font-size: 30px;
  447. margin-top:65px;
  448. margin-left:60px;
  449. text-align:left;
  450. line-height:30px;
  451. color:{color:Title}; }
  452.  
  453. #header img{
  454. opacity:0.7;
  455. margin-left:-5px;
  456. width:300px;
  457. height:auto;
  458. position:fixed;
  459. z-index:-1;
  460. }
  461.  
  462. #description {
  463. text-align:justify;
  464. margin-top:200px;
  465. margin-left:25px;
  466. width:100px;
  467. height:auto;
  468. position:fixed;
  469. font-family:'calibri';
  470. font-size:10px;
  471. }
  472.  
  473. #SideLinks img{
  474. opacity:0.5;
  475. margin-top:190px;
  476. margin-left:150px;
  477. position:fixed;
  478. z-index:-1;
  479. }
  480.  
  481.  
  482.  
  483. #SideLinks a{
  484. text-align:center;
  485. width:50px;
  486. display:inline-block;
  487. padding:4px 20px 4px 20px;
  488. color:#9a9a9a;
  489. margin-bottom: 1px;
  490. font-size:8px;
  491. font-family:'calibri';
  492. font-style:italic;
  493. text-transform:uppercase;
  494. margin-top:197px;
  495. margin-left:150px;
  496. position:fixed;
  497. }
  498.  
  499. #SideLinks a:hover{
  500. color:#fff;
  501. -moz-transition-duration:0.4s;
  502. -webkit-transition-duration:0.4s;
  503. -o-transition-duration:0.4s;}
  504.  
  505. #uno {
  506. text-align:center;
  507. color:#9a9a9a;
  508. font-size:8px;
  509. font-family:'calibri';
  510. font-style:italic;
  511. text-transform:uppercase;
  512. margin-top:195px;
  513. margin-left:185px;
  514. position:fixed;
  515. }
  516.  
  517. #dos {
  518. text-align:center;
  519. color:#9a9a9a;
  520. font-size:8px;
  521. font-family:'calibri';
  522. font-style:italic;
  523. text-transform:uppercase;
  524. margin-top:225px;
  525. margin-left:185px;
  526. position:fixed;
  527. }
  528. #tres {
  529. text-align:center;
  530. color:#9a9a9a;
  531. font-size:8px;
  532. font-family:'calibri';
  533. font-style:italic;
  534. text-transform:uppercase;
  535. margin-top:258px;
  536. margin-left:185px;
  537. position:fixed;
  538. }
  539. #cuatro {
  540. text-align:center;
  541. color:#9a9a9a;
  542. font-size:8px;
  543. font-family:'calibri';
  544. font-style:italic;
  545. text-transform:uppercase;
  546. margin-top:296px;
  547. margin-left:185px;
  548. position:fixed;
  549. -webkit-transform: rotate(7deg);
  550. -moz-transform: rotate(7deg);
  551. -o-transform: rotate(7deg);
  552. }
  553. #uno #dos #tres #cuatro a:hover{
  554. color:{color:Hover};
  555. -webkit-transition: all 0.4s linear;
  556. -moz-transition: all 0.4s linear;
  557. transition: all 0.4s linear;
  558. }
  559.  
  560. {CustomCSS}
  561.  
  562. </style>
  563.  
  564. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  565.  
  566. </head>
  567.  
  568.  
  569.  
  570. <body>
  571.  
  572. {block:ifBorderOne}
  573.  
  574. <div id="border">
  575. <img src="http://static.tumblr.com/izeveah/QLPmkrsjl/finally.png">
  576. </div>
  577.  
  578. {/block:ifBorderOne}
  579.  
  580.  
  581. <div id="tallsidebar">
  582. <div id="header">
  583. <div id="title">
  584. {title}
  585. </div>
  586. <img src="http://static.tumblr.com/izeveah/bArmkrc8t/01.jpg">
  587. </div>
  588. <div id="description">
  589. {description}
  590. </div>
  591. <div id="SideLinks">
  592. <img src="http://static.tumblr.com/izeveah/FIWmkrp9m/nwhnwia.jpg">
  593. </div>
  594. <div id="uno"><a href="/">{text:HomeLabel}</a></div>
  595. <div id="dos"><a href="/ask">{text:AskLabel}</a></div>
  596. <div id="tres"><a href="{text:Link1URL}">{text:Link1Title}</a></div>
  597. <div id="cuatro"><a href="{text:Link2URL}">{text:Link2Title}</a></div>
  598. </div>
  599. {block:ifBorderTwo}
  600. <div id="borderr">
  601. <img src="http://static.tumblr.com/izeveah/Jqmmkrsuj/finallyright.png">
  602. </div>
  603. {/block:ifBorderTwo}
  604. <div id="cage">
  605.  
  606. <div id="content">
  607.  
  608. <table id="posts">
  609. <div class = "autopagerize_page_element" >
  610. {block:Posts}
  611.  
  612. <div id="entry" class="{block:indexpage}{block:photo} bigger{/block:photo}{block:video} bigger{/block:video}{/block:indexpage}">
  613.  
  614. {block:indexpage}
  615.  
  616.  
  617. {/block:indexpage}
  618.  
  619. {block:Text}
  620. {block:Title}<div class="posttitle">☛<a href="{Permalink}">{Title}</a></div>{/block:Title}
  621. {Body}
  622.  
  623. <div class="permalink"><a href="{Permalink}">❂</a></div>{/block:IndexPage}</div>
  624. {/block:Text}
  625.  
  626. {block:Link}
  627. <span class="linktitle"><a href="{URL}">{Name}</a></span>
  628. {block:Description}{Description}{/block:Description}
  629.  
  630. <div class="permalink"><a href="{Permalink}">❂</a></div>{/block:IndexPage}</div>
  631. {block:Link}
  632.  
  633. {block:Photo}{block:IndexPage}{LinkOpenTag}<div class="photo"><a href="{Permalink}"><img src="{PhotoURL-400}" alt="{alt}" title="{alt}" /></a></div>{LinkCloseTag}{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"width="500px"/>{LinkCloseTag}{/block:PermalinkPage}
  634. {/block:Photo}
  635.  
  636. {block:Quote}
  637. <div class="q">&ldquo;</div><span class="title"><a href="{permalink}"><font face="WerraType">{Quote}</font></a></span> {block:Source}<p style="margin:5px 0px 0px 0px;text-align:right;">-- <b>{Source}</b></p>{/block:Source}
  638.  
  639. <div class="permalink"><a href="{Permalink}">❂</a></div>{/block:IndexPage}</div>
  640. {/block:Quote}
  641.  
  642. {block:Chat}
  643. {block:Title}<span class="title"><center>{Title}</center></span>{/block:Title}
  644. <ul class="chat">
  645. {block:Lines}
  646. <li class="user_{UserNumber}">
  647. {block:Label}
  648. <span class="label">{Label}</span>
  649. {/block:Label}
  650. {Line}
  651. </li>
  652. {/block:Lines}
  653. </ul>
  654.  
  655. <div class="permalink"><a href="{Permalink}">❂</a></div>{/block:IndexPage}</div>
  656. {/block:Chat}
  657.  
  658. {block:Answer}
  659. <div style="padding:5px;background:{color:blockquote};color:{color:posts background};">{Question}</div>
  660. <div class="arrow-down"></div>
  661. <div style="font-family:courier new;text-transform:uppercase;margin:5px 0px 0px 22px;"><img src="{AskerPortraitURL-16}"> {lang:Asked by Asker 2}</div>
  662. {Answer}
  663.  
  664. <div class="permalink"><a href="{Permalink}">❂</a></div>{/block:IndexPage}</div>
  665. {/block:Answer}
  666.  
  667. {block:Audio}
  668. {block:AudioPlayer}
  669. {block:AlbumArt}<div class="audioplayer"><div class="inner">{AudioPlayerBlack}</div></div><a href="{Permalink}"><img src="{AlbumArtURL}" width="250px" height="250px"></a>
  670. {/block:AlbumArt}
  671. <br /><br />
  672. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  673. {block:Album}<b>Album:</b> {Album}<br />{/block:Album}
  674. {block:TrackName}<b>Track:</b> {TrackName}<br />{/block:TrackName}
  675. {block:PlayCount}<b>Played:</b> {Playcount} times{/block:PlayCount}
  676. {/block:AudioPlayer}
  677.  
  678. <div class="permalink"><a href="{Permalink}">❂</a></div>{/block:IndexPage}</div>
  679. {/block:Audio}
  680.  
  681. {block:Video}
  682. {block:indexpage}{Video-400}{/block:indexpage}{block:permalinkpage}{Video-500}{/block:permalinkpage}
  683. {block:indexpage}{block:ifshowcaptions}{block:caption}{caption}{/block:caption}{/block:ifshowcaptions}{/block:indexpage}
  684.  
  685. <div class="permalink"><a href="{Permalink}"></a></div>{/block:IndexPage}</div>
  686. {block:Video}
  687.  
  688. </div>
  689. {/block:Posts}
  690. </div>
  691.  
  692. {block:posts}
  693. {block:permalinkpage}
  694. {block:caption}<div id="entry">{caption}</div>{/block:caption}
  695. {block:date}<div id="entry">
  696. {lang:Posted TimeAgo with NoteCount notes}<br />{block:RebloggedFrom}{lang:Reblogged from ReblogParentName 2}<br />
  697. {lang:Originally from ReblogRootName 2}<br />{/block:RebloggedFrom}
  698. {block:ContentSource}&copy; <a href="{SourceURL}">{SourceTitle}</a><br />{/block:ContentSource}
  699. {block:HasTags}{lang:Tagged with} {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  700. </div>{/block:date}
  701. {block:PostNotes}<div id="entry"><span class="postnotes">{PostNotes}</span></div>{/block:PostNotes}
  702. {/block:permalinkpage}
  703. {/block:posts}
  704. </div>
  705. </div>
  706.  
  707. <script src="http://static.tumblr.com/izeveah/FSsmjf1jq/gunsorhands.txt"></script>
  708.  
  709.  
  710.  
  711. {block:IfGoogleAnalyticsID}
  712. <script>
  713. var _gaq=[['_setAccount','{text:Google Analytics ID}'],['_trackPageview']];
  714. (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
  715. g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
  716. s.parentNode.insertBefore(g,s)}(document,'script'));
  717. </script>
  718. {/block:IfGoogleAnalyticsID}
  719.  
  720. </body>
  721. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement