feiinho

Untitled

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