ikarli

constellations

Sep 2nd, 2016
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.59 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head><title>{Title}</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  6.  
  7.  
  8.  
  9.  
  10.  
  11. <!--------default variables-------->
  12. <meta name="color:background" content="#ffffff"/>
  13. <meta name="color:text" content="#333333"/>
  14. <meta name="color:links" content="#5b5b5b"/>
  15. <meta name="color:links hover" content="#c9c9c9"/>
  16. <meta name="color:scrollbar bg" content="#ffffff"/>
  17. <meta name="color:scrollbar" content="#eeeeee">
  18.  
  19. <meta name="select:post width" content="300" title="350px">
  20. <meta name="select:post width" content="350" title="300px">
  21.  
  22. <meta name="select:photoset space" content="2" title="2px">
  23. <meta name="select:photoset space" content="3" title="3px">
  24.  
  25. <meta name="image:sidebar image" content=""/>
  26. <meta name="image:background image" content=""/>
  27.  
  28. <meta name="text:link 1 title" content="link">
  29. <meta name="text:link 1 url" content=" ">
  30. <meta name="text:link 2 title" content="link">
  31. <meta name="text:link 2 url" content=" ">
  32.  
  33. <meta name="if:show link 1" content="1" />
  34. <meta name="if:show link 2" content="1" />
  35. <meta name="if:show sidebar image" content="1" />
  36.  
  37.  
  38. <!------------------------TOOLTIPS SCRIPT--------------------->
  39.  
  40. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  41. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  42. <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  43. <script>
  44. (function($){
  45. $(document).ready(function(){
  46. $("[title]").style_my_tooltips({
  47. tip_follows_cursor:true,
  48. tip_delay_time:200,
  49. tip_fade_speed:300
  50. });
  51. });
  52. })(jQuery);
  53. </script>
  54.  
  55.  
  56. <!-------------------------------------------------------------------->
  57.  
  58. <script type="text/javascript">
  59. /* Photoset Resize Code by Kevin - EXCOLO.TUMBLR.COM */
  60. $(document).ready(function() {
  61. function photosetResize() {
  62. $('iframe.photoset').each(function(){
  63. var newSize = {select:post width};
  64. var newSrc = $(this).attr('src').replace('500',newSize);
  65. $(this).attr('src', newSrc).width(newSize);
  66. var high = $(this).css('height');
  67. var calculate = parseInt(high, 10)* newSize/500;
  68. $(this).css('height', calculate);
  69. });
  70. }
  71. photosetResize();
  72. });
  73. </script>
  74.  
  75. <style type="text/css">
  76.  
  77. pre {
  78. white-space: pre-wrap;
  79. white-space: -moz-pre-wrap;
  80. white-space: -pre-wrap;
  81. white-space: -o-pre-wrap;
  82. word-wrap: break-word;
  83. }
  84.  
  85. /*----------tooltips---------*/
  86.  
  87. #s-m-t-tooltip {
  88. max-width:300px;
  89. margin:15px;
  90. padding:5px;
  91. border:1px solid #eeeeee;
  92. border-radius:0px;
  93. background:#ffffff;
  94. color:{color:text};
  95. z-index:999999;
  96. font-size:7px;
  97. font-style:none;
  98. font-weight:lighter;
  99. letter-spacing:2px;
  100. font-family:helvetica;
  101. text-transform:uppercase;
  102. box-shadow:1px 1px 3px rgba(0,0,0,.0);
  103. }
  104.  
  105.  
  106. /*----------scrollbar---------*/
  107.  
  108. ::-webkit-scrollbar {
  109. background-color: {color:scrollbar bg};
  110. height:8px;
  111. width:5px
  112. }
  113.  
  114. ::-webkit-scrollbar-thumb:vertical {
  115. background-color:{color:scrollbar};
  116. height:50px
  117. }
  118.  
  119. ::-webkit-scrollbar-thumb:horizontal {
  120. background-color:{color:scrollbar bg};
  121. height:8px!important
  122. }
  123.  
  124.  
  125. /*----------basics---------*/
  126.  
  127. body {
  128. background:{color:background} url({image:background image}) repeat right top fixed;
  129. color:{color:text};
  130. font-family:arial;
  131. line-height:15px;
  132. font-size:10px;
  133. margin:0;
  134. text-align:left;
  135. }
  136.  
  137. blockquote {
  138. padding-left:10px;
  139. border-left:1px solid;
  140. border-color:#eeeeee;
  141. margin:10px;
  142. }
  143.  
  144. a {
  145. color:{color:links};
  146. text-decoration:none;
  147. }
  148.  
  149. a:hover {
  150. text-decoration:none;
  151. color: {color:links hover};
  152. -webkit-transition:all 0.5s;
  153. -moz-transition:all 0.5s;
  154. -ms-transition:all 0.5s;
  155. -o-transition:all 0.5s;
  156. transition:all 0.5s;
  157. }
  158.  
  159. img {
  160. opacity:1;
  161. text-decoration:none;
  162. }
  163.  
  164. h1 {
  165. font-size:11px;
  166. font-weight:bold;
  167. }
  168.  
  169.  
  170. /*----------posts---------*/
  171.  
  172. .container {
  173. left:50%;
  174. width:800px;
  175. position:absolute;
  176. }
  177.  
  178. .posts {
  179. {block:IndexPage}
  180. margin-bottom:80px;
  181. {/block:IndexPage}
  182. {block:PermalinkPage}
  183. margin-bottom:40px;
  184. {/block:PermalinkPage}
  185. width:400px;
  186. padding-bottom:70px;
  187. }
  188.  
  189. .entries {
  190. margin-left:530px;
  191. width:400px;
  192. margin-top:90px;
  193. margin-bottom:50px;
  194. }
  195.  
  196. .posts img, .posts li, .posts blockquote {
  197. max-width: 100%;
  198. }
  199.  
  200. .posts li {
  201. list-style: square;
  202. }
  203.  
  204. blockquote img {
  205. max-width:320px!important;
  206. }
  207.  
  208.  
  209. /*----------post info---------*/
  210.  
  211. .info {
  212. border-top:1px solid #eeeeee;
  213. padding-top:15px;
  214. font-size:8px;
  215. width:130px;
  216. float:left;
  217. letter-spacing:1px;
  218. margin-top:15px;
  219. }
  220.  
  221. .viasrc {
  222. border-top:1px solid #eeeeee;
  223. padding-top:15px;
  224. font-size:8px;
  225. width:50px;
  226. z-index:99999;
  227. float:right;
  228. text-align:right;
  229. letter-spacing:1px;
  230. margin-top:15px;
  231. font-weight:bold;
  232. }
  233.  
  234. .tags {
  235. margin-top:60px;
  236. font-size:8px;
  237. width:350px;
  238. position:absolute;
  239. letter-spacing:1px;
  240. font-style:italic;
  241. -moz-transition-duration:0.4s;
  242. -webkit-transition-duration:0.4s;
  243. -o-transition-duration:0.4s;}
  244. }
  245.  
  246. .tags a {
  247. margin-right:8px;
  248. padding-bottom:1px;
  249. border:1px solid #fff;
  250. -moz-transition-duration:0.4s;
  251. -webkit-transition-duration:0.4s;
  252. -o-transition-duration:0.4s;
  253. }
  254.  
  255. .tags a:hover {
  256. border-bottom:1px solid #878787;
  257. color:#878787;
  258. -moz-transition-duration:0.4s;
  259. -webkit-transition-duration:0.4s;
  260. -o-transition-duration:0.4s;}
  261. }
  262.  
  263.  
  264. /*----------post notes---------*/
  265.  
  266. ol.notes {
  267. padding:0px;
  268. margin:25px 0px 0px -10px;
  269. list-style-type:none;
  270. }
  271.  
  272. ol.notes li.note {
  273. padding:10px;
  274. }
  275.  
  276. ol.notes li.note img.avatar {
  277. vertical-align:-4px;
  278. margin-right:10px;
  279. width:16px;
  280. height:16px;
  281. }
  282.  
  283. ol.notes li.note span.action {
  284. font-weight:none;
  285. }
  286.  
  287. ol.notes li.note .answer_content {
  288. font-weight:normal;
  289. }
  290.  
  291. ol.notes li.note blockquote {
  292. padding:4px 10px;
  293. margin:10px 0px 0px 25px;
  294. }
  295.  
  296. ol.notes li.note blockquote a {
  297. text-decoration:none;
  298. }
  299.  
  300. /*----------sidebar---------*/
  301.  
  302. .sidebar {
  303. width:300px;
  304. position:fixed;
  305. height:50%;
  306. width:50px;
  307. margin-left:-475px;
  308. margin-top:100px;
  309. text-align:justify;}
  310.  
  311. .sidebarimage {
  312. width:200px;
  313. position:fixed;
  314. display:block;
  315. margin-left:2px;
  316. cursor:help;
  317. }
  318.  
  319. .sidebarimage img {
  320. width:170px;
  321. margin-top:20px;
  322. margin-left:-7px;
  323. position:fixed;
  324. border:7px solid white;
  325. -webkit-transition:all 0.5s;
  326. -moz-transition:all 0.5s;
  327. -ms-transition:all 0.5s;
  328. -o-transition:all 0.5s;
  329. transition:all 0.5s;
  330. }
  331.  
  332. .stitle {
  333. font-size:15px;
  334. text-align:center;
  335. width:60px;
  336. margin-left:-45px;
  337. font-family: 'Cousine', sans-serif;
  338. text-transform:lowercase;
  339. margin-top:133px;
  340. font-style:italic;
  341. font:#fff;
  342. position:fixed;
  343. letter-spacing:4px;
  344. -webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  345. -ms-transform: rotate(-90deg); /* IE 9 */
  346. -webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
  347. transform: rotate(-90deg);
  348. }
  349.  
  350. .stitle a {
  351. color:#8c8c8c;
  352. -webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  353. }
  354.  
  355. .description {
  356. width:170px;
  357. text-align:center;
  358. padding:15px;
  359. margin-left:-14px;
  360. font-size:9px;
  361. padding-top:30px;
  362. position:fixed;
  363. padding-bottom:20px;
  364.  
  365. background:#fff;
  366. margin-top:180px;
  367. letter-spacing:0.5px;
  368. border-left:1px solid #bfbfbf;
  369. }
  370.  
  371. #links {
  372. font-family: 'Cousine', sans-serif;
  373. font-weight:bold;
  374. font-style:italic;
  375. font-size:8px;
  376. color:#575757;
  377. letter-spacing:3px;
  378. width:200px;
  379. padding:0px;
  380. position:fixed;
  381. margin-top:262px;
  382. margin-left:10px;
  383. text-decoration:none;
  384. -moz-transition-duration:0.4s;
  385. -webkit-transition-duration:0.4s;
  386. -o-transition-duration:0.4s;}
  387.  
  388. #links a {
  389. padding:2px;
  390. margin:5 -3;
  391. color:#575757;
  392. border-bottom:1px solid transparent;
  393. text-decoration:none;
  394. -moz-transition-duration:0.4s;
  395. -webkit-transition-duration:0.4s;
  396. -o-transition-duration:0.4s;
  397. }
  398.  
  399. #links a:hover {
  400. color:#000;
  401. border-bottom:1px solid #000;
  402. -moz-transition-duration:0.4s;
  403. -webkit-transition-duration:0.4s;
  404. -o-transition-duration:0.4s;
  405. }
  406.  
  407. #pagination {
  408. text-transform:uppercase;
  409. font-weight:bold;
  410. letter-spacing:1px;
  411. font-size:8px;
  412. text-align:center;
  413. margin-top:0px;
  414. padding-top:0px;
  415. padding-bottom:55px;
  416. }
  417.  
  418. #pagination a {
  419. font-weight:bold;
  420. letter-spacing:1px;
  421. font-family:{text:font family body};
  422. font-size:8px;
  423. }
  424.  
  425.  
  426. /*----------quotes---------*/
  427.  
  428. .quote {
  429. text-transform:uppercase;
  430. font-size:12px;
  431. font-weight:bold;
  432. text-align:center;
  433. }
  434.  
  435. .quotesource {
  436. text-align:center;
  437. margin-top:10px;
  438. }
  439.  
  440.  
  441. /*----------chat---------*/
  442.  
  443. .chat {
  444. line-height:20px;
  445. list-style:none;
  446. }
  447.  
  448. .line.odd {
  449. background:#fafafa;
  450. margin-bottom:2px;
  451. padding:5px;
  452. list-style:none;
  453. font-size:10px;
  454. }
  455.  
  456. .line.even {
  457. background:#ffffff;
  458. margin-bottom:2px;
  459. padding:5px;
  460. list-style:none;
  461. font-size:10px;
  462. }
  463.  
  464. .label {
  465. padding-right:1px;
  466. text-transform:uppercase;
  467. font-weight:bold;
  468. color:{color:links};
  469. }
  470.  
  471.  
  472. /*----------questions---------*/
  473.  
  474. .question {
  475. background:#ededed;
  476. padding:20px;
  477. margin-left:0px;
  478. border-left:1px solid #eee;
  479. }
  480.  
  481. .asker {
  482. text-transform:lowercase;
  483. letter-spacing:0.5px;
  484. }
  485.  
  486. .answer {
  487. padding:10px;
  488. margin-top:5px;
  489. background:{color:caption bg};
  490. border-left:0px solid {color:borders};
  491. }
  492.  
  493. .pic {
  494. border:2px solid #fff;
  495. background:#ccc;
  496. padding:3px;
  497. float:left;
  498. margin-left:0px;
  499. margin-right:10px;
  500. display:inline-block;
  501. position:relative;
  502. }
  503.  
  504. .pic img {
  505. width:30px;
  506. height:30px;
  507. vertical-align:middle;
  508. position:relative;
  509. }
  510.  
  511. /*----------audio---------*/
  512.  
  513. .playerbutton {
  514. position:relative;
  515. width:30px;
  516. height:35px;
  517. overflow:hidden;
  518. }
  519.  
  520. .playerbuttonhug {
  521. position: absolute;
  522. top:-7px;
  523. left:2px;
  524. }
  525.  
  526. .tumblr_audio_player {
  527. height:50px;
  528. width:500px;
  529. }
  530.  
  531. .playerbuttonbg {
  532. position:absolute;
  533. width:35px;
  534. height:35px;
  535. background-color:#e4e4e4;
  536. padding:10px;
  537. }
  538.  
  539. .trackdetails {
  540. width:auto;
  541. display:inline-block;
  542. margin-left:70px;
  543. font-size:10px;
  544. letter-spacing:1px;
  545. text-transform:lowercase;
  546. padding:5px;
  547. line-height:15px;
  548. }
  549.  
  550. .audiowrapper {
  551. position:relative;
  552. display:inline-block;
  553. }
  554.  
  555. .video {
  556. position: relative;
  557. padding-bottom: 56.25%;
  558. padding-top: 30px;
  559. height: 0;
  560. overflow: hidden;
  561. }
  562.  
  563. .video iframe,
  564. .video object,
  565. .video embed {
  566. position: absolute;
  567. top: 0;
  568. left: 0;
  569. width: 100%;
  570. height: 100%;
  571. }
  572.  
  573. /*----------credit---------*/
  574.  
  575. .credit {
  576. font-size:8px;
  577. position:fixed;
  578. font-weight:bold;
  579. bottom:5px;
  580. right:15px;
  581. z-index:10;
  582. text-align:right;
  583. letter-spacing:1px;
  584. padding:2px;
  585. }
  586.  
  587. .credit a {
  588. color:{color:links};
  589. text-decoration:none;
  590. }
  591.  
  592. .credit a:hover {
  593. color:{color:links hover};
  594. text-decoration:none;
  595. }
  596.  
  597.  
  598. /* updates tab */
  599.  
  600. #updates { /* entire updates tab */
  601. top:15px;
  602. left:20px;
  603. position:fixed;
  604. background-color:transparent;
  605. width:120px;
  606. z-index:9999;
  607. padding:4px;
  608. }
  609.  
  610.  
  611. #tab001, #tab002, #tab003, #tab004 { /* individual tab */
  612. padding:5px;
  613. margin-top:5px;
  614. height:14px;
  615. text-align:center;
  616. overflow:hidden;
  617. margin-top:1px1px;
  618. text-transform:uppercase;
  619. letter-spacing:1px;
  620. font-size:10px;
  621. line-height:10px;
  622. z-index:0;
  623. -webkit-transition: all 0.7s ease-in-out;
  624. -moz-transition: all 0.7s ease-in-out;
  625. -o-transition: all 0.7s ease-in-out;
  626. transition: all 0.7s ease-in-out;
  627. }
  628.  
  629. #box001, #box002, #box003, #box004 { /* styling for the hover boxes */
  630. margin-top:5px;
  631. width:12px;
  632. height:12px;
  633. -webkit-transition: all 0.7s ease-in-out;
  634. -moz-transition: all 0.7s ease-in-out;
  635. -o-transition: all 0.7s ease-in-out;
  636. transition: all 0.7s ease-in-out;
  637. }
  638.  
  639. #body001, #body002, #body003, #body004 { /* text styling */
  640. color:#2e2e2e;
  641. text-align:left;
  642. line-height:150%;
  643. font-family:Arial; /* change the font here */
  644. text-transform:lowercase;
  645. font-size:9px;
  646. letter-spacing:1px;
  647. margin-left:20px;
  648. padding-top:10px;
  649. }
  650.  
  651. #tab001:hover #box001, #tab002:hover #box002, #tab003:hover #box003, #tab004:hover #box004 { /* box rotation transition */
  652. -webkit-transform: rotate(180deg);
  653. -moz-transform: rotate(180deg);
  654. -o-transform: rotate(180deg);
  655. -ms-transform: rotate(180deg);
  656. transform: rotate(180deg);
  657. }
  658.  
  659. /* box colors */
  660. /* change the color of each box here! */
  661. #box001 {
  662. background-color:#b3b3b3;
  663. }
  664. #box002 {
  665. background-color:#ccc;
  666. }
  667. #box003 {
  668. background-color:#e6e6e6;
  669. }
  670. #box004 {
  671. background-color:#f2f2f2;
  672. }
  673.  
  674. /* tab opening */
  675. /* change the heights of each tab here. make sure it fits the length of your text exactly, otherwise it'll get cut off! */
  676. #tab001:hover{
  677. height:335px;
  678. }
  679. #tab002:hover {
  680. height:310px;
  681. }
  682. #tab003:hover {
  683. height:200px;
  684. }
  685. #tab004:hover {
  686. height:205px;
  687. }
  688.  
  689. /* end updates tab */
  690.  
  691.  
  692. </style>
  693. </head>
  694.  
  695.  
  696. <link href="http://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
  697. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  698. <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
  699. <script>
  700. $(document).ready(function(){
  701. $('.photo-slideshow').pxuPhotoset({
  702. lightbox: true,
  703. rounded: false,
  704. gutter: '{select:photoset space}px',
  705. borderRadius: '0px',
  706. photoset: '.photo-slideshow',
  707. photoWrap: '.photo-data',
  708. photo: '.pxu-photo'
  709. });
  710. });
  711. </script>
  712.  
  713.  
  714. <body>
  715. <div class="container">
  716.  
  717. <div class="credit">
  718. <a title="theme" href="http://quidittch.tumblr.com/" target="_blank">KS</a> / <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5095743";
  719. var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
  720. fhs.src = "http://freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
  721. document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
  722. </script></div>
  723.  
  724.  
  725. <div class="sidebar">
  726.  
  727. <div class="description"><a href="/about">Karli;</a> The moment you doubt whether you can fly, you cease for ever to be able to do it.</div>
  728.  
  729.  
  730. <div id="links">
  731. <a href="/">index</a>
  732. <a href="/ask">mssg</a>
  733. <a href="/navi">navi</a>
  734. <a href="/blogroll">broll</a>
  735. </div>
  736.  
  737.  
  738. <div class="stitle">
  739. <a href="/">constellations</a>
  740.  
  741. </div>
  742.  
  743. <div class="sidebarimage"><img src="{image:Sidebar Image}"/></div>
  744.  
  745.  
  746. </div></div></div>
  747.  
  748.  
  749.  
  750. <div class="entries">
  751. {block:Posts}
  752. <div class="posts">
  753.  
  754. {block:Text}
  755. <h1>{block:Title}{Title}{/block:Title}</h1>
  756. {Body}{/block:Text}
  757.  
  758.  
  759. {block:Photo}
  760. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  761. {block:Caption}{Caption}{/block:Caption}
  762. {/block:Photo}
  763.  
  764.  
  765. {block:Photoset}
  766. <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">
  767. {block:Photos}
  768. <div class="photo-data">
  769. <div class="pxu-photo">
  770. <img src="{PhotoURL-400}" width="{PhotoWidth-400}" height="{PhotoHeight-400}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div>
  771. <a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>
  772. {/block:Photos}</div>
  773. {block:Caption}<div class="phcaption">{Caption}</div>{/block:Caption}
  774. {/block:Photoset}
  775.  
  776.  
  777. {block:Quote}
  778. <div class="quote">"{Quote}"</div>
  779. {block:Source}<div class="quotesource"> — {Source}</div>
  780. {/block:Source}{/block:Quote}
  781.  
  782.  
  783. {block:Link}
  784. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  785. {block:Description}{Description}{/block:Description}
  786. {/block:Link}
  787.  
  788.  
  789. {block:Chat}
  790. {block:Title}<h1>{Title}</h1>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>
  791. {/block:Chat}
  792.  
  793.  
  794. {block:Audio}
  795. {block:AudioPlayer}
  796. <div class="audiowrapper">
  797. <div class="playerbuttonbg">
  798. <div class="playerbutton">
  799. <div class="playerbuttonhug">
  800. {AudioPlayerGrey}
  801. </div></div></div>
  802.  
  803. <div class="trackdetails">
  804. {block:TrackName}<b>TRACK:</b> {TrackName}{/block:TrackName}<br>
  805.  
  806. {block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist}<br>
  807.  
  808. <b>PLAYS:</b> {FormattedPlayCount}</div></div>
  809. {/block:AudioPlayer}
  810.  
  811. {block:Caption}
  812. <div class="caption">{Caption}</div>
  813. {/block:Caption}
  814. {/block:Audio}
  815.  
  816.  
  817. {block:Video}
  818. <div class="video">
  819. {Video-500}</div>
  820. {block:Caption}{Caption}{/block:Caption}
  821. {/block:Video}
  822.  
  823.  
  824. {block:Answer}
  825. <div class="question">
  826. <div class="pic"><a href="{AskerURL}"><img src="{AskerPortraitURL-30}" /></a></div>
  827. <div class="asker"><b>{Asker} said:</b></div>
  828. {Question}</div><p>
  829. <div class="answer">
  830. {Answer}</div>
  831. {/block:Answer}
  832.  
  833.  
  834. <div class="info">
  835. {block:Date}
  836. <b><a href="{Permalink}">{DayOfMonthWithZero}.{ShortMonth}.{ShortYear}</b></a>
  837. {/block:Date}/
  838.  
  839. <a href="{Permalink}">{NoteCount}</a>
  840. <b><a href="{ReblogURL}" target="_blank" class="details">/ reblog</a></b>
  841. </div>
  842.  
  843. <div class="viasrc">
  844. {block:RebloggedFrom}
  845. <a href="{ReblogParentURL}" title="{ReblogParenttitle}">via </a>
  846. {block:ContentSource}
  847. <a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRoottitle}">/ src</a>
  848. {/block:ContentSource}
  849. {/block:RebloggedFrom}
  850. </div>
  851.  
  852.  
  853.  
  854. {block:HasTags}
  855. <div class="tags"><b>#</b>:
  856. {block:Tags}
  857. <a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;&nbsp;
  858. {/block:Tags}
  859. </div>
  860. {/block:HasTags}
  861.  
  862. </div>
  863.  
  864.  
  865. {block:PostNotes}
  866. {PostNotes}
  867. {/block:PostNotes}
  868.  
  869. {/block:Posts}
  870.  
  871. {block:ContentSource}
  872. <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  873. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  874. {/block:SourceLogo}
  875. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  876. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  877.  
  878. {block:Pagination}
  879. <div id="pagination">
  880. {block:PreviousPage}
  881. <a href="{PreviousPage}" style="float:left;">back</a>
  882. {/block:PreviousPage}
  883. {block:NextPage}
  884. <a href="{NextPage}" style="float:right">next</a>
  885. {/block:NextPage}
  886. </div>
  887. {/block:Pagination}
  888.  
  889.  
  890. <!-- updates tab -->
  891.  
  892. <div id="updates">
  893.  
  894. <!--- tab 1 --->
  895. <div id="tab001"><div id="box001"></div>
  896. <div id="body001">
  897. <b>About</b><br>
  898. <a href="/about">+Karli</a>/17/leo she,her/gryffindor
  899. <br> This is a multifandom blog!Fandoms are<a href="/fandoms">here</a>!
  900. <br> Previously leovaldezaf!and hephaestues!<br>
  901. <a href="http://quidittch.tumblr.com/tagged/mine">Check out my creations!</a>
  902. <br> <a href="/fanfam">Check out my fandom family!</a>
  903. <br> <br>
  904. <b>BOTM</b>
  905. <br> Winner: leviohhsa <br>
  906. Runner-Ups: gryffindro kevinsday <br>
  907. HM: slythierins jehaanly reneevalker ghxstczerny
  908. </div></div>
  909.  
  910. <!--- tab 2 --->
  911. <div id="tab002"><div id="box002"></div>
  912. <div id="body002">
  913.  
  914. <center>• Reading •</center>
  915. Trialls of Apollo
  916. <br>Fangirl
  917. <br>
  918. <center>• Watching •</center>
  919. Game of Thrones (s2)
  920. <br>Food Network
  921. <br>Girl Meets World (s3)
  922. <br>
  923. <center>• Listening To •</center>
  924. Hamilton Soundtrack
  925. <br>a bunch of oldies
  926.  
  927. </div></div>
  928.  
  929. <!--- tab 3 --->
  930. <div id="tab003">
  931. <div id="box003"></div> <div id="body003">
  932. <b>networks</b><br>
  933. <a href="http://blueseynw.tumblr.com/members">Bluesey Network (admin)</a>
  934. <br>
  935. <a href="http://jamesdrug.co.vu/heroesofolympusnetwork">Heroes of Olympus Network</a>
  936. <br>
  937. <a href="http://fourhousesnet.tumblr.com/members">Four Houses Net</a>
  938. <br>
  939. <a href="http://tumblr.com/">Pynch Trash Net</a>
  940. <br>
  941. <a href="http://safeplacenet.tumblr.com/">Safe Place Net</a>
  942. <br>
  943. <a href="http://julianblackthorn.co.vu/theravenboysnw#_=_">The Raven Boys Net</a>
  944.  
  945.  
  946. </div></div>
  947.  
  948. <!--- tab 4 --->
  949. <div id="tab004">
  950. <div id="box004"></div> <div id="body004">
  951.  
  952. <b>stats</b><br>
  953. <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5095739";
  954. var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
  955. fhs.src = "http://freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=lovely&e2=lovelies&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
  956. document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
  957. </script>
  958. <br>
  959. <script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "3020924";
  960. fhsh.src = "http://freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=&a=1";
  961. document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
  962. </script>
  963. <br>
  964. <script language="JavaScript" src="http://freehostedscripts.net/clock.php?id=c2"></script>
  965.  
  966.  
  967.  
  968. </div></div>
  969.  
  970. </div>
  971.  
  972. <!-- end updates tab -->
  973.  
  974.  
  975.  
  976.  
  977. </body>
  978.  
  979. </div></div></div></div></div></div></div></div></div></div></div>
  980. </html>
Advertisement
Add Comment
Please, Sign In to add comment