Advertisement
consdeleonn

Cascade - consdeleonn.tumblr.com

Oct 13th, 2015
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.37 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. consdeleonn.tumblr.com
  6. -->
  7.  
  8. <head>
  9. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js" type="text/javascript"><!--mce:0--></script>
  10. <script src="toggle.js" type="text/javascript"><!--mce:1--></script>
  11. <script type="text/javascript">
  12. $(document).ready(function(){
  13. $(".description").hide();
  14. $(".about").click(function(){
  15. $('.description').slideToggle("fast");
  16. return true;
  17. });
  18. });
  19. </script>
  20.  
  21. <meta name="color:Background" content="#fff" />
  22. <meta name="color:Text" content="#333333" />
  23. <meta name="color:Links" content="#555555"/>
  24. <meta name="color:Hover" content="#dad8d8"/>
  25. <meta name="color:Scrollbar" content="#666666"/>
  26. <meta name="color:Scrollbar Background" content="#dad8d8"/>
  27. <meta name="color:Posts" content="#FFFFFF"/>
  28. <meta name="color:Drop Down Menu" content="#F5F5F5"/>
  29. <meta name="color:Answer" content="#ebebeb"/>
  30. <meta name="color:Borders" content="#dad8d8"/>
  31.  
  32. <meta name="image:Background" content=""/>
  33. <meta name="image:Sidebar" content=""/>
  34.  
  35. <meta name="text:First custom link title" content=""/>
  36. <meta name="text:First custom link url" content=""/>
  37. <meta name="text:Second custom link title" content=""/>
  38. <meta name="text:Second custom link url" content=""/>
  39. <meta name="text:Third custom link title" content=""/>
  40. <meta name="text:Third custom link url" content=""/>
  41. <meta name="text:Fourth custom link title" content=""/>
  42. <meta name="text:Fourth custom link url" content=""/>
  43. <meta name="text:Drop down title" content="Navigate"/>
  44.  
  45. <meta name="if:Submit link" content="0"/>
  46. <meta name="if:Archive link" content="1"/>
  47. <meta name="if:Home link" content="1"/>
  48. <meta name="if:Message link" content="1"/>
  49. <meta name="if:First custom link" content="0"/>
  50. <meta name="if:Second custom link" content="0"/>
  51. <meta name="if:Third custom link" content="0"/>
  52. <meta name="if:Fourth custom link" content="0"/>
  53. <meta name="if:Cross cursor" content="1"/>
  54.  
  55. <meta name="font:Body" content="Lucida Sans"/>
  56. <meta name="font:Permalink" content="Arial"/>
  57.  
  58.  
  59. <title>{Title}</title>
  60. <link rel="shortcut icon" href="{Favicon}">
  61. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  62. <link rel="shortcut icon" href="{Favicon}">
  63. <title>Untitled Document</title>
  64. <link rel="shortcut icon" href="{Favicon}">
  65. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  66.  
  67. {block:Description}
  68. <meta name="description" content="{MetaDescription}" />
  69. {/block:Description}
  70.  
  71. <style type="text/css">
  72. {CustomCSS}
  73.  
  74. p{
  75. margin:0px;
  76. padding:0px;
  77. }
  78.  
  79. #tumblr_controls{
  80. position:absolute;
  81. margin-top:0px;
  82. margin-left:0px;
  83. }
  84.  
  85. #tumblr_controls{
  86. -webkit-transition: opacity 0.4s linear;
  87. opacity: 0.7;
  88. }
  89. #tumblr_controls:hover{
  90. -webkit-transition: opacity 0.4s linear;
  91. opacity: 1;
  92. }
  93.  
  94. a{
  95. text-decoration: none;
  96. color:{color:links};
  97. -moz-transition: all 0.3s ease-out;
  98. -o-transition: all 0.3s ease-out;
  99. -webkit-transition: all 0.3s ease-out;
  100. transition: all 0.3s ease-out;
  101. {block:ifcrosscursor}
  102. cursor: crosshair;
  103. {/block:ifcrosscursor}
  104. }
  105.  
  106. a:hover{
  107. color:{color:hover};
  108. -moz-transition: all 0.3s ease-out;
  109. -o-transition: all 0.3s ease-out;
  110. -webkit-transition: all 0.3s ease-out;
  111. transition: all 0.3s ease-out;
  112. {block:ifcrosscursor}
  113. cursor: crosshair;
  114. {/block:ifcrosscursor}
  115. }
  116.  
  117. body{
  118. color:{color:Text};
  119. background-color:{color:Background};
  120. background-image:url({image:Background});
  121. background-attachment: fixed; background-repeat: repeat;
  122. font-size:9px;
  123. text-align: center;
  124. font-family: {font:Body};
  125. line-height:10px;
  126. {block:ifcrosscursor}
  127. cursor: crosshair;
  128. {/block:ifcrosscursor}
  129. }
  130.  
  131. #content{
  132. margin: auto auto auto auto ;
  133. width:100%;
  134. top:0px;
  135. position:relative;
  136. {block:ifcrosscursor}
  137. cursor: crosshair;
  138. {/block:ifcrosscursor}
  139. }
  140.  
  141. #content .posts{
  142. width:664px;
  143. font-family:{font:Body};
  144. margin: 0px 0px 0px 30px;
  145. margin-left: 0px;
  146. {block:PermalinkPage}
  147. width:650px;
  148. {/block:PermalinkPage}
  149. {block:ifcrosscursor}
  150. cursor: crosshair;
  151. {/block:ifcrosscursor}
  152. }
  153.  
  154. #content .entry{
  155. {block:IndexPage}
  156. width:300px;
  157. margin:6px;
  158. background-color:{color:Posts};
  159. padding: 5px;
  160. -webkit-box-shadow: 1px 1px 1px 1px rgba(123, 123, 124, 0.2);
  161. box-shadow: 1px 1px 1px 1px rgba(123, 123, 124, 0.2);
  162. -moz-transition: all 1.9s ease-out;
  163. -o-transition: all 1.9s ease-out;
  164. -webkit-transition: all 1.9s ease-out;
  165. transition: all 1.9s ease-out;
  166. {block:ifcrosscursor}
  167. cursor: crosshair;
  168. {/block:ifcrosscursor}
  169. {/block:IndexPage}
  170. {block:PermalinkPage}
  171. width: 650px;
  172. {/block:PermalinkPage}
  173. }
  174.  
  175. .entry:hover .tc {
  176. opacity: .5;
  177. filter: alpha(opacity = 50);
  178. margin-left: 0;
  179. }
  180.  
  181. .entry .permaone {
  182. position: absolute;
  183. width: 295px;
  184. text-align: center;
  185. top:5px;
  186. left:5px;
  187. opacity: 0;
  188. filter:alpha(opacity=0);
  189. z-index: 10000;
  190. background: rgba(255, 255, 255, 0.9);
  191. font-size: 10px;
  192. height: 14px;
  193. line-height: 14px;
  194. font-family: {font:Permalink};
  195. text-transform: Uppercase;
  196. color:#000000;
  197. padding: 3px;
  198. -webkit-transition: all 0.4s ease-in-out;
  199. -moz-transition: all 0.4s ease-in-out;
  200. -o-transition: all 0.4s ease-in-out;
  201. transition: all 0.4s ease-in-out;
  202. }
  203.  
  204. .entry:hover .permaone{
  205. opacity: 1;
  206. filter:alpha(opacity=100);
  207. }
  208.  
  209. .permaone:hover{
  210. background: rgba(255, 255, 255, 100);
  211. }
  212.  
  213. .permaone a{
  214. color:#000;
  215. -webkit-transition: all 0.4s ease-in-out;
  216. -moz-transition: all 0.4s ease-in-out;
  217. -o-transition: all 0.4s ease-in-out;
  218. transition: all 0.4s ease-in-out;
  219. }
  220.  
  221. .permaone a:hover{
  222. color:{color:hover};
  223. -webkit-transition: all 0.4s ease-in-out;
  224. -moz-transition: all 0.4s ease-in-out;
  225. -o-transition: all 0.4s ease-in-out;
  226. transition: all 0.4s ease-in-out;
  227. }
  228.  
  229. .entry:hover .tc {
  230. opacity: .5;
  231. filter: alpha(opacity = 50);
  232. margin-left: 0;
  233. }
  234.  
  235. .entry .permatwo {
  236. position: absolute;
  237. width: 295px;
  238. text-align: center;
  239. top:27px;
  240. left:5px;
  241. opacity: 0;
  242. filter:alpha(opacity=0);
  243. z-index: 10000;
  244. background: rgba(255, 255, 255, 0.8);
  245. font-size: 10px;
  246. height: 14px;
  247. line-height: 14px;
  248. font-family: {font:Permalink};
  249. text-transform: Uppercase;
  250. color:#000000;
  251. padding: 3px;
  252. -webkit-transition: all 0.6s ease-in-out;
  253. -moz-transition: all 0.6s ease-in-out;
  254. -o-transition: all 0.6s ease-in-out;
  255. transition: all 0.6s ease-in-out;
  256. }
  257.  
  258. .entry:hover .permatwo{
  259. opacity: 1;
  260. filter:alpha(opacity=100);
  261. }
  262.  
  263. .permatwo:hover{
  264. background: rgba(255, 255, 255, 100);
  265. }
  266.  
  267. .permatwo a{
  268. color:#000;
  269. -webkit-transition: all 0.6s ease-in-out;
  270. -moz-transition: all 0.6s ease-in-out;
  271. -o-transition: all 0.6s ease-in-out;
  272. transition: all 0.6s ease-in-out;
  273. }
  274.  
  275. .permatwo a:hover{
  276. color:{color:hover};
  277. -webkit-transition: all 0.6s ease-in-out;
  278. -moz-transition: all 0.6s ease-in-out;
  279. -o-transition: all 0.6s ease-in-out;
  280. transition: all 0.6s ease-in-out;
  281. }
  282.  
  283. .entry:hover .tc {
  284. opacity: .5;
  285. filter: alpha(opacity = 50);
  286. margin-left: 0;
  287. }
  288.  
  289. .entry .permathree {
  290. position: absolute;
  291. width: 295px;
  292. text-align: center;
  293. top:49px;
  294. left:5px;
  295. opacity: 0;
  296. filter:alpha(opacity=0);
  297. z-index: 10000;
  298. background: rgba(255, 255, 255, 0.70);
  299. font-size: 10px;
  300. height: 14px;
  301. line-height: 14px;
  302. font-family: {font:Permalink};
  303. text-transform: Uppercase;
  304. color:#000000;
  305. padding: 3px;
  306. -webkit-transition: all 0.8s ease-in-out;
  307. -moz-transition: all 0.8s ease-in-out;
  308. -o-transition: all 0.8s ease-in-out;
  309. transition: all 0.8s ease-in-out;
  310. }
  311.  
  312. .entry:hover .permathree{
  313. opacity: 1;
  314. filter:alpha(opacity=100);
  315. }
  316.  
  317. .permathree:hover{
  318. background: rgba(255, 255, 255, 100);
  319. }
  320.  
  321. .permathree a{
  322. color:#000;
  323. -webkit-transition: all 0.8s ease-in-out;
  324. -moz-transition: all 0.8s ease-in-out;
  325. -o-transition: all 0.8s ease-in-out;
  326. transition: all 0.8s ease-in-out;
  327. }
  328.  
  329. .permathree a:hover{
  330. color:{color:hover};
  331. -webkit-transition: all 0.8s ease-in-out;
  332. -moz-transition: all 0.8s ease-in-out;
  333. -o-transition: all 0.8s ease-in-out;
  334. transition: all 0.8s ease-in-out;
  335. }
  336.  
  337. .entry:hover .tc {
  338. opacity: .5;
  339. filter: alpha(opacity = 50);
  340. margin-left: 0;
  341. }
  342.  
  343. .entry .permafour {
  344. position: absolute;
  345. width: 295px;
  346. text-align: center;
  347. top:71px;
  348. left:5px;
  349. opacity: 0;
  350. filter:alpha(opacity=0);
  351. z-index: 10000;
  352. background: rgba(255, 255, 255, 0.5);
  353. font-size: 10px;
  354. height: 14px;
  355. line-height: 14px;
  356. font-family: {font:Permalink};
  357. text-transform: Uppercase;
  358. color:#000000;
  359. padding: 3px;
  360. -webkit-transition: all 1.0s ease-in-out;
  361. -moz-transition: all 1.0s ease-in-out;
  362. -o-transition: all 1.0s ease-in-out;
  363. transition: all 1.0s ease-in-out;
  364. }
  365.  
  366. .entry:hover .permafour{
  367. opacity: 1;
  368. filter:alpha(opacity=100);
  369. }
  370.  
  371. .permafour:hover{
  372. background: rgba(255, 255, 255, 100);
  373. }
  374.  
  375. .permafour a{
  376. color:#000;
  377. -webkit-transition: all 1.0s ease-in-out;
  378. -moz-transition: all 1.0s ease-in-out;
  379. -o-transition: all 1.0s ease-in-out;
  380. transition: all 1.0s ease-in-out;
  381. }
  382.  
  383. .permafour a:hover{
  384. color:{color:hover};
  385. -webkit-transition: all 1.0s ease-in-out;
  386. -moz-transition: all 1.0s ease-in-out;
  387. -o-transition: all 1.0s ease-in-out;
  388. transition: all 1.0s ease-in-out;
  389. }
  390.  
  391. #content .entry img{
  392. {block:IndexPage}
  393. max-width:300px;
  394. {/block:IndexPage}
  395. }
  396.  
  397. .desc{
  398. width:184px;
  399. height:184px;
  400. text-align:center;
  401. top: 260px;
  402. left:670px;
  403. z-index:5001;
  404. margin-top:5px;
  405. background-color:#fff;
  406. {block:ifcrosscursor}
  407. cursor: crosshair;
  408. {/block:ifcrosscursor}
  409. padding: 8px;
  410. position: fixed;
  411. font-family: {font:Body};
  412. }
  413.  
  414. .image{
  415. width:200px;
  416. height:200px;
  417. text-align:center;
  418. top: 160px;
  419. left:670px;
  420. z-index:5000;
  421. border-radius:9999px;
  422. {block:ifcrosscursor}
  423. cursor: crosshair;
  424. {/block:ifcrosscursor}
  425. position: fixed;
  426. }
  427.  
  428. .box{
  429. width:200px;
  430. height:auto;
  431. text-align:center;
  432. bottom: 80%;
  433. left:670px;
  434. z-index:5000;
  435. position: fixed;
  436. font-family:economica-regular;
  437. font-size:20px;
  438. padding: 5px;
  439. background-color:{color:Posts};
  440. text-transform:uppercase;
  441. }
  442.  
  443. .h1{
  444. display:block;
  445. font-size:14px
  446. line-height:14px;
  447. text-align: center;
  448. margin-bottom: 10px;
  449. font-family: {font:Body};
  450. }
  451.  
  452. .h2{
  453. display:block;
  454. text-align:left;
  455. font-size:14px;
  456. line-height:14px;
  457. margin-bottom:0px;
  458. font-family: {font:Body};
  459. }
  460.  
  461. .h3{
  462. font-size:10px;
  463. line-height:6px;
  464. text-align:center;
  465. font-family: {font:Title};
  466. }
  467.  
  468. .h4{
  469. font-size:9px;
  470. line-height:10px;
  471. text-align:center;
  472. font-family: {font:Body};
  473. }
  474.  
  475. .h5{
  476. font-size:11px;
  477. line-height:10px;
  478. text-align:center;
  479. font-family: {font:Body};
  480. }
  481.  
  482. #h9{
  483. width:200px;
  484. padding:5px;
  485. font-size:10px;
  486. line-height:10px;
  487. text-align:center;
  488. font-family: {font:Body};
  489. background-color:{color:Posts};
  490. }
  491.  
  492. .nav{
  493. text-align:center;
  494. margin-top:0px;
  495. margin-bottom:0px;
  496. font-family: {font:Body};
  497. }
  498.  
  499. .notes{
  500. width:675px;
  501. padding-left:0px;
  502. text-align:left;
  503. }
  504.  
  505. .permalink{
  506. display:block;
  507. text-align:right;
  508. padding:2px;
  509. border-width:1px;
  510. font-family: {font:Body};
  511. margin-top:5px;
  512. font-size:11px;
  513. }
  514.  
  515.  
  516. .quote{
  517. font-size:12px;
  518. line-height:12px;
  519. text-transform:none;
  520. margin-bottom:5px;
  521. font-family: {font:Body};
  522. }
  523.  
  524. .audio{
  525. {block:IndexPage}
  526. width:288px;
  527. {/block:IndexPage}
  528. {block:PermalinkPage}
  529. width:638px;
  530. {/block:PermalinkPage}
  531. background-color:#fff;
  532. padding:5px;
  533. margin-bottom:0px;
  534. }
  535.  
  536. .audiocap, .videocap{
  537. display:block;
  538. padding:10px;
  539. }
  540.  
  541. .albumart, .albumart img{
  542. {block:IndexPage}
  543. width:300px;
  544. {/block:IndexPage}
  545. {block:PermalinkPage}
  546. width:650px;
  547. {/block:PermalinkPage}
  548. }
  549.  
  550. div.video embed,
  551. div.post div.video object {
  552. {block:IndexPage}
  553. width:250px !important;
  554. height:150px !important;
  555. {/block:IndexPage}
  556. {block:PermalinkPage}
  557. width:500px !important;
  558. height:400px !important;
  559. {/block:PermalinkPage}
  560. }
  561.  
  562. .question{
  563. margin-bottom:5px;
  564. font-size:10px;
  565. line-height:10px;
  566. display:block;
  567. font-family: {font:Body};
  568. background-color:{color:Answer};
  569. border-left-style:solid;
  570. border-right-style:solid;
  571. border-width:2px;
  572. border-color:{color:Borders};
  573. padding:5px;
  574. }
  575.  
  576. .asker{
  577. font-family: {font:Body};
  578. font-size:10px;
  579. line-height:10px;
  580. }
  581.  
  582. .answer{
  583. padding:3px;
  584. font-size:10px;
  585. line-height:10px;
  586. font-family: {font:Body};
  587. color: {color:text};
  588. }
  589.  
  590. .nav { font-size:10px;
  591. }
  592.  
  593. ::-webkit-scrollbar-thumb:vertical {
  594. background-color:{color:Scrollbar};
  595. height:100px;
  596. }
  597.  
  598. ::-webkit-scrollbar-thumb:horizontal {
  599. background-color:{color:Scrollbar};
  600. height:10px;
  601. }
  602.  
  603. ::-webkit-scrollbar {
  604. height:10px;
  605. width:8px;
  606. background-color:{color:Scrollbar Background};
  607. }
  608.  
  609. </style>
  610. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  611. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js">
  612. </script>
  613. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  614. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  615. <script type="text/javascript">
  616.  
  617. $(window).load(function () {
  618. $('.posts').masonry(),
  619. $('.masonryWrap').infinitescroll({
  620. navSelector : "div#navigation",
  621. // selector for the paged navigation (it will be hidden)
  622. nextSelector : "div#navigation a#nextPage",
  623. // selector for the NEXT link (to page 2)
  624. itemSelector : ".entry",
  625. // selector for all items you'll retrieve
  626. bufferPx : 10000,
  627. extraScrollPx: 11000,
  628. loadingImg : "",
  629. loadingText : "<em></em>",
  630. },
  631. // call masonry as a callback.
  632. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  633. );
  634. });
  635. </script>
  636. <script type="text/javascript">$(window).load(function(){$("p").remove(":contains('Source:')");});</script></head>
  637. <body>
  638. <div class="nav">
  639. <div align="center"><p>
  640. </div></div></div><div class="image"><div align="center">
  641. <a href="/"><img src="{image:sidebar}" width="200px" target="_blank" style="padding:5px; background-color:{color:Posts}; margin-bottom:5px;"></a>
  642. <div id="h9">{Description}</span></center></div></div></a><div class="box"><select onchange='location=this.options[this.selectedIndex].value;' style="width: 200px; height: 15px; background-color:{color:Drop Down Menu}; border-width:0px; font-size: 9px; text-transform:uppercase; letter-spacing:1px; color:#666; font-family: {font:Body}; "><option value="/">{text:Drop down title}</a>{block:ifhomelink}<option value="/">Home</a>{block:ifhomelink}{block:ifmessagelink}<option value="/ask">Message</option>{block:ifmessagelink}{block:ifarchivelink}<option value="/archive">Archive</option>{/block:ifarchivelink}{block:ifsubmitlink}<option value="/submit">Submit</option>{/block:ifsubmitlink}{block:iffirstcustomlink}<option value="{text:first custom link url}">{text:first custom link title}</option>{/block:iffirstcustomlink}{block:ifsecondcustomlink}<option value="{text:second custom link url}">{text:second custom link title}</option>{/block:ifsecondcustomlink}{block:ifthirdcustomlink}<option value="{text:third custom link url}">{text:third custom link title}</option>{/block:ifthirdcustomlink}{block:iffourthcustomlink}<option value="{text:fourth custom link url}">{text:fourth custom link title}</option>{/block:iffourthcustomlink}{block:iffifthcustomlink}<option value="{text:fifth custom link url}">{text:fifth custom link title}</a></option>{/block:iffifthcustomlink}<option value="http://consdeleonn.tumblr.com">Tema</option></select></div></div></div></div></form></div></div></div></span></div></div></div></div></span></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  643.  
  644. <div id="content">
  645. <div class="posts">
  646. {block:Posts}
  647. <div class="entry">
  648. {block:Text}
  649. {block:Title}<span class="h1">{Title}</span>{/block:Title}
  650. {Body}
  651. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCount}</a><div>{/block:IndexPage}</span></div></div>
  652. {block:PermalinkPage}<div style="margin-left:270px;"</div>{/block:PermalinkPage}
  653. {/block:Text}
  654.  
  655. {block:Photo}
  656. {block:IndexPage}
  657. <b><div class="permaone"><a href="{Permalink}"><a href="{Permalink}">Permalink</a> ∞ <a href="{ReblogURL}">Reblog</a></div><div class="permatwo"><a href="{Permalink}">{TimeAgo}</a></div><div class="permathree"><a href="{Permalink}">{NoteCountWithLabel}</a></div><div class="permafour"><a href="{Permalink}">{24HourWithZero}:{Minutes}</a></div></b><a href="{Permalink}" target="_blank"><img src="{PhotoURL-400}" alt="{PhotoAlt}" width="300"/>
  658. {/block:IndexPage}
  659. {block:PermalinkPage}
  660. {LinkOpenTag}
  661. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>
  662. {LinkCloseTag}
  663. {/block:permalinkpage}
  664. {/block:Photo}
  665.  
  666. {block:Photoset}
  667. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  668. {block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}
  669. {block:Caption}{Caption}{/block:Caption}
  670. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>
  671. {/block:Photoset}
  672.  
  673. {block:Quote}
  674. <div class="quote"><b><i>"</i></b>{Quote}<b><i>"</i></b> </div>
  675. {block:Source}<small>{Source}</small>{/block:Source}
  676. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCount}</a><div>{/block:IndexPage}</span></div></div>
  677. {block:PermalinkPage}<div style="margin-left:10px;"</div>{/block:PermalinkPage}
  678. {/block:Quote}
  679.  
  680. {block:Link}
  681. <a href="{URL}"{Target}><span class="h2"> →{Name}</span></a>
  682. {block:Description}<small>{Description}</small>{/block:Description}
  683. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCount}</a></a><div>{/block:IndexPage}</span></div></div>
  684. {block:PermalinkPage}<div style="margin-left:10px;"</div>{/block:PermalinkPage}
  685. {/block:Link}
  686.  
  687. {block:Video}
  688. <div class="video">
  689. {block:IndexPage}{Video-250}{/block:IndexPage}
  690. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  691. </div>
  692. {block:IndexPage}<div class="videocap"></a></div><div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a> / <a href="{ReblogURL}" target="_blank">Reblog</a><div>{/block:IndexPage}</span></div></div>{/block:IndexPage}
  693. {block:PermalinkPage}{block:Caption}<div class="videocap">{Caption}</div>{/block:Caption}
  694. <div style="margin-left:0px;"</div>
  695. {/block:PermalinkPage}
  696. {/block:Video}
  697.  
  698. {block:Chat}
  699. {block:Title}
  700. <div class="ptitle">{Title}</div>
  701. {/block:Title}{block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}
  702. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCount}</a><div>{/block:IndexPage}</span></div></div>
  703. {block:PermalinkPage}<div style="margin-left:10px;"</div>{/block:PermalinkPage}
  704. {/block:Chat}
  705.  
  706. {block:Audio}
  707. <a href="{Permalink}">
  708. {block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></a></div>{/block:AlbumArt}</a>
  709. <div class="audio">{AudioPlayerWhite}</div>
  710. {block:PermalinkPage}{block:Caption}<div class="audiocap">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  711. {/block:Audio}
  712.  
  713. {block:Answer}
  714. {block:IndexPage}
  715. <div class="question">{Asker} said:</a> {Question}</div>
  716. <div class="answer"><i>{Answer}</i></div>{/block:IndexPage}
  717. {block:IndexPage}<div class="permalink"><a href="{Permalink}">{NoteCountWithLabel}</a><div></span></div></div>{/block:IndexPage}{block:PermalinkPage}<div style="margin-left:10px;"</div>{/block:PermalinkPage}
  718. {/block:Answer}
  719.  
  720. {block:PermalinkPage}<div class="notes">
  721. {block:Caption}{Caption}{/block:Caption}
  722. Posted on {Month} {DayofMonth}{DayofMonthSuffix} at {12Hour}:{Minutes} {CapitalAMPM}
  723. <br>Has a total of: {NoteCount} Notes
  724. {block:PostNotes}<br><br><div style="text-align:left; max-height: 200px; width:648px; background-color:{color:Posts}; overflow: auto; overflow-x: hidden;">{PostNotes}</div>{/block:PostNotes}</div>
  725. {/block:PermalinkPage}
  726. </div>
  727. {/block:Posts}
  728. </div>
  729. </div>
  730.  
  731. {block:IndexPage}
  732. <div class="column navigation" id="navigation">
  733. {block:Pagination}
  734. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  735. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  736. </div>
  737. {/block:IndexPage}
  738. <div style="position:fixed; bottom:5px; color: {color:links}; right:5px; font-size:36px; line-height:17px; opacity:0.6; background-color:{color:posts}; border-radius:999px; padding:6px; font-family:Times New Roman;"><a href="http://lsaac.tumblr.com">+</a></div><div style="right: 3px; top: 26px; opacity:0.7; position:absolute;"><a href="http://consdeleonn.tumblr.com"><img src="http://static.tumblr.com/ykziu7r/dGgm6nq81/install_theme.png"/></a></div>
  739. </div>
  740. </div>
  741. </div>
  742. </div>
  743. </div>
  744. </body>
  745. </html>
  746. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement