Advertisement
kyngri

My Sun & Stars

Jul 2nd, 2015
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.87 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <head>
  4.  
  5. <script language=JavaScript> var message="Boo."; function clickIE4(){ if (event.button==2) { alert(message); return false; } } function clickNS4(e){ if (document.layers||document.getElementById&&!document.all){ if (e.which==2||e.which==3){ alert(message); return false; } } } if (document.layers){ document.captureEvents(Event.MOUSEDOWN); document.onmousedown=clickNS4; } else if (document.all&&!document.getElementById){ document.onmousedown=clickIE4; } document.oncontextmenu=new Function("return false") </script>
  6.  
  7. <title>{Title}</title>
  8.  
  9. <link rel="shortcut icon" href="{favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  
  13. <!--Default Variables-->
  14.  
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Text" content="#aaaaaa"/>
  17. <meta name="color:zelda" content="#aaaaaa"/>
  18. <meta name="color:castle town" content="#ffffff"/>
  19. <meta name="color:hyrule" content="#ffffff"/>
  20. <meta name="color:spirits" content="#111111"/>
  21. <meta name="color:links" content="#000000"/>
  22. <meta name="color:links Hover" content="#dbdbdb"/>
  23. <meta name="color:Blockquote" content="#e1e1e1"/>
  24. <meta name="color:Borders" content="#dbdbdb" />
  25. <meta name="color:Scroll" content="#dbdbdb" />
  26. <meta name="color:Bold" content="#000000" />
  27. <meta name="color:Italic" content="#cccccc"/>
  28.  
  29. <meta name="text:link 1 URL" content="" />
  30. <meta name="text:link 2 URL" content="" />
  31. <meta name="text:link 3 URL" content="" />
  32.  
  33. <meta name="if:250px" content="0" />
  34. <meta name="if:400px" content="1" />
  35. <meta name="if:500px" content="0" />
  36. <meta name="if:InfiniteScroll" content="0" />
  37. <meta name="if:monochrome" content="0" />
  38.  
  39.  
  40. <!--CSS customization here. -->
  41.  
  42. <style type="text/css">
  43.  
  44. @font-face {font-family: "neou"; src:url('https://dl.dropboxusercontent.com/s/ggesu9cscg40a2p/neou-thin.ttf?dl=1'); format(“truetype”);}
  45.  
  46.  
  47.  
  48. iframe#tumblr_controls {
  49. top:0%!important;
  50. right:0%!important;
  51. position:fixed!important;
  52. z-index:99999999!important;
  53. -webkit-filter:invert(100%);
  54. -moz-filter:invert(100%);
  55. -o-filter:invert(100%);
  56. -ms-filter:invert(100%);
  57. filter:invert(100%);
  58. opacity:.3;
  59. {block:IndexPage}
  60. opacity:0;
  61. -webkit-transition: all 1s ease-in-out;
  62. -moz-transition: all 1s ease-in-out;
  63. -o-transition: all 1s ease-in-out;
  64. -ms-transition: all 1s ease-in-out;
  65. transition: all 1s ease-in-out;
  66. {/block:IndexPage}
  67. }
  68.  
  69. iframe#tumblr_controls:hover {
  70. opacity:.3;
  71. }
  72.  
  73.  
  74. #s-m-t-tooltip{
  75. max-width:300px;
  76. margin-top:25px;
  77. margin-left:15px;
  78. padding:4px;
  79. z-index:99999999999999999;
  80. background-color:{color:castle town};
  81. color:{color:Text};
  82. font-family:wendy;
  83. font-size:10px;
  84. line-height:10px;
  85. letter-spacing:1px;
  86. font-style:normal;
  87. text-transform:normal;
  88. border-left:4px solid {color:Borders};
  89. border-right:4px solid {color:Borders};
  90. border-radius:7px 7px 7px 7px;
  91. word-wrap:break-word;
  92. -moz-transition:all 0.5s ease-in-out;
  93. -webkit-transition:all 0.5s ease-in-out;
  94. -o-transition:all 0.5s ease-in-out;
  95. transition:all 0.5s ease-in-out;
  96. }
  97.  
  98. ::-webkit-scrollbar-thumb:vertical {
  99. background:{color:Scroll};
  100. height: 30px;
  101. }
  102.  
  103. ::-webkit-scrollbar {
  104. height: 10px;
  105. width: 4px;
  106. }
  107.  
  108. /*basics*/
  109. blockquote {padding:5px 0 5px 30px;
  110. border-left:1px solid {color:Blockquote};
  111. margin-left:10px;
  112. }
  113.  
  114. blockquote img {
  115. outline-offset: -10px;
  116. outline:solid 1px rgba(255,255,255,1);
  117. }
  118.  
  119. body {
  120. background:{color:Background};
  121. color:{color:Text};
  122. font-family:calibri;
  123. font-size:11px;
  124. text-align:justify;
  125. margin:0;
  126. line-height:16px;}
  127.  
  128. a {
  129. color:{color:links};
  130. text-decoration:none;
  131. -webkit-transition: all 1s ease-in-out;
  132. -moz-transition: all 1s ease-in-out;
  133. -o-transition: all 1s ease-in-out;
  134. -ms-transition: all 1s ease-in-out;
  135. transition: all 1s ease-in-out;
  136. }
  137. a:hover{
  138. color:{color:links Hover};
  139. text-shadow: 2px 2px 6px #111;
  140. }
  141.  
  142. pre {
  143. width:95%;
  144. white-space:pre-wrap;
  145. word-wrap:break-word;
  146. background:{color:hyrule};
  147. color:white;
  148. padding:4px;
  149. }
  150.  
  151. small {
  152. font-size:9px;}
  153.  
  154. sub {
  155. font-size:9px;}
  156.  
  157. big {
  158. font-size:13px;}
  159.  
  160. b, strong {
  161. color:{color:Bold};
  162. font-weight:bold;
  163. }
  164.  
  165. i, em {
  166. color:{color:Italic};
  167. font-style:italic;
  168. }
  169.  
  170. ul,ol {
  171. padding:2px;
  172. margin-left:25px;
  173. }
  174.  
  175. ul {
  176. list-style-type:square;
  177. }
  178.  
  179. h1 {
  180. font-family:calibri;
  181. font-size:30px;
  182. line-height:30px;
  183. font-weight:normal;
  184. margin-bottom:10px;
  185. text-transform:uppercase;
  186. text-align:center;
  187. }
  188.  
  189. #title {
  190. font-family:calibri;
  191. font-size:30px;
  192. line-height:30px;
  193. font-weight:normal;
  194. margin-bottom:10px;
  195. text-transform:uppercase;
  196. text-align:center;
  197. }
  198.  
  199.  
  200. /* container */
  201.  
  202. #hyrulefield {
  203. width:100%;
  204. height:100%;
  205. left:0px;
  206. top:0px;
  207. position:fixed;
  208. }
  209.  
  210. /* sidebar wrapper */
  211.  
  212. #hyrule {
  213. position:absolute;
  214. left:5px;
  215. top:0px;
  216. width:490px;
  217. height:220px;
  218. z-index:999999;
  219. border-bottom:3px double {color:borders};
  220. background:{color:castle town};
  221. }
  222.  
  223. #hyruleline1 {
  224. position:absolute;
  225. left:0px;
  226. bottom:0px;
  227. height:100%;
  228. width:30px;
  229. background-color:{color:hyrule};
  230. }
  231.  
  232. #hyruleline2 {
  233. position:absolute;
  234. left:0px;
  235. bottom:0px;
  236. height:30px;
  237. width:100%;
  238. background-color:{color:hyrule};
  239. }
  240.  
  241. #hyruleline3 {
  242. position:absolute;
  243. right:0px;
  244. bottom:0px;
  245. height:100%;
  246. width:30px;
  247. background-color:{color:hyrule};
  248. }
  249.  
  250. #hyruleline4 {
  251. position:absolute;
  252. left:0px;
  253. top:0px;
  254. height:30px;
  255. width:100%;
  256. background-color:{color:hyrule};
  257. }
  258.  
  259.  
  260. /* sidebar desc */
  261.  
  262. #crown {
  263. position:absolute;
  264. width:80px;
  265. left:279px;
  266. top:40px;
  267. font-family:neou;
  268. color:{color:zelda};
  269. font-size:30px;
  270. line-height:30px;
  271. text-align:center;
  272. }
  273.  
  274. #luke {
  275. position:absolute;
  276. top:110px;
  277. left:279px;
  278. padding:4px;
  279. width: 165px;
  280. height: 50px;
  281. background:transparent;
  282. font-family:calibri;
  283. font-size:10px;
  284. text-align:center;
  285. overflow:auto;
  286. }
  287.  
  288. /* main navi */
  289.  
  290. #spirits {
  291. position:absolute;
  292. left:320px;
  293. top:164px;
  294. font-family:calibri;
  295. font-size:11px;
  296. text-align:center;
  297. width:90px;
  298. height:50px;
  299. z-index:99999;
  300. }
  301.  
  302. #ordona {
  303. position:absolute;
  304. left:5px;
  305. bottom:15px;
  306. width:7px;
  307. height:7px;
  308. padding:3px;
  309. border:3px double {color:Borders};
  310. background:{color:spirits};
  311. -webkit-transition: all 1s ease-in-out;
  312. -moz-transition: all 1s ease-in-out;
  313. -o-transition: all 1s ease-in-out;
  314. -ms-transition: all 1s ease-in-out;
  315. transition: all 1s ease-in-out;
  316. }
  317.  
  318. #ordona:hover {
  319. border:3px double {color:spirits};
  320. background:{color:Borders};
  321. -webkit-transition: all 1s ease-in-out;
  322. -moz-transition: all 1s ease-in-out;
  323. -o-transition: all 1s ease-in-out;
  324. -ms-transition: all 1s ease-in-out;
  325. transition: all 1s ease-in-out;
  326. }
  327.  
  328. #faron {
  329. position:absolute;
  330. left:35px;
  331. bottom:15px;
  332. width:7px;
  333. height:7px;
  334. padding:3px;
  335. border:3px double {color:Borders};
  336. background:{color:spirits};
  337. -webkit-transition: all 1s ease-in-out;
  338. -moz-transition: all 1s ease-in-out;
  339. -o-transition: all 1s ease-in-out;
  340. -ms-transition: all 1s ease-in-out;
  341. transition: all 1s ease-in-out;
  342. }
  343.  
  344. #faron:hover {
  345. border:3px double {color:spirits};
  346. background:{color:Borders};
  347. -webkit-transition: all 1s ease-in-out;
  348. -moz-transition: all 1s ease-in-out;
  349. -o-transition: all 1s ease-in-out;
  350. -ms-transition: all 1s ease-in-out;
  351. transition: all 1s ease-in-out;
  352. }
  353.  
  354. #eldin {
  355. position:absolute;
  356. left:65px;
  357. bottom:15px;
  358. width:7px;
  359. height:7px;
  360. padding:3px;
  361. border:3px double {color:Borders};
  362. background:{color:spirits};
  363. -webkit-transition: all 1s ease-in-out;
  364. -moz-transition: all 1s ease-in-out;
  365. -o-transition: all 1s ease-in-out;
  366. -ms-transition: all 1s ease-in-out;
  367. transition: all 1s ease-in-out;
  368. }
  369.  
  370. #eldin:hover {
  371. border:3px double {color:spirits};
  372. background:{color:Borders};
  373. -webkit-transition: all 1s ease-in-out;
  374. -moz-transition: all 1s ease-in-out;
  375. -o-transition: all 1s ease-in-out;
  376. -ms-transition: all 1s ease-in-out;
  377. transition: all 1s ease-in-out;
  378. }
  379.  
  380. #lanayru {
  381. position:absolute;
  382. left:5px;
  383. bottom:5px;
  384. width:7px;
  385. height:7px;
  386. padding:3px;
  387. border:3px double #fff;
  388. background:{color:spirits};
  389. -webkit-transition: all 1s ease-in-out;
  390. -moz-transition: all 1s ease-in-out;
  391. -o-transition: all 1s ease-in-out;
  392. -ms-transition: all 1s ease-in-out;
  393. transition: all 1s ease-in-out;
  394. }
  395.  
  396. #lanayru:hover {
  397. width:35px;
  398. -webkit-transition: all 1s ease-in-out;
  399. -moz-transition: all 1s ease-in-out;
  400. -o-transition: all 1s ease-in-out;
  401. -ms-transition: all 1s ease-in-out;
  402. transition: all 1s ease-in-out;
  403. }
  404.  
  405.  
  406. /*posts*/
  407.  
  408. #castletown {
  409. position:absolute;
  410. {block:If250px}
  411. width:330px;
  412. {block:If250px}
  413. {block:If400px}
  414. width:490px;
  415. {block:If400px}
  416. {block:If500px}
  417. width:590px;
  418. {block:If500px}
  419. height:100%;
  420. left:600px;
  421. margin-top:0px;
  422. z-index:999;
  423. padding:5px;
  424. padding-bottom:10px;
  425. border-right:1px solid {color:borders};
  426. border-left:1px solid {color:borders};
  427. background:transparent;
  428. }
  429.  
  430. #townspeople {
  431. z-index:999;
  432. position:absolute;
  433. background:transparent;
  434. top:0px;
  435. left:3px;
  436. {block:If250px}
  437. width:330px;
  438. {block:If250px}
  439. {block:If400px}
  440. width:490px;
  441. {block:If400px}
  442. {block:If500px}
  443. width:590px;
  444. {block:If500px}
  445. height:100%;
  446. border-right:2px solid {color:borders};
  447. border-left:2px solid {color:borders};
  448. }
  449.  
  450.  
  451. #castlewall {
  452. position:absolute;
  453. top:255px;
  454. left:14px;
  455. {block:If250px}
  456. width:310px;
  457. {block:If250px}
  458. {block:If400px}
  459. width:460px;
  460. {block:If400px}
  461. {block:If500px}
  462. width:560px;
  463. {block:If500px}
  464. height:500px;
  465. overflow:auto;
  466. }
  467.  
  468. #castle {
  469. {block:If250px}
  470. width:250px;
  471. {block:If250px}
  472. {block:If400px}
  473. width:400px;
  474. {block:If400px}
  475. {block:If500px}
  476. width:500px;
  477. {block:If500px}
  478. margin-top:30px;
  479. margin-bottom:30px;
  480. margin-left:17px;
  481. padding:10px;
  482. background:{color:castle town};
  483. border:3px double {color:borders};
  484. }
  485. #castle img {
  486. max-width:100%;
  487. opacity:.8;
  488. {block:ifMonochrome}-webkit-filter: grayscale(100%); {/block:ifMonochrome}
  489. }
  490.  
  491. #castle li, #castle blockquote {max-width: 100%;
  492. {block:ifMonochrome}-webkit-filter: grayscale(100%); {/block:ifMonochrome}
  493. }
  494. .caption {width:100%;
  495. margin-top:10px;
  496. }
  497.  
  498. #castle img {
  499. max-width:100%;
  500. opacity:.8;
  501. {block:ifMonochrome}-webkit-filter: grayscale(100%); {/block:ifMonochrome}
  502. }
  503.  
  504. #pset, #vid {
  505. opacity:.8;
  506. {block:ifMonochrome}-webkit-filter: grayscale(100%); {/block:ifMonochrome}
  507. }
  508.  
  509. /*quote*/
  510.  
  511. #titlequote{
  512. text-align:center;
  513. font-family:calibri;
  514. font-size:20px;
  515. line-height:20px;
  516. font-weight:normal;
  517. margin-bottom:10px;
  518. text-transform:uppercase;
  519. text-align:center;
  520. }
  521. #source {
  522. font-family:calibri;
  523. font-size:10px;
  524. margin-top:10px;
  525. margin-right:25px;
  526. text-align:right;
  527. }
  528.  
  529. /* Audio */
  530.  
  531. #audio {
  532. padding-top:3px;
  533. padding-left:5px;
  534. padding-right:5px;
  535. padding-bottom:5px;
  536. border-left:1px solid {color:Background};
  537. }
  538.  
  539. #info {
  540. color:{color:Text};
  541. font-family:calibri;
  542. font-size:10px;
  543. line-height:10px;
  544. letter-spacing:1px;
  545. text-transform:uppercase;
  546. text-align:left;
  547. }
  548.  
  549. #player {
  550. width:26px;
  551. height:28px;
  552. border-left:7px solid {color:Borders};
  553. border-right:7px solid {color:Borders};
  554. border-top:6px solid {color:Borders};
  555. border-bottom:6px solid {color:Borders};
  556. background-color:{color:Borders};
  557. display:block;
  558. overflow:hidden;
  559. position:absolute;
  560. }
  561.  
  562. #art {
  563. width:40px;
  564. height:28px;
  565. background-color:{color:Borders};
  566. -webkit-filter:grayscale({text:Amount of Grayscale}%);
  567. -moz-filter:grayscale({text:Amount of Grayscale}%);
  568. -ms-filter:grayscale({text:Amount of Grayscale}%);
  569. -o-filter:grayscale({text:Amount of Grayscale}%);
  570. filter:grayscale({text:Amount of Grayscale}%);
  571. }
  572.  
  573.  
  574. /* Question */
  575.  
  576. #asker {
  577. font-family:calibri;
  578. text-transform:uppercase;
  579. text-align:center;
  580. font-size:20px;
  581. color:{color:Ask};
  582. }
  583.  
  584. #question {
  585. padding:5px;
  586. border-bottom:1px solid {color:Borders};
  587. text-align:center;
  588. font-family:calibri;
  589. font-size:11px;
  590. }
  591.  
  592.  
  593. /*chat*/
  594.  
  595. #chat {
  596. padding-top:2px;
  597. padding-bottom:3px;
  598. padding-left:5px;
  599. padding-right:5px;
  600. line-height:11px;
  601. color:{color:Text};
  602. font-family:calibri;
  603. letter-spacing:1px;
  604. font-size:10px;
  605. font-style:normal;
  606. }
  607.  
  608. #chat.odd {
  609. background:{color:Side Bar Background};
  610. }
  611.  
  612.  
  613.  
  614.  
  615.  
  616. /*permalink and notes*/
  617.  
  618. #permalink {
  619. font-family:calibri;
  620. font-size:10px;
  621. margin-top:15px;
  622. text-align:center;
  623. text-transform:uppercase;
  624. }
  625.  
  626.  
  627. .pagenotes {
  628. {block:IndexPage}
  629. display: none!important;
  630. {/block:IndexPage}
  631. {block:If250px}
  632. width:250px;
  633. {block:If250px}
  634. {block:If400px}
  635. width:400px;
  636. {block:If400px}
  637. {block:If500px}
  638. width:500px;
  639. {block:If500px}
  640. margin-left:30px;
  641. text-align:left;
  642.  
  643. }
  644. .pagenotes img {
  645. display:none!important;}
  646. .pagenotes li {
  647. list-style-type:none;
  648. padding:5px 0px;
  649. text-align:left;
  650. margin:0 0 0 -40px;
  651. }
  652.  
  653. /* Pagination */
  654.  
  655. #page {
  656. position:absolute;
  657. font-family:neou;
  658. font-size:40px;
  659. line-height:30px;
  660. text-align:right;
  661. z-index:9999999;
  662. width:80px;
  663. height:20px;
  664. right:5px;
  665. bottom:-35px;
  666. }
  667.  
  668. #page a {
  669. color:{color:zelda};
  670. }
  671.  
  672.  
  673. {CustomCSS}
  674.  
  675.  
  676.  
  677. </style>
  678.  
  679. {block:IndexPage}
  680. {block:ifInfiniteScroll}
  681. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  682. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  683. {/block:ifInfiniteScroll}
  684. {/block:IndexPage}
  685.  
  686.  
  687.  
  688. <script type='text/javascript' src='https://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js'></script>
  689. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  690. <script>
  691. (function($){
  692. $(document).ready(function(){
  693. $("[title]").style_my_tooltips();
  694. });
  695. })(jQuery);
  696. </script>
  697.  
  698. <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js'></script><script>$(function() {var $el, leftPos, newWidth,$mainNav = $("#midnaa");$mainNav.append("<li class='triforce'></li>");var $magicLine = $(".triforce");$magicLine.width($(".current_item").width()).css("left", $(".current_item a").position().left).data("origLeft", $magicLine.position().left);$("#midnaa li a").hover(function() {$el = $(this);leftPos = $el.position().left;newWidth = $el.parent().width();$magicLine.stop().animate({left: leftPos,});}, function() {$magicLine.stop().animate({left: $magicLine.data("origLeft"),});});});</script>
  699.  
  700. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script><script type="text/javascript">jQuery(document).ready(function() {
  701. jQuery(".epona").hide();jQuery(".answer").click(function(){jQuery(this).next(".epona").fadeToggle(500);});});</script>
  702.  
  703. </head>
  704.  
  705. <body>
  706. <body bgcolor="#fafafa" ondragstart="return false" onselectstart="return false">
  707. <body onkeydown="return false">
  708.  
  709. <img src="https://40.media.tumblr.com/20d50547c86cbb0a7c359cdc37367103/tumblr_nqvt0nMVY51u9p7glo1_1280.jpg" style="width:1900px; position:fixed; left:0px;">
  710.  
  711. <div id="hyrulefield">
  712.  
  713.  
  714. <div id="hyruleline1"></div>
  715. <div id="hyruleline2"></div>
  716. <div id="hyruleline3"></div>
  717. <div id="hyruleline4"></div>
  718.  
  719.  
  720.  
  721.  
  722.  
  723. <div id="castletown">
  724.  
  725. <div id="hyrule">
  726.  
  727. <a href="/"><img src="http://static.tumblr.com/4028547db4cd4c7c1370c0bafe438d72/drqmdnf/5Hfmypead/tumblr_static_tumblr_static_tumblr_static_sun_3.png" style="position:absolute; left:15px; top:15px; width:250px;"></a>
  728.  
  729. <div id="spirits">
  730. <a href="/">001</a>
  731. <a href="/ask">002</a>
  732. <a href="/archive">003</a>
  733.  
  734. <a href="{text:link 1 URL}"><div id="ordona"></div></a>
  735. <a href="{text:link 2 URL}"><div id="faron"></div></a>
  736. <a href="{text:link 3 URL}"><div id="eldin"></div></a>
  737. </div>
  738.  
  739.  
  740. <div id="crown">VALAR MORGHULIS</div>
  741. <div id="luke">
  742. {Description}
  743. </div>
  744.  
  745. {block:ifnotInfiniteScroll}
  746. {block:Pagination}<div id="page">
  747. {block:PreviousPage}
  748. <a href="{PreviousPage}">-</a>
  749. {/block:PreviousPage}
  750. {block:NextPage}
  751. <a id="next" href="{NextPage}">+</a>
  752. {/block:NextPage}
  753. </div>{/block:Pagination}
  754. {/block:ifnotInfiniteScroll}
  755.  
  756. </div>
  757. <div id="townspeople">
  758. <div id="castlewall">
  759. {block:Posts}
  760. <div id="castle">
  761.  
  762.  
  763. {block:Quote}
  764.  
  765.  
  766. <div id="titlequote">❝ {Quote} ❞</div>
  767. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  768. {/block:Quote}
  769.  
  770.  
  771.  
  772. {block:Text}
  773.  
  774. {block:Title}
  775. <div id="title">{Title}</div>{/block:Title}
  776. {Body}
  777. {/block:Text}
  778.  
  779. {block:link}
  780. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  781. {/block:link}
  782.  
  783. {block:Chat}
  784. {block:Title}
  785. <h1>+ {Title}.</h1>
  786. {/block:Title}
  787. {block:Lines}<div id="chat" class="{Alt} user_{UserNumber}">
  788. {block:Label}
  789. <font color="{color:links}">{Label}</font>
  790. {/block:Label}
  791. {Line}</div>
  792. {/block:Lines}
  793. {/block:Chat}
  794.  
  795. {block:Photo}
  796. <div id="photo">
  797. {linkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{linkCloseTag}
  798. </div>
  799. {/block:Photo}
  800.  
  801. {block:Photoset}
  802. <div id="pset">
  803. {block:If250px}
  804. {Photoset-250}
  805. {/block:If250px}
  806. {block:If400px}
  807. {Photoset-400}
  808. {/block:If400px}
  809. {block:If500px}
  810. {Photoset-500}
  811. {/block:If500px}
  812. </div>
  813. {/block:Photoset}
  814.  
  815. {block:Video}
  816. <div id="vid">
  817. {block:If250px}
  818. {Video-250}
  819. {/block:If250px}
  820. {block:If400px}
  821. {Video-400}
  822. {/block:If400px}
  823. {block:If500px}
  824. {Video-500}
  825. {/block:If500px}
  826. </div>
  827. {/block:Video}
  828.  
  829. {block:Audio}
  830. <table border="0" cellpadding="0" cellspacing="5" ><tr>
  831. <td id="art" valign="top">
  832. <div id="player">{AudioPlayerBlack}</div>
  833. </td>
  834. <td valign="top" id="audio">
  835. {block:TrackName}
  836. <div id="info">
  837. <font color="{color:links}">Track:</font> {TrackName}
  838. </div>
  839. {/block:TrackName}
  840. {block:Artist}
  841. <div id="info">
  842. <font color="{color:links}">Artist:</font> {Artist}
  843. </div>
  844. {/block:Artist}
  845. <div id="info">
  846. <font color="{color:links}">Plays:</font> {PlayCount}
  847. </div>
  848. </td>
  849. </tr>
  850. </table>
  851. {/block:Audio}
  852.  
  853. {block:Answer}
  854. <div id="asker">{Asker}</div>
  855. <div id="question"><small>{Question}</small></div>
  856. {Answer}
  857. {/block:Answer}
  858.  
  859. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  860.  
  861. {block:IndexPage}
  862. {block:Date}
  863. <div id="permalink">
  864. <a href="{Permalink}">{TimeAgo}</a> • {NoteCountWithLabel} • <a href="{ReblogURL}">reblog</a>{block:HasTags} • <a title="{block:Tags}#{Tag} {/block:Tags}">tags</a>
  865. {/block:HasTags}
  866. </div>
  867. {/block:Date}
  868. {/block:IndexPage}
  869.  
  870. {block:PermalinkPage}
  871. <div id="permalink">{block:Date}Posted {Timeago} on {Month} {DayOfMonth}{DayOfMonthSuffix}, {Year}{/block:Date}{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}
  872.  
  873. {block:RebloggedFrom}<br>via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> | origin <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a> {/block:RebloggedFrom}
  874.  
  875. {block:HasTags}<br>saved: {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  876. </div>
  877. {/block:PermalinkPage}
  878.  
  879.  
  880. </div>
  881.  
  882.  
  883. {block:PostNotes}
  884. <div class="pagenotes">
  885. {PostNotes}
  886. </div>
  887. {/block:PostNotes}
  888.  
  889.  
  890. {/block:Posts}
  891.  
  892. </div>
  893.  
  894. </div>
  895.  
  896.  
  897. </div>
  898.  
  899. </div>
  900.  
  901. <div style="position:fixed; bottom:32px; right:35px; z-index:9999; -webkit-filter:invert(100%);
  902. -moz-filter:invert(100%);
  903. -o-filter:invert(100%);
  904. -ms-filter:invert(100%);
  905. filter:invert(100%);"><a href="http://icegangg-themes.tumblr.com/">@ICE_Gang</a></div>
  906.  
  907. {block:ContentSource}
  908. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  909. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  910. {/block:SourceLogo}
  911. {block:NoSourceLogo}{Sourcelink}{/block:NoSourceLogo} -->
  912. {/block:ContentSource}
  913.  
  914. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement