Advertisement
raggedies

theme g: starlord

Aug 21st, 2014
5,557
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.18 KB | None | 0 0
  1. <!----- theme g: starlord
  2. coded by BVSHOPS.tumblr.com
  3. (previously STVES.tumblr.com)
  4.  
  5. theme description:
  6. + 4 customizable links (ask not included by default)
  7. + color options
  8. + posts 400px or 500px
  9. + 215px sidebar image (automaticallly resized)
  10. + tag options
  11. + option to have collapsible notes
  12. + updates tab included (option to turn it on and off!)
  13.  
  14.  
  15. message to the user:
  16.  
  17. + please do not redistribute this code under
  18. any other username
  19. + please leave the credit intact :-)
  20. + please feel free to customize to your liking
  21.  
  22. shoot me an ask if you have any questions or notice
  23. an error in the coding!
  24.  
  25. ---------------------------------->
  26.  
  27. <html>
  28. <head>
  29. <title>{Title}</title>
  30. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  31. <link rel="shortcut icon" href="{Favicon}">
  32. {block:Description}
  33. <meta name="description" content="{MetaDescription}" />
  34. {/block:Description}
  35. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
  36.  
  37. <!------゚defaults ------>
  38.  
  39. <!------ colors ---------->
  40. <meta name="color:background" content="#ffffff" />
  41. <meta name="color:body" content="#7c7c7c" />
  42. <meta name="color:link" content="#afafaf" />
  43. <meta name="color:link hover" content="#888888" />
  44. <meta name="color:sidebar title" content="#828282" />
  45. <meta name="color:navigation" content="#a9a9a9" />
  46. <meta name="color:navigation bg" content="#ffffff" />
  47. <meta name="color:navigation hover" content="#ffffff" />
  48. <meta name="color:navigation bg hover" content="#7a7a7a" />
  49. <meta name="color:pagination" content="#afafaf" />
  50. <meta name="color:title" content="#828282" />
  51. <meta name="color:post border" content="#f7f7f7" />
  52. <meta name="color:date" content="#827e7e" />
  53. <meta name="color:chat 1" content="#f9f9f9" />
  54. <meta name="color:chat 2" content="#ffffff" />
  55. <meta name="color:audio bg" content="#f7f7f7" />
  56. <meta name="color:album art" content="#bcbcbc" />
  57. <meta name="color:blockquote" content="#dadada" />
  58. <meta name="color:border" content="#f7f7f7" />
  59.  
  60.  
  61. <!------ links ----------->
  62. <meta name="text:link a" content="" />
  63. <meta name="text:link url a" content="/" />
  64. <meta name="text:link b" content="" />
  65. <meta name="text:link url b" content="/" />
  66. <meta name="text:link c" content="" />
  67. <meta name="text:link url c" content="/" />
  68. <meta name="text:link d" content="" />
  69. <meta name="text:link url d" content="/" />
  70.  
  71. <!---- sidebar options --->
  72. <meta name="image:sidebar" content="" />
  73. <meta name="if:show blog title" content="1" />
  74. <meta name="if:posts 400px" content="0" />
  75. <meta name="if:posts 500px" content="1" />
  76. <meta name="if:tags on hover" content="1" />
  77. <meta name="if:collapsible notes" content="1" />
  78. <meta name="if:show updates" content="0" />
  79.  
  80.  
  81.  
  82. <style type="text/css">
  83.  
  84. /*d defaults */
  85.  
  86. iframe#tumblr_controls { white-space: nowrap;
  87. -webkit-filter: invert(100%);
  88. -moz-filter: invert(100%);
  89. -o-filter: invert(100%);
  90. -ms-filter: invert(100%);
  91. filter: invert(100%);
  92. opacity:.5;
  93. transition: .8s ease-in-out;
  94. -webkit-transition: .8s ease-in-out;
  95. -moz-transition: .8s ease-in-out;
  96. -o-transition: .8s ease-in-out; }
  97.  
  98. iframe#tumblr_controls:hover { opacity: .8; }
  99.  
  100. body { background: {color:background};
  101. font-family: helvetica, arial, sans-serif;
  102. font-size: 10px;
  103. color: {color:body};
  104. text-align: justify;
  105. line-height: 15px; }
  106.  
  107. #wrap { background-color: transparent;
  108. width: 920px;
  109. margin: 0px auto 0px auto; }
  110.  
  111. /* sidebar */
  112.  
  113. #sidebar-wrap { background-color: transparent;
  114. width: 215px;
  115. margin-top: 120px;
  116. position: fixed;
  117. text-align: center; }
  118.  
  119. .sidebar-title, .sidebar-title a { font-family: helvetica, arial, sans-serif;
  120. font-size: 13px;
  121. color: {color:sidebar title};
  122. font-weight: bold;
  123. text-transform: uppercase;
  124. margin: 0px 0px 8px 0px;
  125. letter-spacing: 1px;
  126. text-decoration: none; }
  127.  
  128. .sidebar-title:hover, .sidebar-title a:hover { text-decoration: none; }
  129.  
  130. .sidebar-img { background-color: transparent;
  131. width: 215px; }
  132.  
  133. .sidebar-img img { max-width: 215px!important; }
  134.  
  135. .navigation { background-color: transparent;
  136. margin: 10px 0px 2px 0px; }
  137.  
  138.  
  139. .navigation a { font-size: 9px;
  140. font-weight: bold;
  141. text-transform: uppercase;
  142. padding: 4px;
  143. margin-right: 6px;
  144. display: inline-block;
  145. color: {color:navigation};
  146. background-color: {color:navigation bg};
  147. text-decoration: none;
  148. -webkit-transition-duration: .35s;
  149. -moz-transition-duration: .35s;
  150. -o-transition-duration: .35s;
  151. transition-duration: .35s; }
  152.  
  153. .navigation a:hover { color: {color:navigation hover};
  154. background-color: {color:navigation bg hover};
  155. text-decoration: none; }
  156.  
  157. .description { background-color: transparent;
  158. font-family: helvetica, arial, sans-serif;
  159. font-size: 10px;
  160. width: 215px;
  161. margin: 3px 0px 0px 0px; }
  162.  
  163. .page { background-color: transparent;
  164. margin: 10px 0px 0px 0px; }
  165.  
  166. .page a { color: {color:pagination};
  167. text-decoration: none; }
  168.  
  169. /* post specifics */
  170.  
  171. #post-wrap { background: transparent;
  172. {block:IfPosts400px}width: 400px;{/block:IfPosts400px}
  173. {block:IfPosts500px}width: 500px;{/block:IfPosts500px}
  174. margin: 70px 0px 0px 300px; }
  175.  
  176. .entry-wrap { background-color: transparent;
  177. {block:IfPosts400px}width: 400px;{/block:IfPosts400px}
  178. {block:IfPosts500px}width: 500px;{/block:IfPosts500px}
  179. margin-bottom: 100px; }
  180.  
  181. .entry { background-color: transparent;
  182. {block:IfPosts400px}width: 400px;{/block:IfPosts400px}
  183. {block:IfPosts500px}width: 500px;{/block:IfPosts500px}
  184. margin-bottom: 4px;
  185. line-height: 13px; }
  186.  
  187. .permalink-wrap { background-color: transparent;
  188. {block:IfPosts400px}width: 400px;{/block:IfPosts400px}
  189. {block:IfPosts500px}width: 500px;{/block:IfPosts500px} }
  190.  
  191. .permalink-info { background-color: transparent;
  192. font-family: helvetica, arial, sans-serif;
  193. font-size: 9px;
  194. text-transform: lowercase;
  195. border-top: 1px solid {color:post border};
  196. padding: 10px 0px 0px 0px;
  197. margin: 12px 0px 0px 0px; }
  198.  
  199. .date { font-weight: bold;
  200. text-transform: uppercase;
  201. color: {color:date};
  202. letter-spacing: 1px;
  203. text-decoration: none; }
  204.  
  205. .date:hover, .date a, .date a:hover { text-decoration: none; }
  206.  
  207. .tags { background-color: transparent;
  208. {block:IfPosts400px}width: 400px;{/block:IfPosts400px}
  209. {block:IfPosts500px}width: 500px;{/block:IfPosts500px}
  210. {block:IfTagsOnHover}
  211. opacity: 0;
  212. {/block:IfTagsOnHover}
  213. {block:IfNotTagsOnHover}
  214. opacity: 1;
  215. {/block:IfNotTagsOnHover}
  216. {block:PermalinkPage}
  217. opacity: 1;
  218. {/block:PermalinkPage}
  219. -webkit-transition-duration: .45s;
  220. -moz-transition-duration: .45s;
  221. -o-transition-duration: .45s;
  222. transition-duration: .45s; }
  223.  
  224. .entry-wrap:hover .tags { opacity: 1; }
  225.  
  226. .title, .col { font-family: helvetica, arial, sans-serif;
  227. font-size: 13px;
  228. color: {color:title};
  229. font-weight: bold;
  230. text-transform: uppercase;
  231. margin: 0px 0px 8px 0px;
  232. letter-spacing: 1px;
  233. text-decoration: none; }
  234.  
  235. .col { cursor: pointer; }
  236.  
  237. .col:hover { text-decoration: none; }
  238.  
  239. .caption { background-color: transparent;
  240. {block:IfPosts400px}width: 400px;{/block:IfPosts400px}
  241. {block:IfPosts500px}width: 500px;{/block:IfPosts500px}
  242. margin: 13px 0px 20px 0px; }
  243.  
  244. .source { margin-top: 8px;
  245. margin-left: 50px;
  246. margin-bottom: 8px; }
  247.  
  248. .link { font-size: 14px;
  249. font-style: italic; }
  250.  
  251. .chat .odd { background: {color:chat 1};
  252. padding: 9px; }
  253.  
  254. .chat .even { background: {color:chat 2};
  255. padding: 9px; }
  256.  
  257. .chat li, .chat ol, ul.chat
  258. { list-style: none;
  259. margin: 0px;
  260. margin-left: -5px;
  261. padding: 5px; }
  262.  
  263. #audio-wrap { background-color: transparent;
  264. {block:IfPosts400px}width: 400px;{/block:IfPosts400px}
  265. {block:IfPosts500px}width: 500px;{/block:IfPosts500px} }
  266.  
  267. #album { background-color: {color:album art};
  268. width: 100px;
  269. height: 100px;
  270. float: left;
  271. display: inline-block; }
  272.  
  273. #album-art {width: 100px;
  274. height: 100px;
  275. margin-top: -80px;
  276. z-index: 1; }
  277.  
  278. #album-art img { width: 100px;
  279. height: 100px;
  280. max-height: 100px;
  281. max-width: 100px; }
  282.  
  283. #audio { background-color: {color:audio bg};
  284. text-transform: lowercase;
  285. {block:IfPosts400px}width: 270px;{/block:IfPosts400px}
  286. {block:IfPosts500px}width: 370px;{/block:IfPosts500px}
  287. height: 70px;
  288. padding: 15px;
  289. display: inline-block; }
  290.  
  291. #player { background-color: #ffffff;
  292. width: 60px;
  293. height: 60px;
  294. z-index: 99999;
  295. position: relative;
  296. margin: 20px auto 0px auto;
  297. -webkit-border-radius: 70px;
  298. -moz-border-radius: 50px;
  299. -o-border-radius: 70px;
  300. border-radius: 70px;
  301. opacity: .3;
  302. -webkit-transition-duration: .45s;
  303. -moz-transition-duration: .45s;
  304. -o-transition-duration: .45s;
  305. transition-duration: .45s; }
  306.  
  307. #button { height: 30px;
  308. width: 30px;
  309. overflow: hidden;
  310. padding-top: 17px;
  311. padding-left: 5px;
  312. margin: 0px auto 0px auto; }
  313.  
  314. #audio-wrap:hover #player { opacity: 1; }
  315.  
  316. .question { background-color: transparent;
  317. {block:IfPosts400px}width: 400px;{/block:IfPosts400px}
  318. {block:IfPosts500px}width: 500px;{/block:IfPosts500px};
  319. margin-bottom: 8px; }
  320.  
  321. /* post notes */
  322.  
  323. #post-notes { {block:IfPosts400px}width: 400px;{/block:IfPosts400px}
  324. {block:IfPosts500px}width: 500px;{/block:IfPosts500px}
  325. margin-bottom: 50px; }
  326.  
  327. ol { list-style-type: none;
  328. margin: 0 0 1.5em 2.5em; }
  329.  
  330. ol.notes { padding: 3px;
  331. margin: 5px 0px; }
  332.  
  333. ol.notes li.note { border-bottom: 1px solid {color:border};
  334. padding: 7px;
  335. width: 500px;}
  336.  
  337. ol.notes li.note img.avatar { vertical-align: -4px;
  338. margin-right: 10px;
  339. width: 16px;
  340. height: 16px; }
  341.  
  342. /* blog defaults */
  343.  
  344. a { font-family: helvetica, arial, sans-serif;
  345. color: {color:link};
  346. text-decoration:none;
  347. -webkit-transition-duration: .25s;
  348. -moz-transition-duration: .25s;
  349. -o-transition-duration: .25s;
  350. transition-duration: .25s; }
  351.  
  352. a:hover { color: {color:link hover};
  353. text-decoration: underline; }
  354.  
  355. img { border: none;
  356. -webkit-transition-duration: .25s;
  357. -moz-transition-duration: .25s;
  358. -o-transition-duration: .25s;
  359. transition-duration: .25s; }
  360.  
  361. ::-webkit-scrollbar { background: #fff;
  362. width: 5px;
  363. height: 5px; }
  364.  
  365. ::-webkit-scrollbar-thumb:vertical { background: #f2f2f2; }
  366.  
  367. blockquote { background-color: transparent;
  368. border-left: 1px solid {color:blockquote};
  369. padding-left: 7px;
  370. {block:IfPosts400px}max-width: 400px!important;{/block:IfPosts400px}
  371. {block:IfPosts500px}max-width: 500px!important;{/block:IfPosts500px}
  372. word-break: break-all; }
  373.  
  374. /*updates tab */
  375. #updates-wrap { top: 5px;
  376. left: 10px;
  377. position: fixed;
  378. z-index: 999;
  379. line-height: 13px;}
  380.  
  381. #updates { background: #fff;
  382. font-family: arial;
  383. font-size: 8px;
  384. width: 120px;
  385. padding: 3px;
  386. height: 13px;
  387. display: block;
  388. -webkit-transition-duration: .5s;
  389. height: 15px;
  390. overflow: hidden;}
  391.  
  392. #updates-wrap:hover #updates { height: 330px; }
  393.  
  394. o { background-color: transparent;
  395. font-family: helvetica, arial, sans-serif;
  396. font-size: 10px;
  397. text-transform: uppercase;
  398. letter-spacing: 1px; }
  399.  
  400. /* end */
  401.  
  402. /*credit, please do not remove :-) */
  403.  
  404. .credit { bottom: 3px;
  405. right: 8px;
  406. position: fixed;
  407. width: 25px;
  408. height: 28px; }
  409.  
  410. .credit a { background: #f6f6f6;
  411. color: #aaaaaa;
  412. text-align: center;
  413. display: block;
  414. border-radius: 15px;
  415. padding: 4px;
  416. opacity: .5;
  417. -webkit-transition: all .5s ease-in-out;
  418. -moz-transition: all .5s ease-in-out;
  419. -ms-transition: all .5s ease-in-out;
  420. -o-transition: all .5s ease-in-out;
  421. transition: all .5s ease-in-out; }
  422.  
  423. .credit a:hover { opacity: 1;
  424. box-shadow: inset 25px 25px 0px 0px #000000;
  425. color: #fff; }
  426.  
  427.  
  428. </style>
  429. <script type="text/javascript">
  430. jQuery(document).ready(function() {
  431. jQuery(".sub").hide();
  432. //toggle the componenet with class msg_body
  433. jQuery(".col").click(function()
  434. {
  435. jQuery(this).next(".sub").slideToggle(800);
  436. });});
  437. </script>
  438. </head>
  439. <body>
  440. <div id="wrap">
  441.  
  442. <!-- sidebar -->
  443. <div id="sidebar-wrap">
  444.  
  445. <!-- title -->
  446. {block:IfShowBlogTitle}
  447. <div class="sidebar-title">
  448. <a href="/">{Title}</a>
  449. </div>
  450. {/block:IfShowBlogTitle}
  451.  
  452. <!-- image -->
  453. {block:IfSidebarImage}
  454. <div class="sidebar-img">
  455. <img src="{image:sidebar}">
  456. </div>
  457. {/block:IfSidebarImage}
  458.  
  459. <!-- navigation -->
  460. <div class="navigation">
  461. <a href="/">index</a>
  462. {block:IfLinkA}
  463. <a href="{text:link url a}">{text:link a}</a>
  464. {/block:IfLinkA}
  465. {block:IfLinkB}
  466. <a href="{text:link url b}">{text:link b}</a>
  467. {/block:IfLinkB}
  468. {block:IfLinkC}
  469. <a href="{text:link url c}">{text:link c}</a>
  470. {/block:IfLinkC}
  471. {block:IfLinkD}
  472. <a href="{text:link url d}">{text:link d}</a>
  473. {/block:IfLinkD}
  474. </div>
  475.  
  476. <!-- descsription -->
  477. <div class="description">
  478. {Description}
  479. </div>
  480.  
  481. <!-- pagination -->
  482. {block:Pagination}
  483. <div class="page">
  484. {block:PreviousPage}
  485. <a href="{PreviousPage}">back</a>
  486. &emsp;
  487. &emsp;
  488. &emsp;
  489. &emsp;
  490. &emsp;
  491. &emsp;
  492. {/block:PreviousPage}
  493. {block:NextPage}
  494. <a href="{NextPage}">forth</a>
  495. {/block:NextPage}
  496. </div>
  497. {/block:Pagination}
  498. </div>
  499.  
  500. <!-- posts -->
  501.  
  502. {block:Posts}
  503. <div id="post-wrap">
  504.  
  505. <!-- text post -->
  506. {block:Text}
  507. <div class="entry-wrap">
  508. <div class="entry">
  509. {block:Title}<div class="title">{Title}</div>{/block:Title}
  510. {Body}
  511. </div>
  512.  
  513. <div class="permalink-wrap">
  514. <div class="permalink-info">
  515. {block:Date}
  516. <a href="{Permalink}" class="date">{Month} {DayofMonthWithZero}</a> &emsp;
  517. {/block:Date}
  518. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  519.  
  520. <span style="float: right">
  521. {block:RebloggedFrom}
  522. <a href="{ReblogParentURL}" class="p">via</a>
  523. {/block:RebloggedFrom}
  524. {block:ContentSource}
  525. &emsp;&emsp;
  526. <a href="{SourceURL}" class="p">source</a>
  527. {/block:ContentSource}
  528. </span>
  529.  
  530. {block:HasTags}
  531. <div class="tags">
  532. {block:Tags} <a href="{TagURL}">#{Tag}</a> &emsp;&emsp;{/block:Tags}
  533. </div>
  534. {/block:HasTags}
  535. </div>
  536. </div>
  537. </div>
  538. {/block:Text}
  539.  
  540. <!-- photo post -->
  541. {block:Photo}
  542. <div class="entry-wrap">
  543. <div class="entry">
  544. {block:IfPosts400px}
  545. <a href="{Permalink}">
  546. <img src="{PhotoURL-400}"></a>
  547. {/block:IfPosts400px}
  548. {block:IfPosts500px}
  549. <a href="{Permalink}"><img src="{PhotoURL-500}"></a>
  550. {/block:IfPosts500px}
  551. {block:Caption}
  552. <div class="caption">{Caption}</div>
  553. {/block:Caption}
  554. </div>
  555.  
  556. <div class="permalink-wrap">
  557. <div class="permalink-info">
  558. {block:Date}
  559. <a href="{Permalink}" class="date">{Month} {DayofMonthWithZero}</a> &emsp;
  560. {/block:Date}
  561. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  562.  
  563. <span style="float: right">
  564. {block:RebloggedFrom}
  565. <a href="{ReblogParentURL}" class="p">via</a>
  566. {/block:RebloggedFrom}
  567. {block:ContentSource}
  568. &emsp;&emsp;
  569. <a href="{SourceURL}" class="p">source</a>
  570. {/block:ContentSource}
  571. </span>
  572.  
  573. {block:HasTags}
  574. <div class="tags">
  575. {block:Tags} <a href="{TagURL}">#{Tag}</a> &emsp;&emsp;{/block:Tags}
  576. </div>
  577. {/block:HasTags}
  578. </div>
  579. </div>
  580. </div>
  581. {/block:Photo}
  582.  
  583. <!-- photoset post -->
  584. {block:Photoset}
  585. <div class="entry-wrap">
  586. <div class="entry">
  587. {block:IfPosts400px}{Photoset-400}{/block:IfPosts400px}
  588. {block:IfPosts500px}{Photoset-500}{/block:IfPosts500px}
  589. {block:Caption}
  590. <div class="caption">{Caption}</div>
  591. {/block:Caption}
  592. </div>
  593.  
  594. <div class="permalink-wrap">
  595. <div class="permalink-info">
  596. {block:Date}
  597. <a href="{Permalink}" class="date">{Month} {DayofMonthWithZero}</a> &emsp;
  598. {/block:Date}
  599. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  600.  
  601. <span style="float: right">
  602. {block:RebloggedFrom}
  603. <a href="{ReblogParentURL}" class="p">via</a>
  604. {/block:RebloggedFrom}
  605. {block:ContentSource}
  606. &emsp;&emsp;
  607. <a href="{SourceURL}" class="p">source</a>
  608. {/block:ContentSource}
  609. </span>
  610.  
  611. {block:HasTags}
  612. <div class="tags">
  613. {block:Tags} <a href="{TagURL}">#{Tag}</a> &emsp;&emsp;{/block:Tags}
  614. </div>
  615. {/block:HasTags}
  616. </div>
  617. </div>
  618. </div>
  619. {/block:Photoset}
  620.  
  621. <!-- quote post -->
  622. {block:Quote}
  623. <div class="entry-wrap">
  624. <div class="entry">
  625. <div class="title">“ {Quote} ”</div>
  626. {block:Source}<div class="source">- {Source}</div>{/block:Source}
  627. </div>
  628.  
  629. <div class="permalink-wrap">
  630. <div class="permalink-info">
  631. {block:Date}
  632. <a href="{Permalink}" class="date">{Month} {DayofMonthWithZero}</a> &emsp;
  633. {/block:Date}
  634. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  635.  
  636. <span style="float: right">
  637. {block:RebloggedFrom}
  638. <a href="{ReblogParentURL}" class="p">via</a>
  639. {/block:RebloggedFrom}
  640. {block:ContentSource}
  641. &emsp;&emsp;
  642. <a href="{SourceURL}" class="p">source</a>
  643. {/block:ContentSource}
  644. </span>
  645.  
  646. {block:HasTags}
  647. <div class="tags">
  648. {block:Tags} <a href="{TagURL}">#{Tag}</a> &emsp;&emsp;{/block:Tags}
  649. </div>
  650. {/block:HasTags}
  651. </div>
  652. </div>
  653. </div>
  654. {/block:Quote}
  655.  
  656. <!-- link post -->
  657. {block:Link}
  658. <div class="entry-wrap">
  659. <div class="entry">
  660. <a href="{URL}" class="link" {Target}>{Name}</a>
  661. {block:Description}
  662. <div class="caption">
  663. {Description}
  664. </div>
  665. {/block:Description}
  666. </div>
  667.  
  668. <div class="permalink-wrap">
  669. <div class="permalink-info">
  670. {block:Date}
  671. <a href="{Permalink}" class="date">{Month} {DayofMonthWithZero}</a> &emsp;
  672. {/block:Date}
  673. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  674.  
  675. <span style="float: right">
  676. {block:RebloggedFrom}
  677. <a href="{ReblogParentURL}" class="p">via</a>
  678. {/block:RebloggedFrom}
  679. {block:ContentSource}
  680. &emsp;&emsp;
  681. <a href="{SourceURL}" class="p">source</a>
  682. {/block:ContentSource}
  683. </span>
  684.  
  685. {block:HasTags}
  686. <div class="tags">
  687. {block:Tags} <a href="{TagURL}">#{Tag}</a> &emsp;&emsp;{/block:Tags}
  688. </div>
  689. {/block:HasTags}
  690. </div>
  691. </div>
  692. </div>
  693. {/block:Link}
  694.  
  695. <!-- chat post -->
  696. {block:Chat}
  697. <div class="entry-wrap">
  698. <div class="entry">
  699. {block:Title}
  700. <div class="title">{Title}</div>
  701. {/block:Title}
  702. <ul class="chat">
  703. {block:Lines}
  704. <li class="{Alt} user_{UserNumber}">
  705. {block:Label}
  706. <b>{Label}</b>
  707. {/block:Label}
  708. {Line}
  709. </li>
  710. {/block:Lines}
  711. </ul>
  712. </div>
  713.  
  714. <div class="permalink-wrap">
  715. <div class="permalink-info">
  716. {block:Date}
  717. <a href="{Permalink}" class="date">{Month} {DayofMonthWithZero}</a> &emsp;
  718. {/block:Date}
  719. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  720.  
  721. <span style="float: right">
  722. {block:RebloggedFrom}
  723. <a href="{ReblogParentURL}" class="p">via</a>
  724. {/block:RebloggedFrom}
  725. {block:ContentSource}
  726. &emsp;&emsp;
  727. <a href="{SourceURL}" class="p">source</a>
  728. {/block:ContentSource}
  729. </span>
  730.  
  731. {block:HasTags}
  732. <div class="tags">
  733. {block:Tags} <a href="{TagURL}">#{Tag}</a> &emsp;&emsp;{/block:Tags}
  734. </div>
  735. {/block:HasTags}
  736. </div>
  737. </div>
  738. </div>
  739. {/block:Chat}
  740.  
  741. <!-- audio post -->
  742. {block:Audio}
  743. <div class="entry-wrap">
  744. <div class="entry">
  745. <div id="audio-wrap">
  746. <div id="album">
  747. <div id="player">
  748. {block:AudioPlayer}
  749. <div id="button">
  750. {AudioPlayerWhite}
  751. </div>
  752. {/block:AudioPlayer}
  753. </div>
  754. {block:AlbumArt}
  755. <img src="{AlbumArtURL}" id="album-art">
  756. {/block:AlbumArt}
  757. </div>
  758. <div id="audio">
  759. {block:TrackName}
  760. <b>track:</b> {TrackName} <br>
  761. {/block:TrackName}
  762. {block:Artist}
  763. <b>artist:</b> {Artist} <br>
  764. {/block:Artist}
  765. {block:Album}
  766. <b>album:</b> {Album} <br>
  767. {/block:Album}
  768. {block:PlayCount}
  769. <b>play count:</b> {PlayCount}
  770. {/block:PlayCount}
  771. </div>
  772. </div>
  773. {block:Caption}
  774. <div class="caption">
  775. {Caption}
  776. </div>
  777. {/block:Caption}
  778. </div>
  779.  
  780. <div class="permalink-wrap">
  781. <div class="permalink-info">
  782. {block:Date}
  783. <a href="{Permalink}" class="date">{Month} {DayofMonthWithZero}</a> &emsp;
  784. {/block:Date}
  785. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  786.  
  787. <span style="float: right">
  788. {block:RebloggedFrom}
  789. <a href="{ReblogParentURL}" class="p">via</a>
  790. {/block:RebloggedFrom}
  791. {block:ContentSource}
  792. &emsp;&emsp;
  793. <a href="{SourceURL}" class="p">source</a>
  794. {/block:ContentSource}
  795. </span>
  796.  
  797. {block:HasTags}
  798. <div class="tags">
  799. {block:Tags} <a href="{TagURL}">#{Tag}</a> &emsp;&emsp;{/block:Tags}
  800. </div>
  801. {/block:HasTags}
  802. </div>
  803. </div>
  804. </div>
  805. {/block:Audio}
  806.  
  807. <!-- Video post -->
  808. {block:Video}
  809. <div class="entry-wrap">
  810. <div class="entry">
  811. {block:IfPosts400px}{Video-400}{/block:IfPosts400px}
  812. {block:IfPosts500px}{Video-500}{/block:IfPosts500px}
  813. {block:Caption}
  814. <div class="caption">
  815. {Caption}
  816. </div>
  817. {/block:Caption}
  818. </div>
  819.  
  820. <div class="permalink-wrap">
  821. <div class="permalink-info">
  822. {block:Date}
  823. <a href="{Permalink}" class="date">{Month} {DayofMonthWithZero}</a> &emsp;
  824. {/block:Date}
  825. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  826.  
  827. <span style="float: right">
  828. {block:RebloggedFrom}
  829. <a href="{ReblogParentURL}" class="p">via</a>
  830. {/block:RebloggedFrom}
  831. {block:ContentSource}
  832. &emsp;&emsp;
  833. <a href="{SourceURL}" class="p">source</a>
  834. {/block:ContentSource}
  835. </span>
  836.  
  837. {block:HasTags}
  838. <div class="tags">
  839. {block:Tags} <a href="{TagURL}">#{Tag}</a> &emsp;&emsp;{/block:Tags}
  840. </div>
  841. {/block:HasTags}
  842. </div>
  843. </div>
  844. </div>
  845. {/block:Video}
  846.  
  847.  
  848. <!-- answer post -->
  849. {block:Answer}
  850. <div class="entry-wrap">
  851. <div class="entry">
  852. <div class="question">
  853. <b>{Asker}:</b> {Question}
  854. </div>
  855. {block:Answerer}
  856. <div class="caption">
  857. {Answer}
  858. </div>
  859. {/block:Answerer}
  860. <div id="caption">
  861. {Replies}
  862. </div>
  863. </div>
  864.  
  865. <div class="permalink-wrap">
  866. <div class="permalink-info">
  867. {block:Date}
  868. <a href="{Permalink}" class="date">{Month} {DayofMonthWithZero}</a> &emsp;
  869. {/block:Date}
  870. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}
  871.  
  872. <span style="float: right">
  873. {block:RebloggedFrom}
  874. <a href="{ReblogParentURL}" class="p">via</a>
  875. {/block:RebloggedFrom}
  876. {block:ContentSource}
  877. &emsp;&emsp;
  878. <a href="{SourceURL}" class="p">source</a>
  879. {/block:ContentSource}
  880. </span>
  881.  
  882. {block:HasTags}
  883. <div class="tags">
  884. {block:Tags} <a href="{TagURL}">#{Tag}</a> &emsp;&emsp;{/block:Tags}
  885. </div>
  886. {/block:HasTags}
  887. </div>
  888. </div>
  889. </div>
  890. {/block:Answer}
  891.  
  892. {block:PostNotes}
  893. <div id="post-notes">
  894. {block:IfCollapsibleNotes}
  895. <a class="col">show notes</a>
  896. <div class="sub">
  897. {PostNotes}
  898. </div>
  899. {/block:IfCollapsibleNotes}
  900. {block:IfNotCollapsibleNotes}
  901. <div class="title">notes</div>
  902. {PostNotes}
  903. {/block:IfNotCollapsibleNotes}
  904. </div>
  905. {/block:PostNotes}
  906.  
  907. </div>
  908. {/block:Posts}
  909.  
  910. </div>
  911.  
  912. <div class="credit">
  913. <a href="http://fassbndrs.tumblr.com">F</a>
  914. </div>
  915.  
  916. <!-- updates tab -->
  917. {block:IfShowUpdates}
  918. <div id="updates-wrap">
  919. <div id="updates">
  920. <o><b>updates</b></o><br>
  921. <p>make sure to adjust the hover height to fit all your update info!</p>
  922. <p><b>watching:</b><br>
  923. + show here, season<br>
  924. + show here, season<br><br>
  925. <b>reading:</b><br>
  926. + book<br>
  927. + book<br><br>
  928. <b>networks: </b><br>
  929. + <a href="/">network</a><br>
  930. + <a href="/">network</a>
  931. </p>
  932. </div>
  933. </div>
  934. {/block:IfShowUpdates}
  935.  
  936. </body>
  937. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement