Advertisement
teenageblog

Wanderlust

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