Advertisement
consdeleonn

Relic - consdeleonn.tumblr.com

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