xmisa0923

xdvgasdgf

Sep 16th, 2013
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.16 KB | None | 0 0
  1. <!--
  2. ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
  3.  
  4. THEME MADE BY RACHEL
  5. » ALMIGHTYONE.TUMBLR.COM
  6.  
  7. [THEME #6] WANDERING
  8. IF YOU HAVE ANY QUESTIONS GO TO 7TH-DISTRICT.TUMBLR.COM
  9.  
  10. !!TERMS OF USE!!
  11.  
  12. - You CAN edit the codes, but do NOT make heavy changes that
  13. make it no longer recognizable as my theme.
  14. - You can change the colors, fonts, and anything that I made
  15. customizable.
  16.  
  17. CREDITS
  18. - Do NOT move the credits to anywhere else and leave the credits
  19. alone! NO moving them to pages!
  20. - Do NOT redistribute.
  21.  
  22. STEALING
  23. - Do NOT steal my themes and claim it as your own.
  24. - Do NOT use my themes as a base, then edit and claim it
  25. as your own!
  26.  
  27. AGAIN, DO NOT REMOVE THE CREDITS OR MOVE THEM A.N.Y.W.H.E.R.E.
  28. Okay that's about it. CIAO. <3
  29.  
  30. ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
  31. -->
  32.  
  33. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  34. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  35. <head>
  36.  
  37. <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
  38. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  39. <link rel="shortcut icon" href="http://i.imgur.com/9lIjt57.png" />
  40.  
  41. <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
  42. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips();});})(jQuery);</script>
  43.  
  44.  
  45. <meta name="color:background" content="#ffffff" />
  46. <meta name="color:title" content="#000000" />
  47. <meta name="color:custom links background" content="#000000" />
  48. <meta name="color:custom links text" content="#ffffff" />
  49. <meta name="color:custom links background hover" content="#ffffff"/>
  50. <meta name="color:custom links text hover" content="#000000" />
  51. <meta name="color:links" content="#aaaaaa" />
  52. <meta name="color:links hover" content="#eeeeee" />
  53. <meta name="color:blockquote" content="#000000" />
  54. <meta name="color:permalink background" content="#000000" />
  55. <meta name="color:permalink text" content="#ffffff" />
  56. <meta name="color:permalink text hover" content="#262626" />
  57. <meta name="color:text" content="#565656" />
  58. <meta name="color:question background" content="#f9f9f9" />
  59. <meta name="color:question border" content="#eeeeee" />
  60. <meta name="color:scrollbar bg" content="#000000" />
  61. <meta name="color:scrollbar" content="#ffffff" />
  62. <meta name="color:posts" content="#ffffff" />
  63.  
  64. <meta name="if:2 column" content="1" />
  65. <meta name="if:1 column" content="0" />
  66. <meta name="if:screen border" content="1" />
  67. <meta name="if:small cursor" content="1" />
  68. <meta name="if:grayscale" content="1" />
  69. <meta name="if:photofade" content="0" />
  70.  
  71. <meta name="image:background" content=""/>
  72.  
  73. <meta name="text:Link1 url" content="/">
  74. <meta name="text:Link1" content"link 1"/>
  75. <meta name="text:Link2 url" content="/">
  76. <meta name="text:Link2" content"link 2"/>
  77. <meta name="text:Link3 url" content="/">
  78. <meta name="text:Link3" content"link 3"/>
  79.  
  80. <meta name="text:title font size" content="33" />
  81.  
  82. <style type="text/css">
  83.  
  84.  
  85.  
  86. ::-webkit-scrollbar-track {background-color:{color:scrollbar bg};}
  87. ::-webkit-scrollbar-thumb {background-color:{color:scrollbar};border:3px solid {color:scrollbar bg};}
  88. ::-webkit-scrollbar {width:8px;height:5px;}
  89.  
  90. ::-moz-scrollbar-track {background-color:{color:scrollbar bg};}
  91. ::-moz-scrollbar-thumb {background-color:{color:scrollbar};border:3px solid {color:scrollbar bg};}
  92. ::-moz-scrollbar {width:8px;height:5px;}
  93.  
  94.  
  95.  
  96.  
  97. {block:ifsmallcursor}
  98. *, body, a, a:hover {cursor: url(http://media.tumblr.com/tumblr_lyovxfnDb71qfoi4t.png), auto;}
  99. {/block:ifsmallcursor}
  100.  
  101. body {
  102. background:{color:background};
  103. background-attachment:fixed;
  104. background-repeat:no-repeat;
  105. background-position:right bottom;
  106. background-image:url('{image:background}');
  107. margin:0;
  108. padding:0;
  109. word-wrap:break-word;
  110. font-family:calibri;
  111. font-size:11px;
  112. }
  113.  
  114. body a{
  115. text-decoration:none;
  116. }
  117.  
  118. .side {
  119. position:fixed;
  120. left:300px;
  121. top:250px;
  122. height:150px;
  123. border:0px solid black;
  124. width:200px;
  125. background:transparent;
  126. }
  127.  
  128. #tit{
  129. margin-top:0px;
  130. font-family:calibri;
  131. font-size:{text:title font size}px;
  132. text-align:center;
  133. width:200px;
  134. height:auto;
  135. color:{color:title};
  136. }
  137.  
  138. .pagination{
  139. position:fixed;
  140. bottom:10px;
  141. left:710px;
  142. margin:3px;
  143. text-align:center;
  144. z-index:99999;
  145. }
  146.  
  147. .pagination a{
  148. display:none;
  149. padding:0px 3px;
  150. color:white;
  151. font-family:cambria;
  152. font-size:12px;
  153. -webkit-transition: all 0.4s linear;
  154. -moz-transition: all 0.4s linear;
  155. }
  156.  
  157. #desc{
  158. margin-top:9px;
  159. font-family:trebuchet ms;
  160. font-size:10px;
  161. text-align:center;
  162. line-height:110%;
  163. color:black;
  164. padding:0px 35px;
  165. }
  166.  
  167.  
  168.  
  169. .side:hover #boob{
  170. margin-top:10px;
  171. opacity:1;
  172. -webkit-transition: all 0.8s ease-in-out;
  173. -moz-transition: all 0.8s ease-in-out;
  174. }
  175.  
  176. .bob{
  177. margin:-25px;
  178. margin-top:10px;
  179. margin-left:35px;
  180. float:left;
  181. background:{color:custom links background};
  182. padding:2px 4px;
  183. text-align:center!important;
  184. font-family:calibri;
  185. font-size:10px;
  186. text-transform:uppercase;
  187. color:{color:custom links text};
  188. -webkit-transition: all 0.4s linear;
  189. -moz-transition: all 0.4s linear;
  190. }
  191.  
  192. .bob:hover{
  193. opacity:1;
  194. background:{color:custom links background hover};
  195. color:{color:custom links text hover};
  196. -webkit-transition: all 0.4s linear;
  197. -moz-transition: all 0.4s linear;
  198. }
  199.  
  200.  
  201. #desc a {
  202. text-decoration:none;
  203. color: {color:links};
  204. -webkit-transition: all 0.4s linear;
  205. -moz-transition: all 0.4s linear;
  206. }
  207.  
  208. #desc a:hover{
  209. color:{color:links hover};
  210. -webkit-transition: all 0.4s linear;
  211. -moz-transition: all 0.4s linear;
  212. }
  213.  
  214. #content {
  215. {block:if2column}
  216. width:550px;
  217. margin:40px 0px 40px 500px!important;
  218. {/block:if2column}
  219. {block:if1column}
  220. width:280px;
  221. margin:40px 0px 40px 500px;
  222. {/block:if1column}
  223. color:{color:text};
  224. {block:permalinkpage}
  225. margin:50px 0px 20px 500px;
  226. {/block:permalinkpage}
  227. }
  228.  
  229. #content a {
  230. color:{color:links};
  231. -webkit-transition: all 0.4s linear;
  232. -moz-transition: all 0.4s linear;
  233. }
  234.  
  235. #content a:hover {
  236. color:{color:links hover};
  237. -webkit-transition: all 0.4s linear;
  238. -moz-transition: all 0.4s linear;
  239. }
  240.  
  241. #content blockquote {
  242. border-left:2px solid {color:blockquote};
  243. margin:0;
  244. padding-left:8px;
  245. }
  246.  
  247. #content blockquote img {
  248. {block:indexpage}
  249. width:200px;
  250. {/block:indexpage}
  251. {block:permalinkpage}
  252. width:350px;
  253. {/block:permalinkpage}
  254. }
  255.  
  256. .posts {
  257. margin-right:80px; margin-left:70px;
  258. width:250px;
  259. padding:10px;
  260. padding-bottom:10px;
  261. margin-bottom:50px;
  262. border:2px solid #faf7f7;
  263.  
  264.  
  265.  
  266. {block:permalinkpage}
  267. width:250px;
  268. {block:permalinkpage}
  269. -webkit-transition-duration: 0.5s;
  270. -moz-transition-duration: 0.5s;
  271. -o-transition-duration: 0.5s;
  272. -ms-transition-duration: 0.5s;
  273. {block:ifphotofade}
  274. opacity:.8;
  275. {/block:ifphotofade}
  276. {block:ifgrayscale}
  277. -webkit-filter: grayscale(100%);
  278. -moz-filter: grayscale(100%);
  279. -o-filter: grayscale(100%);
  280. {/block:ifgrayscale}
  281. z-index:9;
  282. background:{color:posts};
  283. }
  284.  
  285. .posts:hover {
  286. -webkit-filter: grayscale(0%);
  287. -moz-filter: grayscale(0%);
  288. -o-filter: grayscale(0%);
  289. opacity:1;
  290. -webkit-transition-duration: 0.5s;
  291. -moz-transition-duration: 0.5s;
  292. -o-transition-duration: 0.5s;
  293. -ms-transition-duration: 0.5s;
  294. }
  295.  
  296.  
  297.  
  298. /* permalinks */
  299. .posts .perma{
  300. text-align:center;
  301. position: absolute;
  302. width:auto;
  303. height: 14px;
  304. line-height:14px;
  305. position:absolute;
  306. background-color: {color:permalink background};
  307. color: {color:permalink text};
  308. margin-top: 10px;
  309. margin-left:70px;
  310. padding: 4px 15px;
  311. opacity: 0;
  312. font-size: 8px;
  313. font-family:calibri;
  314. text-transform: uppercase;
  315. letter-spacing: 1px;
  316. z-index:3;
  317. -webkit-transition: all 0.7s linear;
  318. -moz-transition-duration: 0.7s linear;
  319. }
  320.  
  321. .posts:hover .perma{
  322. margin-top:10px;
  323. opacity:1;
  324. -webkit-transition: all 0.7s linear;
  325. -moz-transition-duration: 0.7s linear;
  326. }
  327.  
  328. .perma a {
  329. color: {color:permalink text}!important;
  330. -webkit-transition: all 0.4s linear;
  331. -moz-transition-duration: 0.4s linear;
  332. }
  333.  
  334. .perma a:hover {
  335. color: {color:permalink text hover}!important;
  336. -webkit-transition: all 0.4s linear;
  337. -moz-transition-duration: 0.4s linear;
  338. }
  339.  
  340. #note{
  341. margin:20px auto;
  342. width: 250px;
  343. font-size: 11px;
  344. text-transform:lowercase;
  345. font-family:calibri;
  346. color:{color:text};
  347. }
  348.  
  349. ol.notes{
  350. list-style-type:none;
  351. margin:0px;
  352. padding-left:5px;
  353. line-height:130%;
  354. color:{color:text};
  355. }
  356.  
  357. .info{
  358. padding-bottom:3px;
  359. padding-top:5px;
  360. padding-left:2px;
  361. text-align:left;
  362. font-family:consolas;
  363. font-size:10px;
  364. color:{color:text};
  365. margin-top:5px;
  366. }
  367.  
  368. .tags{
  369. margin-top:5px;
  370. font-family:calibri;
  371. font-size:8px;
  372. text-transform:uppercase;
  373. letter-spacing:1px;
  374. text-align:left;
  375. color:{color:text};
  376. }
  377.  
  378. #asker{
  379. text-align:center;
  380. font-size:13px;
  381. font-style:italic;
  382. line-height:110%;
  383. }
  384.  
  385. #ques{
  386. margin-top:-6px;
  387. color:{color:text};
  388. border:1px solid {color:question border};
  389. background:{color:question background};
  390. padding:5px;
  391. }
  392.  
  393. #question{
  394. position:fixed;
  395. font-family:consolas;
  396. font-size:9px;
  397. letter-spacing:1px;
  398. text-transform:uppercase;
  399. font-weight:bold;
  400. text-decoration:none;
  401. right:5px;
  402. bottom:5px;
  403. padding:1px 3px 0px 3px;
  404. {block:ifscreenborder}
  405. color:white;
  406. background:black;
  407. {/block:ifscreenborder}
  408. {block:ifnotscreenborder}
  409. color:{color:text};
  410. background:{color:links hover};
  411. {/block:ifnotscreenborder}
  412. -webkit-transition: all 0.4s linear;
  413. -moz-transition: all 0.4s linear;
  414. -ms-transition: all 0.4s linear;
  415. -o-transition: all 0.4s linear;
  416. transition: all 0.4s linear;
  417. z-index:99999;
  418. }
  419.  
  420. #question:hover{
  421. -webkit-transition: all 0.4s linear;
  422. -moz-transition: all 0.4s linear;
  423. -ms-transition: all 0.4s linear;
  424. -o-transition: all 0.4s linear;
  425. transition: all 0.4s linear;
  426. opacity:.5;
  427. }
  428.  
  429. #answer{
  430. margin-top:-10px;
  431. padding:0px 5px 5px 5px;
  432. }
  433.  
  434.  
  435. #musicart {
  436. position: absolute;
  437. height: 90px;
  438. width: 90px;
  439. border: 1px solid {color:Borders};
  440. padding: 5px;
  441. }
  442.  
  443. #musicart img {
  444. opacity: 0.8;
  445. height: 90px;
  446. width: 90px;
  447. -webkit-transition: all 0.6s ease-in-out;
  448. -moz-transition: all 0.6s ease-in-out;
  449. -o-transition: all 0.6s ease-in-out;
  450. }
  451.  
  452. #player {
  453. opacity: 0.2;
  454. -webkit-transition: all 0.6s ease-in-out;
  455. -moz-transition: all 0.6s ease-in-out;
  456. -o-transition: all 0.6s ease-in-out;
  457. }
  458.  
  459. .post:hover #player {
  460. opacity: 0.6;
  461. }
  462.  
  463. .post:hover #musicart img {
  464. opacity: 0.2;
  465. }
  466.  
  467.  
  468.  
  469. #s-m-t-tooltip {
  470. position:relative;
  471. overflow:hidden;
  472. z-index:999999;
  473. max-width:200px;
  474. margin:10px 0 0 10px;
  475. padding:3px 4px;
  476. font:8px calibri;
  477. background:black;
  478. line-height:100%;
  479. text-transform:uppercase;
  480. border:0px solid #e4e4e4;
  481. letter-spacing:1px;
  482. font-weight:bold;
  483. color:#fff;
  484. }
  485.  
  486. .title {
  487. font-family:calibri;
  488. font-size:14px;
  489. text-transform:uppercase;
  490. color:{color:text};
  491. text-align:left;
  492. }
  493.  
  494. #content img {
  495. max-width:250px;
  496. {block:permalinkpage}
  497. max-width:100%;
  498. {/block:permalinkpage}
  499. }
  500.  
  501.  
  502.  
  503.  
  504.  
  505. </style>
  506.  
  507.  
  508. {block:if2column}
  509. {block:indexpage}
  510. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  511. <script src="http://static.tumblr.com/6hsqxdt/vmwm2rb4g/infinitescrolling.js"></script>
  512. <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
  513. <script>
  514. $(function(){
  515. var $container = $('#content');
  516. $container.imagesLoaded(function(){
  517. $container.masonry({
  518. itemSelector: '.posts',
  519. });
  520. });
  521. $container.infinitescroll({
  522. itemSelector : ".posts",
  523. navSelector : "div.pagination",
  524. nextSelector : ".pagination a#next",
  525. loadingImg : "",
  526. loadingText : "<em></em>",
  527. bufferPx : 10000,
  528. extraScrollPx: 12000,
  529. },
  530. // trigger Masonry as a callback
  531. function( newElements ) {
  532. var $newElems = $( newElements ).css({ opacity: 0 });
  533. // ensure that images load before adding to masonry layout
  534. $newElems.imagesLoaded(function(){
  535. $newElems.animate({ opacity: 1 });
  536. $container.masonry( 'appended', $newElems, true );
  537. });
  538. }
  539. );
  540. });
  541. </script>
  542. {/block:indexpage}
  543. {/block:if2column}
  544.  
  545. {block:if1column}
  546. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  547. {/block:if1column}
  548.  
  549. </head>
  550. <body>
  551.  
  552.  
  553.  
  554.  
  555.  
  556.  
  557. {block:ifscreenborder}
  558. <span style="background:black;position:fixed;width:20px;height:100%;top:0;left:0;z-index:33;"></span>
  559.  
  560. <span style="background:black;position:fixed;width:100%;height:23px;top:0;left:0;z-index:33;"></span>
  561.  
  562. <span style="background:black;position:fixed;width:12px;height:100%;top:0;right:0;z-index:35;"></span>
  563.  
  564. <span style="background:black;position:fixed;width:100%;height:23px;bottom:0;right:0;z-index:33;"></span>
  565. {/block:ifscreenborder}
  566.  
  567. <div class="side">
  568. <div id="tit">{Title}</div>
  569. <div id="desc">{block:description}{description}{/block:description}</div>
  570. <div id="boob">
  571. <a href="/" class="bob" title="home">一</a>
  572. <a href="/ask" class="bob" title="message">二</a>
  573. {block:IfLink1}
  574. <a href="{text:Link1 url}" class="bob" title="memories">三</a>
  575. {/block:IfLink1}
  576. {block:IfLink2}
  577. <a href="{text:Link2 url}" class="bob" title="links">四</a>
  578. {/block:IfLink2}
  579. {block:IfLink3}
  580. <a href="{text:Link3 url}" class="bob" title="MAL">五</a>
  581. {/block:IfLink3}
  582.  
  583. <div class="pagination">
  584. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage"}>previous</a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  585. </div>
  586. </div>
  587. </div><!--side-->
  588.  
  589. <a href="http://almightyone.tumblr.com/" id="question" title="made by almightyone">▰theme</a>
  590.  
  591.  
  592. <div id="content">
  593. <div class="autopagerize_page_element">
  594. {block:posts}
  595. <div class="posts">
  596.  
  597. {block:Photo}
  598. {block:indexpage}
  599. <div class="perma">
  600. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  601. <center>{LinkOpenTag}<img src="{PhotoURL-250}" alt="" />{LinkCloseTag}</center>
  602. {/block:indexpage}
  603. {block:permalinkpage}
  604. <center>{LinkOpenTag}<img src="{PhotoURL-250}" alt="" />{LinkCloseTag}</center>
  605. {block:Caption}{Caption}{/block:Caption}
  606. <div class="info">
  607. {block:RebloggedFrom}<span style="text-transform:uppercase">
  608. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  609. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br />
  610. {/block:RebloggedFrom}
  611. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  612. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  613. </div>
  614. {block:HasTags}<div class="tags">TAGGED AS:
  615. {block:Tags}
  616. <a href="{TagURL}">#{Tag} </a>
  617. {/block:Tags}
  618. </div>
  619. {/block:HasTags}{/block:permalinkpage}
  620. {/block:Photo}
  621.  
  622. {block:Photoset}
  623. {block:indexpage}
  624. <div class="perma">
  625. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  626. {Photoset-250}
  627. {/block:indexpage}
  628. {block:permalinkpage}
  629. {Photoset-250}
  630. {block:Caption}{Caption}{/block:Caption}
  631. <div class="info">
  632. {block:RebloggedFrom}<span style="text-transform:uppercase">
  633. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  634. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br />
  635. {/block:RebloggedFrom}
  636. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  637. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  638. </div>
  639. {block:HasTags}<div class="tags">
  640. {block:Tags}
  641. <a href="{TagURL}">#{Tag} </a>
  642. {/block:Tags}
  643. </div>
  644. {/block:HasTags}
  645. {/block:permalinkpage}
  646. {/block:Photoset}
  647.  
  648. {block:Video}
  649. {block:indexpage}
  650. <div class="perma">
  651. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  652. {Video-250}
  653. {/block:indexpage}
  654. {block:permalinkpage}
  655. {Video-250}
  656. {block:Caption}{Caption}{/block:Caption}
  657. <div class="info">
  658. {block:RebloggedFrom}<span style="text-transform:uppercase">
  659. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  660. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br />
  661. {/block:RebloggedFrom}
  662. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  663. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  664. </div>
  665. {block:HasTags}<div class="tags">
  666. {block:Tags}
  667. <a href="{TagURL}">#{Tag} </a>
  668. {/block:Tags}
  669. </div>
  670. {/block:HasTags}
  671. {/block:permalinkpage}
  672. {/block:Video}
  673.  
  674. {block:Audio}
  675.  
  676. <div id="texts">
  677.  
  678. <div id="musicart">
  679. {block:AlbumArt}
  680. <img src="{AlbumArtURL}">
  681. {/block:AlbumArt}
  682. </div>
  683.  
  684. <div id="player"><div style="position: absolute; margin: 1px 0px 0px 1px; padding: 37px 36px 36px 37px; background: #FFF;">
  685. <div style="width: 27px; height: 27px; overflow: hidden;">
  686. {AudioPlayerWhite}
  687. </div></div></div>
  688.  
  689. <div style="margin-left: 112px; min-height: 102px; font-size: 8px; text-transform: uppercase; letter-spacing: 1px; line-height: 14px; font-family: calibri;">
  690. {block:TrackName}<b>Track:</b> {TrackName}<br>{/block:TrackName}
  691. {block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist}
  692. {block:Album}<b>Album:</b> {Album}<br>{/block:Album}
  693. <b>Plays:</b> {PlayCount}<br>
  694. </div> </div>
  695.  
  696. <div class="info">
  697. {block:RebloggedFrom}<span style="text-transform:uppercase">
  698. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  699. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br />
  700. {/block:RebloggedFrom}
  701. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  702. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  703. </div>
  704. {block:HasTags}<div class="tags">
  705. {block:Tags}
  706. <a href="{TagURL}">#{Tag} </a>
  707. {/block:Tags}
  708. </div>
  709. {/block:HasTags}
  710. {/block:permalinkpage}
  711. {/block:Audio}
  712.  
  713. {block:Quote}
  714. {block:indexpage}
  715. <div class="perma">
  716. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  717. “{Quote}”
  718. {block:Source}<br />{Source}{/block:Source}
  719. {/block:indexpage}
  720. {block:permalinkpage}
  721. “{Quote}”
  722. {block:Source}<br />{Source}{/block:Source}
  723. <div class="info">
  724. {block:RebloggedFrom}<span style="text-transform:uppercase">
  725. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  726. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br />
  727. {/block:RebloggedFrom}
  728. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  729. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  730. </div>
  731. {block:HasTags}<div class="tags">
  732. {block:Tags}
  733. <a href="{TagURL}">#{Tag} </a>
  734. {/block:Tags}
  735. </div>
  736. {/block:HasTags}
  737. {/block:permalinkpage}
  738. {/block:Quote}
  739.  
  740. {block:Text}
  741. {block:indexpage}
  742. <div class="perma">
  743. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  744. {block:Title}<div class="title">{Title}</div>{/block:Title}
  745. {Body}
  746. {/block:indexpage}
  747. {block:permalinkpage}
  748. {block:Title}<span style="text-transform:uppercase;text-align:center!important;font-size:12px;">{Title}</span><br />{/block:Title}
  749. {Body}
  750. <div class="info">
  751. {block:RebloggedFrom}<span style="text-transform:uppercase">
  752. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  753. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br />
  754. {/block:RebloggedFrom}
  755. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  756. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  757. </div>
  758. {block:HasTags}<div class="tags">
  759. {block:Tags}
  760. <a href="{TagURL}">#{Tag} </a>
  761. {/block:Tags}
  762. </div>
  763. {/block:HasTags}
  764. {/block:permalinkpage}
  765. {/block:Text}
  766.  
  767. {block:Answer}
  768. {block:indexpage}
  769. <div class="perma">
  770. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  771. <div id="asker"><img src="{AskerPortraitURL-30}" style="padding:3px;border:1px solid #e4e4e4;"/><br />{Asker}</div><br />
  772. <div id="ques">{Question}</div><br />
  773. <div id="answer">{Answer}</div>
  774. {/block:indexpage}
  775. {block:permalinkpage}
  776. <div id="asker"><img src="{AskerPortraitURL-30}" style="padding:3px;border:1px solid #e4e4e4;"/><br />{Asker}</div><br />
  777. <div id="ques">{Question}</div><br />
  778. <div id="answer">{Answer}</div>
  779. <div class="info">
  780. {block:RebloggedFrom}<span style="text-transform:uppercase">
  781. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  782. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br />
  783. {/block:RebloggedFrom}
  784. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  785. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  786. </div>
  787. {block:HasTags}<div class="tags">
  788. {block:Tags}
  789. <a href="{TagURL}">#{Tag} </a>
  790. {/block:Tags}
  791. </div>
  792. {/block:HasTags}
  793. {/block:permalinkpage}
  794. {/block:Answer}
  795.  
  796. {block:Chat}
  797. {block:indexpage}
  798. <div class="perma">
  799. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  800. {block:Title}{Title}<br />{/block:Title}
  801. {block:Lines}<span style="line-height:110%;">
  802. {block:Label}<strong><span style="font-size:12px;">{Label}</span></strong>{/block:Label} {Line}</span><br />
  803. {/block:Lines}
  804. {/block:indexpage}
  805. {block:permalinkpage}
  806. {block:Title}{Title}<br />{/block:Title}
  807. {block:Lines}
  808. {block:Label}<strong><span style="font-size:12px">{Label}</span></strong>{/block:Label} {Line}<br />
  809. {/block:Lines}
  810. <div class="info">
  811. {block:RebloggedFrom}<span style="text-transform:uppercase">
  812. via: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  813. Source: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a></span><br />
  814. {/block:RebloggedFrom}
  815. {block:Date}{Month} {DayOfMonth}, {Year}{/block:Date}
  816. {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  817. </div>
  818. {block:HasTags}<div class="tags">
  819. {block:Tags}
  820. <a href="{TagURL}">#{Tag} </a>
  821. {/block:Tags}
  822. </div>
  823. {/block:HasTags}
  824. {/block:permalinkpage}
  825. {/block:Chat}
  826.  
  827. {block:Link}
  828. {block:indexpage}
  829. <div class="perma">
  830. <a href="{Permalink}">{block:Date}{ShortMonth} {DayOfMonthWithZero}, {ShortYear}{/block:Date}</a> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
  831. <a href="{URL}" class="title">{Name}</a>
  832. {block:Description}{Description}{/block:Description}
  833. {/block:indexpage}
  834. {block:permalinkpage}
  835. <a href="{URL}" style="text-transform:uppercase;font-size:12px;text-align:center!important;">{Name}</a>
  836. {block:Description}<br />{Description}{/block:Description}
  837. {/block:permalinkpage}
  838. {/block:Link}
  839.  
  840. {block:PostNotes}
  841. <div id="note">{PostNotes}</div>
  842. {/block:PostNotes}
  843.  
  844.  
  845. </div> <!--posts -->
  846. {/block:posts}
  847. </div>
  848. </div> <!--content-->
  849.  
  850.  
  851.  
  852. </body>
  853. </html>
Advertisement
Add Comment
Please, Sign In to add comment