Advertisement
raggedies

theme e: natasha

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