Advertisement
interludethenshivers

Theme 04, Rhythm of love, Horizontal version

Mar 10th, 2013
5,267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.54 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.  
  5. <!--Interlude theme 04: RHYTHM OF LOVE HORIZONTAL VERSION-->
  6.  
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  10. <meta name="viewport" content="width=820" />
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  14.  
  15. <meta name="color:background" content="#ffffff"/>
  16. <meta name="color:text" content="#727272"/>
  17. <meta name="color:links" content="#6e86bb"/>
  18. <meta name="color:hover" content="#928d87"/>
  19. <meta name="color:blockquote" content="#eeeeee"/>
  20. <meta name="color:scrollbar bg" content="#ffffff"/>
  21. <meta name="color:scrollbar thumb" content="#585858"/>
  22. <meta name="color:pagnition" content="#696969"/>
  23. <meta name="color:pagnitionHover" content="#4e4e4e"/>
  24. <meta name="color:SidebarBackground" content="#ffffff"/>
  25. <meta name="color:Description" content="#7c7c7c"/>
  26. <meta name="color:Title" content="#a3a3a3"/>
  27. <meta name="color:SidebarLinks" content="#a3a3a3"/>
  28.  
  29.  
  30. <meta name="image:background" content=""/>
  31. <meta name="image:Sidebar" content="http://static.tumblr.com/izeveah/44cmjdor0/shake.gif"/>
  32.  
  33. <meta name="if:full sized background" content="0"/>
  34. <meta name="if:PostsOpacity" content="1"/>
  35. <meta name="if:custom scrollbar" content="1"/>
  36. <meta name="if:HideSidebarFrame" content="0"/>
  37.  
  38. <meta name="text:homelabel" content="home"/>
  39. <meta name="text:asklabel" content="message"/>
  40.  
  41. <meta name="text:Link1URL" content="http://" />
  42. <meta name="text:Link1Title" content="uno" />
  43.  
  44. <meta name="text:Link2URL" content="http://" />
  45. <meta name="text:Link2Title" content="dos" />
  46.  
  47. <meta name="text:Link3URL" content="http://" />
  48. <meta name="text:Link3Title" content="tres" />
  49.  
  50. <meta name="text:FrameMarginLeft" content="5" />
  51. <meta name="text:DescriptionMarginLeft" content="12" />
  52. <meta name="text:TitleMarginLeft" content="13" />
  53. <meta name="text:linksMarginLeft" content="8" />
  54.  
  55. <style type="text/css">
  56.  
  57.  
  58. @font-face {
  59. font-family: "WerraType";
  60. src: url('http://static.tumblr.com/izeveah/NPkmj7s1b/vvwwerratype_.ttf');
  61. }
  62.  
  63. @font-face {
  64. font-family: "JackStory";
  65. src: url('http://static.tumblr.com/izeveah/LgFmjeicu/cfjackstory-regular.ttf');
  66. }
  67.  
  68.  
  69. body {
  70. margin: 0 0 20px 0;
  71. background-color: {color:Background};
  72. background-image:url({image:background});
  73. background-attachment: fixed;
  74. background-repeat: repeat;
  75. {block:iffullsizedbackground}background-size:100%;{/block:iffullsizedbackground}
  76. font-family: georgia, times new roman, serif;
  77. font-size: 10px;
  78. line-height:120%;
  79. color:{color:text};
  80. letter-spacing:0.5px;
  81. }
  82.  
  83. iframe#tumblr_controls {
  84. right:3px !important;
  85. position: fixed !important;
  86. opacity: 0.5;
  87.  
  88. -webkit-transition: opacity 0.7s linear;
  89. -webkit-transition: all 0.8s ease-out;
  90. -moz-transition: all 0.8s ease-out;
  91. transition: all 0.8s ease-out;
  92. -webkit-filter: invert(100%);
  93. }
  94.  
  95. iframe#tumblr_controls:hover{
  96. -webkit-transition: opacity 0.7s linear;
  97. opacity: 1;
  98.  
  99. -webkit-transition: all 0.4s ease-out;
  100. -moz-transition: all 0.4s ease-out;
  101. transition: all 0.4s ease-out;
  102. }
  103.  
  104. iframe#tumblr_controls {
  105. top: 0% !important;
  106. right:0% !important;
  107. position: fixed !important;
  108. }
  109. ::selection {
  110. background: #f7f7f7;
  111. text-shadow:1px 2px 3px #acacac;
  112. text-shadow:0px 0px 3px #acacac;
  113. -webkit-transition: all 0.2s linear;
  114. -webkit-transition: all 0.2s linear;
  115. -moz-transition: all 0.2s linear;
  116. transition: all 0.2s linear;
  117. }
  118.  
  119. ::-moz-selection {
  120. background: #f7f7f7;
  121. text-shadow:1px 2px 3px #acacac;
  122. text-shadow:0px 0px 3px #acacac;
  123. -webkit-transition: all 0.2s linear;
  124. -webkit-transition: all 0.2s linear;
  125. -moz-transition: all 0.2s linear;
  126. transition: all 0.2s linear;
  127. }
  128. ::-webkit-selection {
  129. background: #f7f7f7;
  130. text-shadow:1px 2px 3px #acacac;
  131. text-shadow:0px 0px 3px #acacac;
  132. -webkit-transition: all 0.2s linear;
  133. -webkit-transition: all 0.2s linear;
  134. -moz-transition: all 0.2s linear;
  135. transition: all 0.2s linear;
  136. }
  137.  
  138.  
  139.  
  140. a {
  141. color:{color:links};
  142. text-decoration:none;
  143. -webkit-transition: all 0.4s linear;
  144. -moz-transition: all 0.4s linear;
  145. transition: all 0.4s linear;
  146. }
  147.  
  148. a:hover {
  149. color:{color:hover};
  150. text-decoration:none;
  151. }
  152.  
  153.  
  154.  
  155. {block:Ifcustomscrollbar}
  156. ::-webkit-scrollbar {
  157. width:10px;
  158. height:10px;
  159. }
  160.  
  161. ::-webkit-scrollbar-track {
  162. background-color:{color:scrollbar bg};
  163. }
  164.  
  165. ::-webkit-scrollbar-thumb {
  166. background-color:{color:scrollbar thumb};
  167. }
  168. {/block:Ifcustomscrollbar}
  169.  
  170.  
  171.  
  172. #cage {
  173. width:{block:indexpage}width:100%{/block:indexpage};
  174. margin:0px auto;
  175. }
  176.  
  177.  
  178.  
  179. #content{
  180. {block:indexpage}width:100%;{/block:indexpage}
  181. {block:permalinkpage}width:520px;{/block:permalinkpage}
  182. height:100%;
  183. z-index:999;
  184.  
  185. margin:50px 0 0 270px;
  186. }
  187.  
  188. #entry {
  189. {block:ifPostsOpacity}
  190. opacity:0.7;
  191. {block:ifPostsOpacity}
  192. {block:indexpage}width:250px;{/block:indexpage}
  193. {block:permalinkpage}width:500px;{/block:permalinkpage}
  194. position:relative;
  195. background:{color:posts background};
  196.  
  197. margin:52px 10px 10px 0px;
  198. float:left;
  199. position:relative;
  200. overflow:hidden;
  201. -webkit-transition: all 0.5s ease;
  202. -moz-transition: all 0.5s ease;
  203. -o-transition: all 0.5s ease;
  204. }
  205.  
  206.  
  207. #entry:hover{
  208. opacity:1;
  209. -webkit-transition: all 0.5s ease;
  210. -moz-transition: all 0.5s ease;
  211. -o-transition: all 0.5s ease;}
  212.  
  213. .bigger {
  214. width:auto!important;
  215. }
  216.  
  217. .permalink{text-align:left;color:gray;position: relative;margin-top: -10px;font-size: 18px;opacity: 0;filter: alpha(opacity = 0);-moz-transition: all 0.4s;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4;}
  218. div#entry:hover .permalink{margin-top: -5px;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;}
  219.  
  220.  
  221.  
  222.  
  223. #entry .posttitle {
  224. font-size:15px;
  225. letter-spacing:3px;
  226. font-family:WerraType;
  227. margin-top:5px;
  228. padding-left:10px;
  229. }
  230.  
  231. #entry .linktitle {
  232. font-size:15px;
  233. font-family:WerraType;
  234. letter-spacing:3px;
  235. text-transform:none;
  236. margin-top:5px;
  237. border-bottom-style: double;
  238. border-bottom-color:{color:links};
  239. line-height:150%;
  240. }
  241.  
  242. #entry .linktitle:hover {
  243. border-bottom-color:{color:hover};
  244. }
  245.  
  246. #entry .title{
  247. font-family:WerraType;
  248. letter-spacing:3px;
  249. text-transform:uppercase;
  250. font-size: 15px;
  251. line-height: 15px;
  252. letter-spacing: 3px;
  253. font-weight: normal;
  254. padding:0px 0px 0px 0px;
  255. }
  256.  
  257. #entry .posttitle a, #entry .linktitle a, #entry .title a {
  258. color:{color:text};
  259. }
  260.  
  261. #entry .audioplayer {
  262. position:absolute;
  263. width:28px;
  264. height:28px;
  265. background:url(http://static.tumblr.com/sjl0ztp/1DNm957sg/border.png);
  266. padding:10px;
  267. overflow:hidden;
  268. top:111px;
  269. left:111px;
  270. }
  271.  
  272. #entry .audioplayer .inner {
  273. width:28px;
  274. overflow:hidden;
  275. }
  276.  
  277. blockquote{
  278. margin:0px 5px;
  279. padding:7px 10px;
  280. border-left: 2px solid {color:text};
  281. border-right: 2px solid {color:text};
  282. background:{color:blockquote};
  283. }
  284.  
  285. .postnotes ul, .postnotes ol, .postnotes li { list-style:none; margin:0px; padding:0px; }
  286. .postnotes li { padding:5px 0px; }
  287. .postnotes .avatar { margin-right:10px; }
  288. .chat ul, .chat ol, .chat li{list-style:none; margin-left:-40px; padding:0px;}
  289. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  290. .user_7 .label, .user_8 .label, .user_9 .label {font-weight:600;}
  291.  
  292. .notes img{
  293. width:10px;
  294. position:relative;
  295. top:3px;
  296. }
  297.  
  298. .photoset, .photoset_row, div.photoset_photo, .photoset img, .html_photoset {
  299. {block:IndexPage}
  300. width: 400px !important;
  301. {/block:IndexPage}
  302. -webkit-transition: all 0.5s ease-in-out;
  303. -moz-transition: all 0.5s ease-in-out;
  304. -o-transition: all 0.5s ease-in-out;
  305. -ms-transition: all 0.5s ease-in-out;
  306. transition: all 0.5s ease-in-out;
  307.  
  308. }
  309.  
  310. .photo, div.photo, .photo img {
  311. {block:IndexPage}height:300px;width:auto;{/block:IndexPage}
  312. display:block;
  313. -webkit-transition: all 0.5s ease-in-out;
  314. -moz-transition: all 0.5s ease-in-out;
  315. -o-transition: all 0.5s ease-in-out;
  316. -ms-transition: all 0.5s ease-in-out;
  317. transition: all 0.5s ease-in-out;
  318. {block:ifblackandwhiteimages}
  319. 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");
  320. filter: gray;
  321. -webkit-filter: grayscale(100%);
  322. {/block:ifblackandwhiteimages}
  323. }
  324.  
  325. .photo:hover, div.photo:hover, .photo img:hover, .photoset:hover, .photoset_row:hover, div.photoset_photo:hover, .photoset img:hover, .html_photoset:hover {
  326. -webkit-transition: all 0.7s ease-in-out;
  327. -moz-transition: all 0.7s ease-in-out;
  328. -o-transition: all 0.7s ease-in-out;
  329. }
  330.  
  331. .arrow-down {
  332. width: 0;
  333. height: 0;
  334. border-left: 10px inset transparent;
  335. border-right: 10px inset transparent;
  336. border-top: 10px solid {color:blockquote};
  337. margin:0px 0px 0px 20px;
  338. }
  339.  
  340. #infscr-loading {
  341. text-align: center;
  342. z-index: 100;
  343. position: fixed;
  344. left:50%;
  345. bottom: 20px;
  346. font-size:0px;
  347. background:#fff;
  348. padding:2px;
  349. -webkit-border-radius: 60px;
  350. -moz-border-radius: 60px;
  351. border-radius: 60px;
  352. width:48px;
  353. height:48px;
  354. }
  355.  
  356. #infscr-loading img {
  357. -webkit-border-radius: 60px;
  358. -moz-border-radius: 60px;
  359. border-radius: 60px;
  360. }
  361.  
  362. .q {
  363. text-transform:none;
  364. font-family:georgia;
  365. font-size:40px;
  366. padding-top:10px;
  367. color:{color:text};
  368.  
  369. }
  370.  
  371. #top-link{
  372. position:fixed;
  373. bottom:15px;
  374. right:15px;
  375. margin:0px auto;
  376. font-size:20px;
  377. padding-top:5px;
  378. text-align:center;
  379. width:25px;
  380. height:20px;
  381. background:{color:back to top button};
  382. -webkit-border-radius: 100px;
  383. -moz-border-radius: 100px;
  384. border-radius: 100px;
  385. color:{color:background};
  386. }
  387.  
  388.  
  389.  
  390. #posts td {
  391. horizontal-align:top;
  392. }
  393.  
  394. #sunlight {
  395. opacity:1;
  396. background-color:{color:SidebarBackground};}
  397.  
  398.  
  399. #sunlight img {
  400. opacity:1;
  401. z-index:3;
  402. height:300px;
  403. width:auto;
  404. margin-top:55px;
  405. position:fixed;
  406.  
  407. }
  408.  
  409.  
  410. #clearsky img{
  411. {block:ifHideSidebarFrame}opacity:0; {/block:ifHideSidebarFrame}
  412. position:fixed;
  413. z-index:4;
  414. height:160px;
  415. width:auto;
  416. margin-top:60px;
  417. margin-left:{text:FrameMarginLeft}px;
  418. }
  419.  
  420.  
  421. #itwillrain{
  422. width:170px;
  423. color:{color:Description};
  424. margin-left:{text:DescriptionMarginLeft}px;
  425. position:fixed;
  426. margin-top:126px;
  427. font-size:9px;
  428. font-family:georgia;
  429. z-index:5;
  430. text-align:justify;
  431. }
  432.  
  433.  
  434. #RhythmOfLove {
  435. width:170px;
  436. margin-top:87px;
  437. position:fixed;
  438. font-size:17px;
  439. font-family:JackStory;
  440. z-index:6;
  441. text-align:center;
  442. text-decoration:bold;
  443. text-transform:uppercase;
  444. margin-left:{text:TitleMarginLeft}px;
  445. color:{color:Title};
  446.  
  447. }
  448.  
  449.  
  450. #sadtaste { margin-top:335px;
  451. position:fixed;
  452. font-size:9px;
  453. font-family:georgia;
  454. z-index:7;
  455. text-align:center;
  456. margin-left:{text:LinksMarginLeft}px;
  457. color:{color:SidebarLinks};}
  458.  
  459.  
  460. #sadtaste a{
  461. text-decoration:italic;
  462. padding:3px;
  463. color:{color:SidebarLinks};
  464. -webkit-transition: all 0.5s ease;
  465. -moz-transition: all 0.5s ease;
  466. -o-transition: all 0.5s ease;
  467. }
  468.  
  469. #sadtaste a:hover{
  470. opacity:0.7;
  471. padding:3px;
  472. text-shadow:3px 2px 4px #acacac;
  473. text-shadow:0px 0px 4px #acacac;
  474. -webkit-transition: all 0.2s linear;
  475. -webkit-transition: all 0.2s linear;
  476. -moz-transition: all 0.2s linear;
  477. transition: all 0.2s linear;
  478.  
  479.  
  480. -webkit-transition: all 0.5s ease;
  481. -moz-transition: all 0.5s ease;
  482. -o-transition: all 0.5s ease;}
  483.  
  484. #next {
  485. text-align:center;
  486. margin-top:360px;
  487. z-index:8;
  488. position:fixed;
  489. margin-left:80px;
  490.  
  491. }
  492.  
  493. #next a {
  494. padding:2px;
  495. font-size:19px;
  496. color:{color:Pagnition};
  497. -webkit-transition: all 0.3s ease;
  498. -moz-transition: all 0.3s ease;
  499. -o-transition: all 0.3s ease;
  500. }
  501.  
  502. #next a:hover {
  503. color:{color:PagnitionHover};
  504. -webkit-transition: all 0.3s ease;
  505. -moz-transition: all 0.3s ease;
  506. -o-transition: all 0.3s ease;
  507. }
  508.  
  509.  
  510.  
  511. {CustomCSS}
  512.  
  513. </style>
  514.  
  515.  
  516.  
  517. </head>
  518.  
  519.  
  520.  
  521.  
  522. <body>
  523.  
  524. {block:ifbacktotopbutton}<a onclick="jQuery('html, body').animate( { scrollTop: 0 }, 'slow' );" href="javascript:void(0);"><div id="top-link">&uarr;</div></a>
  525. {/block:ifbacktotopbutton}
  526.  
  527. <div id="next">
  528. {block:PreviousPage}
  529. <a href="{PreviousPage}">«</a>
  530. {/block:PreviousPage}
  531.  
  532. {block:NextPage}<a href="{NextPage}">»</a>
  533. {/block:NextPage}
  534. </div>
  535.  
  536. <div id="sadtaste">
  537. <a href="/">{text:HomeLabel}</a> •
  538. <a href="/ask">{text:AskLabel}</a> •
  539. <a href="{text:Link1URL}">{text:Link1Title}</a> •
  540. <a href="{text:Link2URL}">{text:Link2Title}</a> •
  541. <a href="{text:Link3URL}">{text:Link3Title}</a>
  542. </div>
  543.  
  544.  
  545. <div id="RhythmOfLove">
  546. = {Title} +
  547. </div>
  548.  
  549. <div id="itwillrain">
  550. {Description}
  551. </div>
  552.  
  553.  
  554. <div id="clearsky">
  555. <img src="http://static.tumblr.com/izeveah/180mjdohg/sweet.png">
  556. </div>
  557.  
  558. <div id="sunlight">
  559. <img src="{image:Sidebar}">
  560. </div>
  561.  
  562.  
  563. <div id="cage">
  564.  
  565. <div id="content">
  566.  
  567. <table id="posts"><tr>
  568. {block:Posts}<td>
  569. <div id="entry" class="{block:indexpage}{block:photo} bigger{/block:photo}{block:video} bigger{/block:video}{/block:indexpage}">
  570.  
  571. {block:indexpage}
  572.  
  573.  
  574. {/block:indexpage}
  575.  
  576. {block:Text}
  577. {block:Title}<div class="posttitle">☛<a href="{Permalink}">{Title}</a></div>{/block:Title}
  578. {Body}
  579.  
  580. <div class="permalink"><a href="{Permalink}">✎</a></div>{/block:IndexPage}</div>
  581. {/block:Text}
  582.  
  583. {block:Link}
  584. <span class="linktitle"><a href="{URL}">{Name}</a></span>
  585. {block:Description}{Description}{/block:Description}
  586.  
  587. <div class="permalink"><a href="{Permalink}">✎</a></div>{/block:IndexPage}</div>
  588. {block:Link}
  589.  
  590. {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}
  591. {/block:Photo}
  592.  
  593. {block:Quote}
  594. <table border="0"><tr><td style="vertical-align:top;"><div class="q">&ldquo;</div></td><td><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}</td></tr></table>
  595.  
  596. <div class="permalink"><a href="{Permalink}">✎</a></div>{/block:IndexPage}</div>
  597. {/block:Quote}
  598.  
  599. {block:Chat}
  600. {block:Title}<span class="title"><center>{Title}</center></span>{/block:Title}
  601. <ul class="chat">
  602. {block:Lines}
  603. <li class="user_{UserNumber}">
  604. {block:Label}
  605. <span class="label">{Label}</span>
  606. {/block:Label}
  607. {Line}
  608. </li>
  609. {/block:Lines}
  610. </ul>
  611.  
  612. <div class="permalink"><a href="{Permalink}">✎</a></div>{/block:IndexPage}</div>
  613. {/block:Chat}
  614.  
  615. {block:Answer}
  616. <div style="padding:5px;background:{color:blockquote};color:{color:posts background};">{Question}</div>
  617. <div class="arrow-down"></div>
  618. <div style="font-family:courier new;text-transform:uppercase;margin:5px 0px 0px 22px;"><img src="{AskerPortraitURL-16}"> {lang:Asked by Asker 2}</div>
  619. {Answer}
  620.  
  621. <div class="permalink"><a href="{Permalink}">✎</a></div>{/block:IndexPage}</div>
  622. {/block:Answer}
  623.  
  624. {block:Audio}
  625. {block:AudioPlayer}
  626. {block:AlbumArt}<div class="audioplayer"><div class="inner">{AudioPlayerBlack}</div></div><a href="{Permalink}"><img src="{AlbumArtURL}" width="250px" height="250px"></a>
  627. {/block:AlbumArt}
  628. <br /><br />
  629. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  630. {block:Album}<b>Album:</b> {Album}<br />{/block:Album}
  631. {block:TrackName}<b>Track:</b> {TrackName}<br />{/block:TrackName}
  632. {block:PlayCount}<b>Played:</b> {Playcount} times{/block:PlayCount}
  633. {/block:AudioPlayer}
  634.  
  635. <div class="permalink"><a href="{Permalink}">✎</a></div>{/block:IndexPage}</div>
  636. {/block:Audio}
  637.  
  638. {block:Video}
  639. {block:indexpage}{Video-400}{/block:indexpage}{block:permalinkpage}{Video-500}{/block:permalinkpage}
  640. {block:indexpage}{block:ifshowcaptions}{block:caption}{caption}{/block:caption}{/block:ifshowcaptions}{/block:indexpage}
  641.  
  642. <div class="permalink"><a href="{Permalink}">✎</a></div>{/block:IndexPage}</div>
  643. {block:Video}
  644.  
  645. </div>
  646. </td>{/block:Posts}
  647. </tr></table>
  648.  
  649. {block:posts}
  650. {block:permalinkpage}
  651. {block:caption}<div id="entry">{caption}</div>{/block:caption}
  652. {block:date}<div id="entry">
  653. {lang:Posted TimeAgo with NoteCount notes}<br />{block:RebloggedFrom}{lang:Reblogged from ReblogParentName 2}<br />
  654. {lang:Originally from ReblogRootName 2}<br />{/block:RebloggedFrom}
  655. {block:ContentSource}&copy; <a href="{SourceURL}">{SourceTitle}</a><br />{/block:ContentSource}
  656. {block:HasTags}{lang:Tagged with} {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  657. </div>{/block:date}
  658. {block:PostNotes}<div id="entry"><span class="postnotes">{PostNotes}</span></div>{/block:PostNotes}
  659. {/block:permalinkpage}
  660. {/block:posts}
  661. </div>
  662. </div>
  663.  
  664. <script src="http://static.tumblr.com/izeveah/FSsmjf1jq/gunsorhands.txt"></script>
  665.  
  666.  
  667.  
  668. {block:IfGoogleAnalyticsID}
  669. <script>
  670. var _gaq=[['_setAccount','{text:Google Analytics ID}'],['_trackPageview']];
  671. (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
  672. g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js';
  673. s.parentNode.insertBefore(g,s)}(document,'script'));
  674. </script>
  675. {/block:IfGoogleAnalyticsID}
  676.  
  677. </body>
  678. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement