Advertisement
teenageblog

Arrow Theme

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