Advertisement
teenageblog

Warmth Theme

Sep 20th, 2013
3,202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.17 KB | None | 0 0
  1.  
  2. <!-----------------------------------------
  3. ╭━━━┳╮╱╱╱╱╱╱╱╱╱╱╭╮╱╭━━━━┳╮
  4. ┃╭━╮┃┃╱╱╱╱╱╱╱╱╱╱┃┃╱┃╭╮╭╮┃┃
  5. ┃┃╱╰┫╰━┳━━┳━╮╭━━┫┃╱╰╯┃┃╰┫╰━┳━━┳╮╭┳━━┳━━╮
  6. ┃┃╱╭┫╭╮┃╭╮┃╭╮┫┃━┫┃╱╱╱┃┃╱┃╭╮┃┃━┫╰╯┃┃━┫━━┫
  7. ┃╰━╯┃┃┃┃╭╮┃┃┃┃┃━┫╰╮╱╱┃┃╱┃┃┃┃┃━┫┃┃┃┃━╋━━┃
  8. ╰━━━┻╯╰┻╯╰┻╯╰┻━━┻━╯╱╱╰╯╱╰╯╰┻━━┻┻┻┻━━┻━━╯
  9.  
  10. Please keep credit (✿◠‿◠)
  11. ----------------------------------------------->
  12.  
  13. <html lang="en">
  14. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  15. <html xmlns="http://www.w3.org/1999/xhtml">
  16. <script type="text/javascript"
  17. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  18.  
  19. <head>
  20. <!-- DEFAULT VARIABLES -->
  21. <title>{Title}</title>
  22. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  23. <meta name="color:Background" content="#fff"/>
  24. <meta name="color:Text" content="#000"/>
  25. <meta name="color:Title" content="#000"/>
  26. <meta name="color:Link" content="#999"/>
  27. <meta name="color:Hover" content="#000"/>
  28. <meta name="color:Scrollbar" content="#ccc"/>
  29. <meta name="color:Border" content="#ccc"/>
  30. <meta name="color:Quote text" content="#000"/>
  31. <meta name="color:Blogtitle" content="#eee"/>
  32.  
  33. <meta name="image:Sidebar" content=""/>
  34. <meta name="image:Background" content="0"/>
  35.  
  36. <meta name="if:Two column" content="1"/>
  37. <meta name="if:Three column" content="0"/>
  38. <meta name="if:Opaque Images" content="0"/>
  39. <meta name="if:SmallCursor" content="0"/>
  40.  
  41. <meta name="text:Link One URL" content="/"/>
  42. <meta name="text:Link One Title" content="Link 1"/>
  43. <meta name="text:Link Two URL" content="/"/>
  44. <meta name="text:Link Two Title" content="Link 2"/>
  45. <meta name="text:Link Three URL" content="/"/>
  46. <meta name="text:Link Three Title" content="Link 3"/>
  47. <meta name="text:Link Four URL" content="/"/>
  48. <meta name="text:Link Four Title" content="Link 4"/>
  49. <meta name="text:Quote" content="quote"/>
  50.  
  51.  
  52. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js"type="text/JavaScript"></script>
  53. <style>
  54. div#qTip {
  55. padding:4px;
  56. height: 10px;
  57. margin-top:20px;
  58. font-family:calibri;
  59. font-size:8px;
  60. display: none;
  61. text-align: center;
  62. position: absolute;
  63. line-height: 10px;
  64. letter-spacing:1px;
  65. text-transform:uppercase;
  66. z-index: 999999999999;
  67. background: {color:title};
  68. border-radius:5px;
  69. color:white;
  70. font-weight:italic;
  71. border:2px solid #fff;
  72. box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  73. -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  74. -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  75. font-style: none;
  76. }
  77. </style>
  78. <style type="text/css">
  79.  
  80. {block:ifsmallcursor}body, a:hover {cursor: url(http://i.imgur.com/ZOrzC.png), progress !important;} a:hover {cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;}{/block:ifsmallcursor}
  81.  
  82. 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;}
  83.  
  84. 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;}
  85.  
  86.  
  87.  
  88. .wrapper{
  89. margin: 0px auto;
  90. margin-left: 60px;
  91. width: 1045px;
  92. }
  93.  
  94. .header{
  95. float: left;
  96. width: 100%;
  97. }
  98.  
  99. .left{
  100. float: left;
  101. margin-right: 20px;
  102. width:1045;
  103. }
  104.  
  105. .right{
  106. float: right;
  107. width: 200px;
  108. background-color: #fff;
  109. }
  110.  
  111. body {
  112. margin:0px;
  113. background-color: {color:Background};
  114. background-image:url({image:Background});
  115. background-attachment: fixed;
  116. background-repeat: repeat;}
  117. body, div, p, textarea, submit, input{
  118. font-family: 'Ubuntu', sans-serif;
  119. font-size: 11px;
  120. line-height:14px;
  121. letter-spacing:1px;
  122. color:{color:Text};
  123. }
  124. ::-webkit-scrollbar {width: 8px; height: 4px; background: #eeeeee; border-left: 1px solid #eee; }
  125.  
  126. ::-webkit-scrollbar-thumb { background-color:{color:scrollbar}; border-bottom: 1px solid #eee; border-top: 1px solid #eee; border-left: 1px solid
  127. #eee; border-right: 1px solid #eee; }
  128.  
  129.  
  130. p {
  131. margin:0px;
  132. margin-top:0px;
  133. }
  134.  
  135. a:link, a:active, a:visited{
  136. text-decoration: none;
  137. -webkit-transition: color 0.3s ease-out;
  138. -moz-transition: color 0.3s ease-out;
  139. transition: color 0.3s ease-out;
  140. color: {color:Link};
  141. }
  142.  
  143. a:hover {
  144. : -webkit-transition-duration: 1.0s;
  145. color:{color:Hover};
  146. }
  147.  
  148.  
  149.  
  150.  
  151. div#center{
  152. margin:auto;
  153. margin-top:0px;
  154. position:relative;
  155. width:1045px;
  156. background-color:;
  157. overflow:auto;
  158. overflow-y:hidden;
  159. }
  160.  
  161. #side{
  162. display:inline-block;
  163. background:transparent;
  164. margin-top:2px;
  165. margin-left:0px;
  166. width:194px;
  167. height:600px;
  168. font-family:"Consolas";
  169. letter-spacing:1px;
  170. font-size:9px;
  171. line-height:11px;
  172. text-align:justify;
  173. color:{color:text};
  174. padding:3px;
  175. }
  176.  
  177. div#topbar{
  178. position:fixed;
  179. background:white;
  180. text-transform: uppercase;
  181. font-family: "consolas";
  182. font-size: 11px;
  183. text-align:center;
  184. color: {color:quote text};
  185. height:20px;
  186. width:100%;
  187. top:0px;
  188. left:0px;
  189. border-bottom:1px solid #eee;
  190. padding:3px;
  191. line-height:20px;
  192. z-index:999999999;
  193. }
  194. @font-face { font-family: "heart"; src: url('http://static.tumblr.com/wxka7zv/1eFmnj9da/always_in_my_heart.ttf'); }
  195.  
  196.  
  197. #btitle {
  198. width:193px;
  199. position:fixed;
  200. float:left;
  201. padding:7px;
  202. margin-top:55px;
  203. margin-left:-5px;
  204. font-weight:normal ;
  205. font-family:"heart";
  206. z-index:99999999;
  207. height:30px;
  208. line-height:44px;
  209. font-size:35px;
  210. background:transparent;
  211. text-align:center;
  212. text-transform:normal;
  213. letter-spacing:2px;
  214. color:{color:blogtitle};
  215. }
  216.  
  217. #sidebar:hover #links{
  218. opacity: .8;}
  219.  
  220. #links{
  221. position:fixed;
  222. width:120px;
  223. height:120px;
  224. border:1px solid #eee;
  225. background:{color:link};
  226. opacity:0;
  227. text-align:center;
  228. letter-spacing: 1px;
  229. font-size: 11px;
  230. z-index: 999999;
  231. margin-top:140px;
  232. margin-bottom:20px;
  233. margin-left:40px;
  234. margin-right:20px;
  235. text-transform: uppercase;
  236. transition: all 0.9s ease;
  237. -o-transition-transition: all 0.9s ease;
  238. -webkit-transition: all 0.9s ease;
  239. -moz-transition: all 0.9s ease;}
  240.  
  241. #links:hover{
  242. opacity:0.9;
  243. transition: all 0.9s ease;
  244. -o-transition-transition: all 0.9s ease;
  245. -webkit-transition: all 0.9s ease;
  246. -moz-transition: all 0.9s ease;}
  247.  
  248. #links a{
  249. color:white;
  250. padding:5px;
  251. margin:10px;
  252. border:1px solid {color:hover};
  253. transition: all 0.9s ease;
  254. -o-transition-transition: all 0.9s ease;
  255. -webkit-transition: all 0.9s ease;
  256. -moz-transition: all 0.9s ease;}
  257.  
  258. #links a:hover{
  259. color:{color:link};
  260. background-color:white;
  261. transition: all 0.9s ease;
  262. -o-transition-transition: all 0.9s ease;
  263. -webkit-transition: all 0.9s ease;
  264. -moz-transition: all 0.9s ease;}
  265.  
  266.  
  267.  
  268. div#sidebar {
  269. position:fixed;
  270. background:white;
  271. width:200px;
  272. height:auto;
  273. top:26px;
  274. left:130px;
  275. padding-right:14px;
  276. padding-left:14px;
  277. padding-bottom:14px;
  278. border-bottom:1px solid #eee;
  279. border-left:1px solid #eee;
  280. border-right:1px solid #eee;
  281. opacity:10;
  282. z-index:9999999999;
  283. }
  284.  
  285. div#sidebar img{
  286. margin-top:100px;
  287. width:200px;
  288. height:200px;
  289. }
  290.  
  291.  
  292.  
  293.  
  294. .entry {
  295. float:left;
  296. display: block;
  297. overflow:hidden;
  298. padding:15px;
  299. border: 1px solid #F2F2F2;
  300. margin:6px;
  301. background-color: white;
  302. padding:8px;
  303. padding-bottom:6px;
  304. {block:IndexPage}
  305. {block:ifthreecolumn}
  306. max-width:210px;
  307. margin:5px;
  308. {/block:ifthreecolumn}
  309. {block:iftwocolumn}
  310. max-width:250px;
  311. {/block:iftwocolumn}
  312. {/block:IndexPage}
  313. transition: all 0.5s ease-out;
  314. -o-transition-transition: all 0.5s ease-out;
  315. -webkit-transition: all 0.5s ease-out;
  316. -moz-transition: all 0.5s ease-out;
  317. {block:PermalinkPage}
  318. width:520px;
  319. margin-left:0px;
  320. text-align:center;
  321. {/block:PermalinkPage}
  322. }
  323.  
  324. .entry .warmth{
  325. position:absolute;
  326. {block:iftwocolumn}
  327. width:250px;
  328. {/block:iftwocolumn}
  329. {block:ifthreecolumn}
  330. width:210px;
  331. {/block:ifthreecolumn}
  332. padding:5px;
  333. background-color:#fff;
  334. overflow:hidden;
  335. opacity:0.0;
  336. font-family:consolas;
  337. font-size:8px;
  338. letter-spacing:1px;
  339. text-align:center;
  340. text-transform:uppercase;
  341. top:-5px;
  342. z-index:10;
  343. -webkit-transition: all 0.4s ease-out;
  344. -moz-transition: all 0.4s ease-out;
  345. transition: all 0.4s ease-out;}
  346.  
  347. .entry:hover .warmth{
  348. opacity:.95;
  349. top:5px;}
  350.  
  351. .entry img{
  352. {block:ifopaqueimages}
  353. opacity:0.7;
  354. {/block:ifopaqueimages}
  355. -webkit-transition: all .5s ease;
  356. -moz-transition: all .5s ease;
  357. -o-transition: all .5s ease;
  358. transition: all .5s ease;}
  359.  
  360. .entry img:hover{
  361. opacity:1;
  362. -webkit-transition: all .5s ease;
  363. -moz-transition: all .5s ease;
  364. -o-transition: all .5s ease;
  365. transition: all .5s ease;}
  366.  
  367. .permatext{
  368. height:auto;
  369. line-height:100%;
  370. position:absolute;
  371. right:4px;
  372. bottom:0px;
  373. {block:IfPermalinkMovement}
  374. bottom:-5px;
  375. {block:IfPermalinkMovement}
  376. opacity:0;
  377. padding:0;
  378. background:#transparent;
  379. box-shadow:0 0 15px 10px #transparent;
  380. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;
  381. }
  382. .entry:hover .permatext{
  383. right:4px; bottom:0px;
  384. opacity:1;
  385. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;
  386. }
  387. .entry:hover .permatext:hover{
  388. opacity:1;
  389. }
  390.  
  391. .bubble {align:right;background:#eee; margin:7px 0px 5px 66px;padding:10px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  392. .bubble p {margin:1px 0px;}
  393. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 12;line-height: 14px;left:-10px;top:10px;border-top:7px solid transparent;border-bottom:7px solid transparent;border-right:10px solid #eee;}
  394. .askborder {float: left;margin: 1px 4px 1 0;padding: 3px; background: #eee;}
  395.  
  396. @font-face { font-family: "Cedarville Cursive"; src: url('http://themes.googleusercontent.com/static/fonts/cedarvillecursive/v2/cuCe6HrkcqrWTWTUE7dw-5zpMnghKP_wiJrQSyqob5U.woff'); }
  397.  
  398.  
  399. #audio {width:250px; height:auto; min-height:60px; padding-bottom:0px;}
  400. .cover {position:absolute; z-index:1; width:60px; height:60px;}
  401. .cover img {float:left; width:60px; height:60px;}
  402. .playbox {opacity:0.6; width:27px; height:30px; overflow:hidden; position:absolute; z-index:1000; margin-left:17px; margin-top:17px; text-align:center;}
  403. .info {margin-left:73px; margin-top:4px; line-height:14px;}
  404.  
  405. .title{
  406. font-family: "cedarville cursive";
  407. font-size: 22px;
  408. line-height: 20px;
  409. color: {color:Title};
  410. text-shadow:1px 2px 2px #aaa;
  411. letter-spacing: 1px;
  412. font-weight: normal;
  413. }
  414.  
  415. .cred {
  416. color: #000;
  417. font-family: Calibri;
  418. font-size:14px;
  419. z-index: 99999999999999px;
  420. line-height:14px;
  421. background:#fff;
  422. border: 1px #eee solid;
  423. background-repeat:repeat;
  424. padding:2px;
  425. -webkit-border-radius:2px;
  426. moz-border-radius:2px;
  427. -o-border-radius:2px;
  428. border-radius:2px;
  429. }
  430.  
  431. .cred a { color: #000; }
  432.  
  433.  
  434. #posts {
  435. width:600px;
  436. margin-top: 34px;
  437. margin-left: 330px;
  438. margin-right: auto;
  439. position:relative;
  440. overflow-y: hidden;
  441. {block:ifthreecolumn}
  442. width:900px;
  443. {/block:ifthreecolumn}
  444. }
  445.  
  446.  
  447. #infscr-loading{
  448. bottom: -70px;
  449. position: absolute;
  450. left: 50%;
  451. margin-left:-8px;
  452. width:16px;
  453. height:11px;
  454. overflow:hidden;
  455. margin-bottom: 50px;
  456. }
  457.  
  458. #postnotes{
  459. text-align: justify;
  460. }
  461.  
  462. #postnotes blockquote{
  463. border: 0px;
  464. }
  465.  
  466. blockquote{
  467. padding:0px 0px 2px 5px;
  468. margin:0px 0px 2px 1px;
  469. border-left: 1px dotted {color:Text};
  470. }
  471.  
  472. blockquote p, ul{
  473. margin:0px;
  474. padding:0px;
  475. }
  476.  
  477. a img{border: 0px;}
  478. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  479. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  480. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:Title};}
  481. .notes img{width:10px; position:relative; top:3px;
  482. }
  483.  
  484. small{font-size: 90%;}
  485.  
  486. .video embed, .post div.video object {width:260px !important; height:180px !important;}
  487. .video2 embed, .post div.video object {width:400px !important; height:400px !important;}
  488.  
  489. {CustomCSS}
  490.  
  491. </style>
  492.  
  493. {block:IndexPage}
  494.  
  495.  
  496. <script type='text/javascript' src='http://static.tumblr.com/m52lhg5/u9amoiddc/infinite.js'></script>
  497. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  498. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  499.  
  500. <script type="text/javascript">
  501. $(window).load(function () {
  502. var $content = $('#posts');
  503. $content.masonry({itemSelector: '.entry'}),
  504. $content.infinitescroll({
  505. navSelector : 'div#pagination',
  506. nextSelector : 'div#pagination a#nextPage',
  507. itemSelector : '.entry',
  508. loading: {
  509. finishedMsg: '',
  510. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  511. },
  512. bufferPx : 600,
  513. debug : false,
  514. },
  515. // call masonry as a callback.
  516. function( newElements ) {
  517. var $newElems = $( newElements );
  518. $newElems.hide();
  519. // ensure that images load before adding to masonry layout
  520. $newElems.imagesLoaded(function(){
  521. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  522.  
  523.  
  524. });
  525. });
  526. });
  527. </script>
  528. {/block:IndexPage}
  529.  
  530.  
  531. <title>{Title}</title>
  532. <link rel="shortcut icon" href="{favicon}">
  533. <meta name="viewport" content="width=720" />
  534. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  535. </head>
  536.  
  537. <body>
  538.  
  539. <div class="wrapper">
  540. <div class="header">
  541. </div>
  542.  
  543. <div id="topbar">{text:quote}</center></div>
  544.  
  545.  
  546. <div id="sidebar">
  547. <div id="btitle">
  548. {title}</div>
  549. <div id="links">
  550.  
  551. <div style="margin-top:12px;"><a href="/" title="home">01</a>
  552. <a href="/ask" title="ask">02</a></div><br>
  553.  
  554. <div style="margin-top:10px;"><a href="{text:Link One URL}" title="{text:Link One Title}">03</a>
  555. <a href="{text:Link Two URL}" title="{text:Link Two Title}">04</a></div><br>
  556.  
  557. <div style="margin-top:10px;"><a href="{text:Link Three URL}" title="{text:Link Three Title}">05</a>
  558. <a href="{text:Link Four URL}" title="{text:Link Four Title}">
  559. 06</a></div></div>
  560.  
  561.  
  562. <a href="/" title="{Title}"><img src="{image:sidebar}" style="" width=100%></a>
  563. <div id="desc"><center>{description}</center></div>
  564. <div id="side"></div>
  565.  
  566. </div>
  567.  
  568. <div class="left">
  569. <div id="posts">
  570. {block:Posts}
  571. <div class="entry">
  572.  
  573. {block:Answer}
  574. <div class="post"><div class="askborder">
  575. <img src="{askerportraiturl-40}" width="40px"></div><div class="bubble"><span></span>{asker} said: {Question}</div><br>
  576. {Answer}
  577. </div><br>
  578. {/block:Answer}
  579.  
  580.  
  581. {block:Text}
  582. {block:Title}<left><span class="title">{Title}</span></left>{/block:Title}
  583. <div style="margin-left:3px;">{Body}</div>
  584. {block:IndexPage}
  585.  
  586. {/block:IndexPage}
  587. {/block:Text}
  588.  
  589.  
  590. {block:Link}
  591. <left><a href="{URL}"><span class="title">{Name}</span></a></left>
  592. <div style="margin-left:3px;">{block:Description}{Description}{/block:Description}</div>
  593. {block:IndexPage}
  594. {/block:IndexPage}
  595. {block:Link}
  596.  
  597.  
  598. {block:Photo}{block:IndexPage}
  599.  
  600. <div class="warmth">{DayOfWeek}, <a href="{Permalink}">{NoteCountWithLabel}</a>, <a href="{ReblogURL}" target="blank">reblog</a></center></div>
  601.  
  602. {/block:IndexPage}
  603. {block:IndexPage}
  604. <a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=100%/></a>
  605. {/block:IndexPage}
  606. {block:permalinkpage}{LinkOpenTag}
  607. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=520px/>{LinkCloseTag}
  608. {/block:permalinkpage}
  609. {/block:Photo}
  610.  
  611. {block:Photoset}
  612. <center>
  613. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  614. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  615. </center>
  616.  
  617. {block:IndexPage}
  618.  
  619. {/block:IndexPage}
  620. {/block:Photoset}
  621.  
  622.  
  623. {block:Quote}
  624. <div style="margin-left:3px;">
  625. {Quote}</span>
  626. {block:Source}<strong>{Source}</strong>{/block:Source}
  627. </div>
  628.  
  629. {block:IndexPage}
  630. {/block:IndexPage}
  631. {/block:Quote}
  632.  
  633. {block:Chat}
  634. <div style="margin-left:3px;">
  635. {block:Title}<span class="title">{Title}</span>{/block:Title}
  636. <ul class="chat">
  637. {block:Lines}
  638. <li class="user_{UserNumber}">
  639. {block:Label}
  640. <span class="label">{Label}</span>
  641. {/block:Label}
  642. {Line}
  643. </li>
  644. {/block:Lines}
  645. </ul>
  646. </div>
  647.  
  648. {block:IndexPage}
  649. {/block:IndexPage}
  650. {/block:Chat}
  651.  
  652. {block:Audio}
  653. <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>
  654. {block:IndexPage}
  655. {/block:IndexPage}
  656. {/block:Audio}
  657.  
  658. {block:Video}
  659. {block:IndexPage}
  660. <center>
  661. {Video-250}</center>
  662. {/block:IndexPage}
  663. {block:PermalinkPage}
  664. <center>
  665. {Video-500}</center>
  666. {/block:PermalinkPage}
  667.  
  668. {block:IndexPage}
  669. {/block:IndexPage}
  670. {block:Video}
  671.  
  672.  
  673.  
  674. {block:IndexPage}
  675. {block:Text}
  676. <div class="permatext"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  677. {/block:Text}
  678. {block:Photoset}
  679. <div class="permatext"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  680. {/block:Photoset}
  681. {block:Quote}
  682. <div class="permatext"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  683. {/block:Quote}
  684. {block:Link}
  685. <div class="permatext"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  686. {/block:Link}
  687. {block:Chat}
  688. <div class="permatext"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  689. {/block:Chat}
  690. {block:Audio}
  691. <div class="permatext"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  692. {/block:Audio}
  693. {block:Answer}
  694. <div class="permatext"><a href="{Permalink}">{NoteCountWithLabel}</a></div>
  695. {/block:Answer}
  696. {/block:IndexPage}
  697.  
  698. {block:PostNotes}<div align="middle">{caption}</div>
  699. <center>
  700.  
  701. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  702.  
  703. {block:HasTags}
  704. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  705. {block:RebloggedFrom}
  706. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  707. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  708.  
  709. {/block:RebloggedFrom}
  710. </center></span>
  711. <br>
  712. <div id="postnotes">{PostNotes}</div><br>
  713.  
  714. <center>{block:ContentSource}
  715. <br><a href="{SourceURL}">
  716. {lang:Source}:
  717. {block:SourceLogo}
  718. <img src="{BlackLogoURL}" width="{LogoWidth}"
  719. height="{LogoHeight}" alt="{SourceTitle}" />
  720. {/block:SourceLogo}
  721. {block:NoSourceLogo}
  722. {SourceLink}
  723. {/block:NoSourceLogo}
  724. </a>
  725. {/block:ContentSource}</center>
  726.  
  727. {/block:PostNotes}
  728. </div>
  729. {/block:Posts}
  730. </div></div>
  731.  
  732. {block:IndexPage}
  733. {block:Pagination}
  734. <div id="pagination">
  735. {block:NextPage}
  736. <a id="nextPage" href="{NextPage}"></a>
  737. {/block:NextPage}
  738. {block:PreviousPage}
  739. <a href="{PreviousPage}"></a>
  740. {/block:PreviousPage}
  741. </div>
  742. {/block:Pagination}
  743. {/block:IndexPage}
  744.  
  745.  
  746. <div style="position: fixed; right:6px;bottom:10px;">
  747. <span class="cred">
  748. <a href="http://teenageblog.tumblr.com/" target="_blank">
  749. </a></span></div>
  750. </body>
  751. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement