Heavenwbu

Theme Seven

Aug 2nd, 2012
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.38 KB | None | 0 0
  1. <!--
  2. Theme 7 by leperfectanon :~)
  3. -->
  4.  
  5. <html><head>
  6. <link href='http://fonts.googleapis.com/css?family=Happy+Monkey|Short+Stack' rel='stylesheet' type='text/css'>
  7.  
  8. <title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}" />
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  11. <meta name="description" content="{MetaDescription}" />
  12.  
  13. <!-- DEFAULT VARIABLES -->
  14. <meta name="color:Background" content="#FFFAF2"/>
  15. <meta name="color:Post Background" content="#FFFAF2"/>
  16. <meta name="color:Text" content="#BDA094"/>
  17. <meta name="color:Links" content="#C38A95"/>
  18. <meta name="color:Links Hover" content="#BDA094"/>
  19. <meta name="color:Left Bar" content="#9E5966"/>
  20. <meta name="color:Right Bar" content="#9E5966"/>
  21. <meta name="color:Navigation" content="#B96E7C"/>
  22. <meta name="color:Navigation Hover" content="#9E5966"/>
  23. <meta name="color:Sidebar" content="#FFFFFF"/>
  24. <meta name="color:Sidebar Background" content="#9E5966"/>
  25. <meta name="color:Sidebar Image Border" content="#FFFAF2"/>
  26. <meta name="color:Info Background" content="#FFFFFF"/>
  27. <meta name="color:Info Border" content="#DFC0C5"/>
  28. <meta name="color:Asker Background" content="#FFFFFF"/>
  29. <meta name="color:Scrollbar" content="#CAAAB0"/>
  30.  
  31.  
  32. <meta name="image:Sidebar" content=""/>
  33. <meta name="image:Background" content=""/>
  34. <meta name="image:Leftbar" content="http://static.tumblr.com/vyzeblq/O7jm7n1fr/leftbar.jpg"/>
  35.  
  36. <meta name="font:Title" content="georgia"/>
  37. <meta name="font:Post Titles" content="georgia"/>
  38. <meta name="font:Body" content="arial"/>
  39. <meta name="font:Description" content="arial"/>
  40.  
  41. <meta name="if:Show Navigation" content="0"/>
  42. <meta name="if:Show Title" content="0"/>
  43. <meta name="if:Hide Photo Captions" content="0"/>
  44. <meta name="if:400px Posts" content="0"/>
  45. <meta name="if:Infinite Scrolling" content="0"/>
  46.  
  47. <meta name="text:Link 1" content="http://"/>
  48. <meta name="text:Link 1 Title" content=""/>
  49. <meta name="text:Link 2" content="http://">
  50. <meta name="text:Link 2 Title" content=""/>
  51. <meta name="text:Link 3" content="http://"/>
  52. <meta name="text:Link 3 Title" content=""/>
  53. <meta name="text:Link 4" content="http://"/>
  54. <meta name="text:Link 4 Title" content=""/>
  55. <meta name="text:Link 5" content="http://"/>
  56. <meta name="text:Link 5 Title" content=""/>
  57. <meta name="text:Link 6" content="http://"/>
  58. <meta name="text:Link 6 Title" content=""/>
  59.  
  60.  
  61. <style type="text/css">
  62.  
  63. /* --- BASICS --- */
  64.  
  65. iframe#tumblr_controls {
  66. top:0px !important;
  67. right:5px !important;
  68. margin-right:15px;
  69. }
  70.  
  71. ::-webkit-scrollbar-thumb:vertical {
  72. background-color:{color:Scrollbar};
  73. height:30px;
  74. }
  75.  
  76. ::-webkit-scrollbar-thumb:horizontal {
  77. background-color:{color:Scrollbar};
  78. height:5px!important;
  79. }
  80.  
  81. ::-webkit-scrollbar {
  82. background-color:{color:Background};
  83. height:5px;
  84. width:5px;
  85. }
  86.  
  87.  
  88. /* --- POSTS --- */
  89.  
  90. body {
  91. color:{color:Text};
  92. background-attachment:fixed;
  93. background-color:{color:Background};
  94. background-image: url('{image:Background}');
  95. background-position:bottom right;
  96. background-repeat:no-repeat;
  97. text-align:justify;
  98. font-family:Short Stack;
  99. font-size:10px;
  100. }
  101.  
  102. a {
  103. text-decoration:none;
  104. color:{color:Links};
  105. -webkit-transition:opacity 0.8s linear;
  106. -webkit-transition:all 0.5s ease-out;
  107. -moz-transition:all 0.5s ease-out;
  108. transition:all 0.5s ease-out;
  109. }
  110.  
  111. a:hover {
  112. text-decoration:none;
  113. color:{color:Links Hover};
  114. -webkit-transition:opacity 0.7s linear;
  115. -webkit-transition:all 0.3s ease-out;
  116. -moz-transition:all 0.3s ease-out;
  117. transition:all 0.3s ease-out;
  118. }
  119.  
  120. #entries {
  121. position:absolute;
  122. overflow:hidden;
  123. width:630px;
  124. {block:If400pxPosts}
  125. width:530px;
  126. {block:PermalinkPage}
  127. width:630px;
  128. {/block:PermalinkPage}
  129. {/block:If400pxPosts}
  130. margin-left:410px;
  131. margin-top:-8px;
  132. }
  133.  
  134. #posts {
  135. background-color:{color:Post Background};
  136. padding:7px;
  137. width:500px;
  138. {block:If400pxPosts}
  139. width:400px;
  140. {block:PermalinkPage}
  141. width:500px;
  142. {/block:PermalinkPage}
  143. {/block:If400pxPosts}
  144. margin-bottom:10px;
  145. }
  146.  
  147. #notez {
  148. position:absolute;
  149. width:80px;
  150. height:auto;
  151. padding:5px;
  152. margin-top:10px;
  153. margin-left:510px;
  154. {block:If400pxPosts}
  155. margin-left:410px;
  156. {block:PermalinkPage}
  157. margin-left:510px;
  158. {/block:PermalinkPage}
  159. {/block:If400pxPosts}
  160. font-family:Happy Monkey;
  161. text-align:center;
  162. text-transform:lowercase;
  163. font-style:italic;
  164. font-size:12px;
  165. opacity:0.4;
  166. background-color:{color:Scrollbar};
  167. -webkit-transition:opacity 0.8s linear;
  168. -webkit-transition:all 0.5s ease-out;
  169. -moz-transition:all 0.5s ease-out;
  170. transition:all 0.5s ease-out;
  171. }
  172.  
  173. #notez:hover {
  174. opacity:1.0;
  175. -webkit-transition:opacity 0.7s linear;
  176. -webkit-transition:all 0.3s ease-out;
  177. -moz-transition:all 0.3s ease-out;
  178. transition:all 0.3s ease-out;
  179. }
  180.  
  181. #notez a {
  182. color:{color:Background};
  183. }
  184.  
  185. #notez a:hover {
  186. color:{color:Background};
  187. }
  188.  
  189.  
  190. /* --- SIDEBAR --- */
  191.  
  192. #sidebar {
  193. position:fixed;
  194. margin-top:-8px;
  195. margin-left:80px;
  196. background-color:{color:Sidebar};
  197. width:290px;
  198. }
  199.  
  200. #sidebackground {
  201. position:fixed;
  202. margin-top:-8px;
  203. margin-left:-8px;
  204. width:410px;
  205. height:1000%;
  206. background-color:{color:Sidebar Background};
  207. }
  208.  
  209. #sidebarimage img {
  210. margin-top:17px;
  211. margin-bottom:5px;
  212. max-width:250px;
  213. height:auto;
  214. border:5px solid {color:Sidebar Image Border};
  215. }
  216.  
  217. #description {
  218. font-size:10px;
  219. font-family:Short Stack;
  220. margin-left:12px;
  221. margin-right:12px;
  222. color:{color:Text};
  223. text-align:justify;
  224. }
  225.  
  226. #leftbar {
  227. position:fixed;
  228. margin-left:-8px;
  229. margin-top:-8px;
  230. width:60px;
  231. height:1000%;
  232. background-color:{color:Left Bar};
  233. background-image:url('{image:Leftbar}');
  234. border-right:5px solid {color:Scrollbar};
  235. }
  236.  
  237.  
  238. /* --- SIDELINKS & NAVIGATION --- */
  239.  
  240. #sidelinks {
  241. height:10px;
  242. }
  243.  
  244. #sidelinks a {
  245. width:50px;
  246. display:inline-block;
  247. padding:2px 5px 2px 5px;
  248. font-family:Happy Monkey;
  249. font-size:10px;
  250. text-align:center;
  251. text-transform:uppercase;
  252. color:{color:Links};
  253. background-color:{color:Background};
  254. -webkit-transition:opacity 0.8s linear;
  255. -webkit-transition:all 0.5s ease-out;
  256. -moz-transition:all 0.5s ease-out;
  257. transition:all 0.5s ease-out;
  258. }
  259.  
  260. #sidelinks a:hover {
  261. border-bottom:2px solid {color:Scrollbar};
  262. color:{color:Links Hover};
  263. text-align:center;
  264. background-color:{color:Sidebar};
  265. -webkit-transition:opacity 0.7s linear;
  266. -webkit-transition:all 0.3s ease-out;
  267. -moz-transition:all 0.3s ease-out;
  268. transition:all 0.3s ease-out;
  269. }
  270.  
  271. .box {
  272. width:290px;
  273. height:5px;
  274. }
  275.  
  276. .main {
  277. width:290px;
  278. height:5px;
  279. background-color:{color:Navigation};
  280. }
  281.  
  282. .t2 {
  283. opacity:1.0;
  284. height:150px;
  285. margin-top:-10px;
  286. width:245px;
  287. position:absolute;
  288. transition-duration:0.6s;
  289. -moz-transition-duration:0.6s;
  290. -webkit-transition-duration:0.6s;
  291. -o-transition-duration:0.6s;
  292. }
  293.  
  294. .box:hover .t2 .navigation {
  295. opacity:1.0;
  296. margin-top:30px;
  297. width:245px;
  298. height:auto;
  299. transition-duration:0.6s;
  300. -moz-transition-duration:0.6s;
  301. -webkit-transition-duration:0.6s;
  302. -o-transition-duration:0.6s;
  303. }
  304.  
  305. .navigation {
  306. position:absolute;
  307. width:245px;
  308. height:0px;
  309. opacity:0.0;
  310. {block:IfShowNavigation}
  311. opacity:1.0;
  312. {/block:IfShowNavigation}
  313. margin-left:24px;
  314. {block:IfShowNavigation}
  315. margin-top:30px;
  316. {/block:IfShowNavigation}
  317. transition-duration:0.6s;
  318. -moz-transition-duration:0.6s;
  319. -webkit-transition-duration:0.6s;
  320. -o-transition-duration:0.6s;
  321. }
  322.  
  323. .navigation a {
  324. display:inline-block;
  325. margin-bottom:3px;
  326. width:115px;
  327. height:auto;
  328. font-family:Happy Monkey;
  329. font-size:8px;
  330. text-align:center;
  331. background-color:{color:Navigation};
  332. color:{color:Background};
  333. padding:3px;
  334. text-transform:uppercase;
  335. letter-spacing:2px;
  336. transition-duration:0.6s;
  337. -moz-transition-duration:0.6s;
  338. -webkit-transition-duration:0.6s;
  339. -o-transition-duration:0.6s;
  340. }
  341.  
  342. .navigation a:hover {
  343. color:{color:Background};
  344. background-color:{color:Navigation Hover};
  345. text-align:center;
  346. text-decoration:none;
  347. letter-spacing:2px;
  348. -webkit-transition:opacity 0.7s linear;
  349. -webkit-transition:all 0.3s ease-out;
  350. -moz-transition:all 0.3s ease-out;
  351. transition:all 0.3s ease-out;
  352. }
  353.  
  354.  
  355. /* --- TITLES --- */
  356.  
  357. #title {
  358. margin-top:5px;
  359. margin-bottom:5px;
  360. text-decoration:none;
  361. text-transform:lowercase;
  362. text-align:center;
  363. font-style:italic;
  364. font-size:16px;
  365. font-family:Short Stack;
  366. }
  367.  
  368. #title1 {
  369. font-size:18px;
  370. {block:If400pxPosts}
  371. font-size:16px;
  372. {block:PermalinkPage}
  373. font-size:18px;
  374. {/block:PermalinkPage}
  375. {/block:If400pxPosts}
  376. font-style:italic;
  377. font-family:Happy Monkey;
  378. text-decoration:none;
  379. text-align:center;
  380. text-transform:lowercase;
  381. }
  382.  
  383. #title2 {
  384. font-size:14px;
  385. {block:If400pxPosts}
  386. font-size:12px;
  387. {block:PermalinkPage}
  388. font-size:14px;
  389. {/block:PermalinkPage}
  390. {/block:If400pxPosts}
  391. font-style:italic;
  392. text-decoration:none;
  393. text-align:center;
  394. font-family:Short Stack;
  395. }
  396.  
  397.  
  398. /* --- AUDIO --- */
  399.  
  400. #audio {
  401. margin-bottom:5px;
  402. width:500px;
  403. height:105px;
  404. }
  405.  
  406. .albumart {
  407. width:100px;
  408. height:100px;
  409. position:absolute;
  410. }
  411.  
  412. .albumart img {
  413. width:100px;
  414. height:100px;
  415. float:left;
  416. }
  417.  
  418. .playercontainer {
  419. opacity: .2;
  420. display:block;
  421. width:100px;
  422. height:100px;
  423. background-color:white;
  424. position:absolute;
  425. z-index:3;
  426. }
  427.  
  428. .playercontainer:hover {
  429. opacity:.7;
  430. -webkit-transition:all 0.5s ease-in-out;
  431. -moz-transition:all 0.5s ease-in-out;
  432. -o-transition:all 0.5s ease-in-out;
  433. -ms-transition:all 0.5s ease-in-out;
  434. transition:all 0.5s ease-in-out;
  435. }
  436.  
  437. .player {
  438. margin-left:36px;
  439. margin-top:36px;
  440. width:25px;
  441. height:25px;
  442. overflow:hidden;
  443. background-color:white;
  444. }
  445.  
  446. .audioinfo {
  447. margin-left:110px;
  448. float:left;
  449. background-color:{color:Info Background};
  450. width:388px;
  451. {block:If400pxPosts}
  452. width:287px;
  453. {block:PermalinkPage}
  454. width:386px;
  455. {/block:PermalinkPage}
  456. {/block:If400pxPosts}
  457. padding:2px;
  458. margin-top:3px;
  459. }
  460.  
  461.  
  462. /* --- CHAT POST --- */
  463.  
  464. .chat {
  465. line-height:12px;
  466. list-style:none;
  467. }
  468.  
  469. .chat ul {
  470. line-height:15px;
  471. list-style:none;
  472. padding:0px;
  473. line-height:20px;
  474. }
  475.  
  476. .person1 {
  477. background-color:{color:Info Background};
  478. color:{color:Text};
  479. }
  480.  
  481. .person1 .label {
  482. font-weight:bold;
  483. padding:0px;
  484. margin-left:5px;
  485. color:{color:Text};
  486. }
  487.  
  488. .person2 {
  489. color:{color:Text};
  490. }
  491.  
  492. .person2 .label {
  493. font-weight:bold;
  494. padding:0px;
  495. margin-left:5px;
  496. color:{color:Text};
  497. }
  498.  
  499. .person3 {
  500. background-color:{color:Info Background};
  501. color:{color:Text};
  502. }
  503.  
  504. .person3 .label {
  505. font-weight:bold;
  506. padding:0px;
  507. margin-left:5px;
  508. color:{color:Text};
  509. }
  510.  
  511. .person4 {
  512. color:{color:Text};
  513. }
  514.  
  515. .person4 .label {
  516. font-weight:bold;
  517. padding:0px;
  518. margin-left:5px;
  519. color:{color:Text};
  520. }
  521.  
  522. .person5 {
  523. background-color:{color:Info Background};
  524. color:{color:Text};
  525. }
  526.  
  527. .person5 .label {
  528. font-weight:bold;
  529. padding:0px;
  530. margin-left:5px;
  531. color:{color:Text};
  532. }
  533.  
  534. .person6 {
  535. color:{color:Text};
  536. }
  537.  
  538. .person6 .label {
  539. font-weight:bold;
  540. padding:0px;
  541. margin-left:5px;
  542. color:{color:Text};
  543. }
  544.  
  545.  
  546. /* --- INFO & OTHER --- */
  547.  
  548. #info {
  549. padding:4px;
  550. margin-top:3px;
  551. color:{color:Text};
  552. font-size:10px;
  553. font-family:Happy Monkey;
  554. line-height:50%;
  555. text-transform:uppercase;
  556. width:492px;
  557. {block:If400pxPosts}
  558. width:393px;
  559. {block:PermalinkPage}
  560. width:492px;
  561. {/block:PermalinkPage}
  562. {/block:If400pxPosts}
  563. background-color:{color:Info Background};
  564. text-align:center;
  565. border-top:3px solid {color:Info Border};
  566. opacity:0.6;
  567. -webkit-transition:opacity 0.8s linear;
  568. -webkit-transition:all 0.5s ease-out;
  569. -moz-transition:all 0.5s ease-out;
  570. transition:all 0.5s ease-out;
  571. }
  572.  
  573. #info:hover {
  574. opacity:1;
  575. -webkit-transition:opacity 0.8s linear;
  576. -webkit-transition:all 0.5s ease-out;
  577. -moz-transition: all 0.5s ease-out;
  578. transition: all 0.5s ease-out;
  579. }
  580.  
  581. #questions {
  582. padding:10px;
  583. margin-bottom:0px;
  584. font-family:georgia;
  585. font-size:10px;
  586. font-style:italic;
  587. text-align:center;
  588. color:{color:Text};
  589. background-color:{color:Asker Background};
  590. }
  591.  
  592. #asker {
  593. text-transform:uppercase;
  594. margin-top:3px;
  595. font-size:8px;
  596. float:left;
  597. margin-left:3px;
  598. color:{color:Asker Background};
  599. }
  600.  
  601. #askarrow {
  602. font-size:25px;
  603. margin-left:40px;
  604. margin-top:-9px;
  605. float:left;
  606. text-transform:uppercase;
  607. color:{color:Asker Background};
  608. }
  609.  
  610. #tags {
  611. font-family:georgia;
  612. text-align:center;
  613. text-transform:lowercase;
  614. font-style:italic;
  615. font-size:9px;
  616. opacity:0.6;
  617. -webkit-transition:opacity 0.8s linear;
  618. -webkit-transition:all 0.5s ease-out;
  619. -moz-transition:all 0.5s ease-out;
  620. transition:all 0.5s ease-out;
  621. }
  622.  
  623. #tags:hover {
  624. opacity:1.0;
  625. -webkit-transition:opacity 0.8s linear;
  626. -webkit-transition:all 0.5s ease-out;
  627. -moz-transition: all 0.5s ease-out;
  628. transition: all 0.5s ease-out;
  629. }
  630.  
  631. #source {
  632. margin-top:3px;
  633. text-align:right;
  634. margin-right:3px;
  635. margin-bottom:5px;
  636. font-size:10px;
  637. }
  638.  
  639. #pagibar {
  640. margin-top:-8px;
  641. right:0px;
  642. width:20px;
  643. height:1000%;
  644. position:fixed;
  645. background-color:{color:Right Bar};
  646. }
  647.  
  648. .pagination {
  649. top:50%;
  650. margin-left:3px;
  651. font-size:23px;
  652. font-family:arial;
  653. text-align:center;
  654. position:fixed;
  655. }
  656.  
  657. .pagination a {
  658. color:{color:Info Background};
  659. text-align:center;
  660. }
  661.  
  662. .pagination a:hover {
  663. color:{color:Scrollbar};
  664. }
  665.  
  666. .postnotes {
  667. margin-top:-5px;
  668. width:500px;
  669. }
  670.  
  671. ol.notes, .notes li {
  672. list-style:none;
  673. }
  674.  
  675. blockquote {
  676. border-left:4px solid {color:Text};
  677. padding:0px;
  678. padding-left:5px;
  679. margin:5px;
  680. }
  681.  
  682. {CustomCSS}
  683.  
  684. </style>
  685.  
  686. {block:ifInfiniteScrolling}
  687. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  688. {/block:ifInfiniteScrolling}
  689.  
  690. </head>
  691. <body>
  692.  
  693.  
  694.  
  695. <div id="pagibar">{block:ifNotInfiniteScrolling}
  696. <div class="pagination"><center>{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage} {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}</center></div>
  697. {/block:ifNotInfiniteScrolling}</div>
  698.  
  699. <div id="sidebackground"><div id="leftbar"></div></div>
  700.  
  701. <div id="sidebar">
  702.  
  703. {block:IfShowTitle}<div id="title">{Title}</div>{/block:IfShowTitle}
  704. {block:IfNotShowTitle}<br>{/block:IfNotShowTitle}
  705.  
  706. <div id="sidelinks">
  707. <center><a href="/">texas</a>
  708. <a href="/aboutme">mssg</a>
  709. <a href="/ifeelu">themes</a>
  710. <a href="/fuckitomfg">idk</a></div>
  711.  
  712. <center><div id="sidebarimage"><img src="{image:Sidebar}"></div></center>
  713.  
  714. {block:Description}<div id="description">{Description}</div>{/block:Description}<br>
  715.  
  716. <div class="box">
  717. <div class="t2">
  718. <div class="navigation">
  719. {block:SubmissionsEnabled}<a href="/submit">Submit</a>{/block:SubmissionsEnabled}
  720. {block:HasPages}{block:Pages} <a href="{URL}" title="{Label}">{Label}</a> {/block:Pages} {/block:HasPages}
  721. {block:ifLink1Title}<a href="{text:Link 1}">{text:Link 1 Title}</a>{/block:ifLink1Title}
  722. {block:ifLink2Title}<a href="{text:Link 2}">{text:Link 2 Title}</a>{/block:ifLink2Title}
  723. {block:ifLink3Title}<a href="{text:Link 3}">{text:Link 3 Title}</a>{/block:ifLink3Title}
  724. {block:ifLink4Title}<a href="{text:Link 4}">{text:Link 4 Title}</a>{/block:ifLink4Title}
  725. {block:ifLink5Title}<a href="{text:Link 5}">{text:Link 5 Title}</a>{/block:ifLink5Title}
  726. {block:ifLink6Title}<a href="{text:Link 6}">{text:Link 6 Title}</a>{/block:ifLink6Title}
  727. </div></div><div class="main"></div></div>
  728. </div><br>
  729.  
  730.  
  731.  
  732. <div id="entries">{block:ifInfiniteScrolling}<div class="autopagerize_page_element">{/block:ifInfiniteScrolling}{block:Posts}<div id="posts">
  733.  
  734. {block:NoteCount}<div id="notez"><a href="{Permalink}">{NoteCountWithLabel}</a></div>{/block:NoteCount}
  735.  
  736. {block:Title}
  737. <div id="title1">{Title}</div>{/block:Title}
  738. {block:Text}{Body}{/block:Text}
  739.  
  740. {block:Photo}
  741. <center>{LinkOpenTag}{block:IfNot400pxPosts}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{/block:IfNot400pxPosts}{block:If400pxPosts}{block:IndexPage}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{/block:IndexPage}{block:PermalinkPage}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{/block:PermalinkPage}{/block:If400pxPosts}{LinkCloseTag}</center>{block:IfNotHidePhotoCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfNotHidePhotoCaptions}{block:IfHidePhotoCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfHidePhotoCaptions}
  742. {/block:Photo}
  743.  
  744. {block:Photoset}
  745. <center>{block:IfNot400pxPosts}{Photoset-500}{/block:IfNot400pxPosts}{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}{block:If400pxPosts}{Photoset-400}{/block:If400pxPosts}</center>{block:IfNotHidePhotoCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfNotHidePhotoCaptions}{block:IfHidePhotoCaptions}{block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}{/block:IfHidePhotoCaptions}
  746. {/block:Photoset}
  747.  
  748. {block:Quote}
  749. <div id="title2">"{Quote}"</div>
  750. {block:Source}<div id="source">— {Source}</div>{/block:Source}
  751. {/block:Quote}
  752.  
  753. {block:Link}
  754. <div id="title2"><a href="{URL}" class="link" {Target}>{Name}</a></div>
  755. {block:Description}{Description}{/block:Description}
  756. {/block:Link}
  757.  
  758. {block:Chat}
  759. <div class="chat"><ul>{block:Lines}<li class="person{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  760. {/block:Chat}
  761.  
  762. {block:Audio}
  763. <div id="audio"><div class="albumart"><img src="http://static.tumblr.com/4wyqgof/Dyvm2qmp1/default.jpg"></div>{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playercontainer"><div class="player">{AudioPlayerWhite}</div></div>{block:TrackName}<div class="audioinfo"><b>Track Title:</b> {TrackName}</div><br>{/block:TrackName}{block:Artist}<div class="audioinfo"><b>Artist:</b> {Artist}</div><br>{/block:Artist}{block:Album}<div class="audioinfo"><b>Album:</b> {Album}</div>{/block:Album}</div>
  764. {block:Caption}{Caption}{/block:Caption}
  765. {/block:Audio}
  766.  
  767. {block:Video}
  768. {Video-500}{block:If400pxPosts}{Video-400}{/block:If400pxPosts}
  769. {block:Caption}{Caption}{/block:Caption}
  770. {/block:Video}
  771.  
  772. {block:Answer}
  773. <div id="questions">{Question}<br></div>
  774. <div id="askarrow">◥</div>
  775. <div id="asker">{Asker}</div><br>
  776. <div style="margin-left:5px;">{Answer}</div>
  777. {/block:Answer}
  778.  
  779. {block:Date}<div id="info"><a href="{Permalink}">{TimeAgo}</a>{/block:Date}
  780. {block:RebloggedFrom} - via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  781. {block:ContentSource} - org <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}{/block:RebloggedFrom}</div>
  782. {block:HasTags}<div id="tags">{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  783.  
  784. </div>{/block:Posts}{block:ifInfiniteScrolling}</div>{/block:ifInfiniteScrolling}
  785.  
  786. {block:PostNotes}<div class="postnotes">{PostNotes}</div>{/block:PostNotes}
  787.  
  788. </div></div>
  789.  
  790. </body>
  791. </html>
Advertisement
Add Comment
Please, Sign In to add comment