ikarli

lucky

Oct 28th, 2015
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.17 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.  
  3. <!-- theme by blowsjob; follow the rules -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9.  
  10. <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
  11.  
  12. <!---METAS---->
  13.  
  14. <meta name="color:icons" content="#000000">
  15.  
  16. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  17.  
  18. <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
  19.  
  20. <meta name="color:bg" content="#FFFFFF">
  21. <meta name="color:link" content="#E6E4E4">
  22. <meta name="color:link bg" content="#838382"
  23. <meta name="color:hover" content="#454545">
  24. <meta name="color:infobg" content="#FCFCFC">
  25. <meta name="color:text" content="#9A9A9A">
  26. <meta name="color:tags" content="#EDEDED">
  27. <meta name="color:scrollbar" content="#D6D5D5">
  28. <meta name="color:border" content="#FAFAFA">
  29.  
  30. <meta name="image:sidebar" content=""/>
  31. <meta name="if:Show Crown" content="1" />
  32.  
  33. <meta name="text:linkA" content="">
  34. <meta name="text:linkA url" content="/">
  35. <meta name="text:linkB" content="">
  36. <meta name="text:linkB url" content="/">
  37. <meta name="text:linkC" content="">
  38. <meta name="text:linkC url" content="/">
  39. <meta name="text:linkD" content="">
  40. <meta name="text:linkD url" content="/">
  41. <meta name="text:linkE" content="">
  42. <meta name="text:linkE url" content="/">
  43.  
  44. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  45. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  46. <link rel="shortcut icon" href="{Favicon}" />
  47. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  48.  
  49. <style type="text/css">
  50.  
  51.  
  52. ::-webkit-scrollbar-thumb {
  53. height:auto;
  54. background-color:{color:Scrollbar};
  55. }
  56.  
  57. ::-webkit-scrollbar {
  58. height:9px;
  59. width:4px;
  60. background-color:{color:ScrollbarBg};
  61. }
  62.  
  63. body {
  64. background:{color:background};
  65. margin:0px;
  66. color:{color:text};
  67. font-family:calibri;
  68. font-size:10px;
  69. line-height:100%;
  70. letter-spacing:0px;
  71. text-align:justify;
  72. background-image:url('{image:Background}');
  73. }
  74.  
  75. a {
  76. text-decoration:none;
  77. outline:none;
  78. -moz-outline-style:none;
  79. color:#838382;
  80. }
  81.  
  82. img {
  83. border:none;
  84. }
  85.  
  86. blockquote {
  87. padding-left:5px;
  88. border-left:2px solid;
  89. }
  90.  
  91. blockquote blockquote {
  92. padding-left:5px;
  93. border-left:2px solid;
  94. }
  95.  
  96. h1 {
  97. font-size:8px;
  98. letter-spacing:2px;
  99. text-transform:uppercase;
  100. font-family:'CAMBRIA';
  101. font-style:none;
  102. line-height:10px;
  103. text-align:left;
  104. padding:0px;
  105. }
  106.  
  107. a:hover {
  108. color:#000000;
  109. -moz-transition-duration:0.3s;
  110. -webkit-transition-duration:0.3s;
  111. -o-transition-duration:0.3s;
  112. }
  113.  
  114.  
  115. /*ENTRIES*/
  116.  
  117. #entries {
  118. padding:10px;
  119. width:400px;
  120. margin-left:540px;
  121. margin-top:5px;
  122. font-size:10px;
  123. font-family:'arial';
  124. letter-spacing:0px;
  125. }
  126.  
  127. #post {
  128. width:500px;
  129. padding-bottom:40px;
  130. padding:25px;
  131. margin-top:50px;
  132. }
  133.  
  134. /*SIDEBAR*/
  135.  
  136. #sidebar {
  137. position:fixed;
  138. background:#ffffff;
  139. margin-left:100px;
  140. margin-top:200px;
  141. height:300px;
  142. width:300px;
  143. }
  144.  
  145. #sidebarimage {
  146. width 130px;
  147. }
  148.  
  149. #sidebarimage img {
  150. width:200px;
  151. margin-top:30px;
  152. padding:3px;
  153. position:fixed;
  154. margin-left:57px;
  155. -moz-transition-duration:0.3s;
  156. -webkit-transition-duration:0.3s;
  157. -o-transition-duration:0.3s;
  158. }
  159.  
  160. #sidebarimage img:hover {
  161. opacity:0.7;
  162. -moz-transition-duration:0.6s;
  163. -webkit-transition-duration:0.6s;
  164. -o-transition-duration:0.6s;
  165. }
  166.  
  167. #title {
  168. background:#fff;
  169. padding:10px;
  170. font-size:20px;
  171. padding:5px solid #fff;
  172. font-family:georgia;
  173. text-transform:uppercase;
  174. color:#fff;
  175. margin-top:-300px;
  176. margin-left:47px;
  177. position:fixed;
  178. transition-duration: 0.5s;
  179. -moz-transition-duration: 0.5s;
  180. -webkit-transition-duration: 0.5s;
  181. -o-transition-duration: 0.5s
  182. }
  183.  
  184.  
  185. #sidebar:hover #title {
  186. color:#660000;
  187. background:#fff;
  188. transition-duration: 0.5s;
  189. -moz-transition-duration: 0.5s;
  190. -webkit-transition-duration: 0.5s;
  191. -o-transition-duration: 0.5s
  192. }
  193.  
  194.  
  195. #crown img {
  196. position:fixed;
  197. margin-top:80px;
  198. margin-left:-53px;
  199. width:150px;
  200. }
  201.  
  202. .links {
  203. width:192px;
  204. font-family:georgia;
  205. padding: 4px;
  206. font-size:11px;
  207. text-align:center;
  208. font-style:italic;
  209. text-transform:lowercase;
  210. position:fixed;
  211. margin-top:168px;
  212. margin-left:60px;
  213. }
  214.  
  215. .links a{
  216. color: #838382;
  217. display: inline-block;
  218. overflow: hidden;
  219. vertical-align: top;
  220. -webkit-perspective: 600px;
  221. -moz-perspective: 600px;
  222. -o-perspective: 600px;
  223. -ms-perspective: 600px;
  224. perspective: 600px;
  225. -webkit-perspective-origin: 50% 50%;
  226. -moz-perspective-origin: 50% 50%;
  227. -o-perspective-origin: 50% 50%;
  228. -ms-perspective-origin: 50% 50%;
  229. perspective-origin: 50% 50%;
  230. }
  231.  
  232. .links a span{
  233. display: block;
  234. position: relative;
  235. padding: 0 2px;
  236. -webkit-transition: all 400ms ease;
  237. -moz-transition: all 400ms ease;
  238. -o-transition: all 400ms ease;
  239. -ms-transition: all 400ms ease;
  240. transition: all 400ms ease;
  241. -webkit-transform-origin: 50% 0%;
  242. -moz-transform-origin: 50% 0%;
  243. -o-transform-origin: 50% 0%;
  244. -ms-transform-origin: 50% 0%;
  245. transform-origin: 50% 0%;
  246. -webkit-transform-style: preserve-3d;
  247. -moz-transform-style: preserve-3d;
  248. -o-transform-style: preserve-3d;
  249. -ms-transform-style: preserve-3d;
  250. transform-style: preserve-3d;
  251. }
  252.  
  253. .links a:hover span {
  254. background: #eee;
  255. -webkit-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
  256. -moz-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
  257. -o-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
  258. -ms-transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
  259. transform: translate3d( 0px, 0px, -30px ) rotateX( 90deg );
  260. }
  261.  
  262. .links a span:after {
  263. content: attr(data-title);
  264. display: block;
  265. position: absolute;
  266. left: 0;
  267. top: 0;
  268. padding: 0 2px;
  269. color: #fff;
  270. background: {color:link bg};
  271. -webkit-transform-origin: 50% 0%;
  272. -moz-transform-origin: 50% 0%;
  273. -o-transform-origin: 50% 0%;
  274. -ms-transform-origin: 50% 0%;
  275. transform-origin: 50% 0%;
  276. -webkit-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
  277. -moz-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
  278. -o-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
  279. -ms-transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
  280. transform: translate3d( 0px, 105%, 0px ) rotateX( -90deg );
  281. }
  282.  
  283.  
  284.  
  285.  
  286. #description {
  287. text-align:justify;
  288. font-family:'Arial';
  289. width:220px;
  290. margin-top:7px;
  291. margin-left:-14px;
  292. font-size:10px;
  293. position:fixed;
  294. text-transform:none;
  295. color:{color:DescriptionText};
  296. }
  297.  
  298. #pagination {
  299. font-style:bold;
  300. padding:2px;
  301. font-family:'arial';
  302. letter-spacing:0px;
  303. font-size:9px;
  304. text-align:center;
  305. padding:2px;
  306. margin-top:7px;
  307. text-transform:lowercase;
  308. }
  309.  
  310.  
  311. /*POST INFO*/
  312.  
  313. #info {
  314. width:500px;
  315. text-align:left;
  316. font-family:'trebuchet ms';
  317. margin-top:3px;
  318. margin-left:px;
  319. letter-spacing:1px;
  320. font-size:7px;
  321. font-style:none;
  322. padding:1px;
  323. line-height:10px;
  324. text-transform:uppercase;
  325. border-color:{color:Border};
  326. }
  327.  
  328. #info a {
  329. text-align:center;
  330. color:{color:Post Links};
  331. }
  332.  
  333. #info a:hover {
  334. -moz-transition-duration:0.3s;
  335. -webkit-transition-duration:0.3s;
  336. -o-transition-duration:0.3s;
  337. color:{color:Hover}
  338. }
  339.  
  340. #tags {
  341. float:left;
  342. width:489px;
  343. margin-top:-7px;
  344. margin-left:-5px;
  345. text-align:left;
  346. font-size:4px;
  347. padding:5px;
  348. font-size:8px;
  349. opacity:1;
  350. transition-duration: 0.5s;
  351. -moz-transition-duration: 0.5s;
  352. -webkit-transition-duration: 0.5s;
  353. -o-transition-duration: 0.5s
  354. color:#838382;
  355. }
  356.  
  357. #tags a {
  358. letter-spacing:0px;
  359. font-size:8px;
  360. text-align:center;
  361. font-family:'CALIBRI';
  362. text-decoration:none;
  363. display:inline-block;
  364. color:#838382;
  365. -moz-transition-duration:0.3s;
  366. -webkit-transition-duration:0.3s;
  367. -o-transition-duration:0.3s;
  368. }
  369.  
  370. #tags a:hover {
  371. background-color:#fff;
  372. letter-spacing:3px;
  373. -moz-transition-duration:0.3s;
  374. -webkit-transition-duration:0.3s;
  375. -o-transition-duration:0.3s;
  376. color:{color:Hover};
  377. }
  378.  
  379. /*QUESTION*/
  380.  
  381. #ask {
  382. padding:10px;
  383. text-align:left;
  384. color:{color:text};
  385. border-bottom:1px solid #838382;
  386. }
  387.  
  388.  
  389.  
  390.  
  391. #ans {
  392. text-align:left;
  393. padding:10px;
  394. color:{color:text};
  395. }
  396.  
  397. /*CREDIT*/
  398.  
  399. #cred {
  400. position:fixed;
  401. font-size:10px;
  402. font-weight:normal;
  403. font-family:'Pacifico', cursive;
  404. line-height:150%;
  405. letter-spacing:2px;
  406. right:10px;
  407. bottom:10px;
  408. text-transform:auto;
  409. text-align:center;
  410. }
  411.  
  412. #cred a {
  413. padding:3px;
  414. color:#000;
  415. -moz-transition-duration:0.5s;
  416. -webkit-transition-duration:0.5s;
  417. -o-transition-duration:0.5s;
  418. }
  419.  
  420.  
  421. #icon{
  422.  
  423. opacity:.9;
  424. padding:5px;
  425. margin-top:-8px;
  426. font-size:10px;
  427. color:{color:icons};
  428. z-index:9;
  429. }
  430.  
  431.  
  432. #tab1title{
  433. font-size:10px;
  434. text-align:left;
  435. text-transform:uppercase;
  436. letter-spacing:1px;
  437. color:{color:title2};
  438. margin-top:-32px;
  439. margin-left:20px;
  440. margin-bottom:5px;
  441. }
  442.  
  443. #tab1{
  444.  
  445. opacity:1;
  446. font-size:8px;
  447. color:{color:text};
  448. text-align:left;
  449. padding:5px;
  450.  
  451. }
  452.  
  453. #tab1box{ /*---DO NOT EDIT ANY OF THIS---*/
  454.  
  455. position:absolute;
  456. margin-top:-40px;
  457. right: 50%;
  458. overflow:hidden;
  459. width:20px;
  460. height:20px;
  461. -webkit-transition: all 0.8s ease-out;
  462. -moz-transition: all 0.8s ease-out;
  463. transition: all 0.8s ease-out;
  464.  
  465. }
  466.  
  467. #tab1box:hover{
  468. padding:10px;
  469. width:100px;
  470. height:170px;
  471.  
  472. }
  473.  
  474. #tab2{
  475. opacity:1;
  476. font-size:8px;
  477. color:{color:text};
  478. text-align:left;
  479. padding:5px;
  480.  
  481. }
  482.  
  483.  
  484. #tab2box{ /*---DO NOT EDIT ANY OF THIS---*/
  485. position:absolute;
  486. margin-top:-20px;
  487. right: 50%;
  488. overflow:hidden;
  489. width:20px;
  490. height:20px;
  491. ;
  492. -webkit-transition: all 0.8s ease-out;
  493. -moz-transition: all 0.8s ease-out;
  494. transition: all 0.8s ease-out;
  495.  
  496. }
  497. #tab2box:hover{
  498. padding:10px;
  499. width:120px;
  500. height:170px;
  501.  
  502. }
  503.  
  504. #tab3{
  505. opacity:1;
  506. font-size:8px;
  507. color:{color:text};
  508. text-align:left;
  509. padding:10px;
  510.  
  511. }
  512.  
  513. #tab3box{ /*---DO NOT EDIT ANY OF THIS---*/
  514. position:absolute;
  515. right: 50%;
  516. margin-top:0px;
  517. overflow:hidden;
  518. width:20px;
  519. height:20px;
  520. -webkit-transition: all 0.8s ease-out;
  521. -moz-transition: all 0.8s ease-out;
  522. transition: all 0.8s ease-out;
  523.  
  524.  
  525. }
  526. #tab3box:hover{
  527.  
  528. padding:8px;
  529. width:100px;
  530. height:163px;
  531.  
  532. }
  533.  
  534. #tab4{
  535. opacity:1;
  536. font-size:8px;
  537. color:{color:text};
  538. text-align:left;
  539. padding:5px;
  540.  
  541. }
  542.  
  543. #tab4box{ /*---DO NOT EDIT ANY OF THIS---*/
  544. position:absolute;
  545. right: 50%;
  546. overflow:hidden;
  547. margin-top:20px;
  548. width:20px;
  549. height:20px;
  550. z-index:0;
  551.  
  552. -webkit-transition: all 0.8s ease-out;
  553. -moz-transition: all 0.8s ease-out;
  554. transition: all 0.8s ease-out;
  555.  
  556.  
  557. }
  558. #tab4box:hover{
  559. padding:10px;
  560. width:100px;
  561. height:120px;
  562.  
  563. }
  564.  
  565. #tab5{
  566. opacity:1;
  567. font-size:8px;
  568. color:{color:text};
  569. text-align:left;
  570. padding:5px;
  571.  
  572. }
  573.  
  574. #tab5box{ /*---DO NOT EDIT ANY OF THIS---*/
  575. position:absolute;
  576. margin-top:40px;
  577. right: 50%;
  578. overflow:hidden;
  579. width:20px;
  580. height:20px;
  581. -webkit-transition: all 0.8s ease-out;
  582. -moz-transition: all 0.8s ease-out;
  583. transition: all 0.8s ease-out;
  584.  
  585.  
  586. }
  587. #tab5box:hover{
  588. padding:10px;
  589. width:100px;
  590. height:100px;
  591.  
  592. }
  593.  
  594.  
  595. #holder{
  596.  
  597. font-size:10px;
  598. text-transform:none;
  599. position:fixed;
  600. font-family:'calibri'sans-serif;
  601. right:5px;
  602. letter-spacing:0px;
  603. z-index:9999999999999999999;
  604. top:100px;
  605. }
  606. /*---end updates tab css---*/
  607.  
  608.  
  609. {CustomCSS}
  610.  
  611. </style>
  612.  
  613.  
  614.  
  615. </head>
  616.  
  617. <body>
  618.  
  619.  
  620.  
  621. <!---begin updates tab code--->
  622. <div id="holder">
  623. <div id="tab1box">
  624. <div id="icon"><p><i class="fa fa-moon-o fa-lg"></i></div>
  625. <div id="tab1"><div id="tab1title">About This Blog</div>
  626. <a href="/about">+Karli</a> / 17 / leo / she,her
  627. <br> This is a multifandom blog! Mainly PJO/HOO, Harry Potter, and OUAT!
  628. <br> I track hephaestus!
  629. <br> Previously leovaldezaf!<br><br>
  630. <b>Updates!</b><br>
  631. I hit 200!
  632. <br>
  633. <a href="http://hephaestues.tumblr.com/post/130500929562/a-gryffindor-playlist-play-on-8tracks">I posted a fanmix!</a>
  634.  
  635.  
  636.  
  637. </div></div>
  638.  
  639. <div id="tab2box">
  640. <div id="icon"><p><i class="fa fa-bookmark-o fa-lg"></i></div>
  641. <div id="tab2"><div id="tab1title"> currently</div>
  642. <center><b>• Reading •</b></center>
  643. I'll Give You the Sun
  644. <br>Harry Potter and the Order of the Pheonix
  645. <br>
  646. <center><b>• Watching •</b></center>
  647. Game of Thrones (s2)
  648. <br>Once Upon a Time (s5)
  649. <br>How to Get Away With Murder (s2)
  650. <br>
  651. <center><b>• Listening To •</b></center>
  652. Blurryface - 21P
  653. <br>Badlands - Halsey
  654. <br>Smile EP - The Royal Concept
  655. <br>Pity Party - Melanie Martinez
  656. <br>After It All - Delta Rae
  657.  
  658. </div></div>
  659.  
  660. <div id="tab3box">
  661. <div id="icon"><p><i class="fa fa-star-o fa-lg"></i></div>
  662. <div id="tab3"><div id="tab1title">fandoms</div>
  663. <a href="http://cosmicleigh.tumblr.com/stickers">
  664. <img src="http://41.media.tumblr.com/b83b54ef83b89585aa448aebe61e1c59/tumblr_mpf3qbra681s8h2yuo1_100.png">
  665. </a><a href="http://blondieirwin.tumblr.com/stickers"><img src="http://40.media.tumblr.com/8a1e72b50e6998f660c1141f3888bfa2/tumblr_mrj1q4WWYj1seds4ho3_100.png"></a><a href="http://cosmicleigh.tumblr.com/stickers"><img src="http://41.media.tumblr.com/a611656a231a64dbc5edf3dde99b3427/tumblr_mqf6gp7pH81s8h2yuo3_100.png"></a><a href="http://cosmicleigh.tumblr.com/stickers"><img src="http://40.media.tumblr.com/c5436fccb9fbced23115d9d0c49bd017/tumblr_mw0b0qSsRb1s8h2yuo8_100.png"></a>
  666.  
  667. </div></div>
  668. <div id="tab4box">
  669. <div id="icon"><p><i class="fa fa-sun-o fa-lg"></i></div>
  670. <div id="tab4"><div id="tab1title">networks</div>
  671.  
  672. <a href="http://huntersofartemisnetwork.tumblr.com/">The Hunters of Artemis</a>
  673. <br>
  674. <a href="http://jamesdrug.co.vu/heroesofolympusnetwork">Heroes of Olympus Network</a>
  675.  
  676.  
  677.  
  678. </div></div>
  679.  
  680. <div id="tab5box">
  681. <div id="icon"><p><i class="fa fa-heart-o fa-lg"></i></div>
  682. <div id="tab5"><div id="tab1title">Stats</div>
  683. <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5095739";
  684. var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
  685. fhs.src = "http://freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=lovely&e2=lovelies&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
  686. document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
  687. </script>
  688. <br>
  689. <script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "3020924";
  690. fhsh.src = "http://freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=&a=1";
  691. document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
  692. </script>
  693. <br>
  694. <script language="JavaScript" src="http://freehostedscripts.net/clock.php?id=c2"></script>
  695.  
  696. </div></div>
  697.  
  698. </div>
  699. <!---end updates tab code-->
  700.  
  701.  
  702.  
  703.  
  704.  
  705. <div id="sidebar">
  706. {block:IfShowCrown}<div id="crown"><img src="http://media.tumblr.com/d99716774c1a91c0997a980527d23b77/tumblr_inline_mssd0hAiqb1qz4rgp.jpg"></div>{/block:IfShowCrown}
  707. <div id="sidebarimage">
  708. <img src="{image:Sidebar}">
  709. </a>
  710. </div>
  711. <div id="title"></div>
  712. <div class="links">
  713. {block:IfLinkA}
  714. <a href="{text:linkA url}"><span data-title="{text:linkA}">{text:linkA}</span></a>
  715. {/block:IfLinkA}
  716. {block:IfLinkB}
  717. <a href="{text:linkB url}"><span data-title="{text:linkB}">{text:linkB}</span></a>
  718. {/block:IfLinkB}
  719. {block:IfLinkC}
  720. <a href="{text:linkC url}"><span data-title="{text:linkC}">{text:linkC}</span></a>
  721. {/block:IfLinkC}
  722. {block:IfLinkD}
  723. <a href="{text:linkD url}"><span data-title="{text:linkD}">{text:linkD}</span></a>
  724. {/block:IfLinkD}
  725. {block:IfLinkE}
  726. <a href="{text:linkE url}"><span data-title="{text:linkE}">{text:linkE}</span></a>
  727. {/block:IfLinkE}
  728.  
  729. <div id="description">{Description}
  730.  
  731. {block:Pagination}
  732. <div id="pagination">
  733. {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}
  734. — {block:NextPage}<a href="{NextPage}">past</a>{/block:NextPage}
  735. </div>
  736. {/block:Pagination}
  737. </div>
  738. </div>
  739. </div>
  740.  
  741. <div id="entries">
  742. {block:Posts}
  743. <div id="post">
  744.  
  745. {block:Text}
  746. <h1>{block:Title}{Title}{/block:Title}</h1>
  747. {Body}{/block:Text}
  748.  
  749. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  750. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  751.  
  752. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  753. {/block:Caption}{/block:Photoset}
  754.  
  755. {block:Quote}<h2>"{Quote}"</h2>
  756. {block:Source}<div class="qsource"> —{Source}</div>
  757. {/block:Source}{/block:Quote}
  758.  
  759. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  760.  
  761. {block:Chat}{block:Title}{Title}{/block:Title}{block:Lines}{block:Label}<b><u>{Label}</u></b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  762.  
  763. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  764. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  765. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  766. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  767. {/block:Audio}<br>
  768.  
  769. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  770.  
  771. {block:Answer}<div id="ask"><big><big><big><font face="'Rouge Script', cursive">{Asker}</font></big></big></big> <small>asked:</small> "{Question}"</div><div id="ans"><left><small>and I declared:</small></left>{Answer}</div>{/block:answer}
  772.  
  773. <div id="info">
  774. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a> —
  775. {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
  776. and {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  777. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  778. with {NoteCountWithLabel}</a>
  779. {block:HasTags}<div id="tags">
  780. Tagged With:
  781. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  782. </div>{block:HasTags}
  783. </div>
  784. </div>
  785. {/block:Posts}
  786. <br><br>{block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  787. {/block:Posts}</div></div></div>
  788. <br><br><br><br>
  789.  
  790.  
  791.  
  792.  
  793.  
  794.  
  795. <div id="cred">
  796. <a href="http://nouisaf.tumblr.com/">C.</a> / <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5095743";
  797. var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
  798. fhs.src = "http://freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
  799. document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
  800. </script>
  801. </div>
  802. </div>
  803.  
  804.  
  805.  
  806.  
  807.  
  808.  
  809.  
  810.  
  811.  
  812.  
  813. </body>
  814. </html>
Advertisement
Add Comment
Please, Sign In to add comment