Advertisement
raggedies

theme h: xavier

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