Advertisement
unbrokenlys

Theme #22

Jul 20th, 2013
5,419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.82 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!--
  5. Theme #22 by ownmylight.tumblr.com
  6. -->
  7.  
  8. <title>{title}</title>
  9. <link rel="shortcut icon" href="{Favicon}"/>
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
  11. {block:Description}
  12. <meta name="description" content="{MetaDescription}"/>
  13. {/block:Description}
  14.  
  15. <meta name="color:Asker Bg" content="#ffffff"/>
  16. <meta name="color:Background" content="#ffffff"/>
  17. <meta name="color:Border" content="#e7e6e6"/>
  18. <meta name="color:Details Bg" content="#f6f6f6"/>
  19. <meta name="color:Details Solid" content="#f1f1f1"/>
  20. <meta name="color:Font" content="#808080"/>
  21. <meta name="color:Link" content="#5f5f5f"/>
  22. <meta name="color:Link Hover" content="#444444"/>
  23. <meta name="color:Navi Bg" content="#f6f6f6"/>
  24. <meta name="color:Navi Bg Hover" content="#f3f3f3"/>
  25. <meta name="color:Navi Font" content="#8b8a8a"/>
  26. <meta name="color:Navi Font Hover" content="#747373"/>
  27. <meta name="color:Post Bg" content="#ffffff"/>
  28. <meta name="color:Questions Bg" content="#f6f6f6"/>
  29. <meta name="color:Sidebar Bg" content="#f8f8f8"/>
  30. <meta name="image:Background" content=""/>
  31. <meta name="text:Link 1" content=""/>
  32. <meta name="text:Link 1 Text" content=""/>
  33. <meta name="text:Link 2" content=""/>
  34. <meta name="text:Link 2 Text" content=""/>
  35. <meta name="text:Link 3" content=""/>
  36. <meta name="text:Link 3 Text" content=""/>
  37. <meta name="text:Link 4" content=""/>
  38. <meta name="text:Link 4 Text" content=""/>
  39. <meta name="text:Link 5" content=""/>
  40. <meta name="text:Link 5 Text" content=""/>
  41. <meta name="text:Link 6" content=""/>
  42. <meta name="text:Link 6 Text" content=""/>
  43. <meta name="text:Link 7" content=""/>
  44. <meta name="text:Link 7 Text" content=""/>
  45. <meta name="if:Show Link 1" content="0"/>
  46. <meta name="if:Show Link 2" content="0"/>
  47. <meta name="if:Show Link 3" content="0"/>
  48. <meta name="if:Show Link 4" content="0"/>
  49. <meta name="if:Show Link 5" content="0"/>
  50. <meta name="if:Show Link 6" content="0"/>
  51. <meta name="if:Show Link 7" content="0"/>
  52. <meta name="if:Show Answer Icon" content="0"/>
  53. <meta name="if:Show Or Hide Tags" content="0"/>
  54. <meta name="if:Show Or Hide Date" content="0"/>
  55. <meta name="if:Show Or Hide Caption" content="0"/>
  56.  
  57. <link href='http://fonts.googleapis.com/css?family=Strait' rel='stylesheet' type='text/css'>
  58.  
  59. <style type="text/css">
  60.  
  61. iframe#tumblr_controls {right:3px !important; top:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.3;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  62.  
  63. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.9;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  64.  
  65. body {
  66. color: {color:Font};
  67. font-family: Playfair Display;
  68. font-size: 10px;
  69. font-style: normal;
  70. line-height: 12px;
  71. background-color: {color:Background};
  72. background-image: url('{image:Background}');
  73. background-position: top right;
  74. background-repeat: repeat;
  75. background-attachment: fixed;
  76. }
  77.  
  78. .container {
  79. margin: 50px auto -8px auto;
  80. }
  81.  
  82. strong, b, strong a, strong a:visited, b a, b a:visited {
  83. color: {color:Font};
  84. font-weight: bold;
  85. }
  86.  
  87. i, em {
  88. color: {color:Font};
  89. font-style: italic;
  90. }
  91.  
  92. u {
  93. color: {color:Font};
  94. text-decoration: underline;
  95. }
  96.  
  97. small, small a, small a:visited {
  98. font-family: oxyn mono;
  99. font-size: 9px;
  100. font-style: italic;
  101. line-height: 13px;
  102. }
  103.  
  104. a:link, a:visited, a:active {
  105. color: {color:Link};
  106. font-weight: normal;
  107. text-decoration: none;
  108. -webkit-transition: all 0.9s ease-out;
  109. -moz-transition: all 0.9s ease-out;
  110. transition: all 0.9s ease-out;
  111. }
  112.  
  113. a:hover {
  114. color: {color:Navi Font Hover};
  115. -webkit-transition: all 0.9s ease-out;
  116. -moz-transition: all 0.9s ease-out;
  117. transition: all 0.9s ease-out;
  118. }
  119.  
  120. ul {
  121. block: inline;
  122. list-style-type: square;
  123. }
  124.  
  125. h1 {
  126. color: {color:Font};
  127. font-size: 12px;
  128. font-style: italic;
  129. font-weight: normal;
  130. text-align: left;
  131. letter-spacing: 1px;
  132. border-bottom: 1px solid {color:Border};
  133. padding-bottom: 0px;
  134. }
  135.  
  136. .sidebar:hover .title {
  137. transition-duration: 0.9s;
  138. -moz-transition-duration: 0.9s;
  139. -webkit-transition-duration: 0.9s;
  140. -o-transition-duration: 0.9s;
  141. opacity: 0.8;
  142. }
  143.  
  144. .title:hover {
  145. transition-duration: 0.9s;
  146. -moz-transition-duration: 0.9s;
  147. -webkit-transition-duration: 0.9s;
  148. -o-transition-duration: 0.9s;
  149. opacity: 0.8;
  150. }
  151.  
  152. #content {
  153. position: relative;
  154. margin-top: 55px;
  155. margin-left: 73px;
  156. }
  157.  
  158. {block:PermalinkPage}
  159. .article_permalink {
  160. background: {color:Post Bg};
  161. border: 1px solid {color:Border};
  162. padding: 7px;
  163. margin: 6px;
  164. margin-left: 281px;
  165. width: 500px;
  166. }
  167. {/block:PermalinkPage}
  168.  
  169. {block:IndexPage}
  170. .article {
  171. float: left;
  172. background: {color:Post Bg};
  173. border: 1px solid {color:Border};
  174. padding: 7px;
  175. margin: 6px;
  176. width: 250px;
  177. }
  178.  
  179. .article:hover .reblog {
  180. background: {color:Details Bg};
  181. transition-duration: 0.9s;
  182. -moz-transition-duration: 0.9s;
  183. -webkit-transition-duration: 0.9s;
  184. -o-transition-duration: 0.9s;
  185. opacity: 1;
  186. }
  187. {/block:IndexPage}
  188.  
  189. .reblog {
  190. position: absolute;
  191. font-family: cambria;
  192. text-align: center;
  193. padding: 5px 0 6px 0;
  194. width: 250px;
  195. -webkit-transition: all 0.9s ease-out;
  196. -moz-transition: all 0.9s ease-out;
  197. transition: all 0.9s ease-out;
  198. opacity: 0;
  199. }
  200.  
  201. .reblog a {
  202. font-size: 7px;
  203. font-weight: normal;
  204. text-transform: uppercase;
  205. padding: 2px 4px 2px 4px;
  206. -webkit-transition: all 0.9s ease-out;
  207. -moz-transition: all 0.9s ease-out;
  208. transition: all 0.9s ease-out;
  209. }
  210.  
  211. .reblog a:hover {
  212. color: {color:Link Hover};
  213. font-weight: normal;
  214. text-decoration: none;
  215. -webkit-transition: all 0.9s ease-out;
  216. -moz-transition: all 0.9s ease-out;
  217. transition: all 0.9s ease-out;
  218. }
  219.  
  220. .caption {
  221. margin-bottom: -3px;
  222. }
  223.  
  224. .details {
  225. color: {color:Font};
  226. font-size: 9px;
  227. font-style: italic;
  228. font-weight: normal;
  229. text-transform: lowercase;
  230. letter-spacing: 1px;
  231. text-align: left;
  232. padding-top: 14px;
  233. margin-bottom: 3px;
  234. {block:PermalinkPage}
  235. margin-left: 281px;
  236. width: 515px;
  237. {/block:PermalinkPage}
  238. }
  239.  
  240. .details_solid {
  241. border-top: 1px solid {color:Details Solid};
  242. margin-bottom: -7px;
  243. }
  244.  
  245. .details a {
  246. color: {color:Font};
  247. background: {color:Details Bg};
  248. font-weight: normal;
  249. padding: 4px 6px 4px 6px;
  250. -webkit-transition: all 0.9s ease-out;
  251. -moz-transition: all 0.9s ease-out;
  252. transition: all 0.9s ease-out;
  253. }
  254.  
  255. .details a:hover {
  256. color: {color:Link Hover};
  257. font-weight: normal;
  258. text-decoration: none;
  259. -webkit-transition: all 0.9s ease-out;
  260. -moz-transition: all 0.9s ease-out;
  261. transition: all 0.9s ease-out;
  262. }
  263.  
  264. .tags {
  265. color: {color:Font};
  266. font-size: 8px;
  267. font-family: cambria;
  268. font-style: italic;
  269. font-weight: normal;
  270. text-transform: lowercase;
  271. text-align: left;
  272. letter-spacing: 1px;
  273. margin-top: -9px;
  274. margin-left: 42px;
  275. {block:PermalinkPage}
  276. margin-top: 0px;
  277. margin-left: 359px;
  278. width: 500px;
  279. {/block:PermalinkPage}
  280. }
  281.  
  282. .tags a {
  283. color: {color:Link};
  284. -webkit-transition: opacity 0.9s linear;
  285. -webkit-transition: all 0.9s ease-out;
  286. -moz-transition: all 0.9s ease-out;
  287. transition: all 0.9s ease-out;
  288. }
  289.  
  290. .tags a:hover {
  291. color: {color:Link Hover};
  292. -webkit-transition: opacity 0.9s linear;
  293. -webkit-transition: all 0.9s ease-out;
  294. -moz-transition: all 0.9s ease-out;
  295. transition: all 0.9s ease-out;
  296. }
  297.  
  298. {block:PermalinkPage}
  299. .show_notes {
  300. color: {color:Font};
  301. font-size: 8px;
  302. font-family: cambria;
  303. font-style: italic;
  304. font-weight: normal;
  305. text-transform: lowercase;
  306. text-align: left;
  307. letter-spacing: 1px;
  308. margin-top: -21px;
  309. margin-left: 42px;
  310. margin-left: 359px;
  311. width: 500px;
  312. }
  313. {/block:PermalinkPage}
  314.  
  315. .sidebar {
  316. position: fixed;
  317. background: {color:Sidebar Bg};
  318. color: {color:Font};
  319. line-height: 12px;
  320. margin-top: -68px;
  321. margin-left: 79px;
  322. width: 1100px;
  323. height: 62px;
  324. z-index: 2;
  325. }
  326.  
  327. .navigation {
  328. font-family: cambria;
  329. text-align: center;
  330. margin-top: 31px;
  331. }
  332.  
  333. .navigation a {
  334. color: {color:Navi Font};
  335. font-size: 11px;
  336. font-style: italic;
  337. font-weight: lighter;
  338. text-transform: lowercase;
  339. background: {color:Navi Bg};
  340. padding: 3px 15px 3px 15px;
  341. margin-left: 5px;
  342. margin-bottom: 1px;
  343. -webkit-transition: all 0.9s ease-out;
  344. -moz-transition: all 0.9s ease-out;
  345. transition: all 0.9s ease-out;
  346. }
  347.  
  348. .navigation a:hover {
  349. color: {color:Navi Font Hover};
  350. background: {color:Navi Bg Hover};
  351. border-bottom: 1px solid {color:Navi Bg};
  352. -webkit-transition: all 0.9s ease-out;
  353. -moz-transition: all 0.9s ease-out;
  354. transition: all 0.9s ease-out;
  355. }
  356.  
  357. .pagination {
  358. position: fixed;
  359. background-color: {color:Background};
  360. font-size: 10px;
  361. text-align: center;
  362. padding-top: 9px;
  363. margin-left: 220px;
  364. bottom: 0px;
  365. width: 500px;
  366. height: 21px;
  367. }
  368.  
  369. .pagination a {
  370. color: {color:Navi Font};
  371. padding: 3px 10px 3px 10px;
  372. }
  373.  
  374. .pagination a:hover {
  375. color: {color:Navi Font Hover};
  376. background: {color:Navi Bg Hover};
  377. }
  378.  
  379. .pagination_current {
  380. color: {color:Navi Font};
  381. background: {color:Navi Bg};
  382. padding: 3px 10px 3px 10px;
  383. }
  384.  
  385. .questions {
  386. color: {color:Font};
  387. font-family: cambria;
  388. font-style: italic;
  389. background: {color:Questions Bg};
  390. padding: 4px;
  391. margin-left: 47px;
  392. }
  393.  
  394. .ask {
  395. font-size: 10px;
  396. text-align: center;
  397. }
  398.  
  399. .ask img {
  400. border: 1px solid {color:Border};
  401. padding: 3px;
  402. border-radius: 0 20px 20px 20px;
  403. }
  404.  
  405. .asker {
  406. color: {color:Font};
  407. background: {color:Asker Bg};
  408. font-size: 9px;
  409. font-family: cambria;
  410. text-transform: lowercase;
  411. }
  412.  
  413. .asker a {
  414. color: {color:Font};
  415. }
  416.  
  417. .asker a:hover {
  418. color: {color:Link Hover};
  419. background: {color:Background};
  420. }
  421.  
  422. .answer img {
  423. background: {color:Border};
  424. padding: 2px;
  425. margin-top: -7px;
  426. margin-right: 6px;
  427. border-radius: 20px 20px 0 20px;
  428. }
  429.  
  430. .answer {
  431. color: {color:Font};
  432. font-size: 10px;
  433. text-align: center;
  434. text-transform: lowercase;
  435. margin-bottom: -2px;
  436. }
  437.  
  438. blockquote {
  439. display: block;
  440. color: {color:Font};
  441. font-size: 10px;
  442. border-left: 3px solid {color:Border};
  443. padding-left: 5px;
  444. padding-right: 5px;
  445. margin: 10px 10px 10px 25px;
  446. }
  447.  
  448. .quote {
  449. color: {color:Font};
  450. font-size: 12px;
  451. font-style: italic;
  452. }
  453.  
  454. .source {
  455. color: {color:Font};
  456. font-size: 7px;
  457. font-family: cambria;
  458. font-style: normal;
  459. text-align: right;
  460. text-transform: uppercase;
  461. margin-top: 1px;
  462. margin-bottom: 5px;
  463. }
  464.  
  465. .audio {
  466. display: block;
  467. }
  468.  
  469. .audio_details {
  470. font-size: 7px;
  471. font-family: cambria;
  472. text-align: center;
  473. text-transform: uppercase;
  474. padding: 6px 0 6px 0;
  475. margin-left: 73px;
  476. width: 140px;
  477. }
  478.  
  479. .audio_player_container {
  480. display: block;
  481. background-color: white;
  482. padding-left: 11px;
  483. padding-top: 11px;
  484. margin-top: -48px;
  485. width: 37px;
  486. height: 37px;
  487. z-index: 3;
  488. -webkit-transition: all 0.9s ease-out;
  489. -moz-transition: all 0.9s ease-out;
  490. transition: all 0.9s ease-out;
  491. opacity: 0.4;
  492. }
  493.  
  494. .audio_player_container:hover {
  495. opacity: 0.1;
  496. }
  497.  
  498. .audio_player {
  499. overflow: hidden;
  500. width: 25px;
  501. }
  502.  
  503. .albumart {
  504. position: absolute;
  505. width: 40px;
  506. height: 40px;
  507. opacity: 1.0;
  508. }
  509.  
  510. .albumart img {
  511. border: 1px solid {color:Border};
  512. padding: 4px;
  513. width: 40px;
  514. height: 40px;
  515. }
  516.  
  517. .chat ul {
  518. display: block;
  519. list-style-type: none;
  520. padding: 0px;
  521. width: 250px;
  522. }
  523.  
  524. .notes {
  525. font-size: 10px;
  526. font-style: none;
  527. text-transform: lowercase;
  528. margin-top: 50px;
  529. margin-left: 140px;
  530. }
  531. ol.notes, .notes li {
  532. list-style: none;
  533. }
  534.  
  535. ol.notes li.note img.avatar {
  536. border: 1px solid {color:Border};
  537. padding: 2px;
  538. height: 15px;
  539. width: 15px;
  540. }
  541. ol.notes li.note blockquote {
  542. color: {color:Font};
  543. font-size: 8px;
  544. }
  545. ol.notes li.note blockquote a {
  546. text-decoration: none;
  547. }
  548. ol.notes li.note .answer_content {
  549. color: {color:Font};
  550. }
  551.  
  552. #scrollToTop:link,#scrollToTop:visited {
  553. position: fixed;
  554. display: none;
  555. color: transparent;
  556. background-color: transparent;
  557. bottom: 28px;
  558. right: 20px;
  559. -webkit-transition: all 0.5s ease-out;
  560. -moz-transition: all 0.5s ease-out;
  561. transition: all 0.4s ease-out;
  562. opacity: 1.0;
  563. }
  564. #scrollToTop:hover {
  565. -webkit-transition: all 0.5s ease-out;
  566. -moz-transition: all 0.5s ease-out;
  567. transition: all 0.4s ease-out;
  568. opacity: 0.8;
  569. }
  570.  
  571. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {
  572. display: none;
  573. }
  574. #infscr-loading {
  575. display: none;
  576. }
  577. .pagination {
  578. display: none!important;
  579. }
  580.  
  581. .x {
  582. position: fixed;
  583. color: {color:Font};
  584. border: 1px solid {color:Border};
  585. font-size: 8px;
  586. font-family: calibri;
  587. letter-spacing: 1px;
  588. text-transform: uppercase;
  589. padding: 3px 6px 3px 6px;
  590. bottom: 6px;
  591. right: 6px;
  592. }
  593.  
  594. {CustomCSS}
  595.  
  596. </style>
  597.  
  598. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  599. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  600. <script type="text/javascript" charset="utf-8">
  601. var $j = jQuery.noConflict();
  602. $j(function() {
  603. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  604. $j("img").lazyload({
  605. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  606. effect: "fadeIn",
  607. });
  608. });
  609. </script>
  610.  
  611. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  612.  
  613. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  614.  
  615. <script type="text/javascript">
  616. $(window).load(function () {
  617. $('#content').masonry({
  618. itemSelector : ".article",
  619. },
  620. function() { $('#content').masonry({ appendedContent: $(this) }); }
  621. );
  622. });
  623. </script>
  624.  
  625. <script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script>
  626.  
  627. <script type="text/javascript">
  628. $(window).load(function () {
  629. $('#content').masonry(),
  630. $('.masonryWrap').infinitescroll({
  631. itemSelector : ".article",
  632. navSelector : "div.pagination",
  633. nextSelector : ".pagination a#next",
  634. bufferPx : 10000,
  635. extraScrollPx: 10000,
  636. loadingImg : "",
  637. loadingText : "",
  638. },
  639. function() { $('#content').masonry({ appendedContent: $(this) });
  640. });
  641. });</script>
  642.  
  643. </head>
  644.  
  645. <body>
  646.  
  647. <div class="container">
  648.  
  649. <div class="sidebar">
  650.  
  651. <div class="navigation">
  652. <a href="/">Home</a>
  653. <a href="/ask">Message</a>
  654. {block:IfShowLink1}<a href="{text:Link 1}">{text:Link 1 Text}</a>{/block:IfShowLink1}
  655. {block:IfShowLink2}<a href="{text:Link 2}">{text:Link 2 Text}</a>{/block:IfShowLink2}
  656. {block:IfShowLink3}<a href="{text:Link 3}">{text:Link 3 Text}</a>{/block:IfShowLink3}
  657. {block:IfShowLink4}<a href="{text:Link 4}">{text:Link 4 Text}</a>{/block:IfShowLink4}
  658. {block:IfShowLink5}<a href="{text:Link 5}">{text:Link 5 Text}</a>{/block:IfShowLink5}
  659. {block:IfShowLink6}<a href="{text:Link 6}">{text:Link 6 Text}</a>{/block:IfShowLink6}
  660. {block:IfShowLink7}<a href="{text:Link 7}">{text:Link 7 Text}</a>{/block:IfShowLink7}
  661. </div>
  662.  
  663. {block:Pagination}
  664. <div class="pagination">
  665. {block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  666. {block:JumpPagination length="5"}{block:CurrentPage}
  667. <span class="pagination_current">{PageNumber}</span>
  668. {/block:CurrentPage}
  669. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  670. {/block:JumpPagination}
  671. {block:NextPage}<a href="{NextPage}" id="next">»</a>{/block:NextPage}
  672. </div>
  673. {/block:Pagination}
  674.  
  675. </div>
  676.  
  677. <div id="content">
  678.  
  679. {block:Posts}
  680.  
  681. <div class="article">
  682.  
  683. {block:Date}
  684. <div class="reblog"><a href="{ReblogURL}" target="_blank">Reblog</a> · <a href="{Permalink}">Posted {TimeAgo}</a> {block:NoteCount}· <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:ContentSource}· <a href="{SourceURL}" target="_blank">Source</a>{/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}"></a>{/block:RebloggedFrom}</div>
  685. {/block:Date}
  686.  
  687. {block:Text}
  688. {block:IndexPage}
  689. <div class="entry text">
  690. {block:Title}
  691. <h1><a href="{Permalink}">{Title}</a></h1>
  692. {/block:Title}
  693. <div class="caption">{Body}</div>
  694. </div>
  695. {/block:IndexPage}
  696.  
  697. {block:PermalinkPage}
  698. <div class="article_permalink text">
  699. {block:Title}
  700. <h1><a href="{Permalink}">{Title}</a></h1>
  701. {/block:Title}
  702. <div class="caption">{Body}</div>
  703. </div>
  704. {/block:PermalinkPage}
  705. {/block:Text}
  706.  
  707.  
  708. {block:Photo}
  709. {block:IndexPage}
  710. <div class="entry photo">
  711. <center>{LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  712. {block:IfShowOrHideCaption}
  713. {block:Caption}
  714. {Caption}
  715. {/block:Caption}
  716. {/block:IfShowOrHideCaption}
  717. </div>
  718. {/block:IndexPage}
  719.  
  720. {block:PermalinkPage}
  721. <div class="article_permalink photo">
  722. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  723. {block:Caption}
  724. {Caption}
  725. {/block:Caption}
  726. </div>
  727. {/block:PermalinkPage}
  728. {/block:Photo}
  729.  
  730.  
  731. {block:Photoset}
  732. {block:IndexPage}
  733. <div class="entry photoset">
  734. <center>{Photoset-250}</center>
  735. {block:IfShowOrHideCaption}
  736. {block:Caption}
  737. {Caption}
  738. {/block:Caption}
  739. {/block:IfShowOrHideCaption}
  740. </div>
  741. {/block:IndexPage}
  742.  
  743. {block:PermalinkPage}
  744. <div class="article_permalink photoset">
  745. <center>{Photoset-500}</center>
  746. {block:Caption}
  747. {Caption}
  748. {/block:Caption}
  749. </div>
  750. {/block:PermalinkPage}
  751. {/block:Photoset}
  752.  
  753.  
  754. {block:Quote}
  755. {block:IndexPage}
  756. <div class="entry quote">
  757. <div class="quote">"{Quote}"</div>
  758. {block:Source}
  759. <div class="source">- {Source}</div>
  760. {/block:Source}
  761. </div>
  762. {/block:IndexPage}
  763.  
  764. {block:PermalinkPage}
  765. <div class="article_permalink quote">
  766. <div class="quote">"{Quote}"</div>
  767. {block:Source}
  768. <div class="source">- {Source}</div>
  769. {/block:Source}
  770. </div>
  771. {/block:PermalinkPage}
  772. {/block:Quote}
  773.  
  774.  
  775. {block:Link}
  776. {block:IndexPage}
  777. <div class="entry link">
  778. <h1><a href="{URL}" {Target}>{Name} →</a></h1>
  779. {block:IfShowOrHideCaption}
  780. {block:Description}
  781. <div class="caption">{Description}</div>
  782. {/block:Description}
  783. {/block:IfShowOrHideCaption}
  784. </div>
  785. {/block:IndexPage}
  786.  
  787. {block:PermalinkPage}
  788. <div class="article_permalink link">
  789. <h1><a href="{URL}" {Target}>{Name} →</a></h1>
  790. {block:Description}
  791. <div class="caption">{Description}</div>
  792. {/block:Description}
  793. </div>
  794. {/block:PermalinkPage}
  795. {/block:Link}
  796.  
  797.  
  798. {block:Chat}
  799. {block:IndexPage}
  800. <div class="entry chat">
  801. {block:Title}
  802. <h1><a href="{Permalink}">{Title}</a></h1>
  803. {/block:Title}
  804. <ul class="chat">
  805. {block:Lines}
  806. <li class="{Alt} user_{UserNumber}">
  807. {block:Label}
  808. <span class="label">{Label}</span>
  809. {/block:Label}
  810. {Line}
  811. </li>
  812. {/block:Lines}
  813. </ul>
  814. </div>
  815. {/block:IndexPage}
  816.  
  817. {block:PermalinkPage}
  818. <div class="article_permalink chat">
  819. {block:Title}
  820. <h1><a href="{Permalink}">{Title}</a></h1>
  821. {/block:Title}
  822. <ul class="chat">
  823. {block:Lines}
  824. <li class="{Alt} user_{UserNumber}">
  825. {block:Label}
  826. <span class="label">{Label}</span>
  827. {/block:Label}
  828. {Line}
  829. </li>
  830. {/block:Lines}
  831. </ul>
  832. </div>
  833. {/block:PermalinkPage}
  834. {/block:Chat}
  835.  
  836.  
  837. {block:Video}
  838. {block:IndexPage}
  839. <div class="entry video">
  840. <center>{Video-250}</center>
  841. {block:IfShowOrHideCaption}
  842. {block:Caption}
  843. <div class="caption">{Caption}</div>
  844. {/block:Caption}
  845. {/block:IfShowOrHideCaption}
  846. </div>
  847. {/block:IndexPage}
  848.  
  849. {block:PermalinkPage}
  850. <div class="article_permalink video">
  851. <center>{Video-500}</center>
  852. {block:Caption}
  853. <div class="caption">{Caption}</div>
  854. {/block:Caption}
  855. </div>
  856. {/block:PermalinkPage}
  857. {/block:Video}
  858.  
  859.  
  860. {block:Audio}
  861. {block:IndexPage}
  862. <div class="entry audio">
  863. {block:AlbumArt}
  864. <div class="albumart"><img src="{AlbumArtURL}" alt=""/></div>
  865. {/block:AlbumArt}
  866. <div class="audio_details">
  867. {block:TrackName}
  868. <b>Track:</b> {TrackName}<br />
  869. {/block:TrackName}
  870. {block:Artist}
  871. <b>Artist:</b> {Artist}
  872. {/block:Artist}<br />
  873. {block:PlayCount}
  874. <b>Plays:</b> {FormattedPlayCount}
  875. {/block:PlayCount}
  876. </div>
  877. <div class="audio_player_container"><div class="audio_player">{AudioPlayerWhite}</div></div>
  878. {block:IfShowOrHideCaption}
  879. {block:Caption}
  880. <div class="caption">{Caption}</div>
  881. {/block:Caption}
  882. {/block:IfShowOrHideCaption}
  883. </div>
  884. {/block:IndexPage}
  885.  
  886. {block:PermalinkPage}
  887. <div class="article_permalink audio">
  888. {block:AlbumArt}
  889. <div class="albumart"><img src="{AlbumArtURL}" alt=""/></div>
  890. {/block:AlbumArt}
  891. <div class="audio_details">
  892. {block:TrackName}
  893. <b>Track:</b> {TrackName}<br />
  894. {/block:TrackName}
  895. {block:Artist}
  896. <b>Artist:</b> {Artist}
  897. {/block:Artist}<br />
  898. {block:PlayCount}
  899. <b>Plays:</b> {FormattedPlayCount}
  900. {/block:PlayCount}
  901. </div>
  902. <div class="audio_player_container"><div class="audio_player">{AudioPlayerWhite}</div></div>
  903. {block:Caption}
  904. <div class="caption">{Caption}</div>
  905. {/block:Caption}
  906. </div>
  907. {/block:PermalinkPage}
  908. {/block:Audio}
  909.  
  910. {block:Answer}
  911. {block:IndexPage}
  912. <div class="entry ask">
  913. <img align="left" src="{AskerPortraitURL-30}" alt=""/>
  914. <div class="questions">
  915. <div class="ask"><div class="asker">{Asker}</div> {Question}</div>
  916. </div>
  917. <div class="answer">{Answer} {block:IfShowAnswerIcon}<img align="right" src="{PortraitURL-24}" alt=""/>{/block:IfShowAnswerIcon}</div>
  918. </div>
  919. {/block:IndexPage}
  920.  
  921.  
  922. {block:PermalinkPage}
  923. <div class="article_permalink answer">
  924. <img align="left" src="{AskerPortraitURL-30}" alt=""/>
  925. <div class="questions">
  926. <div class="ask"><div class="asker">{Asker}</div> {Question}</div>
  927. </div>
  928. <div class="answer">{Answer}</div>
  929. </div>
  930. {/block:PermalinkPage}
  931. {/block:Answer}
  932.  
  933. {block:Date}
  934. {block:IndexPage}
  935. {block:IfShowOrHideDate}
  936. <div class="details">
  937. <div class="details_solid"></div>
  938. <a href="{Permalink}">{ShortMonth} {DayOfMonth}</a>
  939. <br />
  940. </div>
  941.  
  942. {block:IfShowOrHideTags}
  943. {block:HasTags}
  944. <div class="tags">{block:Tags}#<a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}</div>
  945. {/block:HasTags}
  946. {/block:IfShowOrHideTags}
  947. {/block:IfShowOrHideDate}
  948. {/block:IndexPage}
  949.  
  950. {block:PermalinkPage}
  951. <div class="details">
  952. <div class="details_solid"></div>
  953. <a href="{Permalink}">{TimeAgo}</a>
  954. <br />
  955. </div>
  956.  
  957. <div class="show_notes">
  958. {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount} {block:ContentSource}· <a href="{SourceURL}" target="_blank">Source</a>{/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}"></a>{/block:RebloggedFrom}
  959. </div>
  960.  
  961. {block:HasTags}
  962. <div class="tags">tagged as {block:Tags}#<a href="/tagged/{Tag}">{Tag}</a> {/block:Tags}</div>
  963. {/block:HasTags}
  964.  
  965. <div class="notes">
  966. {block:PostNotes}{PostNotes}{/block:PostNotes}
  967. </div>
  968. {/block:PermalinkPage}
  969. {/block:Date}
  970.  
  971. </div>
  972.  
  973. {/block:Posts}
  974.  
  975. </div>
  976.  
  977. <div class="x"><a href="http://ownmylight.tumblr.com">Theme</a></div>
  978.  
  979. </body>
  980. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement