Advertisement
teenageblog

Shiver Theme

Jan 1st, 2014
12,122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.82 KB | None | 0 0
  1. <!-----------------------------------------
  2. ★ ° . .    . ☾ °☆  . * ● ¸ .   ★ ° :.  . • ○ ° ★  .  * .     .   °  . ● .    ° ☾ °☆  ¸. ● .  ★  ★ ° ☾ ☆ ¸. ¸  ★  :.  . • ○ ° ★  .  * . .  ¸ .   °  ¸. * ● ¸ .    ° °  ¸. ● ¸ .  ★ ° :.  . • °   ★ 
  3. ▒█▀▀▀ █▀▀ █░░ ░▀░ █▀▀█ █▀▀ █▀▀   ▀▀█▀▀ █░░█ █▀▀ █▀▄▀█ █▀▀ █▀▀
  4. ▒█▀▀▀ █░░ █░░ ▀█▀ █░░█ ▀▀█ █▀▀   ░░█░░ █▀▀█ █▀▀ █░▀░█ █▀▀ ▀▀█
  5. ▒█▄▄▄ ▀▀▀ ▀▀▀ ▀▀▀ █▀▀▀ ▀▀▀ ▀▀▀   ░░▀░░ ▀░░▀ ▀▀▀ ▀░░░▀ ▀▀▀ ▀▀▀
  6. ★ ° . .    . ☾ °☆  . * ● ¸ .   ★ ° :.  . • ○ ° ★  .  * .     .   °  . ● .    ° ☾ °☆  ¸. ● .  ★  ★ ° ☾ ☆ ¸. ¸  ★  :.  . • ○ ° ★   * . .  ¸ .   °  ¸. * ● ¸ .    ° ☾ °  ¸. ● ¸ .  ★ ° :.  . • °
  7. Please keep credit!!
  8. ----------------------------------------------->
  9.  
  10. <html lang="en">
  11. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  12. <html xmlns="http://www.w3.org/1999/xhtml">
  13. <script type="text/javascript"
  14. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  15.  
  16. <head>
  17. <!-- DEFAULT VARIABLES -->
  18. <title>{Title}</title>
  19. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  20. <meta name="color:Background" content="#fff"/>
  21. <meta name="color:Text" content="#000"/>
  22. <meta name="color:Title" content="#000"/>
  23. <meta name="color:Link" content="#999"/>
  24. <meta name="color:Hover" content="#000"/>
  25. <meta name="color:Scrollbar" content="#ccc"/>
  26. <meta name="color:Blogtitle" content="#ccc"/>
  27.  
  28.  
  29. <meta name="image:Sidebar" content=""/>
  30. <meta name="image:Background" content="0"/>
  31.  
  32. <meta name="text:Link One Title" content="link 1" />
  33. <meta name="text:Link One" content="" />
  34. <meta name="text:Link Two Title" content="link 2" />
  35. <meta name="text:Link Two" content="" />
  36. <meta name="text:Link Three Title" content="link 3" />
  37. <meta name="text:Link Three" content="" />
  38.  
  39.  
  40. <style type="text/css">
  41.  
  42.  
  43. ::-webkit-scrollbar-thumb{
  44. background-color: {color:scrollbar};
  45. border: 2px solid #ffffff;
  46. height:auto;
  47. -moz-border-radius: 10px;
  48. border-radius: 10px;
  49. }
  50.  
  51. ::-webkit-scrollbar {
  52. height:auto;
  53. width:9px;
  54. background-color: #999999;
  55. border: 4px solid #fff;
  56. }
  57.  
  58.  
  59. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  60.  
  61. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  62.  
  63.  
  64.  
  65. .wrapper{
  66. margin: 0px auto;
  67. margin-left: 60px;
  68. width: 1045px;
  69. }
  70.  
  71. .header{
  72. float: left;
  73. width: 100%;
  74. }
  75.  
  76. .left{
  77. float: left;
  78. margin-right: 20px;
  79. width:1045;
  80. }
  81.  
  82. .right{
  83. float: right;
  84. width: 200px;
  85. background-color: #fff;
  86. }
  87.  
  88.  
  89. body {
  90. margin:0px;
  91. background-color: {color:Background};
  92. background-image:url({image:Background});
  93. background-attachment: fixed;
  94. background-repeat: no-repeat;}
  95. body, div, p, textarea, submit, input{
  96. font-family: 'Ubuntu', sans-serif;
  97. font-size: 11px;
  98. line-height:14px;
  99. letter-spacing:1px;
  100. color:{color:Text};
  101. }
  102.  
  103.  
  104.  
  105. p {
  106. margin:0px;
  107. margin-top:0px;
  108. }
  109.  
  110. a:link, a:active, a:visited{
  111. text-decoration: none;
  112. -webkit-transition: color 0.3s ease-out;
  113. -moz-transition: color 0.3s ease-out;
  114. transition: color 0.3s ease-out;
  115. color: {color:Link};
  116. }
  117.  
  118. a:hover {
  119. : -webkit-transition-duration: 1.0s;
  120. color:{color:Hover};
  121. }
  122.  
  123.  
  124.  
  125.  
  126. div#center{
  127. margin:auto;
  128. margin-top:0px;
  129. position:relative;
  130. width:1045px;
  131. background-color:;
  132. overflow:auto;
  133. overflow-y:hidden;
  134. }
  135. #blogtitle{
  136. z-index:9999999;
  137. width:200px;
  138. padding:12px;
  139. background-color: transparent;
  140. text-align:center;
  141. font-family:georgia;
  142. font-style:italic;
  143. font-size:24px;
  144. text-transform:none;
  145. color:{color:blogtitle};
  146. margin-left:165px;
  147. position:fixed;
  148. margin-top:40px;
  149. opacity:1;
  150. }
  151.  
  152. #side{
  153. position:fixed;
  154. width:220px;
  155. border-right:1px solid #ccc;
  156. margin-left:165px;
  157. overflow:hidden;
  158. position:fixed;
  159. padding:9px;
  160. padding-left:7px;
  161. padding-right:7px;
  162. padding-top:7px;
  163. z-index:3;
  164. text-align:center;
  165. font-family:ubuntu;
  166. font-size:11px;
  167. line-height:12px;
  168. background-color:#fff;
  169. top:0px;
  170. height:100%;
  171. opacity:.90;
  172.  
  173. }
  174. #bigimgg{
  175. position:fixed !important;
  176. z-index: 0;
  177. margin-left: 400px;
  178. margin-top: 0px;
  179. opacity: 1;
  180. padding: 4px;
  181. width: 555px;
  182. background:white;
  183. height: 100%;
  184. font-family: cambria;
  185. font-size: 11px;
  186. line-height: 12px;
  187. transition: all 0.6s ease-in-out;
  188. -o-transition-transition: all 0.6s ease-in-out;
  189. -webkit-transition: all 0.6s ease-in-out;
  190. -moz-transition: all 0.6s ease-in-out;
  191. }
  192. #desc:first-letter{
  193. background-color:#aaa;
  194. padding:4px;
  195. color:#fff;
  196. float:left;
  197. margin-top:1px;
  198. border: 3px double #e1e1e1;
  199. margin-right:2px;
  200. font-size:16px;
  201. font-family:formal;
  202. }
  203. @font-face {font-family:formal; src: url(http://static.tumblr.com/2poobra/pspmrjf1f/petitformalscript-regular.ttf); }
  204.  
  205. .entry {
  206. float:left;
  207. display: block;
  208. overflow:hidden;
  209. width:250px;
  210. margin:6px;
  211. transition: all 0.5s ease-out;
  212. -o-transition-transition: all 0.5s ease-out;
  213. -webkit-transition: all 0.5s ease-out;
  214. -moz-transition: all 0.5s ease-out;
  215. {block:PermalinkPage}
  216. width:420px;
  217. margin-left:0px;
  218. text-align:center;
  219. {/block:PermalinkPage}
  220. }
  221.  
  222.  
  223.  
  224. .entry .perma a{
  225. color:;}
  226. .entry .perma1{
  227. height:15px;
  228. font-family:calibri;
  229. text-transform: uppercase;
  230. position:absolute;
  231. letter-spacing:1px;
  232. padding:4px;
  233. color:#6e6e6e;
  234. font-size: 8px;
  235. margin-left:5px;
  236. margin-top:5px;
  237. width:auto;
  238. border:1px solid #000;
  239. text-align:center;
  240. background: #000;
  241. opacity: 0.0;
  242. border-radius: 0px;
  243. -webkit-filter:blur(5px);
  244. -webkit-transition: all .9s ease;
  245. -moz-transition: all .9s ease;
  246. -o-transition: all .9s ease;
  247. transition: all .9s ease;
  248. }
  249. .entry:hover .perma1{
  250. opacity:.6;
  251. -webkit-filter:blur(0px);
  252. -webkit-transition: all .9s ease;
  253. -moz-transition: all .9s ease;
  254. -o-transition: all .9s ease;
  255. transition: all .9s ease;
  256. }
  257. .entry .perma2{
  258. height:15px;
  259. font-family:calibri;
  260. position:absolute;
  261. text-transform: uppercase;
  262. letter-spacing:1px;
  263. padding:4px;
  264. color:#6e6e6e;
  265. font-size: 8px;
  266. margin-left:34px;
  267. margin-top:5px;
  268. line-height:15px;
  269. width:auto;
  270. border:1px solid #000;
  271. text-align:left;
  272. background: #000;
  273. opacity: 0.0;
  274. border-radius: 0px;
  275. -webkit-filter:blur(5px);
  276. -webkit-transition: all 1.3s ease;
  277. -moz-transition: all 1.3s ease;
  278. -o-transition: all 1.3s ease;
  279. transition: all 1.3s ease;
  280. }
  281.  
  282. .entry:hover .perma2{
  283. opacity:.6;
  284. -webkit-filter:blur(0px);
  285. -webkit-transition: all 1.3s ease;
  286. -moz-transition: all 1.3s ease;
  287. -o-transition: all 1.3s ease;
  288. transition: all 1.3s ease;
  289. }
  290. @font-face {font-family: kk; src: url('http://static.tumblr.com/loouiuu/Ttaloide6/halohandletter.ttf');}
  291.  
  292.  
  293. #audio {width:250px; height:auto; min-height:60px; padding-bottom:0px;}
  294. .cover {position:absolute; z-index:1; width:60px; height:60px;}
  295. .cover img {float:left; width:60px; height:60px;}
  296. .playbox {opacity:0.6; width:27px; height:30px; overflow:hidden; position:absolute; z-index:1000; margin-left:17px; margin-top:17px; text-align:center;}
  297. .info {margin-left:73px; margin-top:4px; line-height:14px;}
  298.  
  299. .title{
  300. font-family: "kk";
  301. font-size: 24px;
  302. line-height: 25px;
  303. color: {color:link};
  304. letter-spacing: 1px;
  305. font-weight: normal;
  306. }
  307.  
  308.  
  309.  
  310. #cred{
  311. position:fixed;
  312. font-family: arial;
  313. font-size: 8px;
  314. bottom:20px;
  315. right:10px;
  316. padding:10px;
  317. height:10px;
  318. text-align:center;
  319. text-transform:lowercase;
  320. padding-bottom:10px;
  321. width:15px;
  322. color:#aaa;
  323. transition: all 0.6s ease-out;
  324. -o-transition-transition: all 0.6s ease-out;
  325. -webkit-transition: all 0.6s ease-out;
  326. -moz-transition: all 0.6s ease-out;
  327. }
  328.  
  329. .permalinktext {
  330. display: block;
  331. padding: 1px;
  332. margin: 0px 0px 0px 8px;
  333. font-family: calibri;
  334. letter-spacing: 0px;
  335. font-size: 10px;
  336. color: #424242;
  337. line-height: 11px;
  338. text-align: right;
  339. text-decoration: none;
  340. -webkit-transition: color 0.5s ease-out;
  341. -moz-transition: color 0.5s ease-out;
  342. border-top: 1px solid #dcdcdc;
  343. }
  344. .bubble a{color:black;}
  345.  
  346. .bubble {
  347. position:relative;
  348. margin:4px 0px 5px 45px;
  349. text-align:left;
  350. padding:5px 3px 5px 5px;
  351. background:#eee;
  352. color:black;
  353. -moz-border-radius:3px;
  354. -webkit-border-radius:3px;
  355. border-radius:3px;
  356. }
  357.  
  358.  
  359. .bubble p {
  360. margin:5px;
  361. }
  362.  
  363. .bubble span {
  364. position:absolute;
  365. display:block;
  366. top:-5px;
  367. left:-8px;
  368. width:1px;
  369. height:1px;
  370. font-size:12;
  371. line-height:1px;
  372. color:black;
  373. border-top:3px solid transparent;
  374. border-right:7px solid #eee;
  375. border-bottom:3px solid transparent;
  376. }
  377.  
  378. .askborder {
  379. left:-10px;
  380. margin:1px;
  381. padding:2px;
  382. background:#eee;
  383. }
  384.  
  385.  
  386. #posts {
  387. width:700px;
  388. margin-top: 5px;
  389. margin-left: 365px;
  390. margin-right: auto;
  391. position:relative;
  392. overflow-y: hidden;
  393. }
  394.  
  395.  
  396. #infscr-loading{
  397. bottom: -70px;
  398. position: absolute;
  399. left: 50%;
  400. margin-left:-8px;
  401. width:16px;
  402. height:11px;
  403. overflow:hidden;
  404. margin-bottom: 50px;
  405. }
  406.  
  407. #postnotes{
  408. text-align: justify;
  409. }
  410.  
  411. #postnotes blockquote{
  412. border: 0px;
  413. }
  414.  
  415. blockquote{
  416. padding:0px 0px 2px 5px;
  417. margin:0px 0px 2px 1px;
  418. border-left: 1px dotted {color:Text};
  419. }
  420.  
  421. blockquote p, ul{
  422. margin:0px;
  423. padding:0px;
  424. }
  425.  
  426. a img{border: 0px;}
  427. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  428. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  429. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};}
  430. .notes img{width:10px; position:relative; top:3px;
  431. }
  432.  
  433. small{font-size: 90%;}
  434.  
  435. .video embed, .post div.video object {width:260px !important; height:180px !important;}
  436. .video2 embed, .post div.video object {width:400px !important; height:400px !important;}
  437.  
  438. {CustomCSS}
  439.  
  440. </style>
  441.  
  442. {block:IndexPage}
  443.  
  444. <script type='text/javascript' src='http://static.tumblr.com/m52lhg5/u9amoiddc/infinite.js'></script>
  445. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  446. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  447.  
  448. <script type="text/javascript">
  449. $(window).load(function () {
  450. var $content = $('#posts');
  451. $content.masonry({itemSelector: '.entry'}),
  452. $content.infinitescroll({
  453. navSelector : 'div#pagination',
  454. nextSelector : 'div#pagination a#nextPage',
  455. itemSelector : '.entry',
  456. loading: {
  457. finishedMsg: '',
  458. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  459. },
  460. bufferPx : 600,
  461. debug : false,
  462. },
  463. // call masonry as a callback.
  464. function( newElements ) {
  465. var $newElems = $( newElements );
  466. $newElems.hide();
  467. // ensure that images load before adding to masonry layout
  468. $newElems.imagesLoaded(function(){
  469. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  470.  
  471.  
  472. });
  473. });
  474. });
  475. </script>
  476. {/block:IndexPage}
  477.  
  478.  
  479. <title>{Title}</title>
  480. <link rel="shortcut icon" href="{favicon}">
  481. <meta name="viewport" content="width=720" />
  482. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  483. </head>
  484.  
  485. <body>
  486. <div id="bigimgg"></div>
  487. <div id="blogtitle">
  488. {title}
  489. </div>
  490. <div id="side">
  491.  
  492. <center><a href="/"><div style="opacity;1;margin-top: 70px;">
  493. <a href="/"><img src="{image:sidebar}" width="200"></a></center></img>
  494.  
  495. <div id="desc">
  496. <div style="color: #aaa;margin-top: 5px; font-size: 11px; padding-bottom:6px; ">{description}</div> </div>
  497.  
  498. <div style="margin-top: 3px;border-top:1px solid #ccc;padding-top: 6px;margin-bottom: 3px; padding-left:10px; font-family: calibri; text-transform: uppercase; font-size: 11px; ">
  499. <a href="/">home</a>
  500. <a href="/ask">message</a>
  501.  
  502. <a href="{text:link one}">{text:link one title}</a>
  503.  
  504.  
  505. <a href="{text:link two}">{text:link two title}</a>
  506.  
  507. <a href="{text:link three}">{text:link three title}</a>
  508. </nav>
  509.  
  510. </div></div>
  511. <div class="wrapper">
  512. <div class="header">
  513. </div>
  514.  
  515.  
  516.  
  517. <div class="left">
  518. <div id="posts">
  519. {block:Posts}
  520. <div class="entry">
  521.  
  522. {block:Answer}<img src="{AskerPortraitURL-30}" align="left" class="askborder">
  523. <div class="bubble"><font style="color:black; text-transform:uppercase; font-size:11px; font-family:calibri;">{Asker}:</font> <font style="color:black; font-family:calibri; font-size:11px; ">{Question}</font></div><br><center><font style="font-family:calibri; font-size:11px; letter-spacing:1px">{Answer}</font></center> <br>
  524. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  525. {/block:Answer}
  526.  
  527. {block:Text}
  528. {block:Title}<span class="title">{Title}</span>{/block:Title}
  529. <span class="entrytext">{Body}</span>
  530. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  531. {/block:Text}
  532.  
  533. {block:Link}
  534. <center><a href="{URL}"><span class="title">{Name}</span></a></center>
  535. <div style="margin-left:3px;">{block:Description}{Description}{/block:Description}</div>
  536. {block:IndexPage}<div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  537. {/block:IndexPage}
  538. {block:Link}
  539.  
  540. {block:Photo}{block:IndexPage}
  541.  
  542.  
  543. <div class="perma">
  544. <div class="perma1">{LikeButton size="15"}</div><div class="perma2">{ReblogButton size="15"}</div></div>
  545.  
  546. {/block:IndexPage}
  547. {block:IndexPage}
  548. <a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=250px/></a>
  549. {/block:IndexPage}
  550. {block:permalinkpage}{LinkOpenTag}
  551. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=420px/>{LinkCloseTag}
  552. {/block:permalinkpage}
  553. {/block:Photo}
  554.  
  555.  
  556. {block:Photoset}
  557. {block:IndexPage}
  558. <div class="perma">
  559. <div class="perma1">{LikeButton size="15"}</div><div class="perma2">{ReblogButton size="15"}</div></div>
  560. {/block:IndexPage}
  561. {block:IndexPage}
  562. {block:Photos}<a href="{Permalink}"><img src="{PhotoURL-500}" width="250" style="padding:3px;"/></a>
  563. {/block:Photos}
  564. {/block:permalinkpage}
  565. {/block:IndexPage}
  566.  
  567. {block:permalinkpage}
  568. {Photoset-500}
  569. {/block:permalinkpage}
  570. {/block:Photoset}
  571.  
  572.  
  573.  
  574. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br>
  575. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  576. {/block:Quote}
  577.  
  578. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  579. <ul class="chat">
  580. {block:Lines}
  581. <li class="user_{UserNumber}">
  582. {block:Label}
  583. <span class="label">{Label}</span>
  584. {/block:Label}
  585.  
  586. {Line}
  587. </li>
  588. {/block:Lines}
  589. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  590. {/block:Chat}
  591.  
  592. {block:Audio}
  593. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  594. {block:IndexPage}
  595. <div class="permalinktext"> <a href="{permalink}">{NoteCountwithlabel}</a> <font color="#aaa">&middot</font> <a href="{ReblogURL}" target="_blank">reblog</a> </div>
  596. {/block:IndexPage}
  597. {/block:Audio}
  598.  
  599. {block:Video}
  600. {block:IndexPage}
  601. <div class="perma">
  602. <div class="perma1">{LikeButton size="15"}</div><div class="perma2">{ReblogButton size="15"}</div></div>
  603. {Video-250}</center>
  604. {/block:IndexPage}
  605. {block:PermalinkPage}
  606. <center>
  607. {Video-400}</center>
  608. {/block:PermalinkPage}
  609. {block:Video}
  610.  
  611. {block:PostNotes}<div align="middle">{caption}</div>
  612. <center>
  613.  
  614. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  615.  
  616. {block:HasTags}
  617. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  618. {block:RebloggedFrom}
  619. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  620. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  621.  
  622. {/block:RebloggedFrom}
  623. </center></span>
  624. <br>
  625. <div id="postnotes">{PostNotes}</div><br>
  626.  
  627. <center>{block:ContentSource}
  628. <br><a href="{SourceURL}">
  629. {lang:Source}:
  630. {block:SourceLogo}
  631. <img src="{BlackLogoURL}" width="{LogoWidth}"
  632. height="{LogoHeight}" alt="{SourceTitle}" />
  633. {/block:SourceLogo}
  634. {block:NoSourceLogo}
  635. {SourceLink}
  636. {/block:NoSourceLogo}
  637. </a>
  638. {/block:ContentSource}</center>
  639.  
  640. {/block:PostNotes}
  641. </div>
  642. {/block:Posts}
  643. </div></div>
  644.  
  645. {block:IndexPage}
  646. {block:Pagination}
  647. <div id="pagination">
  648. {block:NextPage}
  649. <a id="nextPage" href="{NextPage}"></a>
  650. {/block:NextPage}
  651. {block:PreviousPage}
  652. <a href="{PreviousPage}"></a>
  653. {/block:PreviousPage}
  654. </div>
  655. {/block:Pagination}
  656. {/block:IndexPage}
  657.  
  658. <div id="cred">
  659. <a href="http://teenageblog.tumblr.com/"><img src="https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-ios7-moon-outline-48.png"></a></div>
  660.  
  661. </body>
  662. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement