akthemata

vaccine | theme 18

Jan 13th, 2015
2,317
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.71 KB | None | 0 0
  1.  
  2.  
  3. <!--
  4.  
  5. theme by akthemata
  6.  
  7. please repect the rules
  8.  
  9. dont steal my themes or remove the credit
  10.  
  11. thank you for using my themes!
  12.  
  13. any questions, please ask!
  14.  
  15. farahmir base code-->
  16.  
  17. <!DOCTYPE html>
  18. <head>
  19.  
  20.  
  21. <title>{Title}</title>
  22.  
  23. <link rel="shortcut icon" href="{Favicon}">
  24. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  25. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  26.  
  27. <!--Default Variables-->
  28.  
  29. <meta name="color:Background" content="#ffffff"/>
  30. <meta name="color:Container" content="#f3f3f3" />
  31. <meta name="color:Accent Background" content="#ffffff"/>
  32. <meta name="color:Scroll Bar" content="#000" />
  33. <meta name="color:Text" content="#aaaaaa"/>
  34. <meta name="color:Blog Title" content="#787878"/>
  35. <meta name="color:Links" content="#787878"/>
  36. <meta name="color:Links Hover" content="#fff"/>
  37. <meta name="color:Description" content="#787878"/>
  38. <meta name="color:Link" content="#000000"/>
  39. <meta name="color:Perm Background" content="#f0f0f0"/>
  40. <meta name="color:Shadow" content="#000000"/>
  41. <meta name="color:Hover" content="#ededed"/>
  42. <meta name="color:Info and Tags" content="#000"/>
  43.  
  44.  
  45. <meta name="text:Short URL" content="URL without .tumblr.com here" />
  46. <meta name="text:Updates" content="updates here" />
  47. <meta name="text:Blog Title" content="" />
  48. <meta name="text:Link 1 URL" content="/" />
  49. <meta name="text:Link 1" content="" />
  50. <meta name="text:Link 2 URL" content="/" />
  51. <meta name="text:Link 2" content="" />
  52. <meta name="text:Link 3 URL" content="/" />
  53. <meta name="text:Link 3" content="" />
  54. <meta name="text:Link 4 URL" content="/" />
  55. <meta name="text:Link 4" content="" />
  56. <meta name="text:Link 5 URL" content="/" />
  57. <meta name="text:Link 5" content="" />
  58. <meta name="text:Link 6 URL" content="/" />
  59. <meta name="text:Link 6" content="" />
  60. <meta name="text:Link 7 URL" content="/" />
  61. <meta name="text:Link 7" content="" />
  62. <meta name="text:Link 8 URL" content="/" />
  63. <meta name="text:Link 8" content="" />
  64. <meta name="text:Link 9 URL" content="/" />
  65. <meta name="text:Link 9" content="" />
  66. <meta name="text:Link 10 URL" content="/" />
  67. <meta name="text:Link 10" content="" />
  68.  
  69.  
  70. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  71. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  72. <script>
  73. (function($){
  74. $(document).ready(function(){
  75. $("a[title]").style_my_tooltips({
  76. tip_follows_cursor:true,
  77. tip_delay_time:30,
  78. tip_fade_speed:300,
  79. attribute:"title"
  80. });
  81. });
  82. })(jQuery);
  83. </script>
  84.  
  85.  
  86.  
  87. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  88. <script>
  89. $(document).ready(function() {
  90. //
  91. $('a.poplight[href^=#]').click(function() {
  92. var popID = $(this).attr('rel');
  93. var popURL = $(this).attr('href');
  94. var query= popURL.split('?');
  95. var dim= query[1].split('&');
  96. var popWidth = dim[0].split('=')[1];
  97. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  98. var popMargTop = ($('#' + popID).height() + 80) / 2;
  99. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  100. $('#' + popID).css({
  101. 'margin-top' : -popMargTop,
  102. 'margin-left' : -popMargLeft
  103. });
  104. $('body').append('<div id="fade"></div>');
  105. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn();
  106. return false;
  107. });
  108. $('a.close, #fade').live('click', function() {
  109. $('#fade , .popup_block').fadeOut(function() {
  110. $('#fade, a.close').remove('1');
  111. });
  112. return false;
  113. });
  114. });
  115. </script>
  116.  
  117.  
  118. <style type="text/css">
  119.  
  120. .popup_block{
  121. display:none;
  122. background:{color:popup container};
  123. padding:20px;
  124. border:1px solid #eee;
  125. float:left;
  126. position:fixed;
  127. top:55%;
  128. left:51%;
  129. z-index: 99999;
  130. }
  131.  
  132. *html #fade {
  133. position: absolute;
  134. }
  135.  
  136. *html .popup_block {
  137. position: absolute;
  138. }
  139.  
  140. #fade {
  141. display:none;
  142. position:fixed;
  143. left:0px;
  144. top:0px;
  145. width:100%;
  146. height:100%;
  147. z-index:9999;
  148. background: {color:background};
  149. opacity:1;
  150. }
  151.  
  152. #s-m-t-tooltip {
  153. max-width:300px;
  154. background:{color:background};
  155. font-size:8px; color{color:text};
  156. padding:5px;
  157. text-transform:uppercase;
  158. margin:0px 10px 20px 23px;
  159. z-index:10;
  160. font-family:'consolas';
  161. letter-spacing:2px;
  162. border:1px; border-width:1px; padding:5px;
  163. border-style:solid; border-color:{color:text};
  164. }
  165.  
  166. ::-webkit-scrollbar {
  167. background-color:{color:background};
  168. height:8px;
  169. width:2px
  170. }
  171.  
  172. ::-webkit-scrollbar-thumb:vertical {
  173. background-color:{color:scroll bar};
  174. height:50px
  175. }
  176.  
  177. ::-webkit-scrollbar-thumb:horizontal {
  178. background-color:{color:scroll bar};
  179. height:8px!important
  180. }
  181.  
  182. blockquote {
  183. padding:5px 0 5px 30px;
  184. border-left:3px solid {color:text};
  185. margin-left:30px;
  186. }
  187.  
  188. pre {
  189. white-space: pre-wrap;
  190. white-space: -moz-pre-wrap;
  191. white-space: -pre-wrap;
  192. white-space: -o-pre-wrap;
  193. word-wrap: break-word;
  194. }
  195.  
  196. body {
  197. background:{color:background};
  198. color:{color:text};
  199. font-family:'consolas';
  200. font-size:11px;
  201. text-align:justify;
  202. margin:0;
  203. line-height:14px;
  204. }
  205.  
  206. a {
  207. color:{color:link};
  208. text-decoration:none;
  209. -moz-transition-duration:0.7s;
  210. -webkit-transition-duration:0.7s;
  211. -o-transition-duration:0.7s;
  212. }
  213.  
  214. a:hover {
  215. text-decoration:none;
  216. color:{color:hover};
  217. cursor:help;
  218. -moz-transition-duration:0.7s;
  219. -webkit-transition-duration:0.7s;
  220. -o-transition-duration:0.7s;
  221. }
  222.  
  223. img{
  224. opacity:1;
  225. border:none;
  226. text-decoration:none
  227. }
  228.  
  229. small {
  230. font-size:9px;
  231. }
  232.  
  233. big {
  234. font-size:12px;
  235. }
  236.  
  237. #title {
  238. font-size:15px;
  239. line-height:100%;
  240. font-weight:bold;
  241. margin-bottom:10px;
  242. text-transform:uppercase;
  243. text-align:center;
  244. }
  245.  
  246. #bar{
  247. width:100%;
  248. height:70px;
  249. background:{color:background};
  250. position:fixed;
  251. border-width:1px;
  252. border-right-width:0px;
  253. border-left-width:0px;
  254. border-top-width:0px;
  255. border-bottom-width:1px;
  256. border-color:{color:shadow};
  257. border-style:solid;
  258. top:0;
  259. display:block;
  260. z-index:100;
  261. }
  262.  
  263. #topbar {
  264. position:fixed;
  265. line-height:100%;
  266. text-decoration:none;
  267. width:300px;
  268. height:100%;
  269. text-align:right;
  270. border-width:1px;
  271. border-right-width:1px;
  272. border-left-width:0px;
  273. border-top-width:0px;
  274. border-bottom-width:0px;
  275. border-color:{color:shadow};
  276. border-style:solid;
  277. padding-right:20px;
  278. margin-left:-275px;
  279. top:0;
  280. display:block;
  281. font-size:10px;
  282. letter-spacing:2px;
  283. text-align:right;
  284. text-transform:uppercase;
  285. font-family:'consolas';
  286. color:{color:blog title};
  287. z-index:10;
  288. }
  289.  
  290. #blogt {
  291. margin-top:125px;
  292. margin-left:-25px;
  293. font-size:20px;
  294. width:100%;
  295. word-wrap: break-word;
  296. line-height:100%;
  297. letter-spacing:3px;
  298. padding-bottom:10px;
  299. text-transform:lowercase;
  300. z-index:10;
  301. margin-bottom:0px;
  302. color:{color:blog title};
  303. }
  304.  
  305. #links {
  306. line-height:100%;
  307. margin-left:-27.5px;
  308. width:100%;
  309. word-spacing:1px;
  310. word-wrap: break-word;
  311. font-weight:bold;
  312. padding-top:15px;
  313. }
  314.  
  315. #links a {
  316. color:{color:links};
  317. cursor:help;
  318. }
  319.  
  320. #links a:hover {
  321. cursor:help;
  322. color:{color:hover};
  323. -moz-transition-duration:0.5s;
  324. -webkit-transition-duration:0.5s;
  325. -o-transition-duration:0.5s;
  326. }
  327.  
  328. #description {
  329. line-height:100%;
  330. text-transform:lowercase;
  331. text-align:right;
  332. display:none;
  333. margin-top:25px;
  334. color:{color:description};
  335. }
  336.  
  337. #pagination {
  338. text-align:center;
  339. font-size:11px;
  340. text-transform:lowercase;
  341. padding-bottom:50px;
  342. letter-spacing:2px;
  343. margin-left:125px;
  344. }
  345.  
  346. #pagination a {
  347. color:{color:link};
  348. background:{color:accent background};
  349. border-width:1px;
  350. border-top-width:1px;
  351. border-left-width:1px;
  352. border-bottom-width:1px;
  353. border-right-width:1px;
  354. border-style:solid;
  355. border-color:{color:shadow};
  356. padding:10px;
  357. }
  358.  
  359. #pagination a:hover {
  360. cursor:help;
  361. color:{color:background};
  362. background:{color:blog title};
  363. }
  364.  
  365. #cred {
  366. position:fixed;
  367. font-size:11px;
  368. right:2px;
  369. bottom:0px;
  370. padding:2px;
  371. letter-spacing:1px;
  372. z-index:100;
  373. }
  374.  
  375. #cred a{
  376. color:{color:info and tags};
  377. }
  378.  
  379. #cred a:hover {
  380. font-size:19px;
  381. -moz-transition-duration:0.5s;
  382. -webkit-transition-duration:0.5s;
  383. -o-transition-duration:0.5s;
  384. }
  385.  
  386. #con {
  387. left:50%;
  388. margin-left:-200px;
  389. position:absolute;
  390. }
  391.  
  392. #entries {
  393. margin-top:125px;
  394. width:400px;
  395. margin-left:100px;
  396. left:0;
  397. right:0;
  398. }
  399.  
  400. #posts {
  401. width:400px;
  402. {block:IndexPage}
  403. margin-bottom:170px;
  404. {/block:IndexPage}
  405. {block:PermalinkPage}
  406. margin-bottom:50px;
  407. {/block:PermalinkPage}
  408. word-wrap: break-word;
  409. background:{color:accent background};
  410. border-width:1px;
  411. border-top-width:1px;
  412. border-left-width:1px;
  413. border-bottom-width:1px;
  414. border-right-width:1px;
  415. border-style:solid;
  416. border-color:{color:shadow};
  417. padding:15px;
  418. padding-bottom:12px;
  419. -moz-transition-duration:0.7s;
  420. -webkit-transition-duration:0.7s;
  421. -o-transition-duration:0.7s;
  422. }
  423.  
  424. #posts img {
  425. max-width:400px;
  426. }
  427.  
  428. #posts img, #posts li, #posts blockquote {
  429. max-width: 100%;
  430. }
  431.  
  432. .caption {
  433. width:100%;
  434. margin-top:10px;
  435. }
  436.  
  437. #titlequote{
  438. text-align:left;
  439. font-size:14px;
  440. line-height:18px;
  441. font-weight:bold;
  442. }
  443.  
  444. #source {
  445. margin-top:15px;
  446. margin-left:15px;
  447. }
  448.  
  449. .q {
  450. margin-bottom:10px;
  451. margin-top:-12px;
  452. border-top-width:1px;
  453. border-left-width:1px;
  454. border-bottom-width:1px;
  455. border-right-width:1px;
  456. padding:10px;
  457. border-style:solid;
  458. border-color:{color:shadow};
  459. background:{color:background};
  460. }
  461.  
  462. .as {
  463. font-weight:bold;
  464. }
  465.  
  466. .a {
  467. margin-bottom:4px;
  468. border-top-width:1px;
  469. border-left-width:1px;
  470. border-bottom-width:1px;
  471. border-right-width:1px;
  472. padding:10px;
  473. border-style:solid;
  474. border-color:{color:shadow};
  475. background:{color:background};
  476. }
  477.  
  478. .chat ol {
  479. padding:0;
  480. list-style:none;
  481. }
  482.  
  483. .line {
  484. padding:5px 0;
  485. }
  486.  
  487. .label {
  488. font-weight:bold;
  489. }
  490.  
  491. #permalink {
  492. text-align:left;
  493. font-size:10px;
  494. margin-top:12px;
  495. text-transform:uppercase;
  496. position:absolute;
  497. margin-left:-16px;
  498. background:{color:perm background};
  499. font-family:'consolas';
  500. width:410px;
  501. padding:10px;
  502. border-width:1px;
  503. border-top-width:1px;
  504. border-left-width:1px;
  505. border-bottom-width:1px;
  506. border-right-width:1px;
  507. border-style:solid;
  508. border-top-color:#d9d9d9;
  509. border-bottom-color:{color:shadow};
  510. border-right-color:{color:shadow};
  511. border-left-color:{color:shadow};
  512. -moz-transition-duration:0.5s;
  513. -webkit-transition-duration:0.7s;
  514. -o-transition-duration:0.7s;
  515. }
  516.  
  517. #permalink a {
  518. margin-right:10px;
  519. color:{color:info and tags};
  520. }
  521.  
  522. #permalink a:hover {
  523. color:{color:Hover};
  524. }
  525.  
  526. #tags {
  527. word-break:break-all;
  528. font-size:11px;
  529. width:410px;
  530. margin-left:-16px;
  531. margin-top:-40px;
  532. padding:10px;
  533. text-transform:lowercase;
  534. opacity:0;
  535. font-family:'consolas';
  536. z-index:10;
  537. position:absolute;
  538. border-width:1px;
  539. border-top-width:1px;
  540. border-left-width:1px;
  541. border-bottom-width:1px;
  542. border-right-width:1px;
  543. border-style:solid;
  544. border-top-style:dashed;
  545. border-color:{color:shadow};
  546. border-top-color:#d9d9d9;
  547. -moz-transition-duration:0.7s;
  548. -webkit-transition-duration:0.7s;
  549. -o-transition-duration:0.7s;
  550. }
  551.  
  552. #tags a {
  553. color:{color:info and tags};
  554. font:arial;
  555. }
  556.  
  557. #tags a:hover {
  558. color:{color:hover};
  559. }
  560.  
  561. #posts:hover #tags{
  562. opacity:1;
  563. background:{color:accent background};
  564. margin-top:47px;
  565. -moz-transition-duration:0.7s;
  566. -webkit-transition-duration:0.7s;
  567. -o-transition-duration:0.7s;
  568. }
  569.  
  570. .pagenotes {
  571. {block:IndexPage}
  572. display: none!important;
  573. {/block:IndexPage}
  574. text-align:left;
  575. background:transparent;
  576. border:1px; border-width:2px; padding-left:5px;
  577. padding-right:5px;
  578. padding-top:5px;
  579. padding-bottom:2px;
  580. width:410px;
  581. padding:5px;
  582. border-width:1px;
  583. border-top-width:1px;
  584. border-left-width:1px;
  585. border-bottom-width:1px;
  586. border-right-width:1px;
  587. border-style:solid;
  588. border-color:{color:shadow};
  589. font-family:'consolas';
  590. box-shadow:0px 2px 5px {color:shadow};
  591. margin-top:175px;
  592. }
  593.  
  594. .pagenotes img {
  595. display:none!important;
  596. }
  597.  
  598. .pagenotes li {
  599. list-style-type:none;
  600. padding:5px 0px;
  601. text-align:left;
  602. margin:0 0 0 -40px;
  603. }
  604.  
  605. #menuask{
  606. width:260px;
  607. height:325px;
  608. padding:20px;
  609. background:{color:container};
  610. font-size:20px;
  611. text-align:center;
  612. }
  613.  
  614. #menu{
  615. width:260px;
  616. height:250px;
  617. padding:20px;
  618. background:{color:container};
  619. font-size:20px;
  620. text-align:center;
  621. overflow-y:scroll;
  622. }
  623.  
  624. #menulinks{
  625. font-size:15px;
  626. margin-top:45px;
  627. }
  628.  
  629. #menulinks a{
  630. border-width:1px;
  631. border-top-width:1px;
  632. border-left-width:1px;
  633. border-bottom-width:1px;
  634. border-right-width:1px;
  635. border-style:solid;
  636. border-color:{color:shadow};
  637. padding:5px;
  638. display:block;
  639. margin-bottom:20px;
  640. color:{color:links};
  641. background: {color:background};
  642. }
  643.  
  644. #menulinks a:hover{
  645. color:{color:background};
  646. background:{color:blog title};
  647. }
  648.  
  649. #poptitle{
  650. font-size:18px;
  651. text-align:center;
  652. border-width:1px;
  653. border-top-width:0px;
  654. border-left-width:0px;
  655. border-bottom-width:1px;
  656. border-right-width:0px;
  657. border-style:solid;
  658. border-color:{color:shadow};
  659. padding-top:15px;
  660. padding-bottom:15px;
  661. width:275px;
  662. margin-left:12.5px;
  663. position:fixed;
  664. z-index:100;
  665. background:{color:container};
  666. }
  667.  
  668. #stats{
  669. font-size:12px;
  670. width:240px;
  671. margin-top:40px;
  672. text-align:left;
  673. padding:10px;
  674. background:{color:accent background};
  675. }
  676.  
  677.  
  678. {CustomCSS}
  679.  
  680.  
  681. </style>
  682.  
  683.  
  684.  
  685. </head>
  686.  
  687. <div id="bar"></div>
  688.  
  689. <div id="con">
  690.  
  691. <div id="topbar">
  692. <div id="blogt">{text:Blog Title}</div>
  693. <div id="links">
  694. <a href="/">index</a>
  695. <p><a href="#?w=300" rel="askbox" class="poplight">message</a>
  696. <p><a href="#?w=300" rel="navigation" class="poplight">navi</a>
  697. </div>
  698. <div id="description">{description}</div>
  699.  
  700. </div>
  701.  
  702.  
  703. <body>
  704.  
  705.  
  706.  
  707. <div id="entries">
  708.  
  709. {block:Posts}
  710. <div id="posts">
  711.  
  712.  
  713. {block:Quote}
  714.  
  715.  
  716. <div id="titlequote">"{Quote}"</div>
  717. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  718. {/block:Quote}
  719.  
  720.  
  721.  
  722. {block:Text}
  723.  
  724. {block:Title}
  725. <div id="title">{Title}</div>{/block:Title}
  726. {Body}
  727. {/block:Text}
  728.  
  729. {block:Link}
  730. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  731. {/block:Link}
  732.  
  733. {block:Chat}
  734. {block:Title}
  735. <h1>{Title}</h1>
  736. {/block:Title}
  737. <div class="chat">
  738. <ol>{block:Lines}
  739. <li class="line {Alt}">
  740. {block:Label}
  741. <span class="label">
  742. {Label}</span>
  743. {/block:Label}{Line}</li>
  744. {/block:Lines}
  745. </ol></div>
  746. {/block:Chat}
  747.  
  748. {block:Photo}
  749. {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}
  750. {/block:Photo}
  751.  
  752. {block:Photoset}
  753. {Photoset-400}
  754. {/block:Photoset}
  755.  
  756. {block:Video}
  757. {Video-400}
  758. {/block:Video}
  759.  
  760. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="69px" height="69px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  761. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  762. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  763. {/block:ExternalAudio}
  764. {/block:Audio}<br>
  765.  
  766.  
  767. {block:Answer}
  768. <div class="q">
  769. <div class="as">{Asker} asked: </div>
  770. {Question}</div>
  771. <div class="a">{Answer}</div>
  772. {/block:Answer}
  773.  
  774. {block:PermalinkPage}<div class="caption">{Caption}</div>{/block:PermalinkPage}
  775.  
  776. {block:Date}
  777. <div id="permalink">
  778. <a href="{Permalink}" > {MonthNumberWithZero}/{DayOfMonthWithZero} {12Hour}:{Minutes} {AmPm}</a>{block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}<a href="{ReblogURL}" target="_blank" class="details">reblog</a></div>
  779. {block:HasTags}<div id="tags">filed under: &nbsp;{block:Tags}<a href="{TagUrl}">#{Tag} </a>{/block:Tags}</div>{/block:HasTags}
  780.  
  781. {/block:Date}
  782.  
  783.  
  784.  
  785. </div>
  786.  
  787.  
  788. {block:PostNotes}
  789. <div class="pagenotes">
  790. {PostNotes}
  791. </div>
  792. {/block:PostNotes}
  793.  
  794.  
  795. {/block:Posts}
  796. </div>
  797.  
  798.  
  799. <div id="pagination">
  800. {block:Pagination}
  801.  
  802. {block:PreviousPage}
  803. <a href="{PreviousPage}">future</a>
  804. {/block:PreviousPage}
  805.  
  806. {block:NextPage}
  807. <a href="{NextPage}">history</a>
  808. {/block:NextPage}
  809.  
  810. {/block:Pagination}
  811.  
  812. </div>
  813.  
  814.  
  815.  
  816.  
  817. </div>
  818.  
  819.  
  820. {block:ContentSource}
  821. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  822. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  823. {/block:SourceLogo}
  824. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  825. {/block:ContentSource}
  826.  
  827.  
  828.  
  829.  
  830.  
  831.  
  832. <div id="cred">
  833.  
  834. <a href="http://akthemata.tumblr.com" title="akthemata">✕</a>
  835.  
  836. </div>
  837.  
  838.  
  839.  
  840. <div id="navigation" class="popup_block">
  841.  
  842. <div id="poptitle">navigation</div>
  843.  
  844. <div id="menu">
  845.  
  846. <div id="menulinks">
  847. <a href="#?w=300" rel="updates" class="poplight">updates</a>
  848. {block:IfLink1}<a href="{text:Link 1 URL}" >{text:Link 1}</a>{/block:IfLink1}
  849. {block:IfLink2}<a href="{text:Link 2 URL}" >{text:Link 2}</a>{/block:IfLink2}
  850. {block:IfLink3}<a href="{text:Link 3 URL}" >{text:Link 3}</a>{/block:IfLink3}
  851. {block:IfLink4}<a href="{text:Link 4 URL}" >{text:Link 4}</a>{/block:IfLink4}
  852. {block:IfLink5}<a href="{text:Link 5 URL}" >{text:Link 5}</a>{/block:IfLink5}
  853. {block:IfLink6}<a href="{text:Link 6 URL}" >{text:Link 6}</a>{/block:IfLink6}
  854. {block:IfLink7}<a href="{text:Link 7 URL}" >{text:Link 7}</a>{/block:IfLink7}
  855. {block:IfLink8}<a href="{text:Link 8 URL}" >{text:Link 8}</a>{/block:IfLink8}
  856. {block:IfLink9}<a href="{text:Link 9 URL}" >{text:Link 9}</a>{/block:IfLink9}
  857. </div>
  858. </div>
  859. </div>
  860.  
  861.  
  862.  
  863. <div id="askbox" class="popup_block">
  864.  
  865.  
  866. <div id="poptitle">message</div>
  867.  
  868. <div id="menuask">
  869.  
  870. <iframe frameborder="0" scrolling="no" width="100%" height="260" src="http://www.tumblr.com/ask_form/{text:short url}.tumblr.com" style="background-color:transparent; margin-top:40px;" id="ask_form"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('ask_form').allowTransparency=true;</script><![endif]--></p>
  871. </div>
  872.  
  873. </div></div></div></div></div></div></div></div></div></div> </div>
  874.  
  875.  
  876. <div id="updates" class="popup_block">
  877.  
  878. <div id="poptitle">updates</div>
  879.  
  880. <div id="menu">
  881.  
  882. <div id="stats">
  883.  
  884. {text:updates}
  885.  
  886. </div></div>
  887.  
  888. </div>
  889.  
  890.  
  891. </div>
  892.  
  893.  
  894.  
  895.  
  896. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment