Advertisement
milkdesu

Theme #2 - Luhan

Aug 30th, 2013
874
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.43 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. <!---
  4.  
  5. _ _ _ _
  6. (_) | | | |
  7. _ __ ___ _| | | ____| | ___ ___ _ _
  8. | '_ ` _ \| | | |/ / _` |/ _ \/ __| | |♥| T H E M E S .
  9. | | | | | | | | < (_| | __/\__ \ |_| |
  10. |_| |_| |_|_|_|_|\_\__,_|\___||___/\__,_|
  11. * ** ** * * ** ** * * ** *
  12. BY BAEKDO.TUMBLR.COM
  13. © DO NOT remove my credit.
  14. or else i'll hunt you down and shoot (report) you~!
  15. i'll be happy to answer any questions.
  16.  
  17. * ** * * ** * * **
  18. ** * *
  19. * ** *
  20. * * *
  21. * * * * * *
  22. * * * *
  23. * * * * *
  24.  
  25. * *
  26. *
  27. *
  28.  
  29. --->
  30.  
  31.  
  32. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  33. <head>
  34.  
  35. <title>{Title}</title>
  36. <link rel="shortcut icon" href="{Favicon}">
  37. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  38. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  39.  
  40. <meta name="color:Background" content="#fff"/>
  41. <meta name="color:Text" content="#bbb"/>
  42. <meta name="color:Description Text" content="#000"/>
  43. <meta name="color:Links" content="#aaa"/>
  44. <meta name="color:Tags" content="#ccc"/>
  45. <meta name="color:Links Hover" content="#f0f0f0"/>
  46. <meta name="color:Border" content="#f2f2f2"/>
  47.  
  48. <meta name="image:Left Sidebar Image" content="http://media.tumblr.com/016d2066245e9b907aa594ccea676dfb/tumblr_inline_mscp5n7Sd21qz4rgp.png"/>
  49. <meta name="image:Right Sidebar Image" content="http://media.tumblr.com/4c1a7e9f59d8aab5b6da4b53c87886aa/tumblr_inline_mscp5yGMY51qz4rgp.png"/>
  50. <meta name="image:Background" content=""/>
  51. <meta name="image:Left Corner" content="http://25.media.tumblr.com/ed3baa1eaaafa095ab880d869d171277/tumblr_mjzuybfoEN1r75typo1_250.png">
  52. <meta name="image:Right Corner" content="http://24.media.tumblr.com/13ade1ffbc5b0b0cdcf1498750c01385/tumblr_mqg1muX6Kr1rx88fzo1_500.gif">
  53.  
  54. <meta name="text:asked" content="scrawled:">
  55. <meta name="text:Left corner message" content="LEFT MESSAGE GOES HERE">
  56. <meta name="text:Right corner message" content="RIGHT MESSAGE GOES HERE">
  57.  
  58. <meta name="text:linkA" content="link 1">
  59. <meta name="text:linkA url" content="/">
  60. <meta name="text:linkB" content="link 2">
  61. <meta name="text:linkB url" content="/">
  62. <meta name="text:linkC" content="link 3">
  63. <meta name="text:linkC url" content="/">
  64. <meta name="text:linkD" content="link 4">
  65. <meta name="text:linkD url" content="/">
  66. <meta name="text:linkE" content="link 5">
  67. <meta name="text:linkE url" content="/">
  68. <meta name="text:linkF" content="link 6">
  69. <meta name="text:linkF url" content="/">
  70. <meta name="text:linkG" content="link 7">
  71. <meta name="text:linkG url" content="/">
  72. <meta name="text:linkH" content="link 8">
  73. <meta name="text:linkH url" content="/">
  74.  
  75.  
  76.  
  77. <script type="text/javascript" src="http://static.tumblr.com/p2evvtm/Wycm17d1m/tumblr_search_box.js"></script>
  78.  
  79. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  80.  
  81. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  82. <script>
  83. (function($){
  84. $(document).ready(function(){
  85. $("[title]").style_my_tooltips();
  86. });
  87. })(jQuery);
  88. </script>
  89.  
  90. <script type="text/javascript"
  91. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  92.  
  93. <script>
  94.  
  95.  
  96.  
  97. $(document).ready(function() {
  98.  
  99. //
  100.  
  101.  
  102.  
  103. //When you click on a link with class of poplight and the href starts with a #
  104.  
  105. $('a.poplight[href^=#]').click(function() {
  106.  
  107. var popID = $(this).attr('rel'); //Get Popup Name
  108.  
  109. var popURL = $(this).attr('href'); //Get Popup href to define size
  110.  
  111.  
  112.  
  113. //Pull Query & Variables from href URL
  114.  
  115. var query= popURL.split('?');
  116.  
  117. var dim= query[1].split('&');
  118.  
  119. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  120.  
  121.  
  122.  
  123. //Fade in the Popup and add close button
  124.  
  125. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://static.tumblr.com/7dwvytx/AFhng0xhl/close.png" class="btn_close" title="close window" alt="Close" /></a>');
  126.  
  127.  
  128. //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
  129.  
  130. var popMargTop = ($('#' + popID).height() + 80) / 2;
  131.  
  132. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  133.  
  134.  
  135.  
  136. //Apply Margin to Popup
  137.  
  138. $('#' + popID).css({
  139.  
  140. 'margin-top' : -popMargTop,
  141.  
  142. 'margin-left' : -popMargLeft
  143.  
  144. });
  145.  
  146.  
  147.  
  148. //Fade in Background
  149.  
  150. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  151.  
  152. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
  153.  
  154.  
  155.  
  156. return false;
  157.  
  158. });
  159.  
  160.  
  161.  
  162. //Close Popups and Fade Layer
  163.  
  164. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  165.  
  166. $('#fade , .popup_block').fadeOut(function() {
  167.  
  168. $('#fade, a.close').remove(); //fade them both out
  169.  
  170. });
  171.  
  172. return false;
  173.  
  174. });
  175.  
  176.  
  177.  
  178.  
  179.  
  180. });
  181.  
  182. </script>
  183.  
  184. <style type="text/css">
  185.  
  186. body, a { cursor:url(http://static.tumblr.com/p7wg3p9/o3jmn8igq/tiny.png), auto } a:hover { cursor: url(http://static.tumblr.com/p7wg3p9/EWnmn8ip5/tinyhover.png), auto; }
  187.  
  188. ::-webkit-scrollbar-thumb:vertical {
  189. background: {color:Background};
  190. height: 80px;
  191. }
  192.  
  193. ::-webkit-scrollbar {
  194. height: 10px;
  195. width: 15px;
  196. background: {color:Border};
  197. }
  198.  
  199. :-moz-selection {
  200. background: transparent;
  201. color: #000;
  202. }
  203.  
  204. ::selection {
  205. background: transparent;
  206. color: #000;
  207. }
  208.  
  209.  
  210. body {
  211. background:{color:Background};
  212. background-image: url('{image:Background}');
  213. background-repeat: repeat;
  214. background-attachment: fixed;
  215. margin:0px;
  216. color:{color:Text};
  217. font-family:cambria;
  218. font-size:9px;
  219. letter-spacing:1px;
  220. line-height:100%;
  221. text-align:justify;
  222. }
  223.  
  224. a {
  225. text-decoration:none;
  226. -moz-outline-style:none;
  227. color:{color:Links};
  228. }
  229.  
  230. a:hover {
  231. opacity:1;
  232. color:{color:Links Hover};
  233. text-decoration:none;
  234. -webkit-transition: all 0.6s ease;
  235. -moz-transition: all 0.6s ease;
  236. -o-transition: all 0.6s ease;
  237. }
  238.  
  239. img {
  240. border:none;
  241. }
  242.  
  243. #posts img {
  244. opacity:0.85;
  245. -webkit-transition: opacity 0.5s linear;
  246. -webkit-transition: all 0.5s ease-in-out;
  247. -moz-transition: all 0.5s ease-in-out;}
  248.  
  249. #posts img:hover {
  250. opacity:1;
  251. -webkit-transition: opacity 0.7s linear;
  252. -webkit-transition: all 0.7s ease-in-out;
  253. -moz-transition: all 0.7s ease-in-out;}
  254.  
  255.  
  256. h1 {
  257. font-family:cambria;
  258. font-size: 15px;
  259. }
  260.  
  261. blockquote {
  262. padding-left:5px;
  263. border-left:3px solid;
  264. overflow: hidden;
  265. }
  266.  
  267. blockquote blockquote {
  268. padding-left:5px;
  269. border-left:2px solid;
  270. }
  271.  
  272. #s-m-t-tooltip {
  273. z-index: 999999;
  274. background: #FFF;
  275. font-size: 10px;
  276. font-family: courier new;
  277. letter-spacing: 2px;
  278. text-transform: uppercase;
  279. color: #000;
  280. text-align: center;
  281. padding: 6px 10px 5px 10px;
  282. border: 3px double #eeeded;
  283. display: block;
  284. max-width: 170px;
  285. margin: 0px 15px;
  286. -webkit-box-shadow: 3px 3px 3px rgba(20, 20, 20, 0.1);
  287. -moz-box-shadow: 2px 2px 2px rgba(20, 20, 20, 0.1);
  288. box-shadow: 2px 2px 2px rgba(20, 20, 20, 0.1);
  289. }
  290.  
  291. iframe#tumblr_controls {
  292. top: 0% !important;
  293. right:0% !important;
  294. position: fixed !important;
  295. z-index:99999999 !important;
  296. -webkit-filter: invert(100%);
  297. -moz-filter: invert(100%);
  298. -o-filter: invert(100%);
  299. -ms-filter: invert(100%);
  300. filter: invert(100%);
  301. opacity:0.2;
  302. }
  303.  
  304. #top {
  305. position: fixed;
  306. background-color: {color:Background};
  307. top: 0px;
  308. width: 640px;
  309. margin-left:370px;
  310. margin-top: 0px;
  311. padding-bottom: 20px;
  312. -webkit-transition: opacity 0.6s linear;
  313. -webkit-transition: all 0.6s ease-in-out;
  314. -moz-transition: all 0.6s ease-in-out;
  315. z-index: 999;
  316. opacity: 0.6;
  317. }
  318.  
  319. #top:hover {
  320. opacity: 1;
  321. }
  322.  
  323. .title {
  324. font-family:'bell mt';
  325. font-style:italic;
  326. font-weight:light;
  327. font-size:54px;
  328. text-align:center;
  329. color:#f6f6f6;
  330. letter-spacing:-2px;
  331. padding-top: 60px;
  332. text-shadow: 1px 0px 1px #cecece;
  333. }
  334.  
  335. .vine {
  336. position:fixed;
  337. margin-left:-19px;
  338. opacity:0.3;
  339. }
  340.  
  341. #sidebar {
  342. position:relative;
  343. width:350px;
  344. padding-top:30px;
  345. padding-bottom:100px;
  346. }
  347.  
  348. #leftsidebar {
  349. position:fixed;
  350. width:120px;
  351. height:130px;
  352. margin-left:-162px;
  353. opacity:1;
  354. border:4px double {color:Border};
  355. overflow:hidden;
  356. }
  357.  
  358. #rightsidebar {
  359. position:fixed;
  360. width:120px;
  361. height:130px;
  362. margin-left:37px;
  363. opacity:1;
  364. border:4px double {color:Border};
  365. overflow:hidden;
  366. }
  367.  
  368. #desc {
  369. color:{color:Description Text};
  370. width:350px;
  371. text-align:justify;
  372. margin-top:280px;
  373. margin-left:517px;
  374. font-family:cambria;
  375. line-height:100%;
  376. font-size:9px;
  377. font-style:none;
  378. }
  379.  
  380. #nav {
  381. font-family:cambria;
  382. font-size:8px;
  383. width:340px;
  384. margin: 53px auto 42px auto;
  385. }
  386.  
  387. #nav a {
  388. color: #bbb;
  389. background:#fff;
  390. padding:3px 5px 3px 5px;
  391. margin:0px 12px 0px 12px;
  392. text-transform:uppercase;
  393. letter-spacing:1px;
  394. line-height:17px;
  395. text-align:center;
  396. transition:0.15s all ease-in-out;
  397. moz-transition:0.15s all ease-in-out;
  398. -o-transition:0.15s all ease-in-out;
  399. -webkit-transition:0.15s all ease-in-out;
  400. border:3px double {color:Border};
  401. }
  402.  
  403. #nav a:hover {
  404. color:#fff;
  405. background:#fff;
  406. }
  407.  
  408. #pagi{
  409. position:fixed;
  410. font-size:22px;
  411. font-style:italic;
  412. text-align:center;
  413. margin-left:670px;
  414. margin-top:200px;
  415. text-transform:none;
  416. letter-spacing:5px;
  417. }
  418.  
  419.  
  420. #postwrap {
  421. background-color: #fff;
  422. padding: 10px;
  423. width: 600px;
  424. margin-left: 400px;
  425. padding-left: 25px;
  426. margin-top: 30px;
  427. font-size: 10px;
  428. }
  429.  
  430. #posts {
  431. width:500px;
  432. padding-bottom:30px;
  433. padding:10px;
  434. margin-top:50px;
  435. background-color:{color:Post};
  436. }
  437.  
  438.  
  439. #details {
  440. text-align:center;
  441. margin-top:12px;
  442. text-transform:uppercase;
  443. font-size:8px;
  444. font-style:none;
  445. margin-left:-25px;
  446. width: 550px;
  447. border-top:1px solid {color:Border};
  448. }
  449.  
  450.  
  451. #tags {
  452. font-family:cambria;
  453. letter-spacing:0px;
  454. text-transform:lowercase;
  455. font-size:9px;
  456. font-style:italic;
  457. margin-top:2px;
  458. text-align:center;
  459. }
  460.  
  461. #tags a {
  462. display:inline-block;
  463. padding:-3px;
  464. text-align:right;
  465. color:{color:Tags};
  466. -webkit-transition: all 0.6s ease-in-out;
  467. -moz-transition: all 0.6s ease-in-out;
  468. -o-transition: all 0.6s ease-in-out;
  469. -ms-transition: all 0.6s ease-in-out;
  470. -transition: all 0.6s ease-in-out;
  471. }
  472.  
  473. #quote {
  474. font-family:cambria;
  475. letter-spacing:1px;
  476. font-size: 15px;
  477. font-style:italic;
  478. text-align:center;
  479. line-height: 100%;
  480. }
  481.  
  482. #audio {
  483. padding-bottom:30px;
  484. }
  485.  
  486. .audio-player {
  487. position:absolute;
  488. width:27px;
  489. height:27px;
  490. overflow:hidden;
  491. margin-left:-70px;
  492. margin-top:31px;
  493. opacity:0.6;
  494. filter:alpha(opacity=60);
  495. border:2px solid #f2f2f2;
  496. }
  497.  
  498. #ask {
  499. background-color: #fbfbfb;
  500. padding: 5px;
  501. margin-bottom: 3px;
  502. font-family: cambria;
  503. letter-spacing: 2px;
  504. text-align: left;
  505. font-style: none;
  506. border-bottom: 3px double {color:Border};
  507. color: {color:Text};
  508. }
  509.  
  510. #holder {
  511. width: 158px;
  512. background: #eeeded;
  513. margin-top: 6px;
  514. }
  515.  
  516. #search {
  517. border-top: 1px solid #fff;
  518. border-right: 1px solid #eeeded;
  519. border-left: 1px solid #eeeded;
  520. border-bottom: 1px solid #eeeded;
  521. border-radius:3px;
  522. position: fixed;
  523. width: 160px;
  524. height: 12px;
  525. font-size: 9px;
  526. padding-left: 3px;
  527. color: #DDD;
  528. margin-left:-80px;
  529. margin-top:2px;
  530. }
  531.  
  532. #button {
  533. position: fixed;
  534. border-radius:3px;
  535. margin-left: 70px;
  536. margin-top:2px;
  537. background: #eeeded;
  538. }
  539.  
  540. #fade {
  541. display: none;
  542. background: #000;
  543. position: fixed;
  544. left: 0;
  545. top: 0;
  546. width: 100%;
  547. height: 100%;
  548. opacity: .80;
  549. z-index: 9999;
  550. }
  551.  
  552. .popup_block{
  553. display: none;
  554. background: #FFFFFF;
  555. padding: 30px;
  556. float: left;
  557. position: fixed;
  558. top: 50%;
  559. left: 50%;
  560. border:1px double #f0f0f0;
  561. z-index: 99999;
  562. }
  563.  
  564. img.btn_close {
  565. float: right;
  566. margin: -20px -20px 0 0;
  567. }
  568.  
  569. *html #fade {
  570. position: absolute;
  571. }
  572.  
  573. *html .popup_block {
  574. position: absolute;
  575. }
  576.  
  577. .credit a {
  578. color:#555;
  579. position:fixed;
  580. bottom:10px;
  581. right:5px;
  582. font-size:9px;
  583. letter-spacing:1px;
  584. font-family:calibri;
  585. border:1px solid #dfdfdf;
  586. padding:4px;
  587. background-color:#fff;
  588. }
  589.  
  590. .credit a:hover {
  591. color:{color:Links Hover};
  592. }
  593.  
  594. .corner {
  595. -webkit-filter: grayscale(20%);
  596. -webkit-transition: opacity 0.5s linear;
  597. opacity: 0.7;
  598. }
  599. .corner:hover{
  600. -webkit-filter: grayscale(0);
  601. -webkit-transition: opacity 0.5s linear;
  602. opacity: 1;
  603. }
  604.  
  605. #scrollToTop:link,#scrollToTop:visited { color: transparent; background-color: transparent; display: none; position: fixed; bottom: 50px; right: 30px; z-index: 999999999; opacity:0.6;}
  606.  
  607.  
  608. {CustomCSS}</style>
  609.  
  610. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script><a href="javascript:;" id="scrollToTop"><img src="http://media.tumblr.com/4ee0c0e4c388dc6f46eef319e77082d4/tumblr_inline_mrxq3fWdeM1qz4rgp.gif" border="0"></a>
  611.  
  612. </head><body>
  613.  
  614.  
  615. <div id="top"><center><div class="title">{Title}</div><center>
  616. <div id="sidebar"><center><span id="leftsidebar"><img src="{image:Left Sidebar Image}"></span><span class="vine"><img src="http://media.tumblr.com/aa29ee4bd52704113a7355e244a9f87b/tumblr_inline_mscq4xsJsB1qz4rgp.png"></span><span id="rightsidebar"><img src="{image:Right Sidebar Image}"></span></center></div>
  617. <center>
  618. <div id="nav">
  619. <a href="/" title="home">page</a>
  620. <a href="/ask" title="message">write</a>
  621. <a href="/archive" title="history">archive</a>
  622. <a href="#?w=425" rel="linkseu" class="poplight" title="linkeus">contents</a></div>
  623.  
  624. {block:Pagination}<div id="pagi">
  625. {block:PreviousPage}
  626. <a href="{PreviousPage}">back</a>
  627. {/block:PreviousPage}
  628.  
  629. {block:CurrentPage}
  630. <span class="current_page">{PageNumber}</span>
  631. {/block:CurrentPage}
  632.  
  633. {block:NextPage}
  634. <a href="{NextPage}">forth</a>
  635. {/block:NextPage}
  636. </div>{/block:Pagination}
  637.  
  638. </div></div><div id="desc"><center>{block:description}</center>
  639. {description}
  640. {/block:description}
  641. </div></div>
  642.  
  643. </div>
  644.  
  645. <div id="postwrap">{block:Posts}<div id="posts">
  646.  
  647. {block:Text}
  648. <h1>{block:Title}{Title}{/block:Title}</h1>
  649. {Body}
  650. {/block:Text}
  651.  
  652. {block:Photo}
  653. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  654. {block:Caption}{Caption}{/block:Caption}
  655. {/block:Photo}
  656.  
  657. {block:Photoset}
  658. {Photoset-500}
  659. {block:Caption}{Caption}{/block:Caption}
  660. {/block:Photoset}
  661.  
  662. {block:Link}
  663. <h1><a href="{URL}" {Target}>{Name} ⇝</a></h1>
  664. {block:Description}{Description}{/block:Description}
  665. {/block:Link}
  666.  
  667. {block:Quote}
  668. <div id="quote">
  669. ❝ {Quote}❞
  670. <div align="right"><small><small><small>—{Source}</small></small></small></div>
  671. </div>
  672. {/block:Quote}
  673.  
  674. {block:Audio}
  675. <div id="audio">
  676. <left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px; border:4px double {color:Border};"/>{/block:AlbumArt}
  677. {block:AudioPlayer}<span class="audio-player">{AudioPlayerWhite}{/block:AudioPlayer}</span></left>
  678. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  679. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  680. <br>{block:Album}<b>Album:</b> {Album}<BR>{/block:Album}
  681. <br>{/block:ExternalAudio}<b>Played:</b> {PlayCount} times
  682. </div>
  683. {/block:Audio}
  684.  
  685. {block:Video}
  686. {Video-500}
  687. {block:Caption}{Caption}{/block:Caption}
  688. {/block:Video}
  689.  
  690. {block:Chat}
  691. {block:Title}<h1>{Title}</h1>{/block:Title}
  692. {block:Lines}{block:Label}<b><span style="text-transform:uppercase;">{Label}</span></b>{/block:Label} {Line}<br>{/block:Lines}
  693. {/block:Chat}
  694.  
  695.  
  696. {block:Answer}
  697. <div id="ask"><font face="cambria"><span style="text-transform:uppercase;font-size:14px;"><img style="background:#fff;border:4px double {color:Border};" src="{AskerPortraitURL-24}"> {Asker}</span> <font face="cambria"><span style="text-transform:lowercase;font-size:16px;">{text:asked}</span></font> <font face="courier new"><span style="margin-left:10px;font-size:12px;">{Question}</span></font></div>
  698. <left> {Answer}
  699. {/block:Answer}
  700.  
  701. <div id="details">
  702. <br> <a title="reblog~!" href="{ReblogURL}">☆彡</a> {text:posted}
  703. {DayOfMonth}{DayOfMonthSuffix} {Month} {Year} at {24Hour}:{Minutes} (<a href="{Permalink}">{DayOfYear}</a>)
  704. {block:RebloggedFrom} from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  705. {block:ContentSource} <a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  706. ♡ <a href="{Permalink}">{NoteCountWithLabel}</a>
  707. {block:HasTags}<div id="tags">filed under:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  708. {/block:Posts}
  709. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  710. {/block:Posts}</div></div></div>
  711.  
  712. <div id="linkseu" class="popup_block" style="line-height:26px;"><p>
  713. <p align="center"><big><b>L I N K S</b></big></p>
  714. <font size="4">
  715. {block:IfLinkA}
  716. <ul><a href="{text:linkA url}">{text:linkA}</a>
  717. {/block:IfLinkA}
  718. {block:IfLinkB}
  719. <ul><a href="{text:linkB url}">{text:linkB}</a>
  720. {/block:IfLinkB}
  721. {block:IfLinkC}
  722. <ul><a href="{text:linkC url}">{text:linkC}</a>
  723. {/block:IfLinkC}
  724. {block:IfLinkD}
  725. <ul><a href="{text:linkD url}">{text:linkD}</a>
  726. {/block:IfLinkD}
  727. {block:IfLinkE}
  728. <ul><a href="{text:linkE url}">{text:linkE}</a>
  729. {/block:IfLinkE}
  730. {block:IfLinkF}
  731. <ul><a href="{text:linkF url}">{text:linkF}</a>
  732. {/block:IfLinkF}
  733. {block:IfLinkG}
  734. <ul><a href="{text:linkG url}">{text:linkG}</a>
  735. {/block:IfLinkG}
  736. {block:IfLinkH}
  737. <ul><a href="{text:linkH url}">{text:linkH}</a>
  738. {/block:IfLinkH}
  739. <br><br>
  740. </font>
  741. </div>
  742.  
  743.  
  744.  
  745. <div class="corner"><img title="{text:Left corner message}" src="{image:Left Corner}" style='position:fixed;width:150px;bottom:20px;left:20px;'></div>
  746.  
  747. <div class="corner"><img title="{text:Right corner message}" src="{image:Right Corner}" style='position:fixed;width:150px;bottom:20px;right:20px;'></div>
  748.  
  749. <div class="credit"><a href="http://baekdo.tumblr.com/" title="theme by helen"><big>©</big></a></center></div>
  750.  
  751.  
  752. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement