Advertisement
interludethenshivers

Theme 04, Rhythm of love, Vertical version

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