Advertisement
syncode

Lux

Mar 27th, 2015
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.55 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <!--
  4.  
  5. ///////////////////////////////////////////////////////////////////////////
  6.  
  7. Theme LUX
  8. Design and Coded by artset.tumblr.com
  9.  
  10. ///////////////////////////////////////////////////////////////////////////
  11.  
  12.  
  13.  
  14. Do not redistribute, remove credit, or claim as your own. Edits are welcome as long as credit remains intact. At least one form of credit must be on EVERY page.
  15.  
  16. -->
  17. <head>
  18. <meta name="color:Background" content="#fff" />
  19. <meta name="color:PostBackground" content="#fff" />
  20. <meta name="color:Question Background" content="#eee" />
  21. <meta name="color:Text" content="#424242" />
  22. <meta name="color:Accent" content="#59b0b7" />
  23. <meta name="color:Border" content="#ecebeb" />
  24. <meta name="color:Overlay" content="#000" />
  25. <meta name="color:Permalinks" content="#fff" />
  26. <meta name="color:Title" content="#96a3bd" />
  27. <meta name="color:TitleHover" content="#96a3bd" />
  28. <meta name="color:TextPermalink" content="#868585" />
  29. <meta name="color:Link" content="#b7c4dd" />
  30. <meta name="color:Hover" content="#b1ebe9" />
  31. <meta name="color:Navigation" content="#96a3bd" />
  32. <meta name="color:bold" content="#7c6d83" />
  33. <meta name="color:italic" content="#788591" />
  34.  
  35. <meta name="font:body" content="baskerville" />
  36.  
  37. <meta name="text:font size" content="9px" />
  38. <meta name="text:title font size" content="15px" />
  39.  
  40. <meta name="text:Link One Title" content="" />
  41. <meta name="text:Link One" content="/" />
  42. <meta name="text:Link Two Title" content="" />
  43. <meta name="text:Link Two" content="/" />
  44. <meta name="text:Link Three Title" content="" />
  45. <meta name="text:Link Three" content="" />
  46. <meta name="text:navigation" content="navigation" />
  47. <meta name="if:dropdownbox" content="0" />
  48. <meta name="if:whitetumblrcontrols" content="1" />
  49.  
  50. <meta name="if:default font" content="1"/>
  51. <meta name="if:one column" content="1"/>
  52. <meta name="if:two column" content="0"/>
  53. <meta name="if:round" content="0" />
  54. <meta name="if:faded images" content="0" />
  55. <meta name="if:large space" content="" />
  56. <meta name="if:medium space" content="1" />
  57. <meta name="if:small space" content="0" />
  58. <meta name="if:bottom left" content="1"/>
  59. <meta name="if:bottom right" content="0" />
  60. <meta name="if:top left" content="0" />
  61. <meta name="if:top right" content="0" />
  62. <meta name="if:repeat" content="0" />
  63. <meta name="image:background" content=""/>
  64. <meta name="image:sidebar" content="http://40.media.tumblr.com/22079d080ce1c803fdff32c9d284dc53/tumblr_nab03stlgB1qc91i1o1_1280.jpg"/>
  65.  
  66. <title>{Title}</title>
  67. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  68. {block:Description}<meta name="description" content="{MetaDescription}"/>{/block:Description}
  69. <link rel="shortcut icon" href="{Favicon}" />
  70. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  71. <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300' rel='stylesheet' type='text/css'>
  72. <link href='http://fonts.googleapis.com/css?family=Cousine, Droid+Serif' rel='stylesheet' type='text/css'>
  73. <link href='http://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  74.  
  75. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  76. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  77. <script>(function($){$(document).ready(function(){$("a[title]").style_my_tooltips({tip_follows_cursor:true,tip_delay_time:20,tip_fade_speed:400,attribute:"title"});});})(jQuery);</script>
  78.  
  79.  
  80. <style type="text/css">
  81. #s-m-t-tooltip {
  82. display: block;
  83. max-width: 100px;
  84. margin: 15px;
  85. word-wrap: break-word;
  86. padding:2px 5px 2px 5px;
  87. z-index: 9999;
  88. background: {color:accent};
  89. text-transform: uppercase;
  90. font-family:consolas;
  91. font-size: 8px;
  92. color: {color:postbackground};
  93. text-align: center;
  94. letter-spacing:1px;
  95. }
  96.  
  97. {block:ifwhitetumblrcontrols}#tumblr_controls {-webkit-filter: invert(100%); position: fixed !important;}{/block:ifwhitetumblrcontrols}
  98.  
  99. body, a, a:hover {
  100. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur),
  101. progress;}
  102.  
  103. body {
  104. background-color:{color:background};
  105. color:{color:text};
  106. font-family: {font:body};
  107. font-size:{text:font size};
  108. {block:ifdefaultfont}font-family: 'Montserrat', sans-serif;{/block:ifdefaultfont}
  109. text-align:left;
  110. padding: 0px;
  111. background-image: url({image:background});
  112. background-position: {block:ifbottomleft}bottom left{/block:ifbottomleft}{block:ifbottomright}bottom right{/block:ifbottomright}{/block:ifbottomright}{block:iftopright}top right{/block:iftopright} {block:iftopleft}top left{/block:iftopleft} ;
  113. background-attachment: fixed;
  114. {block:ifnotrepeat}background-repeat: no-repeat;{/block:ifnotrepeat}
  115. {block:ifrepeat}background-repeat:repeat;{/block:ifrepeat}
  116. }
  117.  
  118. ::selection {
  119. background:{color:accent};
  120. color:{color:background};}
  121.  
  122. ::-webkit-scrollbar {
  123. width:3px;
  124. height:7px;
  125. }
  126. ::-webkit-scrollbar-track-piece {
  127. background-color:{color:border};
  128. }
  129. ::-webkit-scrollbar-thumb {
  130. background-color:{color:accent};
  131. }
  132.  
  133. a{
  134. text-decoration:none;
  135. color:{color:link};
  136. -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;}
  137.  
  138. a:hover {
  139. color:{color:hover} ; }
  140.  
  141.  
  142. #left{
  143. width:150px;
  144. color:{color:text};
  145. font-size:{text:fontsize};
  146. {block:ifnotdefaultfont}font-family: {font:body};{/block:ifnotdefaultfont}
  147. {block:ifdefaultfont}font-family: 'Montserrat', sans-serif;{/block:ifdefaultfont}
  148. z-index:9999;
  149. -webkit-transition: 0.6s ease-in;
  150. position:fixed;
  151. {block:ifconsolasfont}font-family:consolas;{/block:ifconsolasfont};
  152. opacity:.8;
  153. -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease- out; transition: all 0.4s ease-out;
  154. {block:IndexPage}margin-left:-260px;{/block:IndexPage}
  155. {block:PermalinkPage}margin-left:-280px;{/block:PermalinkPage}
  156. padding:40px;
  157. margin-top:-40px;
  158. border:1px solid {color:border};
  159. height:100%;
  160. }
  161.  
  162. #left:hover {opacity:.9; }
  163.  
  164. #mids {
  165. padding-top:40%;
  166. }
  167.  
  168. #mids img {
  169. width:120px;
  170. padding:10px;
  171. margin:8px;
  172. border:1px solid {color:border};
  173. margin-bottom:20px;
  174. }
  175. #title {
  176. text-align:center;
  177. width:250px;
  178. margin-left:-60px;
  179. padding:10px;
  180. border-top:1px solid {color:border};
  181. border-bottom:1px solid {color:border};
  182. }
  183. #title a{
  184. color:{color:title};
  185. font-size:{text:title font size};
  186. display:relative;
  187. font-family: 'Montserrat', sans-serif;
  188. }
  189.  
  190. #title:hover a{
  191. color:{color:titlehover};
  192. }
  193.  
  194. #description {
  195. text-align:left;
  196. padding:40px;
  197. margin:10px;
  198. width:190px;
  199. margin-left:-60px;
  200. border-top:1px solid {color:border};
  201. border-bottom:1px solid {color:border};
  202. }
  203. #nav {
  204. text-align:left;
  205. margin:10px;
  206. margin-left:-41px;
  207. position:Absolute;
  208. opacity:0;
  209. -moz-transition: all 0.4s ease-out;
  210. -o-transition: all 0.4s ease-out;
  211. -webkit-transition: all 0.4s ease-out;
  212. transition: all 0.4s ease-out;
  213. }
  214.  
  215. #left:hover #nav {
  216. opacity:1;
  217. }
  218.  
  219. #left:hover #nav a {
  220. letter-spacing:1px;
  221. }
  222. #nav a {
  223. display:block;
  224. padding:10px;
  225. padding-left:41px;
  226. text-transform:uppercase;
  227. letter-spacing:5px;
  228. font-size:9px;
  229. color:{color:Navigation};
  230. border-left:1px solid {color:border};
  231. -moz-transition: all 0.4s ease-out;
  232. -o-transition: all 0.4s ease-out;
  233. -webkit-transition: all 0.4s ease-out;
  234. transition: all 0.4s ease-out;
  235. }
  236.  
  237. #nav a:hover {
  238. border-left:30px solid {color:border};
  239. }
  240. #content {
  241. {block:indexpage}
  242. margin:auto;
  243. float:center;
  244. {block:iflargespace}
  245. margin-top:0px;
  246. {block:ifonecolumn}width:300px; {/block:ifonecolumn}
  247. {block:iftwocolumn}width:900px; {/block:iftwocolumn}
  248. {/block:iflargespace}
  249. {block:ifsmallspace}
  250. {block:ifonecolumn}width:300px; {/block:ifonecolumn}
  251. {block:iftwocolumn}width:700px; {/block:iftwocolumn}
  252. {/block:ifsmallspace}
  253. {block:ifmediumspace}
  254. {block:ifonecolumn}width:300px; {/block:ifonecolumn}
  255. {block:iftwocolumn}width:800px; {/block:iftwocolumn}
  256. {/block:ifmediumspace}
  257. {/block:indexpage}
  258. {block:permalinkpage}
  259. width:500px;
  260. margin:auto;
  261. float:center;
  262. {/block:permalinkpage};}
  263.  
  264. #entry img {
  265. {block:Indexpage}width:100%;
  266. z-index:-9999;
  267. -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out;
  268. {block:ifround}border-radius:5px;{/block:ifround} {/block:Indexpage}
  269. {block:permalinkpage}width:400px;
  270. background:{color:postbackground};
  271. margin-top:10px;{/block:permalinkpage} }
  272.  
  273. #entry:hover{
  274. opacity:.9;
  275. }
  276.  
  277. #entry {
  278. border:1px solid {color:border};
  279. {block:iffadedimages}opacity:.8;{/block:iffadedimages}
  280. float:right;
  281. padding:10px;
  282. {block:iflargespace}margin:50px;{/block:iflargespace}
  283. {block:ifsmallspace}margin:10px;{/block:ifsmallspace}
  284. {block:ifmediumspace}margin:20px;{/block:ifmediumspace}
  285. {block:Indexpage}
  286. background:{color:postbackground};
  287. width:250px;{/block:Indexpage}
  288. {block:permalinkpage}width:400px;
  289. margin-left:100px;
  290. margin-top:100px;
  291. background: {color:postbackground};{/block:permalinkpage};
  292. {block:ifround}border-radius:5px;{/block:ifround}
  293. -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease- out; transition: all 0.3s ease-out;}
  294.  
  295. .pagination {display: none;}
  296.  
  297. .posttitle {
  298. text-align:center;
  299. font-size:14px;
  300. }
  301.  
  302. #overlay {
  303. width:270px;
  304. background:#fff;
  305. height:100%;
  306. top:0px;
  307. left:0px;
  308. position:absolute;
  309. opacity:0;
  310. z-index:1;
  311. background:{color:overlay};
  312. transition:0.6s ease;
  313. -o-transition:0.6s ease;
  314. -moz-transition:0.6s ease;
  315. -webkit-transition:0.6s ease;
  316. }
  317.  
  318. #entry:hover #overlay {
  319. opacity:.8;
  320. }
  321. #permaq {
  322. position:absolute;
  323. font-family:times new roman;
  324. font-size:180px;
  325. margin-left:10px;
  326. z-index:9;
  327. opacity:0;
  328. transition:0.6s ease;
  329. -o-transition:0.6s ease;
  330. -moz-transition:0.6s ease;
  331. -webkit-transition:0.6s ease;
  332. }
  333.  
  334. #permaq a{
  335. color:{color:permalinks};
  336. }
  337.  
  338. #permanote {
  339. position:absolute;
  340. font-size:30px;
  341. margin-left:100px;
  342. text-transform:uppercase;
  343. font-family: 'Montserrat', sans-serif;
  344. width:100px;
  345. margin-top:70px;
  346. z-index:9;
  347. opacity:0;
  348. transition:0.8s ease;
  349. -o-transition:0.8s ease;
  350. -moz-transition:0.8s ease;
  351. -webkit-transition:0.8s ease;
  352. }
  353.  
  354. #permanote a{
  355. color:{color:permalinks};
  356. }
  357.  
  358. #permareblog {
  359. position:absolute;
  360. font-size:25px;
  361. margin-left:80px;
  362. text-transform:uppercase;
  363. font-family: 'Montserrat', sans-serif;
  364. width:70px;
  365. margin-top:100px;
  366. z-index:9;
  367. opacity:0;
  368. transition:0.8s ease;
  369. -o-transition:0.8s ease;
  370. -moz-transition:0.8s ease;
  371. -webkit-transition:0.8s ease;
  372. }
  373.  
  374. #permareblog a{
  375. color:{color:permalinks};
  376. }
  377.  
  378. #entry:hover #permaq {
  379. opacity:1;
  380. }
  381.  
  382. #entry:hover #permanote {
  383. opacity:1;
  384. }
  385.  
  386. #entry:hover #permareblog {
  387. opacity:1;
  388. }
  389.  
  390. #permatext {
  391. z-index:9;
  392. position:absolute;
  393. margin-top:10px;
  394. width:250px;
  395. text-align:center;
  396. font-size:30px;
  397. text-transform:uppercase;
  398. opacity:0;
  399. transition:0.8s ease;
  400. -o-transition:0.8s ease;
  401. -moz-transition:0.8s ease;
  402. -webkit-transition:0.8s ease;
  403. }
  404.  
  405. #permatext a {
  406. display:block;
  407. padding:2px;
  408. color:{color:permalinks};
  409. }
  410.  
  411. #entry:hover #permatext {
  412. opacity:1;
  413. }
  414. .mark {
  415. font: bold 60px georgia;
  416. line-height: 50px;
  417. position: absolute;
  418. color:{color:link};
  419. opacity:.3;}
  420.  
  421. .quote {
  422. text-indent: 35px;
  423. text-align: justify;
  424. padding:6px;
  425. border-bottom:1px solid {color:border};
  426. line-height:15px;
  427.  
  428. }
  429. .question {
  430. padding:12px;
  431. text-align:justify;
  432. border-bottom:1px solid {color:border};
  433. margin:-10px -10px 10px;
  434. background:{color:question background};
  435. }
  436.  
  437. .asker {
  438. text-align:center;
  439. font-size:11px;
  440. font-style:italic;
  441. }
  442.  
  443. i, em {
  444. font-style:italic;
  445. color:{color:italic};
  446. }
  447.  
  448. b, strong {
  449. font-weight:bold;
  450. color:{color:bold};
  451. letter-spacing:1px;
  452. }
  453.  
  454. blockquote {
  455. margin-top:7px;
  456. border-radius:5px;
  457. margin-left:20px;
  458. padding-left:5px;
  459. padding-right:5px;
  460. padding-top:2px;
  461. padding-bottom:2px;
  462. background:{color:border};}
  463.  
  464. #audio { width:100%; }
  465. .tumblr_audio_player {height: 40px; width: 40px; border:none; position:absolute; margin-top:30px; margin-left:30px; z-index:999999; opacity:.3; -moz-transition: all 0.4s ease-out; -o-transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out; transition: all 0.4s ease-out;}
  466. #playpic img {width:100px; height:100px; overflow:hidden; float:left; opacity:.8; }
  467. #entry:hover .tumblr_audio_player {opacity:.8}
  468. #captio { overflow:auto; margin-left: 130px; height:100px;}
  469. q { font-family:consolas; color:{color:link};}
  470.  
  471.  
  472. .permalinkpage {
  473. line-height:10px;
  474. font-family:calibri;
  475. text-align:center;
  476. font-size:11px;
  477.  
  478. }
  479.  
  480. #postnotes img{
  481. height:20px;
  482. width:20px;
  483. }
  484.  
  485. #postnotes {
  486. height:250px;
  487. overflow:auto;
  488. font-family:calibri;
  489. font-size:11px;
  490. }
  491. #artset {
  492. font-family:calibri;
  493. text-transform:uppercase;
  494. letter-spacing:1px;
  495. font-size:10px;
  496. position:fixed;
  497. right:10px;
  498. bottom:10px;
  499. color:{color:postbackground};
  500. background:{color:accent};
  501. padding:5px 15px 5px 15px;
  502. width:70px;
  503. overflow:hidden;
  504. text-align:center;
  505. height:13px;
  506. -webkit-transition: all 0.3s linear;
  507. -moz-transition: all 0.3s linear;
  508. transition: all 0.3s linear;
  509. }
  510.  
  511. #artset a {
  512. color:{color:background};
  513. line-height:10px;
  514. -webkit-animation:fadeInDown 3s;
  515. -moz-animation:fadeInDown 3s;
  516. -ms-animation:fadeInDown 3s;
  517. -moz-transition: all 0.4s ease-out;
  518. -o-transition: all 0.4s ease-out;
  519. -webkit-transition: all 0.4s ease-out;
  520. transition: all 0.4s ease-out;
  521.  
  522. }
  523.  
  524. .word {
  525. -webkit-transition: all 0.3s linear;
  526. -moz-transition: all 0.3s linear;
  527. transition: all 0.3s linear;
  528. }
  529.  
  530. #artset a:hover .word{
  531. margin-top:-18px;
  532. -webkit-transition: all 0.3s linear;
  533. -moz-transition: all 0.3s linear;
  534. transition: all 0.3s linear;
  535. }
  536.  
  537. {CustomCSS}</style>
  538. {block:IndexPage}
  539. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  540. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  541.  
  542. <script type="text/javascript">
  543. $(window).load(function(){
  544. var $wall = $('#content');
  545. $wall.imagesLoaded(function(){
  546. $wall.masonry({
  547. itemSelector: '#entry',
  548. isAnimated : false
  549. });
  550. });
  551.  
  552. $wall.infinitescroll({
  553. navSelector : 'div.pagination',
  554. nextSelector : '.pagination a#next',
  555. itemSelector : '#entry',
  556. bufferPx : 2000,
  557. debug : false,
  558. errorCallback: function() {
  559. $('#scroll').fadeOut('normal');
  560. }},
  561. function( newElements ) {
  562. var $newElems = $( newElements );
  563. $newElems.hide();
  564. $newElems.imagesLoaded(function(){
  565. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  566. });
  567. }); $('#content').show(500);
  568. });
  569. </script>
  570.  
  571. {/block:IndexPage}
  572.  
  573.  
  574. </head>
  575. <body>
  576.  
  577. <div id="artset">
  578. <a href="http://artset.tumblr.com">
  579. <div class="word">Lux
  580. <br><br>
  581. by artset
  582. </div>
  583. </a>
  584. </div>
  585.  
  586.  
  587. <div id="content">
  588.  
  589. <div id="left">
  590. <div id="mids">
  591.  
  592.  
  593. <div id="title">
  594. <a href="/">{Title}</a>
  595. </div>
  596.  
  597. <BR><bR>
  598. <img src="{image:sidebar}">
  599.  
  600. <div id="description">{description}</div>
  601.  
  602.  
  603. {block:ifnotdropdownbox}
  604.  
  605. <div id="nav">
  606.  
  607. <a href="/">index</a>
  608.  
  609. <a href="/ask">contact</a>
  610.  
  611. {block:IfLinkOneTitle}<a href="{text:Link One}">{text:Link One Title}</a>{/block:ifLinkOneTitle}
  612.  
  613. {block:ifLinkTwoTitle}<a href="{text:Link Two}" >{text:Link Two Title}</a>{/block:ifLinkTwoTitle}
  614.  
  615. {block:ifLinkThreeTitle}<a href="{text:Link Three}" >{text:Link Three Title}</a>{/block:ifLinkThreeTitle}
  616.  
  617. </div>
  618.  
  619. {/block:ifnotdropdownbox}
  620.  
  621.  
  622. {block:ifdropdownbox}
  623. <center>
  624. <select onchange='location=this.options[this.selectedIndex].value;' style=' line-height:60%;font-size:9px; width:120px; background-color:{color:background}; border: 1px solid {color:border}; height:20px;padding:1px;color:{color:navigation}; border-radius:2px; margin-top:5px;'>
  625. <option>{text:navigation}</option>
  626. <option value="/">home</option>
  627. <option value="/ask">message</option>
  628. {block:IfLinkOneTitle}<option value="{text:Link One}"> {text:Link One Title} </option>{/block:ifLinkOneTitle}
  629. {block:ifLinkTwoTitle}<option value="{text:Link Two}"> {text:Link Two Title} </option>{/block:ifLinkTwoTitle}
  630. {block:ifLinkThreeTitle}<option value="{text:Link Three}"> {text:Link Three Title} </option>{/block:ifLinkThreeTitle}
  631.  
  632. <option value="http://airudite.tumblr.com">theme</option>
  633.  
  634. </select>
  635. </center>
  636. {/block:ifdropdownbox}
  637.  
  638. </div>
  639. </div>
  640.  
  641.  
  642. {block:Posts}
  643.  
  644. <div id="entry">
  645.  
  646. {block:Indexpage}
  647. <div id="overlay"></div>
  648. {/block:indexpage}
  649.  
  650. {block:Text}
  651. {block:Indexpage}
  652. <div id="permatext">
  653. <a href="{ReblogUrl}">Reblog</a>
  654. <small><a href="{Permalink}">{NoteCountWithLabel}</a></small>
  655. </div>
  656. {/block:IndexPage}
  657. <div class="question">
  658. <div class="posttitle"><a href="{Permalink}">{block:Title}{Title}{/block:Title}</a> </div> </div>
  659. {Body}
  660. {/block:Text}
  661.  
  662. {block:Photo}
  663. {block:IndexPage}
  664. <div class="perma"><div id="permaq"><a href="{Permalink}">?</a></div> <div id="permanote"><a href="{permalink}">{NoteCount}</a></div><div id="permareblog"><a href="{ReblogUrl}">Reblog</a></div></div>
  665. <a href="{Permalink}">{/block:IndexPage}{block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}<img src="{block:IndexPage}{PhotoURL-500}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}"/>{block:IndexPage}</a>{/block:IndexPage}
  666. {block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}
  667. {block:PermalinkPage}<BR>{block:caption}{caption}{/block:caption}{/block:PermalinkPage}
  668. {/block:Photo}
  669.  
  670. {block:Photoset}
  671. {block:Photos}<a href="{permalink}"><img src="{PhotoURL-500}" width="200" style="padding-bottom:5px;"/></a>
  672. {/block:Photos}
  673. {/block:Photoset}
  674.  
  675. {block:Quote}
  676. {block:Indexpage}
  677. <div id="permatext">
  678. <a href="{ReblogUrl}">Reblog</a>
  679. <small><a href="{Permalink}">{NoteCountWithLabel}</a></small>
  680. </div>
  681. {/block:IndexPage}
  682. <div class="mark">“</div>
  683. <div class="quote">
  684. {Quote} </div> <BR>
  685. {block:Source} <a href="{Permalink}">{Source}</a>{/block:Source}
  686. {/block:Quote}
  687.  
  688. {block:Link}
  689. {block:Indexpage}
  690. <div id="permatext">
  691. <a href="{ReblogUrl}">Reblog</a>
  692. <small><a href="{Permalink}">{NoteCountWithLabel}</a></small>
  693. </div>
  694. {/block:IndexPage}
  695. <div class="question"><a href="{URL}" {Target}>{Name}</a> </div>
  696. {block:Description}{Description}{/block:Description}
  697. {/block:Link}
  698.  
  699. {block:Chat}
  700. {block:Indexpage}
  701. <div id="permatext">
  702. <a href="{ReblogUrl}">Reblog</a>
  703. <small><a href="{Permalink}">{NoteCountWithLabel}</a></small>
  704. </div>
  705. {/block:IndexPage}
  706. {block:Title}<t>{Title}</t>{/block:Title}
  707. {block:Lines}
  708. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  709. {/block:Lines}
  710. {/block:Chat}
  711.  
  712. {block:Audio}
  713. {block:Indexpage}
  714. <div id="permatext">
  715. <a href="{ReblogUrl}">Reblog</a>
  716. <small><a href="{Permalink}">{NoteCountWithLabel}</a></small>
  717. </div>
  718. {/block:IndexPage}
  719. <div id="audio">
  720. {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
  721. <div id="playpic">{block:AlbumArt} <img src="{AlbumArtURL}">
  722. {/block:AlbumArt}<div id="captio">{block:TrackName} "{TrackName}"
  723. {/block:TrackName} {block:Artist}by {Artist}{/block:Artist} {block:Album} from {Album}{/block:Album}</div></div>
  724. {/block:Audio}
  725.  
  726. {block:Video}
  727. {block:Indexpage}
  728. <div id="permatext">
  729. <a href="{ReblogUrl}">Reblog</a>
  730. <small><a href="{Permalink}">{NoteCountWithLabel}</a></small>
  731. </div>
  732. {/block:IndexPage}
  733. <div style="width:250px; overflow:Auto;">{Video-250}</div>{/block:indexpage} {block:permalinkpage} {Video-500}{/block:permalinkpage}
  734. {block:Caption}{Caption}{/block:Caption}
  735. {/block:Video}
  736.  
  737. {block:Answer}
  738. {block:Indexpage}
  739. <div id="permatext">
  740. <a href="{ReblogUrl}">Reblog</a>
  741. <small><a href="{Permalink}">{NoteCountWithLabel}</a></small>
  742. </div>
  743. {/block:IndexPage}
  744. <div class="question">
  745. <div class="asker">{Asker} inquires... </div>
  746. <br>
  747. {Question}</div> {Answer}
  748. {/block:Answer}
  749.  
  750.  
  751. {block:PermalinkPage}
  752. <div class="permalinkpage">
  753. {block:Date}Published {DayOfWeek}, in the month of {Month}. {/block:Date} {block:NoteCount}with {NoteCount} notes<br>{/block:NoteCount}
  754. {block:RebloggedFrom}Source: <a href="{ReblogRootURL}">{ReblogRootName}</a> | Reblogged From: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
  755. {block:NoteCount} <div style="text-align:center; margin:5px; font-family:calibri; line-height:12px"></div>{/block:NoteCount} <Br>
  756. {block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}
  757. </div>
  758. {/block:PermalinkPage}
  759. {block:PostNotes}
  760. <div id="postnotes">{PostNotes}</div>
  761. {/block:PostNotes}</div>{/block:Posts}
  762.  
  763. </div>
  764. {/block:Posts}
  765.  
  766. <div class="pagination">
  767. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> &middot;{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" id="next">next</a>{/block:NextPage}{/block:Pagination}
  768. </div></div>{/block:Posts}</div></div></div> </div>
  769. </div> </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement