Advertisement
lostmemento

01 | 500 Miles

Jan 31st, 2013
3,379
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.02 KB | None | 0 0
  1. <html>
  2. <head>
  3. <!--------------------------------------------
  4. 01: 500 MILES
  5. MADE BY: http://lostmemento.tumblr.com (lmthemes)
  6. ---------------------------------------------
  7.  
  8. TERMS OF USAGE:
  9. - DO NOT REMOVE THE CREDIT
  10. - DO NOT REDISTRIBUTE
  11. - DO NOT CLAIM AS YOUR OWN
  12. - DO NOT USE AS A BASE
  13.  
  14. --------------------------------------------->
  15.  
  16. <title>{Title}</title>
  17. <link rel="shortcut icon" href="{Favicon}">
  18. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  19. <meta name="description" content="" />
  20. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  21.  
  22.  
  23. <!--------------------------------------------
  24. SCRIPTS
  25. --------------------------------------------->
  26.  
  27. <script type="text/javascript" src="http://static.tumblr.com/bkd4m5b/XTXmhcywm/1.7.1.jquery.min.js"></script>
  28.  
  29. {block:If250pxPost}
  30. <script src="http://static.tumblr.com/bkd4m5b/YZZmbae0e/masonry.js"></script>
  31.  
  32. <script type="text/javascript">
  33. $(window).load(function () {
  34. $('.right').masonry({
  35. itemSelector : ".post",
  36. },
  37. function() { $('.right').masonry({ appendedContent: $(this) }); }
  38. );
  39. });
  40. </script>
  41. {/block:If250pxPost}
  42.  
  43. <!--------------------------------------------
  44. DEFAULT APPEARANCE OPTIONS
  45. --------------------------------------------->
  46.  
  47. <meta name="if:400pxPost" content="1"/>
  48. <meta name="if:250pxPost" content="0"/>
  49. <meta name="if:Background No Repeat" content="0"/>
  50. <meta name="if:Background Fixed" content="0"/>
  51. <meta name="if:Show Reblog Info" content="1"/>
  52. <meta name="if:Show Photo Captions Permalink Only" content="1"/>
  53. <meta name="if:Show Photo Captions on Hover" content="0"/>
  54. <meta name="if:Show Notes Symbol" content="0"/>
  55. <meta name="if:AudioPlayerWhite" content="1"/>
  56. <meta name="if:AudioPlayerGrey" content="0"/>
  57. <meta name="if:AudioPlayerBlack" content="0"/>
  58.  
  59. <meta name="if:Italic" content="1"/>
  60. <meta name="if:Lowercase" content="1"/>
  61.  
  62. <!--------------------------------------------
  63. IMAGES
  64. --------------------------------------------->
  65. <meta name="image:sidebar" content=""/>
  66. <meta name="image:background" content=""/>
  67.  
  68. <!--------------------------------------------
  69. COLORS
  70. --------------------------------------------->
  71.  
  72. <meta name="color:Scrollbar Background" content="#000000"/>
  73. <meta name="color:Scrollbar" content="#FFFF00"/>
  74.  
  75. <meta name="color:Background" content="#ffffff"/>
  76. <meta name="color:Highlight" content="#FFFF00"/>
  77. <meta name="color:Post Background" content="#ffffff"/>
  78. <meta name="color:Post Font" content="#000000"/>
  79. <meta name="color:Link Font" content="#999999"/>
  80. <meta name="color:Border" content="#f4f4f4"/>
  81. <meta name="color:Chat" content="#555555"/>
  82. <meta name="color:Ask Background" content="#fcfcfc"/>
  83.  
  84. <!--------------------------------------------
  85. FONT
  86. --------------------------------------------->
  87.  
  88. <meta name="text:Font" content="times new roman"/>
  89.  
  90. <meta name="text:Main Font Size" content="11px"/>
  91. <meta name="text:Link Font Size" content="9px"/>
  92. <meta name="text:Title Font Size" content="16px"/>
  93. <meta name="text:Sidebar Description Font Size" content="10px"/>
  94. <meta name="text:Post Title Font Size" content="14px"/>
  95.  
  96. <!--------------------------------------------
  97. MISC.
  98. --------------------------------------------->
  99.  
  100. <meta name="text:Background Position" content=""/>
  101. <meta name="text:LetterSpacing" content="1px"/>
  102. <meta name="text:Notes Symbol" content="&hearts;"/>
  103. <meta name="text:Sidebar Text Align" content="right"/>
  104. <meta name="text:Ask Action" content="asked"/>
  105. <meta name="text:Alt Title" content=""/>
  106. <meta name="text:Descript Height" content="70px"/>
  107. <meta name="text:Sidebar Image Width" content="90px"/>
  108. <meta name="text:Sidebar From Top" content="230px"/>
  109.  
  110. <!--------------------------------------------
  111. CUSTOM LINKS
  112. --------------------------------------------->
  113.  
  114. <meta name="text:Link1 Url" content="http://"/>
  115. <meta name="text:Link1 Name" content=""/>
  116. <meta name="text:Link2 Url" content="http://"/>
  117. <meta name="text:Link2 Name" content=""/>
  118. <meta name="text:Link3 Url" content="http://"/>
  119. <meta name="text:Link3 Name" content=""/>
  120. <meta name="text:Link4 Url" content="http://"/>
  121. <meta name="text:Link4 Name" content=""/>
  122. <meta name="text:Link5 Url" content="http://"/>
  123. <meta name="text:Link5 Name" content=""/>
  124. <meta name="text:Link6 Url" content="http://"/>
  125. <meta name="text:Link6 Name" content=""/>
  126. <meta name="text:Link7 Url" content="http://"/>
  127. <meta name="text:Link7 Name" content=""/>
  128. <meta name="text:Link8 Url" content="http://"/>
  129. <meta name="text:Link8 Name" content=""/>
  130. <meta name="text:Link9 Url" content="http://"/>
  131. <meta name="text:Link9 Name" content=""/>
  132. <meta name="text:Link10 Url" content="http://"/>
  133. <meta name="text:Link10 Name" content=""/>
  134.  
  135.  
  136. <!--------------------------------------------
  137. CSS
  138. --------------------------------------------->
  139. <style type="text/css">
  140.  
  141. /* --------------------------------------
  142. GENERAL
  143. -------------------------------------- */
  144.  
  145. body {background-color: {color:Background};
  146. font-family: {text:Font};
  147. margin: 0px;
  148. font-size: {text:Main Font Size};
  149. color: {color:Post Font};
  150. background-image: url('{image:background}');
  151. {block:IfBackgroundNoRepeat}background-repeat: no-repeat;{/block:IfBackgroundNoRepeat}
  152. {block:IfBackgroundFixed}background-attachment: fixed;{/block:IfBackgroundFixed}
  153. {block:IfBackgroundPosition}background-position: {text:Background Position};{/block:IfBackgroundPosition}}
  154.  
  155. img {display: block;}
  156.  
  157. a img {border: 0px;}
  158.  
  159. a:link, a:visited, a:active {text-decoration: none;
  160. transition-duration: 0.6s;
  161. -moz-transition-duration: 0.6s;
  162. -webkit-transition-duration: 0.6s;
  163. -o-transition-duration: 0.6s;}
  164.  
  165. a:hover {transition-duration: 0.6s;
  166. -moz-transition-duration: 0.6s;
  167. -webkit-transition-duration: 0.6s;
  168. -o-transition-duration: 0.6s;}
  169.  
  170.  
  171. /* --------------------------------------
  172. SCROLLBARS
  173. -------------------------------------- */
  174. ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height: 10px;}
  175. ::-webkit-scrollbar-thumb:horizontal {background-color: {color:Scrollbar}; height:10px!important;}
  176. ::-webkit-scrollbar {background-color: {color:Scrollbar Background}; height:8px; width:5px;}
  177.  
  178. /* --------------------------------------
  179. SIDEBAR
  180. -------------------------------------- */
  181. .container {width: 1000px;}
  182.  
  183. .left {width: 480px;
  184. position: fixed;
  185. height: 100%;
  186. border-right: 1px solid {color:Border};}
  187.  
  188. .sidebar {position: relative;
  189. top: {text:Sidebar From Top};
  190. display: block;
  191. width: 480px;}
  192.  
  193. .t {border-bottom: 1px solid {color:Border};
  194. text-align: center;
  195. padding-bottom: 10px;
  196. {block:IfItalic}font-style: italic;{/block:IfItalic}
  197. {block:IfLowercase}text-transform: lowercase;{/block:IfLowercase}
  198. font-size: {text:Title Font Size};}
  199.  
  200. .t a {color: {color:Post Font}; background-color: {color:Highlight};}
  201.  
  202. .dl, .dl2 {text-align: center;
  203. {block:IfItalic}font-style: italic;{/block:IfItalic}
  204. {block:IfLowercase}text-transform: lowercase;{/block:IfLowercase}
  205. color: {color:Link Font};
  206. padding-top: 10px;
  207. letter-spacing: {text:LetterSpacing};
  208. font-size: {text:Link Font Size};}
  209.  
  210. .dl2 {padding: 0px;}
  211.  
  212. .dl a, .dl2 a {color: {color:Link Font};}
  213.  
  214. .dl a:hover, .dl2 a:hover {color: {color:Post Font}; background-color: {color:Highlight};}
  215.  
  216. .dsub {padding-right: 20px;
  217. text-align: {text:Sidebar Text Align};
  218. line-height: 100%;
  219. font-size: {text:Sidebar Description Font Size};
  220. vertical-align: middle;}
  221.  
  222. .dsub a {color: {color:Post Font};
  223. background-color: {color:Highlight};
  224. {block:IfItalic}font-style: italic;{/block:IfItalic}
  225. {block:IfLowercase}text-transform: lowercase;{/block:IfLowercase}}
  226.  
  227. .pic {padding: 10px; border-left: 1px solid {color:Border};}
  228.  
  229. .pic img {width: {text:Sidebar Image Width};}
  230.  
  231. #icon {background-color:{color:Post Font}; color:{color:Background};}
  232.  
  233. .nav {border-top: 1px solid {color:Border};
  234. text-align: center;
  235. padding-top: 10px;
  236. font-size: {text:Link Font Size};}
  237.  
  238. a.ar {font-family: arial; font-size: 12px; vertical-align: 0px;}
  239.  
  240. .nav a {color: {color:Post Font};}
  241.  
  242. .nav a:hover {background-color: {color:Highlight};}
  243.  
  244. /* --------------------------------------
  245. POSTS
  246. -------------------------------------- */
  247.  
  248. .right {margin-left: 500px;}
  249.  
  250. .post {padding: 20px 0px;
  251. {block:IfNot250pxPost}
  252. {block:IfNot400pxPost}width: 500px;{/block:IfNot400pxPost}
  253. {block:If400pxPost}width: 400px;{/block:If400pxPost}
  254. {/block:IfNot250pxPost}
  255. {block:If250pxPost}
  256. width: 250px;
  257. {/block:If250pxPost}
  258. background-color: {color:Post Background};
  259. color: {color:Post Font};}
  260.  
  261. {block:If250pxPost}
  262. .right {width: 580px;}
  263.  
  264.  
  265. .post {{block:IndexPage}width: 270px;
  266. margin-left: 20px;
  267. float:left;
  268. {/block:IndexPage}
  269.  
  270. {block:PermalinkPage}width: 400px; margin: 20px auto;{/block:PermalinkPage}}
  271. {/block:If250pxPost}
  272.  
  273. #hid {display: none;}
  274. .post:hover #hid {display:block;}
  275.  
  276. .cap {text-align: justify;}
  277.  
  278. .cap a {font-size: {text:Link Font Size};
  279. {block:IfItalic}font-style: italic;{/block:IfItalic}
  280. {block:IfLowercase}text-transform: lowercase;{/block:IfLowercase}
  281. letter-spacing: {text:LetterSpacing};
  282. color: {color:Post Font};
  283. background-color: {color:Highlight};}
  284.  
  285. .cap a:hover {color: {color:Highlight};}
  286.  
  287. .cap h1 {text-align: center;
  288. {block:IfItalic}font-style: italic;{/block:IfItalic}
  289. {block:IfLowercase}text-transform: lowercase;{/block:IfLowercase}
  290. font-weight: normal;}
  291.  
  292. .cap h1 a {font-size: {text:Post Title Font Size};}
  293.  
  294. .cap li {list-style: square;}
  295.  
  296. .cap blockquote {border-left: 1px solid {color:Border};
  297. color: {color:Link Font};
  298. padding-left: 10px;}
  299.  
  300. .ak img {float:left;
  301. padding: 10px;
  302. margin-right: 10px;
  303. border: 1px solid {color:Border};
  304. background-color: {color:Post Background};}
  305.  
  306. .ak {margin-bottom: 10px;
  307. min-height: 60px;
  308. background-color: {color:Ask Background};
  309. padding: 20px;}
  310.  
  311. /* --------------------------------------
  312. CHAT
  313. -------------------------------------- */
  314.  
  315.  
  316. .chat li {list-style: none; color: {color:Chat};}
  317. .chat .label {{block:IfItalic}font-style: italic;{/block:IfItalic}
  318. color: {color:Post Font};}
  319.  
  320. /* --------------------------------------
  321. QUOTE
  322. -------------------------------------- */
  323.  
  324. .quote {width: 70%; margin: 20px auto; margin-top: 0px;}
  325.  
  326. .quote_short {font-size: 18px;}
  327. .quote_medium {font-size: {text:Post Font Size};}
  328. .quote_long {font-size: {text:Main Font Size};}
  329.  
  330. .source {text-align: right; margin-top: 20px;}
  331. .source a {text-transform: none;}
  332.  
  333.  
  334. /* --------------------------------------
  335. AUDIO
  336. -------------------------------------- */
  337. .mus {padding: 20px; position: relative;}
  338.  
  339. .mus img {width: 100px;}
  340.  
  341. .cover {position: absolute;
  342. z-index: 3;
  343. margin-left: 0px;
  344. margin-top: -100px;}
  345.  
  346. .mlabel {letter-spacing: {text:LetterSpacing};
  347. font-size: {text:Main Font Size};
  348. background-color: {color:Highlight};
  349. {block:IfItalic}font-style: italic;{/block:IfItalic}}
  350.  
  351. .musiclabel {font-size: {text:Link Font Size};}
  352.  
  353. .audioverlay {opacity: 0.3;
  354. {block:IfAudioPlayerWhite}background-color: #fff;{/block:IfAudioPlayerWhite}
  355. {block:IfAudioPlayerGrey}background-color: #e4e4e4;{/block:IfAudioPlayerGrey}
  356. {block:IfAudioPlayerBlack}background-color: #000;{/block:IfAudioPlayerBlack}
  357. position: absolute;
  358. z-index: 10;
  359. margin-top: 25px; margin-left: 25px;
  360. transition-duration: 0.6s;
  361. -moz-transition-duration: 0.6s;
  362. -webkit-transition-duration: 0.6s;
  363. -o-transition-duration: 0.6s;}
  364.  
  365. .mus:hover .audioverlay {opacity: 0.8;
  366. transition-duration: 0.6s;
  367. -moz-transition-duration: 0.6s;
  368. -webkit-transition-duration: 0.6s;
  369. -o-transition-duration: 0.6s;}
  370.  
  371. .audioarrow {width: 20px; height: 30px; overflow: hidden; margin:10px 19px 10px 12px;}
  372.  
  373.  
  374. /* --------------------------------------
  375. POST INFO
  376. -------------------------------------- */
  377.  
  378. .date {border-top: 1px solid {color:Border};
  379. margin-top: 20px;
  380. padding: 5px 0px;
  381. font-size: {text:Link Font Size};
  382. {block:IfItalic}font-style: italic;{/block:IfItalic}
  383. {block:IfLowercase}text-transform: lowercase;{/block:IfLowercase}
  384. letter-spacing: {text:LetterSpacing};
  385. color: {color:Post Link};}
  386.  
  387. .date a {color: {color:Link Font};}
  388.  
  389. .date a:hover {color: {color:Post Font}; background-color: {color:Highlight};}
  390.  
  391. .reblg {float:right;}
  392.  
  393. .tgs {margin: 10px 0px;
  394. text-align: justify;
  395. border-top: 1px solid {color:Border};
  396. padding: 5px 0px;
  397. margin-top: 5px;}
  398.  
  399. .tgs a {margin: 0px 5px; word-break: break-all;}
  400.  
  401. ol.notes {padding: 0px;
  402. margin: 25px 0px;
  403. list-style-type: none;
  404. border-bottom: solid 1px {color:Border};
  405. color: {color:Link Font};}
  406.  
  407. ol.notes a {{block:IfItalic}font-style: italic;{/block:IfItalic}
  408. color: {color:Post Font};}
  409.  
  410. ol.notes a:hover {background-color: {color:Highlight};}
  411.  
  412. ol.notes li.note {border-top: solid 1px {color:Border}; padding: 10px;}
  413.  
  414. ol.notes li.note img.avatar {vertical-align: -4px;
  415. margin-right: 10px;
  416. width: 16px;
  417. height: 16px;
  418. display:inline-block;}
  419.  
  420. ol.notes li.note span.action {font-weight: normal;}
  421.  
  422. ol.notes li.note .answer_content {font-weight: normal;}
  423.  
  424. ol.notes li.note blockquote {border-left: 1px solid {color:Border};
  425. padding: 4px 10px;
  426. margin: 10px 0px 0px 25px;}
  427.  
  428. ol.notes li.note blockquote a {text-decoration: none; color: {color:Link Font};}
  429.  
  430. /* --------------------------------------
  431. CUSTOM CSS
  432. -------------------------------------- */
  433.  
  434. {CustomCSS}
  435. </style>
  436. </head>
  437.  
  438. <body>
  439.  
  440. <div class="container">
  441. <div class="left">
  442. <div class="sidebar">
  443. <div class="t"><a href="/">{block:IfNotAltTitle}{Title}{/block:IfNotAltTitle} {block:IfAltTitle}{text:Alt Title}{/block:IfAltTitle}</a></div>
  444.  
  445. <table cellspacing="0" cellpadding="0"><tr><td width="80%"><div class="dl" {block:IfLink5Name}style="min-height: 15px"{/block:IfLink5Name}>
  446.  
  447. <a href="/ask">MESSAGE</a> &middot;
  448. {block:SubmissionsEnabled}<a href="/submit">SUBMIT</a> &middot;{/block:SubmissionsEnabled}
  449. <a href="/archive">ARCHIVE</a>
  450. {block:IfLink1Name}&middot; <a href="{text:Link1 Url}">{text:Link1 Name}</a>{/block:IfLink1Name}
  451. {block:IfLink2Name}&middot; <a href="{text:Link2 Url}">{text:Link2 Name}</a>{/block:IfLink2Name}
  452. {block:IfLink3Name}&middot; <a href="{text:Link3 Url}">{text:Link3 Name}</a>{/block:IfLink3Name}
  453. {block:IfLink4Name}<a href="{text:Link4 Url}">{text:Link4 Name}</a>{/block:IfLink4Name}
  454.  
  455. </div></td><td {block:IfNotLink5Name}rowspan="2"{/block:IfNotLink5Name} {block:IfLink5Name}rowspan="3"{/block:IfLink5Name} class="pic"><img src="{image:sidebar}"></td></tr>
  456. <tr><td class="dsub" {block:IfLink5Name}style="vertical-align: middle; height: {text:Descript Height};"{/block:IfLink5Name}>{Description}</td></tr>
  457.  
  458. {block:IfLink5Name}
  459. <tr>
  460. <td><div class="dl2">
  461.  
  462. <a href="{text:Link5 Url}">{text:Link5 Name}</a>
  463. {block:IfLink6Name}&middot; <a href="{text:Link6 Url}">{text:Link6 Name}</a>{/block:IfLink6Name}
  464. {block:IfLink7Name}&middot; <a href="{text:Link7 Url}">{text:Link7 Name}</a>{/block:IfLink7Name}
  465. {block:IfLink8Name}&middot; <a href="{text:Link8 Url}">{text:Link8 Name}</a>{/block:IfLink8Name}
  466.  
  467. </div></td>
  468. </tr>
  469. {/block:IfLink5Name}
  470. </table>
  471.  
  472.  
  473.  
  474.  
  475. <div class="nav">
  476. {block:Pagination}
  477. {block:PreviousPage}<a href="{PreviousPage}" class="ar">&larr;</a>{/block:PreviousPage}
  478. {CurrentPage} / {TotalPages}
  479. {block:NextPage}<a href="{NextPage}" class="ar">&rarr;</a>{/block:NextPage}{/block:Pagination}
  480. </div>
  481.  
  482. </div>
  483. </div>
  484.  
  485.  
  486. <!--------------------------------------------
  487. POSTS
  488. --------------------------------------------->
  489. <div class="right">
  490.  
  491. {block:Posts}
  492.  
  493. {block:ContentSource}
  494. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  495. width="{LogoWidth}" height="{LogoHeight}" alt=โ€{SourceTitle}"/>
  496. {/block:SourceLogo}
  497. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  498. {/block:ContentSource}
  499.  
  500. <div class="post">
  501.  
  502. <!--------------------------------------------
  503. TEXT POSTS
  504. --------------------------------------------->
  505. {block:Text}
  506. <div class="cap">
  507. {block:Title}<h1>{Title}</h1>{/block:Title}
  508. {Body}
  509. </div>
  510. {/block:Text}
  511.  
  512. <!--------------------------------------------
  513. PHOTO POSTS
  514. --------------------------------------------->
  515. {block:Photo}
  516. {LinkOpenTag}{block:IfNot250pxPost}{block:IfNot400pxPost}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{/block:IfNot400pxPost}
  517. {block:If400pxPost}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="400px">{/block:If400pxPost}{/block:IfNot250pxPost}
  518. {block:If250pxPost}{block:IndexPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="250px">{/block:IndexPage} {block:PermalinkPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="400px">{/block:PermalinkPage}{/block:If250pxPost}{LinkCloseTag}
  519. {block:IfNotShowPhotoCaptionsPermalinkOnly}{block:IndexPage}{block:Caption}<div class="cap" {block:IfShowPhotoCaptionsOnHover}id="hid"{/block:IfShowPhotoCaptionsOnHover}>{Caption}</div>{/block:Caption}{/block:IndexPage}{/block:IfNotShowPhotoCaptionsPermalinkOnly}
  520. {block:PermalinkPage}{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  521. {/block:Photo}
  522.  
  523. <!--------------------------------------------
  524. PHOTOSET POSTS
  525. --------------------------------------------->
  526. {block:Photoset}
  527. {block:IfNot250pxPost}{block:IfNot400pxPost}{Photoset-500}{/block:IfNot400pxPost}
  528. {block:If400pxPost}{Photoset-400}{/block:If400pxPost}{/block:IfNot250pxPost}
  529. {block:If250pxPost}{block:IndexPage}{Photoset-250}{/block:IndexPage} {block:PermalinkPage}{Photoset-400}{/block:PermalinkPage}{/block:If250pxPost}
  530. {block:IfNotShowPhotoCaptionsPermalinkOnly}{block:IndexPage}{block:Caption}<div class="cap" {block:IfShowPhotoCaptionsOnHover}id="hid"{/block:IfShowPhotoCaptionsOnHover}>{Caption}</div>{/block:Caption}{/block:IndexPage}{/block:IfNotShowPhotoCaptionsPermalinkOnly}
  531. {block:PermalinkPage}{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  532. {/block:Photoset}
  533.  
  534. <!--------------------------------------------
  535. VIDEO POSTS
  536. --------------------------------------------->
  537. {block:Video}
  538. {block:IfNot250pxPost}{block:IfNot400pxPost}{Video-500}{/block:IfNot400pxPost}
  539. {block:If400pxPost}{Video-400}{/block:If400pxPost}{/block:IfNot250pxPost}
  540. {block:If250pxPost}{block:IndexPage}{Video-250}{/block:IndexPage} {block:PermalinkPage}{Video-400}{/block:PermalinkPage}{/block:If250pxPost}
  541. {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
  542. {/block:Video}
  543.  
  544. <!--------------------------------------------
  545. ANSWER POSTS
  546. --------------------------------------------->
  547. {block:Answer}
  548. <div class="cap">
  549. <div class="ak"><img src="{AskerPortraitURL-40}"> {Asker} {text:Ask Action}: {Question}</div>
  550. {Answer}
  551. </div>
  552. {/block:Answer}
  553.  
  554. <!--------------------------------------------
  555. QUOTE POSTS
  556. --------------------------------------------->
  557. {block:Quote}
  558. <div class="cap"><div class="quote">
  559. <div class="quote_{Length}">โ€œ{Quote}โ€</div>
  560. {block:Source}<div class="source">- {Source}</div>{/block:Source}
  561. </div></div>
  562. {/block:Quote}
  563.  
  564. <!--------------------------------------------
  565. LINK POSTS
  566. --------------------------------------------->
  567. {block:Link}
  568. <div class="cap"><h1><a href="{URL}">{Name}</a></h1>
  569. {block:Description}{Description}{/block:Description}
  570. </div>
  571. {/block:Link}
  572.  
  573. <!--------------------------------------------
  574. CHAT POSTS
  575. --------------------------------------------->
  576. {block:Chat}
  577. <div class="cap">{block:Title}<h1>{Title}</h1>{/block:Title}
  578. <div class="chat"><ul>{block:Lines}
  579. <li class="line">{block:Label}
  580. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  581. </div>
  582. {/block:Chat}
  583.  
  584. <!--------------------------------------------
  585. AUDIO POSTS
  586. --------------------------------------------->
  587. {block:Audio}
  588. <div class="mus">
  589. <table cellspacing="0" cellpadding="0" width="100%"><tr><td width="100px">
  590. {block:AudioPlayer}
  591. <div class="audioverlay"><div class="audioarrow">{block:IfAudioPlayerWhite}{AudioPlayerWhite}{/block:IfAudioPlayerWhite}
  592. {block:IfAudioPlayerGrey}{AudioPlayerGrey}{/block:IfAudioPlayerGrey}
  593. {block:IfAudioPlayerBlack}{AudioPlayerBlack}{/block:IfAudioPlayerBlack}</div></div>
  594. {/block:AudioPlayer}
  595.  
  596. <img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg" alt="default album art"/>
  597. {block:AlbumArt}
  598. <img class="cover" src="{AlbumArtURL}" />
  599. {/block:AlbumArt}</td><td style="text-align: center; padding: 0px 20px;">
  600.  
  601. {block:TrackName}<span class="mlabel">{TrackName}</span>{/block:TrackName}<br>
  602. <span class="musiclabel">{block:Artist}{Artist}{/block:Artist} {block:Album}ยท {Album}{/block:Album}<br>
  603. {block:Playcount}{Playcount} Plays{/block:Playcount}
  604. </span></td><tr></table>
  605. </div>
  606.  
  607. {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}
  608. {/block:Audio}
  609.  
  610.  
  611. <!--------------------------------------------
  612. DATE & POST INFO
  613. --------------------------------------------->
  614. {block:Date}<div class="date">
  615. <a href="{Permalink}">{block:NewDayDate}{ShortMonth} {DayOfMonthWithZero}{/block:NewDayDate}
  616. {block:SameDayDate}{TimeAgo}{/block:SameDayDate}
  617. {block:NoteCount}&middot; {block:IfNotShowNotesSymbol}{NoteCountWithLabel}{/block:IfNotShowNotesSymbol}
  618. {block:IfShowNotesSymbol}{NoteCount} {text:Notes Symbol}{/block:IfShowNotesSymbol}{/block:NoteCount}</a>
  619.  
  620. {block:IfShowReblogInfo}{block:RebloggedFrom}<div class="reblg"><a href="{ReblogParentURL}">{ReblogParentName}</a> &middot; <a href="{ReblogRootURL}">{ReblogRootName}</a></div>{/block:RebloggedFrom}{/block:IfShowReblogInfo}
  621.  
  622. {block:HasTags} <div class="tgs">{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  623. </div>{/block:Date}
  624.  
  625. {PostNotes}
  626. </div>
  627. {/block:Posts}
  628.  
  629. </div>
  630. </div>
  631.  
  632. </body>
  633. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement