Advertisement
Guest User

Untitled

a guest
Nov 26th, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.46 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4.  
  5. <!-- Single A Theme 1.4.0 by Storyware -->
  6.  
  7. <title>{block:TagPage}Tagged "{Tag}" | {/block:TagPage}{block:SearchPage}Searched "{SearchQuery}" | {/block:SearchPage}{block:PostSummary}{PostSummary} | {/block:PostSummary}{Title}</title>
  8.  
  9. <meta charset="utf-8" />
  10. <meta name="description" content="{MetaDescription}" />
  11. <meta name="keywords" content="{block:Tags}{Tag}, {/block:Tags}{Title}" />
  12.  
  13. <!-- Colors -->
  14. <meta name="color:Accent" content="#ffffff"/>
  15. <meta name="color:Accent Background" content="#777777"/>
  16. <meta name="color:Link" content="#6CA516"/>
  17. <meta name="color:Title" content="#259096"/>
  18. <meta name="color:exfm Body" content="#3e4041"/>
  19. <meta name="color:exfm Display" content="#2c2c2c"/>
  20. <meta name="color:exfm Font" content="#e5e5e5"/>
  21. <meta name="color:exfm Playlist" content="#515151"/>
  22.  
  23. <!-- Images -->
  24. <meta name="image:Logo" content="" />
  25.  
  26. <!-- Select -->
  27. <meta name="select:Bubuti Button Color" content="gray" title="gray">
  28. <meta name="select:Bubuti Button Color" content="blue" title="blue">
  29.  
  30. <!-- Boolean -->
  31. <meta name="if:Show Blog Title" content="1" />
  32. <meta name="if:Show Blogs I Follow" content="0" />
  33. <meta name="if:Show Group Features" content="0" />
  34. <meta name="if:Show Home Link" content="1" />
  35. <meta name="if:Show Likes" content="0" />
  36. <meta name="if:Show Loading Indicator" content="1" />
  37. <meta name="if:Show Recent Tweets" content="1" />
  38. <meta name="if:Show Sharing Features" content="1" />
  39. <meta name="if:Enable Like" content="1" />
  40. <meta name="if:Enable Reblog" content="1" />
  41. <meta name="if:Show Social Network Icons" content="0" />
  42. <meta name="if:Show exfm Player" content="0" />
  43.  
  44. <!-- Text -->
  45. <meta name="text:AboutMe URL" content="" />
  46. <meta name="text:Bubuti Act ID" content="" />
  47. <meta name="text:Disqus Shortname" content="" />
  48. <meta name="text:Dribble URL" content="" />
  49. <meta name="text:Email Address" content="" />
  50. <meta name="text:Facebook URL" content="" />
  51. <meta name="text:Featured Heading" content="Featured Posts" />
  52. <meta name="text:Featured Tag" content="" />
  53. <meta name="text:Flickr URL" content="" />
  54. <meta name="text:Following Heading" content="Who I Follow" />
  55. <meta name="text:Foursquare URL" content="" />
  56. <meta name="text:GA Tracking ID" content="" />
  57. <meta name="text:GitHub URL" content="" />
  58. <meta name="text:Google Plus URL" content="" />
  59. <meta name="text:Google Web Fonts" content="Droid+Sans::latin|Yanone+Kaffeesatz::latin" />
  60. <meta name="text:Group Heading" content="Contributing Authors" />
  61. <meta name="text:Font Stack Primary" content="'Droid Sans'" />
  62. <meta name="text:Font Stack Secondary" content="'Yanone Kaffeesatz'" />
  63. <meta name="text:Instagram URL" content="" />
  64. <meta name="text:Lastfm URL" content="" />
  65. <meta name="text:Likes Heading" content="Posts I Like" />
  66. <meta name="text:LinkedIn URL" content="" />
  67. <meta name="text:Pinterest URL" content="" />
  68. <meta name="text:Rdio URL" content="" />
  69. <meta name="text:Soundcloud URL" content="" />
  70. <meta name="text:Spotify URL" content="" />
  71. <meta name="text:Sticky Label" content="" />
  72. <meta name="text:Sticky Tag" content="" />
  73. <meta name="text:Twitter URL" content="" />
  74. <meta name="text:Vimeo URL" content="" />
  75. <meta name="text:YouTube URL" content="" />
  76. <meta name="text:Website URL" content="" />
  77. <meta name="text:exfm URL" content="" />
  78.  
  79. <!-- Theme Developer Options -->
  80. <meta name="if:Developer Mode Enabled" content="0" />
  81. <meta name="text:Developer Base URL" content="http://singlea.tumblr/core" />
  82. <meta name="text:Developer Page Regex" content="" />
  83.  
  84. <link href="{Favicon}" rel="shortcut icon" />
  85. <link href="{RSS}" rel="alternate" type="application/rss+xml" />
  86. <link href="{block:IfDeveloperModeEnabled}{text:Developer Base URL}/css/theme.css{/block:IfDeveloperModeEnabled}{block:IfNotDeveloperModeEnabled}http://static.tumblr.com/tkqqpe9/mWXn4i4zn/theme.css{/block:IfNotDeveloperModeEnabled}" rel="stylesheet" type="text/css" />
  87.  
  88. <style type="text/css">
  89.  
  90. {block:IfShowLoadingIndicator}
  91. .themeloading,
  92. .themeloaded.wf-loading {
  93. background: url(//static.tumblr.com/41ljbbi/dZjlnvr8e/ajax-loader-1.gif) no-repeat center center;
  94. }
  95.  
  96. .themeloading body,
  97. .themeloaded.wf-loading body {
  98. left: -99999px;
  99. position: absolute;
  100. *overflow: hidden;
  101. }
  102. {/block:IfShowLoadingIndicator}
  103.  
  104. {block:IfEnableLike}
  105. {block:IfNotEnableReblog}
  106. #tumblr-posts .meta .facts li.likeit {
  107. right:1%;
  108. }
  109. {/block:IfNotEnableReblog}
  110. {/block:IfEnableLike}
  111.  
  112. .bF, .bF * { background-color: {color:Accent Background}; }
  113. .lF a, a.lF, .tF { color: {color:Accent}; }
  114. .bP { background-color: {color:Link}; }
  115. .lP a, a.lP, .lS a:hover, a:hover.lS, .like_post a, .blogsmore, #tumblr-tweets .date:hover { color: {color:Link}; }
  116. .lS a, a.lS, #tumblr-tweets .date { color: #6e6e6e; }
  117. .bT { background-color: {color:Title}; }
  118. .lT a, a.lT, .like_link a { color: {color:Title}; }
  119.  
  120. /* Fonts */
  121. body {
  122. font-family: {text:Font Stack Primary};
  123. }
  124.  
  125. .fS {
  126. font-family: {text:Font Stack Secondary};
  127. }
  128.  
  129. {CustomCSS}
  130.  
  131. </style>
  132.  
  133. <script type="text/javascript">
  134.  
  135. var require = {
  136. baseUrl: '{text:Developer Base URL}'
  137. },
  138.  
  139. scaffold = {
  140. features: {},
  141. page: {
  142. isIndex: {block:IndexPage}!{/block:IndexPage}false,
  143. isSearch: {block:SearchPage}!{/block:SearchPage}false,
  144. isTag: {block:TagPage}!{/block:TagPage}false,
  145. isMain: {block:IndexPage}!{/block:IndexPage}{block:SearchPage}!{/block:SearchPage}{block:TagPage}!{/block:TagPage}false,
  146. isPermalink: {block:PermalinkPage}!{/block:PermalinkPage}false,
  147. isPost: {block:PermalinkPage}{block:Posts}!("{Permalink}".length > 0) === {/block:Posts}{/block:PermalinkPage}false,
  148. isStandard: {block:PermalinkPage}{block:Posts}{block:Text}!("{Permalink}".length === 0) === {/block:Text}{/block:Posts}{/block:PermalinkPage}false,
  149. isCustom: {block:IfDeveloperPageRegex}{block:PermalinkPage}{block:Posts}{block:Text}!("{Permalink}".length === 0 && ("{block:PostTitle}{URLEncodedPostTitle}{/block:PostTitle}".search(/{text:Developer Page Regex}/) >= 0)) === {/block:Text}{/block:Posts}{/block:PermalinkPage}{/block:IfDeveloperPageRegex}false
  150. }
  151. };
  152.  
  153. {block:IfDisqusShortname}
  154. scaffold.features['lib/tumbly/views/disqus/counts'] = {
  155. options: {
  156. shortName: "{text:Disqus Shortname}"
  157. }
  158. };
  159. {/block:IfDisqusShortname}
  160.  
  161. {block:IfDisqusShortname}
  162. {block:PermalinkPage}
  163. scaffold.features['lib/tumbly/views/disqus/thread'] = {
  164. options: {
  165. identifier: "{PostID}",
  166. title: "{PostTitle}",
  167. url: "{Permalink}",
  168. shortName: "{text:Disqus Shortname}"
  169. }
  170. };
  171. {/block:PermalinkPage}
  172. {/block:IfDisqusShortname}
  173.  
  174. {block:IfShowexfmPlayer}
  175. scaffold.features['lib/tumbly/views/exfm/player'] = {
  176. options: {
  177. bgColor: "{color:exfm Body}".slice(1),
  178. displayColor: "{color:exfm Display}".slice(1),
  179. fontColor: "{color:exfm Font}".slice(1),
  180. playlistTopColor: "{color:exfm Playlist}".slice(1)
  181. },
  182. document: { wait: false }
  183. };
  184. {/block:IfShowexfmPlayer}
  185.  
  186. {block:IfGATrackingID}
  187. scaffold.features['lib/tumbly/views/google/analytics'] = {
  188. options: {
  189. webPropertyID: "{text:GA Tracking ID}"
  190. },
  191. document: { wait: false }
  192. };
  193. {/block:IfGATrackingID}
  194.  
  195. scaffold.features['lib/tumbly/views/google/fonts'] = {
  196. options: {
  197. fontFamilies: "{text:Google Web Fonts}"
  198. },
  199. document: { wait: false }
  200. };
  201.  
  202. {block:IfShowSharingFeatures}
  203. scaffold.features['lib/tumbly/views/misc/sharing'] = {
  204. options: {
  205. {block:PermalinkPage}
  206. showShareButton: true,
  207. {/block:PermalinkPage}
  208. showLikeButton: true,
  209. showPinItButton: true,
  210. showPlusOneButton: true,
  211. showTweetButton: true
  212. }
  213. };
  214. {/block:IfShowSharingFeatures}
  215.  
  216. {block:IfFeaturedTag}
  217. {block:IfFeaturedHeading}
  218. scaffold.features['lib/tumbly/views/tumblr/featured'] = {
  219. options: {
  220. audioPlayerBgColor: "black",
  221. audioPlayerColor: "ffffff",
  222. condensed: true,
  223. el: "#tumblr-featured",
  224. filter: "text",
  225. hostname: "{Name}.tumblr.com",
  226. params: {
  227. tag: "{text:Featured Tag}"
  228. }
  229. }
  230. };
  231. {/block:IfFeaturedHeading}
  232. {/block:IfFeaturedTag}
  233.  
  234. {block:IfShowBlogsIFollow}
  235. {block:IfFollowingHeading}
  236. {block:Following}
  237. scaffold.features['lib/tumbly/views/tumblr/following'] = {
  238. options: {
  239. blogs: (function () {
  240. var blogs = [];
  241. {block:Followed}
  242. blogs.push({
  243. name: "{FollowedName}",
  244. title: "{FollowedTitle}",
  245. src: "{FollowedPortraitURL-30}",
  246. url: "{FollowedURL}"
  247. });
  248. {/block:Followed}
  249. return blogs;
  250. }()),
  251. className: "blogs clear",
  252. count: 36,
  253. el: "#tumblr-following"
  254. }
  255. };
  256. {/block:Following}
  257. {/block:IfFollowingHeading}
  258. {/block:IfShowBlogsIFollow}
  259.  
  260. {block:IfStickyTag}
  261. {block:IndexPage}
  262. scaffold.features['lib/tumbly/views/tumblr/sticky'] = {
  263. {block:SearchPage}
  264. enabled: false,
  265. {/block:SearchPage}
  266. {block:TagPage}
  267. enabled: false,
  268. {/block:TagPage}
  269. options: {
  270. {block:IfStickyLabel}
  271. labelText: "{text:Sticky Label}",
  272. {/block:IfStickyLabel}
  273. el: "#tumblr-posts .posts",
  274. params: {
  275. tag: "{text:Sticky Tag}"
  276. }
  277. }
  278. };
  279. {/block:IndexPage}
  280. {/block:IfStickyTag}
  281.  
  282. {block:IfShowRecentTweets}
  283. {block:Twitter}
  284. scaffold.features['lib/tumbly/views/twitter/timeline'] = {
  285. options: {
  286. el: "#tumblr-tweets"
  287. }
  288. };
  289. {/block:Twitter}
  290. {/block:IfShowRecentTweets}
  291.  
  292. </script>
  293. <script{block:IfDeveloperModeEnabled} data-main="{text:Developer Base URL}/js/theme.js"{/block:IfDeveloperModeEnabled} src="{block:IfDeveloperModeEnabled}{text:Developer Base URL}/lib/requirejs/require.js{/block:IfDeveloperModeEnabled}{block:IfNotDeveloperModeEnabled}http://static.tumblr.com/tkqqpe9/xudn4i52y/theme.js{/block:IfNotDeveloperModeEnabled}" type="text/javascript"s></script>
  294.  
  295. </head>
  296. <body>
  297. <div id="page-wrapper">
  298. <div class="header" id="page-header">
  299. <div class="content">
  300. <ul class="actions nav clear bS lS">
  301. <li class="follow">
  302. <a href="http://www.tumblr.com/follow/{Name}" title="Follow This Thing">Follow This Thing</a>
  303. </li>
  304. {block:AskEnabled}
  305. <li class="ask">
  306. <a href="/ask" title="Ask Me A Thing">Ask Me A Thing</a>
  307. </li>
  308. {/block:AskEnabled}
  309. {block:SubmissionsEnabled}
  310. <li class="submit">
  311. <a href="/submit" title="{SubmitLabel}">{SubmitLabel}</a>
  312. </li>
  313. {/block:SubmissionsEnabled}
  314. <li class="feed">
  315. <a href="{RSS}" title="RSS Feed">RSS Feed</a>
  316. </li>
  317. <li class="archive">
  318. <a href="/archive" title="Archive">Archive</a>
  319. </li>
  320. </ul>
  321. </div>
  322. </div>
  323. <div class="section" id="page-content">
  324. <div class="content clear">
  325. <div id="tumblr-features">
  326. <div class="feature{block:HasPages} hasPages{/block:HasPages}{block:IfShowHomeLink} hasHome{/block:IfShowHomeLink} lS" id="tumblr-pages">
  327. <ul class="nav">
  328. {block:IfShowHomeLink}
  329. <li>
  330. <a href="http://{Name}.tumblr.com" title="Home">
  331. <span>Home</span>
  332. </a>
  333. </li>
  334. {/block:IfShowHomeLink}
  335. {block:HasPages}
  336. {block:Pages}
  337. <li>
  338. <a href="{URL}" title="{Label}">
  339. <span>{Label}</span>
  340. </a>
  341. </li>
  342. {/block:Pages}
  343. {/block:HasPages}
  344. </ul>
  345. </div>
  346. <div class="feature tS lP" id="tumblr-bio">
  347. <div class="content bS">
  348. {block:IfLogoImage}
  349. <a class="logo" href="/" title="{Title}">
  350. <img alt="{Title}" src="{image:Logo}" />
  351. </a>
  352. {/block:IfLogoImage}
  353. {block:IfShowBlogTitle}
  354. <h1 class="heading lT fS">
  355. <a href="/" title="{Title}">{Title}</a>
  356. </h1>
  357. {/block:IfShowBlogTitle}
  358. {block:Description}
  359. <div class="description">{Description}</div>
  360. {/block:Description}
  361. </div>
  362. </div>
  363. <div class="feature tS lP" id="tumblr-search">
  364. {block:IfShowSocialNetworkIcons}
  365. <ul class="networks clear">
  366. {block:IfEmailAddress}
  367. <li class="service email">
  368. <a class="icon bP" href="mailto:{text:Email Address}" target="_blank" title="Email">
  369. <span class="asset">Email</span>
  370. </a>
  371. </li>
  372. {/block:IfEmailAddress}
  373. {block:IfAboutMeURL}
  374. <li class="service aboutme">
  375. <a class="icon bP" href="{text:AboutMe URL}" target="_blank" title="About.me">
  376. <span class="asset">About.me</span>
  377. </a>
  378. </li>
  379. {/block:IfAboutMeURL}
  380. {block:IfDribbleURL}
  381. <li class="service dribble">
  382. <a class="icon bP" href="{text:Dribble URL}" target="_blank" title="Dribble">
  383. <span class="asset">Dribble</span>
  384. </a>
  385. </li>
  386. {/block:IfDribbleURL}
  387. {block:IfexfmURL}
  388. <li class="service exfm">
  389. <a class="icon bP" href="{text:exfm URL}" target="_blank" title="exfm">
  390. <span class="asset">exfm</span>
  391. </a>
  392. </li>
  393. {/block:IfexfmURL}
  394. {block:IfFacebookURL}
  395. <li class="service facebook">
  396. <a class="icon bP" href="{text:Facebook URL}" target="_blank" title="Facebook">
  397. <span class="asset">Facebook</span>
  398. </a>
  399. </li>
  400. {/block:IfFacebookURL}
  401. {block:IfFlickrURL}
  402. <li class="service flickr">
  403. <a class="icon bP" href="{text:Flickr URL}" target="_blank" title="Flickr">
  404. <span class="asset">Flickr</span>
  405. </a>
  406. </li>
  407. {/block:IfFlickrURL}
  408. {block:IfFoursquareURL}
  409. <li class="service foursquare">
  410. <a class="icon bP" href="{text:Foursquare URL}" target="_blank" title="Foursquare">
  411. <span class="asset">Foursquare</span>
  412. </a>
  413. </li>
  414. {/block:IfFoursquareURL}
  415. {block:IfGitHubURL}
  416. <li class="service github">
  417. <a class="icon bP" href="{text:GitHub URL}" target="_blank" title="GitHub">
  418. <span class="asset">GitHub</span>
  419. </a>
  420. </li>
  421. {/block:IfGitHubURL}
  422. {block:IfGooglePlusURL}
  423. <li class="service googleplus">
  424. <a class="icon bP" href="{text:Google Plus URL}" target="_blank" title="Google+">
  425. <span class="asset">Google+</span>
  426. </a>
  427. </li>
  428. {/block:IfGooglePlusURL}
  429. {block:IfInstagramURL}
  430. <li class="service instagram">
  431. <a class="icon bP" href="{text:Instagram URL}" target="_blank" title="Instagram">
  432. <span class="asset">Instagram</span>
  433. </a>
  434. </li>
  435. {/block:IfInstagramURL}
  436. {block:IfLastfmURL}
  437. <li class="service lastfm">
  438. <a class="icon bP" href="{text:Lastfm URL}" target="_blank" title="Lastfm">
  439. <span class="asset">Lastfm</span>
  440. </a>
  441. </li>
  442. {/block:IfLastfmURL}
  443. {block:IfLinkedInURL}
  444. <li class="service linkedin">
  445. <a class="icon bP" href="{text:LinkedIn URL}" target="_blank" title="LinkedIn">
  446. <span class="asset">LinkedIn</span>
  447. </a>
  448. </li>
  449. {/block:IfLinkedInURL}
  450. {block:IfPinterestURL}
  451. <li class="service pinterest">
  452. <a class="icon bP" href="{text:Pinterest URL}" target="_blank" title="Pinterest">
  453. <span class="asset">Pinterest</span>
  454. </a>
  455. </li>
  456. {/block:IfPinterestURL}
  457. {block:IfRdioURL}
  458. <li class="service rdio">
  459. <a class="icon bP" href="{text:Rdio URL}" target="_blank" title="Rdio">
  460. <span class="asset">Rdio</span>
  461. </a>
  462. </li>
  463. {/block:IfRdioURL}
  464. {block:IfSoundcloudURL}
  465. <li class="service soundcloud">
  466. <a class="icon bP" href="{text:Soundcloud URL}" target="_blank" title="Soundcloud">
  467. <span class="asset">Soundcloud</span>
  468. </a>
  469. </li>
  470. {/block:IfSoundcloudURL}
  471. {block:IfSpotifyURL}
  472. <li class="service spotify">
  473. <a class="icon bP" href="{text:Spotify URL}" target="_blank" title="Spotify">
  474. <span class="asset">Spotify</span>
  475. </a>
  476. </li>
  477. {/block:IfSpotifyURL}
  478. {block:IfTwitterURL}
  479. <li class="service twitter">
  480. <a class="icon bP" href="{text:Twitter URL}" target="_blank" title="Twitter">
  481. <span class="asset">Twitter</span>
  482. </a>
  483. </li>
  484. {/block:IfTwitterURL}
  485. {block:IfVimeoURL}
  486. <li class="service vimeo">
  487. <a class="icon bP" href="{text:Vimeo URL}" target="_blank" title="Vimeo">
  488. <span class="asset">Vimeo</span>
  489. </a>
  490. </li>
  491. {/block:IfVimeoURL}
  492. {block:IfYouTubeURL}
  493. <li class="service youtube">
  494. <a class="icon bP" href="{text:YouTube URL}" target="_blank" title="YouTube">
  495. <span class="asset">YouTube</span>
  496. </a>
  497. </li>
  498. {/block:IfYouTubeURL}
  499. {block:IfWebsiteURL}
  500. <li class="service website">
  501. <a class="icon bP" href="{text:Website URL}" target="_blank" title="Website">
  502. <span class="asset">Website</span>
  503. </a>
  504. </li>
  505. {/block:IfWebsiteURL}
  506. </ul>
  507. {/block:IfShowSocialNetworkIcons}
  508. <form action="/search" method="get">
  509. <label for="q">Search Posts</label>
  510. <div class="fieldgroup clear">
  511. <input class="field text" id="q" name="q" title="Search" type="text" value="{SearchQuery}" />
  512. <input class="field button submit" title="Search" type="submit" value="" />
  513. </div>
  514. </form>
  515. </div>
  516. {block:IfShowGroupFeatures}
  517. {block:GroupMembers}
  518. <div class="feature lP" id="tumblr-group">
  519. <div class="heading bS">{text:Group Heading}</div>
  520. <ul class="members">
  521. {block:GroupMember}
  522. <li class="member">
  523. <div class="thumb">
  524. <a href="{GroupMemberURL}" target="_blank" title="{GroupMemberTitle}">
  525. <img alt="{GroupMemberTitle}" height="48" src="{GroupMemberPortraitURL-48}" width="48" />
  526. </a>
  527. </div>
  528. <div class="name">
  529. <span>{GroupMemberName}</span>
  530. <a href="{GroupMemberURL}" target="_blank" title="{GroupMemberTitle}">{GroupMemberTitle}</a>
  531. </div>
  532. </li>
  533. {/block:GroupMember}
  534. </ul>
  535. </div>
  536. {/block:GroupMembers}
  537. {/block:IfShowGroupFeatures}
  538. {block:IfFeaturedTag}
  539. <div class="feature lP" id="tumblr-featured">
  540. <div class="heading bS">{text:Featured Heading}</div>
  541. </div>
  542. {/block:IfFeaturedTag}
  543. {block:IfShowRecentTweets}
  544. {block:Twitter}
  545. <div class="feature lP" id="tumblr-tweets">
  546. <div class="heading bS">
  547. <span>Recent Tweets</span>
  548. <a href="http://twitter.com/{TwitterUsername}" title="@{TwitterUsername}">@{TwitterUsername}</a>
  549. </div>
  550. </div>
  551. {/block:Twitter}
  552. {/block:IfShowRecentTweets}
  553. {block:IfShowLikes}
  554. {block:Likes}
  555. <div class="feature" id="tumblr-likes">
  556. <div class="heading bS">{text:Likes Heading}</div>
  557. {Likes limit="5" summarize="150" width="283"}
  558. </div>
  559. {/block:Likes}
  560. {/block:IfShowLikes}
  561. {block:IfShowBlogsIFollow}
  562. {block:Following}
  563. <div class="feature" id="tumblr-following">
  564. <div class="heading bS">{text:Following Heading}</div>
  565. </div>
  566. {/block:Following}
  567. {/block:IfShowBlogsIFollow}
  568. </div>
  569. <div id="tumblr-posts">
  570. {block:SearchPage}
  571. <div class="alert searched bF tF">{block:NoSearchResults}Sorry, there are no {/block:NoSearchResults}Search results containing "{SearchQuery}"</div>
  572. {/block:SearchPage}
  573. {block:TagPage}
  574. <div class="alert tagged bF tF">Posts tagged "{Tag}"</div>
  575. {/block:TagPage}
  576. <div class="posts">
  577. <!--wNMfuiLp4L2Mub-->
  578. {block:Posts}
  579. <div class="post{block:Text} regular{/block:Text}{block:Photo} photo{/block:Photo}{block:Quote} quote{/block:Quote}{block:Link} link{/block:Link}{block:Chat} conversation{/block:Chat}{block:Audio} audio{/block:Audio}{block:Video} video{/block:Video}{block:Answer} answer{/block:Answer}{block:Photoset} photo set{/block:Photoset}{block:RebloggedFrom} reblog{/block:RebloggedFrom}" data-id="{PostID}" data-type="{block:Text}regular{/block:Text}{block:Photo}photo{/block:Photo}{block:Quote}quote{/block:Quote}{block:Link}link{/block:Link}{block:Chat}conversation{/block:Chat}{block:Audio}audio{/block:Audio}{block:Video}video{/block:Video}{block:Answer}answer{/block:Answer}{block:Photoset}photo{/block:Photoset}" id="post{PostID}">
  580. <div class="data{block:Audio} clear{/block:Audio} lP">
  581. {block:Answer}
  582. <div class="asker user">
  583. <img alt="Asker" src="{AskerPortraitURL-16}" />
  584. <span>{Asker} Asks:</span>
  585. </div>
  586. <div class="question fS">{Question}</div>
  587. <div class="replier user">
  588. <img alt="{Name}" src="{PortraitURL-16}" />
  589. <span>{Name} Said:</span>
  590. </div>
  591. <div class="reply hasMarkup">{Answer}</div>
  592. {/block:Answer}
  593. {block:Audio}
  594. <div class="media{block:AudioEmbed} spotify{/block:AudioEmbed}{block:AudioPlayer} cover{/block:AudioPlayer}">
  595. {block:AudioEmbed}
  596. {AudioEmbed}
  597. {/block:AudioEmbed}
  598. {block:AudioPlayer}
  599. {block:AlbumArt}
  600. <img alt="{PlayCountWithLabel}" class="image" src="{AlbumArtURL}" height="198" width="198" />
  601. {/block:AlbumArt}
  602. <img alt="{PlayCountWithLabel}" class="image" src="//static.tumblr.com/tkqqpe9/9Nylixvp6/cassette-tape-1.png" height="198" width="198"{block:AlbumArt} style="display:none;"{/block:AlbumArt} />
  603. {AudioPlayerBlack}
  604. {/block:AudioPlayer}
  605. </div>
  606. {block:AudioPlayer}
  607. {block:TrackName}
  608. <div class="id3 tS">
  609. <div class="track title fS lT">
  610. <a href="{Permalink}" title="{TrackName}">{TrackName}</a>
  611. </div>
  612. {block:Artist}
  613. <div class="artist">{Artist}{block:Album}, {/block:Album}</div>
  614. {/block:Artist}
  615. {block:Album}
  616. <div class="album">{Album}</div>
  617. {/block:Album}
  618. </div>
  619. {/block:TrackName}
  620. {/block:AudioPlayer}
  621. {block:Caption}
  622. <div class="caption hasMarkup">{Caption}</div>
  623. {/block:Caption}
  624. {/block:Audio}
  625. {block:Chat}
  626. {block:Title}
  627. <div class="title fS lT">
  628. <a href="{Permalink}" title="{Title}">{Title}</a>
  629. </div>
  630. {/block:Title}
  631. <div class="dialogue bS tS">
  632. <ul>
  633. {block:Lines}
  634. <li class="line {Alt}">
  635. {block:Label}<span>{Label}</span>{/block:Label}
  636. {Line}
  637. </li>
  638. {/block:Lines}
  639. </ul>
  640. </div>
  641. {/block:Chat}
  642. {block:Link}
  643. <div class="title fS lT">
  644. <a href="{URL}" title="{Name}">{Name} &rarr;</a>
  645. </div>
  646. {block:Description}
  647. <div class="description hasMarkup">{Description}</div>
  648. {/block:Description}
  649. {/block:Link}
  650. {block:Panorama}
  651. <div class="media">
  652. {LinkOpenTag}
  653. <img class="panorama" alt="{PhotoAlt}" src="{PhotoURL-Panorama}" />
  654. {LinkCloseTag}
  655. </div>
  656. {block:Caption}
  657. <div class="caption hasMarkup">{Caption}</div>
  658. {/block:Caption}
  659. {/block:Panorama}
  660. {block:Photo}
  661. <div class="media">
  662. {LinkOpenTag}
  663. <img alt="{PhotoAlt}" src="{PhotoURL-500}" />
  664. {LinkCloseTag}
  665. </div>
  666. {block:Caption}
  667. <div class="caption hasMarkup">{Caption}</div>
  668. {/block:Caption}
  669. {/block:Photo}
  670. {block:Photoset}
  671. <div class="media">{Photoset-500}</div>
  672. {block:Caption}
  673. <div class="caption hasMarkup">{Caption}</div>
  674. {/block:Caption}
  675. {/block:Photoset}
  676. {block:Quote}
  677. <div class="echo hasMarkup fS">{Quote}</div>
  678. {block:Source}
  679. <div class="source hasMarkup">{Source}</div>
  680. {/block:Source}
  681. {/block:Quote}
  682. {block:Text}
  683. {block:Title}
  684. <div class="title fS lT">
  685. <a href="{Permalink}" title="{Title}">{Title}</a>
  686. </div>
  687. {/block:Title}
  688. <div class="body hasMarkup">{Body}</div>
  689. {/block:Text}
  690. {block:Video}
  691. <div class="media">{Video-500}</div>
  692. {block:Caption}
  693. <div class="caption hasMarkup">{Caption}</div>
  694. {/block:Caption}
  695. {/block:Video}
  696. </div>
  697. {block:Date}
  698. {block:IfBubutiActID}
  699. <div class="bubuti-act {TagsAsClasses}">
  700. <iframe allowtransparency="true" class="bubuti-donate-button" frameborder="0" id="bubuti-{text:Bubuti Act ID}" height="50" marginheight="0" marginwidth="0" name="bubuti-{text:Bubuti Act ID}" scrolling="no" src="https://bubuti.com/plugins/donate/{text:Bubuti Act ID}?color={select:Bubuti Button Color}" style="border:none;display:inline-block;height:50px;margin:0;padding:0;vertical-align:top;visibility:visible;width:620px;" width="620"></iframe>
  701. </div>
  702. {/block:IfBubutiActID}
  703. {/block:Date}
  704. <div class="type bT">
  705. <a{block:IndexPage} href="{Permalink}" title="View post{block:NoteCount}, notes{/block:NoteCount}{block:IfDisqusshortname}, comments{/block:IfDisqusshortname}"{/block:IndexPage}>
  706. <img alt="{block:Text} Text{/block:Text}{block:Photo} Photo{/block:Photo}{block:Quote} Quote{/block:Quote}{block:Link} Link{/block:Link}{block:Chat} Chat{/block:Chat}{block:Audio} Audio{/block:Audio}{block:Video} Video{/block:Video}{block:Answer} Answer{/block:Answer}{block:Photoset} Photoset{/block:Photoset}" src="//static.tumblr.com/tkqqpe9/p0Zlixw1m/post-types-1.png" height="26" />
  707. </a>
  708. </div>
  709. {block:Date}
  710. <div class="meta bS tS lS">
  711. <ul class="facts nav clear">
  712. <li class="date">
  713. <span><a class="permalink" href="{Permalink}" title="{ShortMonth} {DayOfMonth}, {Year} {12Hour}:{Minutes} {AmPm}">{ShortMonth} {DayOfMonth}, {Year} {12Hour}:{Minutes} {AmPm}</a>{block:IfShowGroupFeatures}{block:GroupMembers} by <a class="lP" href="{PostAuthorURL}" title="{PostAuthorName}">{PostAuthorName}</a>{/block:GroupMembers}{/block:IfShowGroupFeatures}</span>
  714. </li>
  715. {block:ContentSource}
  716. <li class="source">{SourceLink}</li>
  717. {/block:ContentSource}
  718. <li class="notes">
  719. <a href="{Permalink}#tumblr_notes" title="{NoteCountWithLabel}">{NoteCountWithLabel}</a>
  720. </li>
  721. {block:IfDisqusShortname}
  722. <li class="comments">
  723. <a href="{Permalink}#disqus_thread" title="Comments">Comments</a>
  724. </li>
  725. {/block:IfDisqusShortname}
  726. {block:Audio}
  727. <li class="plays">
  728. <span>{PlayCountWithLabel}</span>
  729. </li>
  730. {/block:Audio}
  731. {block:IfEnableLike}
  732. <li class="likeit">{LikeButton color="white" size="14"}</li>
  733. {/block:IfEnableLike}
  734. {block:IfEnableReblog}
  735. <li class="reblogit">{ReblogButton color="white" size="14"}</li>
  736. {/block:IfEnableReblog}
  737. </ul>
  738. {block:HasTags}
  739. <ul class="tags nav clear">
  740. {block:Tags}
  741. <li>
  742. <a href="{TagURL}" title="{Tag}">{Tag}</a>
  743. </li>
  744. {/block:Tags}
  745. </ul>
  746. {/block:HasTags}
  747. </div>
  748. {block:IfShowSharingFeatures}
  749. <div class="meta share bS tS lS">
  750. <ul class="networks nav clear">
  751. <li class="service facebook">
  752. <div class="fb-like" data-href="{ShortURL}" data-send="false" data-layout="button_count" data-width="100" data-show-faces="false" data-colorscheme="dark" data-font="arial"></div>
  753. </li>
  754. <li class="service twitter">
  755. <a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-text="{block:Text}{block:IndexPage}{block:Title}{PlaintextTitle}{/block:Title}{/block:IndexPage}{block:PermalinkPage}{block:PostSummary}{PlaintextPostSummary}{/block:PostSummary}{/block:PermalinkPage}{/block:Text}{block:Chat}{block:Title}{PlaintextTitle}{/block:Title}{/block:Chat}{block:Link}{Name}{/block:Link}" data-url="{ShortURL}"></a>
  756. </li>
  757. <li class="service plusone">
  758. <div class="g-plusone" data-size="medium" data-href="{ShortURL}"></div>
  759. </li>
  760. {block:Audio}
  761. {block:AlbumArt}
  762. <li class="service pinterest">
  763. <a href="http://pinterest.com/pin/create/button/?url={URLEncodedShortURL}&media={URLEncodedAlbumArtURL}" class="pin-it-button" count-layout="horizontal"></a>
  764. </li>
  765. {/block:AlbumArt}
  766. {/block:Audio}
  767. {block:Photo}
  768. <li class="service pinterest">
  769. <a href="http://pinterest.com/pin/create/button/?url={URLEncodedShortURL}&media={URLEncodedPhotoURL-500}" class="pin-it-button" count-layout="horizontal"></a>
  770. </li>
  771. {/block:Photo}
  772. {block:PermalinkPage}
  773. <li class="service tumblr">
  774. <a href="http://www.tumblr.com/share" title="Share on Tumblr" style="display:inline-block; text-indent:-9999px; overflow:hidden; width:61px; height:20px; background:url('http://platform.tumblr.com/v1/share_2.png') top left no-repeat transparent;"></a>
  775. </li>
  776. {/block:PermalinkPage}
  777. </ul>
  778. </div>
  779. {/block:IfShowSharingFeatures}
  780. {block:PermalinkPage}
  781. {block:PostNotes}
  782. <div class="notes tS lP" id="tumblr_notes">{PostNotes}</div>
  783. {/block:PostNotes}
  784. {block:IfDisqusShortname}
  785. <div class="comments tS lP" id="disqus_thread"></div>
  786. {/block:IfDisqusShortname}
  787. {/block:PermalinkPage}
  788. {/block:Date}
  789. </div>
  790. {/block:Posts}
  791. <!--wNMfuiLp4L2Mub-->
  792. </div>
  793. </div>
  794. </div>
  795. <div class="col"></div>
  796. </div>
  797. <div class="footer bF lF tF" id="page-footer">
  798. <div class="content">
  799. <ul class="actions nav">
  800. <li class="feed">
  801. <a href="{RSS}" title="RSS Feed">RSS Feed</a>
  802. </li>
  803. {block:AskEnabled}
  804. <li class="ask">
  805. <a href="/ask" title="{AskLabel}">{AskLabel}</a>
  806. </li>
  807. {/block:AskEnabled}
  808. {block:SubmissionsEnabled}
  809. <li class="submit">
  810. <a href="/submit" title="{SubmitLabel}">{SubmitLabel}</a>
  811. </li>
  812. {/block:SubmissionsEnabled}
  813. </ul>
  814. {block:Pagination}
  815. <ul class="pages nav">
  816. <li class="previous">
  817. <a{block:PreviousPage} href="{PreviousPage}" title="Previous Page"{/block:PreviousPage} >Previous Page</a>
  818. </li>
  819. <li class="next">
  820. <a{block:NextPage} href="{NextPage}" title="Next Page"{/block:NextPage} >Next Page</a>
  821. </li>
  822. </ul>
  823. {/block:Pagination}
  824. <div class="theme">
  825. <a href="http://www.tumblr.com/theme/28638" target="_blank">Single A Theme</a>
  826. <span>::</span>
  827. <a href="http://singleatheme.tumblr.com/versions">Version 1.4</a>
  828. <span>::</span>
  829. <a href="http://storyware.us" target="_blank">By Storyware</a>
  830. </div>
  831. </div>
  832. </div>
  833. </div>
  834. </body>
  835. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement