Advertisement
isucas

Boxed Theme 1

Aug 6th, 2014
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.66 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <head>
  4.  
  5. <!--THEME BY ISUCAS, DON'T REMOVE CREDIT, USE AS BASE OR REDISTRIBUTE! -->
  6.  
  7. <meta name="image:Background" content=""/>
  8. <meta name="image:Container Background" content=""/>
  9. <meta name="image:Pop Up Navi Background" content=""/>
  10. <meta name="image:Bottom Image" content=""/>
  11. <meta name="image:Top Image" content=""/>
  12. <meta name="image:Favicon" content=""/>
  13.  
  14. <meta name="color:Background" content=""/>
  15. <meta name="color:Title" content=""/>
  16. <meta name="color:Title Outline" content="#000"/>
  17. <meta name="color:Description" content=""/>
  18. <meta name="color:Links" content=""/>
  19. <meta name="color:Text" content=""/>
  20. <meta name="color:Top Strip" content="#888888"/>
  21. <meta name="color:Bottom Strip" content="#888888"/>
  22. <meta name="color:Text" content=""/>
  23. <meta name="color:Container Background" content=""/>
  24. <meta name="color:Navi Bg" content=""/>
  25. <meta name="color:Navi Text" content=""/>
  26. <meta name="color:Popup Navi Border" content=""/>
  27. <meta name="color:Popup Navi Bg" content=""/>
  28. <meta name="color:Popup Navi Text" content=""/>
  29. <meta name="color:Tag Border" content=""/>
  30.  
  31. <meta name="text:Search Box Left" content="375"/>
  32. <meta name="text:Top Image Left" content="0"/>
  33. <meta name="text:Top Image Top" content="-10"/>
  34. <meta name="text:Title Size" content="70"/>
  35. <meta name="text:Title Top" content="0"/>
  36. <meta name="text:Title Left" content="0"/>
  37. <meta name="text:Bottom Image Bottom" content=""/>
  38. <meta name="text:Bottom Image Right" content=""/>
  39. <meta name="text:Bottom Image Size" content=""/>
  40. <meta name="text:Link 1" content=""/>
  41. <meta name="text:Link 1 URL" content=""/>
  42. <meta name="text:Link 2" content=""/>
  43. <meta name="text:Link 2 URL" content=""/>
  44. <meta name="text:Link 3" content=""/>
  45. <meta name="text:Link 3 URL" content=""/>
  46. <meta name="text:Link 4" content=""/>
  47. <meta name="text:Link 4 URL" content=""/>
  48. <meta name="text:Link 5" content=""/>
  49. <meta name="text:Link 5 URL" content=""/>
  50. <meta name="text:Link 6" content=""/>
  51. <meta name="text:Link 6 URL" content=""/>
  52. <meta name="text:Link 7" content=""/>
  53. <meta name="text:Link 7 URL" content=""/>
  54. <meta name="text:Link 8" content=""/>
  55. <meta name="text:Link 8 URL" content=""/>
  56.  
  57. <meta name="if:Inverted Follow Button" content="0"/>
  58. <meta name="if:Title Text Outline" content="1"/>
  59. <meta name="if:Background cover" content="0"/>
  60. <meta name="if:Container Background cover" content="0"/>
  61. <meta name="if:Navi Background cover" content="0"/>
  62. <meta name="if:Pop Up Navi Bg Image" content="0"/>
  63. <meta name="if:Search Box" content="1"/>
  64. <meta name="if:Coloured Continer" content="1"/>
  65. <meta name="if:Show Captions" content="1"/>
  66. <meta name="if:No Infinite Scrolling" content="1"/>
  67. <meta name="if:Infinite Scrolling" content="0"/>
  68.  
  69.  
  70. <meta name="select:Title Font" content="Japan" title="Japan">
  71. <meta name="select:Title Font" content="Arial" title="Arial">
  72. <meta name="select:Title Font" content="georgia" title="Georgia">
  73.  
  74. <meta name="select:Text Font" content="Arial" title="Arial">
  75. <meta name="select:Text Font" content="georgia" title="Georgia">
  76. <meta name="select:Text Font" content="impact" title="Impact">
  77. <meta name="select:Text Font" content="trebuchet_ms" title="Trebuchet MS">
  78. <meta name="select:Text Font" content="verdana" title="Verdana">
  79.  
  80. <meta name="select:Text Size" content="ten" title="10px">
  81. <meta name="select:Text Size" content="eleven" title="11px">
  82. <meta name="select:Text Size" content="twelve" title="12px">
  83. <meta name="select:Text Size" content="fourteen" title="14px">
  84. <meta name="select:Text Size" content="sixteen" title="16px">
  85.  
  86. <title>{Title}</title>
  87.  
  88. <link rel="shortcut icon" href="{Favicon}">
  89. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  90.  
  91.  
  92.  
  93. <link rel="shortcut icon" href="http://static.tumblr.com/7mn3n7y/yv9n9sghw/tumblr_inline_n3bz2hbkuw1r6zaqg.png">
  94.  
  95. {block:ifInfiniteScrolling}
  96. <script type="text/javascript"
  97. src="http://codysherman.com/tools/infinite-scrolling/code" ></script>
  98. {/block:ifInfiniteScrolling}
  99.  
  100. <!--jquery -->
  101.  
  102.  
  103. <script type="text/javascript"
  104. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  105. <script>
  106. $(document).ready(function() {
  107. //
  108. $('a.poplight[href^=#]').click(function() {
  109. var popID = $(this).attr('rel'); //Get Popup Name
  110. var popURL = $(this).attr('href'); //Get Popup href to define size
  111. var query= popURL.split('?');
  112. var dim= query[1].split('&');
  113. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  114. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://static.tumblr.com/7mn3n7y/mZFn9slux/closebutton.png" class="btn_close" title="Close" alt="Close" /></a>');
  115. var popMargTop = ($('#' + popID).height() + 80) / 2;
  116. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  117. //Apply Margin to Popup
  118. $('#' + popID).css({
  119. 'margin-top' : -popMargTop,
  120. 'margin-left' : -popMargLeft
  121. });
  122. $('body').append('<div id="fade"></div>');
  123. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  124. return false;
  125. });
  126. $('a.close, #fade').live('click', function() {
  127. $('#fade , .popup_block').fadeOut(function() {
  128. $('#fade, a.close').remove(); //fade them both out
  129. });
  130. return false;
  131. });
  132. });
  133. </script>
  134.  
  135.  
  136. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  137. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  138. <script>
  139. (function($){
  140. $(document).ready(function(){
  141. $("a[title]").style_my_tooltips({
  142. tip_follows_cursor:true,
  143. tip_delay_time:100,
  144. tip_fade_speed:100,
  145. attribute:"title"
  146. });
  147. });
  148. })(jQuery);
  149. </script>
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156. <!--CSS customization here. -->
  157.  
  158. <style type="text/css">
  159.  
  160. @font-face{font-family:Japan; src:url(http://static.tumblr.com/9wzbixa/KKbm0c410/japan.ttf);}
  161.  
  162. /*invert follow + dashboard etc buttons*/
  163. {block:ifInvertedFollowButton}
  164. iframe#tumblr_controls {
  165. white-space:nowrap;
  166. -webkit-filter: invert(100%);
  167. -moz-filter: invert(100%);
  168. -o-filter: invert(100%);
  169. -ms-filter: invert(100%);
  170. filter: invert(100%);
  171. opacity:1;
  172. }
  173. {/block:ifInvertedFollowButton}
  174.  
  175. #s-m-t-tooltip{
  176. font-size:11px;
  177. position:absolute;
  178. margin-top: 15px;
  179. border:1px solid #eee
  180. z-index:9999;
  181. font-family:helvetica;
  182. color:#9C9C9C;
  183. background:white;
  184. text-transform:uppercase;
  185. padding:1px 5px ;
  186. -webkit-transition:all 0.2s;
  187. -moz-transition:all 0.2s;
  188. -ms-transition:all 0.2s;
  189. -o-transition:all 0.2s;
  190. transition:all 0.2s;
  191. }
  192.  
  193. /*don't remove*/
  194. .credit {
  195. color:#414141;
  196. top:50%;
  197. left:50%;
  198. margin-left:-50px;
  199. margin-top:280px;
  200. position:fixed;
  201. font-size:10px;
  202. }
  203.  
  204. .credit a {
  205. color: #888;
  206. font-size:10px;
  207. }
  208. /*scrollbar*/
  209. ::-webkit-scrollbar{
  210. width: 5px;
  211. }
  212. ::-webkit-scrollbar-track {
  213. border-radius: 10px;
  214. }
  215. ::-webkit-scrollbar-thumb {
  216. border-radius: 10px;
  217. -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  218. }
  219.  
  220. /*pop up navigation*/
  221. #fade {
  222. display: none;
  223. background: #000;
  224. position: fixed; left: 0; top: 0;
  225. width: 100%; height: 100%;
  226. opacity: .80;
  227. z-index: 9999;
  228. }
  229.  
  230. .popup_block{
  231. display: none;
  232. background: {color:Popup Navi Bg};
  233. {block:ifpopupnavibgimage}
  234. background:url("{image:Pop Up Navi Background}");
  235. {/block:ifpopupnavibgimage}
  236. {block:ifnavibackgroundcover}
  237. background-size:cover;
  238. {/block:ifnavibackgroundcover}
  239. padding: 10px;
  240. border: 3px solid {color:Popup Navi Border};
  241. float: left;
  242. font-family:{select:text font};
  243. font-size:{select:Text Size};
  244. position: fixed;
  245. top: 50%;
  246. left: 52%;
  247. z-index: 99999;
  248. text-transform:uppercase;
  249. color:{color:Popup Navi Text};
  250. }
  251.  
  252. .popup_block a {
  253. color:{color:Popup Navi Text};
  254. font-size:{select:Text Size};
  255. }
  256.  
  257. img.btn_close {
  258. float: right;
  259. margin: -20 -20px 0 0;
  260. }
  261.  
  262. /*--Making IE6 Understand Fixed Positioning--*/
  263. *html #fade {
  264. position: absolute;
  265. }
  266. *html .popup_block {
  267. position: absolute;
  268. }
  269.  
  270.  
  271.  
  272. /*main structure*/
  273. body {
  274. background:url({image:Background});
  275. background-attachment:fixed;
  276. {block:ifbackgroundcover}
  277. background-size:cover
  278. {/block:ifbackgroundcover};
  279. background-color:{color:Background};
  280. font-family:helvetica;
  281. font-weight:100;
  282. font-size:{select:Text Size};
  283. text-align:justify;
  284. margin:0px;
  285. line-height:18px;
  286. color:{color:Text};
  287. }
  288.  
  289.  
  290. body a {
  291. color:{color:links};
  292. text-decoration:none;
  293. -webkit-transition:all 0.8s;
  294. -moz-transition:all 0.8s;
  295. -ms-transition:all 0.8s;
  296. -o-transition:all 0.8s;
  297. transition:all 0.8s;
  298. }
  299.  
  300.  
  301.  
  302. /*posts*/
  303. .post {
  304. margin: auto;
  305. padding-top: 35px;
  306. width: 400px;
  307. font-family:{select:text font};
  308. font-size:{select:text size};
  309. }
  310.  
  311. /*fonts*/
  312. #arial {
  313. font-family:"Arial";
  314. }
  315. #georgia {
  316. font-family:"Georgia";
  317. }
  318. #impact {
  319. font-family:"Impact";
  320. }
  321. #trebuchet_ms {
  322. font-family:"Trebuchet MS";
  323. }
  324. #verdana{
  325. font-family:"verdana";
  326. }
  327.  
  328. /*text size*/
  329. .ten {
  330. font-size:10px;
  331. }
  332. .eleven {
  333. font-size:11px;
  334. }
  335. .twelve {
  336. font-size:12px;
  337. }
  338. .fourteen {
  339. font-size:14px;
  340. }
  341. .sixteen {
  342. font-size:16px;
  343. }
  344.  
  345. /*permalink*/
  346. .permalink {
  347. {block:PermalinkPage}
  348. margin: 40px auto;
  349. padding: 10px;
  350. width: 400px;
  351. {/block:PermalinkPage}
  352. {block:Caption}{Caption}{/block:Caption}
  353. }
  354.  
  355. /*ask posts*/
  356. .question {
  357. padding:15px;
  358. border-bottom:1px dashed {color:Tag Border} ;
  359. }
  360.  
  361. .asker {
  362. text-decoration:underline;
  363. text-transform:lowercase;
  364. }
  365.  
  366. .answer {
  367. margin:15px
  368. }
  369.  
  370.  
  371. /*bottom of post*/
  372. .ttags {
  373. font-size:12px;
  374. border-top: 1px solid {color:Tag Border};
  375. border-bottom: 1px solid {color:Tag Border};
  376. padding-bottom:5px;
  377. padding-top:5px;
  378. }
  379.  
  380. /*top of posts*/
  381. .ddate {
  382. display:inline;
  383. font-size:12px;
  384. padding-top:5px;
  385. }
  386.  
  387. /*bottom of post*/
  388. .vvia {
  389. display:inline;
  390. float:right;
  391. font-size:16px;
  392. padding-left:5px;
  393. padding-top:5px;
  394. }
  395.  
  396. .rreblog {
  397. display:inline;
  398. float:right;
  399. font-size:16px;
  400. padding-top:5px;
  401. }
  402.  
  403. .nnotes {
  404. display:inline;
  405. padding-top:5px;
  406. font-size:12px;
  407. }
  408.  
  409. .ssource {
  410. display:inline;
  411. float:right;
  412. font-size:16px;
  413. padding-left:5px;
  414. padding-top:5px;
  415. }
  416.  
  417. /*container*/
  418. .container {
  419. background:url({image:Container Background});
  420. background-attachment:fixed;
  421. {block:ifcontainerbackgroundcover}
  422. background-size:cover
  423. {/block:ifcontainerbackgroundcover};
  424. width:500px;
  425. height:500px;
  426. max-width:500px;
  427. overflow: auto;
  428. padding:0px;
  429. margin:auto;
  430. overflow-x:hidden;
  431. {block:ifcolouredcontiner}
  432. background:{color:Container Background};
  433. {/block:ifcolouredcontiner}
  434. margin-top:145px;
  435.  
  436. }
  437.  
  438. /*header*/
  439. .header {
  440. background-color: {color:Top Strip};
  441. text-align:center;
  442. width:500px;
  443. height:25px;
  444. left:50%;
  445. margin-left:-250px;
  446. margin-top:-25px;
  447. font-family:Lucida Console;
  448. position:fixed;
  449. }
  450.  
  451. .header a {
  452. color:{color:Title};
  453. }
  454.  
  455. .title {
  456. font-size:{text:title size}px;
  457. margin-top:{text:Title Top}px;
  458. margin-left:{text:Title Left}px;
  459. text-align:center;
  460. position:fixed;
  461. color:{color:Title};
  462. }
  463.  
  464. .title a {
  465. color:{color:Title};
  466. font-family:{select:Title Font};
  467. {block:ifTitletextOutline}
  468. -webkit-text-stroke: 1px {color:Title Outline};
  469. {/block:ifTitletextOutline}
  470. }
  471.  
  472. #japan {
  473. font-family:"Japan";
  474. }
  475.  
  476. #arial {
  477. font-family:"Arial";
  478. }
  479.  
  480. #georgia {
  481. font-family:"Georgia";
  482. }
  483.  
  484. .topimg img {
  485. margin-top:{text:Top Image Top}px;
  486. margin-left:{text:Top Image Left}px;
  487. position:fixed;
  488. }
  489.  
  490. /*search box*/
  491. {block:ifsearchbox}
  492. .s-box {
  493. margin-top:3px;
  494. margin-left:{text:search box left}px;
  495. position:fixed;
  496. }
  497.  
  498. .sfm input {
  499. background-color: #f5f5f5;
  500. font-size: 9px;
  501. border: 0px;
  502. text-transform: uppercase;
  503. margin-top: 0;
  504. color: #999;
  505. letter-spacing: 1px;
  506. padding: 4px 10px ;
  507. font-family: Lucida Console;
  508. }
  509. #sf {
  510. background: url('http://static.tumblr.com/f1skqpy/Oxbn13qun/search_icon.png') #f5f5f5 left center no-repeat;
  511. background-size: 10px 10px;
  512. }
  513. {/block:ifsearchbox}
  514.  
  515. .links {
  516. margin:100px 0px 0px 0px;
  517. font-size:12px;
  518. }
  519.  
  520. #links2 {
  521. width:auto;
  522. height:auto;
  523. left:50%;
  524. margin-left:-50px;
  525. text-align:center;
  526. }
  527.  
  528. .links a {
  529. display:inline block;
  530. border:none;
  531. letter-spacing: 2px;
  532. }
  533.  
  534. .desc {
  535. text-transform:initial;
  536. font-family:{select:text font};
  537. font-size:{select:text size};
  538. }
  539.  
  540.  
  541.  
  542. /*bottom strip*/
  543. #bottom {
  544. background-color: {color:Bottom Strip};
  545. text-align:center;
  546. width:500px;
  547. height:24px;
  548. left:50%;
  549. margin-left:-250px;
  550. margin-top:500px;
  551. font-family:Lucida Console;
  552. position:fixed;
  553. display:inline;
  554. }
  555.  
  556. #bottom a {
  557. color:{color:Navi Text};
  558. background:{color:Navi Bg};
  559. padding:3px;
  560. z-index:99999;
  561. text-transform:uppercase;
  562. display:inline;
  563. }
  564.  
  565. /*navigation button*/
  566. .navi {
  567. margin-right:421px;
  568. margin-top:3px;
  569. font-size:12px;
  570. font-family:Lucida Console;
  571. }
  572.  
  573. /*next page button*/
  574. .pagenavi {
  575. margin-top:3px;
  576. }
  577.  
  578. .pagenavi a {
  579. color:{color:Navi Text};
  580. background:{color:Navi Bg};
  581. padding:0px 3px 0px 3px;
  582. z-index:99999;
  583. text-transform:uppercase;
  584. display:inline;
  585. left:50%;
  586. margin-left:213px;
  587. position:fixed;
  588. font-family:Lucida Console;
  589. font-size:12px;
  590. }
  591.  
  592. /*next page button*/
  593. .pagenavi2 {
  594. margin-top:3px;
  595. }
  596.  
  597. .pagenavi2 a {
  598. color:{color:Navi Text};
  599. background:{color:Navi Bg};
  600. padding:0px 3px 0px 3px;
  601. z-index:99999;
  602. text-transform:uppercase;
  603. display:inline;
  604. left:50%;
  605. margin-left:148px;
  606. position:fixed;
  607. font-family:Lucida Console;
  608. font-size:12px;
  609. }
  610.  
  611. .txt img {
  612. max-width:350px;
  613. }
  614.  
  615. .phot img {
  616. width:400px;
  617. }
  618.  
  619. </style>
  620.  
  621.  
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628. </head>
  629.  
  630. <body>
  631. <div class="credit">theme by <a href="http://isucas.tumblr.com">isucas</a></div>
  632.  
  633.  
  634. <div style="position:fixed; bottom:{text:Bottom Image Bottom}px; right:{text:Bottom Image Right}px;">
  635. <img src="{image:Bottom Image}" width="{text:Bottom Image Size}">
  636. </div>
  637.  
  638.  
  639.  
  640. <div class="header">
  641. {block:ifsearchbox}
  642. <div class="s-box">
  643. <script language="javascript">
  644. function send()
  645. {document.theform.submit()}
  646. </script>
  647.  
  648. <form action="/search" method="get" class="sfm" name="theform">
  649. <input type="text" name="q" value="" id="sf"/>
  650. </form>
  651. </form>
  652. </div>
  653. {/block:ifsearchbox}
  654.  
  655. <div class="topimg">
  656. <img src="{image:Top Image}">
  657. </div>
  658.  
  659. <div id="{select:Title Font}" class="title">
  660. <a href={BlogURL}>{title}</a>
  661. </div>
  662. </div>
  663.  
  664.  
  665. <div id="bottom">
  666. <div class="navi">
  667. <a href="#?w=500" rel="02" class="poplight">NAVIGATION</a>
  668. </div>
  669.  
  670. </div>
  671.  
  672.  
  673.  
  674.  
  675. <div class="container">
  676. {block:Posts}
  677.  
  678. {block:Text}
  679. <div class="post">
  680.  
  681. <div class="ddate">
  682. {block:date}<a href="{permalink}" title="DATE">{DayofMonth}.{MonthNumber}.{Year}</a> {/block:date}
  683. </div>
  684.  
  685. <div class="{select:text font}">
  686. <div class="{select:text size}">
  687. {block:Title}
  688.  
  689. <a href="{Permalink}">{Title}</a>
  690.  
  691. {/block:Title}
  692. <div class="txt">
  693. {Body}
  694. </div>
  695. <div class="ttags">
  696. {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}
  697. </div>
  698.  
  699. <div class="ssource">
  700. {block:ContentSource}<a href="{SourceURL}" title="SOURCE" >©</a>{/block:ContentSource}
  701. </div>
  702.  
  703. <div class="vvia">
  704. {block:RebloggedFrom} <a href="{ReblogParentURL}" title="VIA" >✖</a>{/block:RebloggedFrom}
  705. </div>
  706.  
  707. <div class="rreblog">
  708. <a href="{ReblogURL}" title="REBLOG">↻</a>
  709. </div>
  710.  
  711. <div class="nnotes">
  712. {block:NoteCount}<a href="{permalink}" title="NOTES">{NoteCountWithLabel}</a>{/block:NoteCount}
  713. </div>
  714.  
  715. </div></div></div>
  716. <div class="permalink">{block:PostNotes} {PostNotes}{/block:PostNotes} </div>
  717. {/block:Text}
  718.  
  719.  
  720.  
  721.  
  722.  
  723. {block:Photo}
  724. <div class="post">
  725.  
  726. <div class="ddate">
  727. {block:date}<a href="{permalink}" title="DATE">{DayofMonth}.{MonthNumber}.{Year}</a> {/block:date}
  728. </div>
  729.  
  730. <div class="{select:text font}">
  731. <div class="{select:text size}">
  732. <div class="phot">
  733. <img src="{PhotoURL-400}">
  734. </div>
  735. {block:Caption}{block:ifshowcaptions}{Caption}{/block:ifshowcaptions}{/block:Caption}
  736.  
  737. <div class="ttags">
  738. {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}
  739. </div>
  740.  
  741. <div class="ssource">
  742. {block:ContentSource}<a href="{SourceURL}" title="SOURCE" >©</a>{/block:ContentSource}
  743. </div>
  744.  
  745. <div class="vvia">
  746. {block:RebloggedFrom} <a href="{ReblogParentURL}" title="VIA" >✖</a>{/block:RebloggedFrom}
  747. </div>
  748.  
  749. <div class="rreblog">
  750. <a href="{ReblogURL}" title="REBLOG">↻</a>
  751. </div>
  752.  
  753. <div class="nnotes">
  754. {block:NoteCount}<a href="{permalink}" title="NOTES">{NoteCountWithLabel}</a>{/block:NoteCount}
  755. </div>
  756.  
  757. </div></div></div>
  758. <div class="permalink">{block:PostNotes} {PostNotes}{/block:PostNotes} </div>
  759. {/block:Photo}
  760.  
  761.  
  762.  
  763.  
  764. {block:Photoset}
  765. <div class="post">
  766.  
  767. <div class="ddate">
  768. {block:date}<a href="{permalink}" title="DATE">{DayofMonth}.{MonthNumber}.{Year}</a> {/block:date}
  769. </div>
  770.  
  771. <div class="{select:text font}">
  772. <div class="{select:text size}">
  773. {Photoset-400}
  774. {block:Caption}{block:ifshowcaptions}{Caption}{/block:ifshowcaptions}{/block:Caption}
  775.  
  776.  
  777.  
  778. <div class="ttags">
  779. {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}
  780. </div>
  781.  
  782. <div class="ssource">
  783. {block:ContentSource}<a href="{SourceURL}" title="SOURCE" >©</a>{/block:ContentSource}
  784. </div>
  785.  
  786. <div class="vvia">
  787. {block:RebloggedFrom} <a href="{ReblogParentURL}" title="VIA" >✖</a>{/block:RebloggedFrom}
  788. </div>
  789.  
  790. <div class="rreblog">
  791. <a href="{ReblogURL}" title="REBLOG">↻</a>
  792. </div>
  793.  
  794. <div class="nnotes">
  795. {block:NoteCount}<a href="{permalink}" title="NOTES">{NoteCountWithLabel}</a>{/block:NoteCount}
  796. </div>
  797.  
  798. </div></div></div>
  799.  
  800. <div class="permalink">{block:PostNotes} {PostNotes}{/block:PostNotes} </div>
  801.  
  802. {/block:Photoset}
  803.  
  804.  
  805.  
  806.  
  807.  
  808. {block:Quote}
  809. <div class="post">
  810.  
  811. <div class="ddate">
  812. {block:date}<a href="{permalink}" title="DATE">{DayofMonth}.{MonthNumber}.{Year}</a> {/block:date}
  813. </div>
  814.  
  815. <div class="{select:text font}">
  816. <div class="{select:text size}">
  817. {Quote}
  818. {block:Source}<br>&mdash;{Source}{/block:Source}
  819.  
  820.  
  821.  
  822. <div class="ttags">
  823. {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}
  824. </div>
  825.  
  826. <div class="ssource">
  827. {block:ContentSource}<a href="{SourceURL}" title="SOURCE" >©</a>{/block:ContentSource}
  828. </div>
  829.  
  830. <div class="vvia">
  831. {block:RebloggedFrom} <a href="{ReblogParentURL}" title="VIA" >✖</a>{/block:RebloggedFrom}
  832. </div>
  833.  
  834. <div class="rreblog">
  835. <a href="{ReblogURL}" title="REBLOG">↻</a>
  836. </div>
  837.  
  838. <div class="nnotes">
  839. {block:NoteCount}<a href="{permalink}" title="NOTES">{NoteCountWithLabel}</a>{/block:NoteCount}
  840. </div>
  841.  
  842. </div></div></div>
  843. <div class="permalink">{block:PostNotes} {PostNotes}{/block:PostNotes} </div>
  844. {/block:Quote}
  845.  
  846.  
  847.  
  848.  
  849.  
  850. {block:Link}
  851. <div class="post">
  852.  
  853. <div class="ddate">
  854. {block:date}<a href="{permalink}" title="DATE">{DayofMonth}.{MonthNumber}.{Year}</a> {/block:date}
  855. </div>
  856.  
  857. <div class="{select:text font}">
  858. <div class="{select:text size}">
  859. <a href="{URL}" {Target}>{Name}</a>
  860. {block:Description}{Description}{/block:Description}
  861.  
  862. <div class="ttags">
  863. {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}
  864. </div>
  865.  
  866. <div class="ssource">
  867. {block:ContentSource}<a href="{SourceURL}" title="SOURCE" >©</a>{/block:ContentSource}
  868. </div>
  869.  
  870. <div class="vvia">
  871. {block:RebloggedFrom} <a href="{ReblogParentURL}" title="VIA" >✖</a>{/block:RebloggedFrom}
  872. </div>
  873.  
  874. <div class="rreblog">
  875. <a href="{ReblogURL}" title="REBLOG">↻</a>
  876. </div>
  877.  
  878. <div class="nnotes">
  879. {block:NoteCount}<a href="{permalink}" title="NOTES">{NoteCountWithLabel}</a>{/block:NoteCount}
  880. </div>
  881.  
  882. </div></div></div>
  883. <div class="permalink">{block:PostNotes} {PostNotes}{/block:PostNotes} </div>
  884. {/block:Link}
  885.  
  886.  
  887.  
  888.  
  889. {block:Chat}
  890. <div class="post">
  891.  
  892. <div class="ddate">
  893. {block:date}<a href="{permalink}" title="DATE">{DayofMonth}.{MonthNumber}.{Year}</a> {/block:date}
  894. </div>
  895.  
  896. <div class="{select:text font}">
  897. <div class="{select:text size}">
  898. {block:Title}{Title}{/block:Title}
  899. <table>
  900. {block:Lines}
  901. <tr>
  902. <th>{block:Label}{Label}{/block:Label}</th>
  903. <td>{Line}</td>
  904. </tr>
  905. {/block:Lines}
  906. </table>
  907.  
  908. <div class="ttags">
  909. {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}
  910. </div>
  911.  
  912. <div class="ssource">
  913. {block:ContentSource}<a href="{SourceURL}" title="SOURCE" >©</a>{/block:ContentSource}
  914. </div>
  915.  
  916. <div class="vvia">
  917. {block:RebloggedFrom} <a href="{ReblogParentURL}" title="VIA" >✖</a>{/block:RebloggedFrom}
  918. </div>
  919.  
  920. <div class="rreblog">
  921. <a href="{ReblogURL}" title="REBLOG">↻</a>
  922. </div>
  923.  
  924. <div class="nnotes">
  925. {block:NoteCount}<a href="{permalink}" title="NOTES">{NoteCountWithLabel}</a>{/block:NoteCount}
  926. </div>
  927.  
  928. </div></div></div>
  929. <div class="permalink">{block:PostNotes} {PostNotes}{/block:PostNotes} </div>
  930. {/block:Chat}
  931.  
  932.  
  933.  
  934.  
  935.  
  936. {block:Audio}
  937. <div class="post">
  938.  
  939. <div class="ddate">
  940. {block:date}<a href="{permalink}" title="DATE">{DayofMonth}.{MonthNumber}.{Year}</a> {/block:date}
  941. </div>
  942.  
  943. <div class="{select:text font}">
  944. <div class="{select:text size}">
  945.  
  946. {AudioEmbed-400}
  947.  
  948.  
  949. {block:Caption}{block:ifshowcaptions}{Caption}{/block:ifshowcaptions}{/block:Caption}
  950.  
  951. <div class="ttags">
  952. {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}
  953. </div>
  954.  
  955. <div class="ssource">
  956. {block:ContentSource}<a href="{SourceURL}" title="SOURCE" >©</a>{/block:ContentSource}
  957. </div>
  958.  
  959. <div class="vvia">
  960. {block:RebloggedFrom} <a href="{ReblogParentURL}" title="VIA" >✖</a>{/block:RebloggedFrom}
  961. </div>
  962.  
  963. <div class="rreblog">
  964. <a href="{ReblogURL}" title="REBLOG">↻</a>
  965. </div>
  966.  
  967. <div class="nnotes">
  968. {block:NoteCount}<a href="{permalink}" title="NOTES">{NoteCountWithLabel}</a>{/block:NoteCount}
  969. </div>
  970.  
  971. </div></div></div>
  972. <div class="permalink">{block:PostNotes} {PostNotes}{/block:PostNotes} </div>
  973. {/block:Audio}
  974.  
  975.  
  976.  
  977.  
  978.  
  979. {block:Video}
  980. <div class="post">
  981.  
  982. <div class="ddate">
  983. {block:date}<a href="{permalink}" title="DATE">{DayofMonth}.{MonthNumber}.{Year}</a> {/block:date}
  984. </div>
  985.  
  986. <div class="{select:text font}">
  987. <div class="{select:text size}">
  988. {Video-400}
  989. {block:Caption}{block:ifshowcaptions}{Caption}{/block:ifshowcaptions}{/block:Caption}
  990.  
  991.  
  992. <div class="ttags">
  993. {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}
  994. </div>
  995.  
  996. <div class="ssource">
  997. {block:ContentSource}<a href="{SourceURL}" title="SOURCE" >©</a>{/block:ContentSource}
  998. </div>
  999.  
  1000. <div class="vvia">
  1001. {block:RebloggedFrom} <a href="{ReblogParentURL}" title="VIA" >✖</a>{/block:RebloggedFrom}
  1002. </div>
  1003.  
  1004. <div class="rreblog">
  1005. <a href="{ReblogURL}" title="REBLOG">↻</a>
  1006. </div>
  1007.  
  1008. <div class="nnotes">
  1009. {block:NoteCount}<a href="{permalink}" title="NOTES">{NoteCountWithLabel}</a>{/block:NoteCount}
  1010. </div>
  1011.  
  1012. </div></div></div>
  1013. <div class="permalink"> {block:PostNotes} {PostNotes}{/block:PostNotes} </div>
  1014.  
  1015.  
  1016.  
  1017. {/block:Video}
  1018.  
  1019.  
  1020.  
  1021.  
  1022.  
  1023. {block:Answer}
  1024. <div class="post">
  1025.  
  1026. <div class="ddate">
  1027. {block:date}<a href="{permalink}" title="DATE">{DayofMonth}.{MonthNumber}.{Year}</a> {/block:date}
  1028. </div>
  1029.  
  1030. <div class="{select:text font}">
  1031. <div class="{select:text size}">
  1032. <div class="question">
  1033. <span class="asker">{Asker} asked:</span>
  1034. {Question}</div>
  1035.  
  1036. <div class="answer">{Answer}</div>
  1037. <div class="ttags">
  1038. {block:Tags}<a href="{TagURL}">#{Tag} </a>{/block:Tags}
  1039. </div>
  1040.  
  1041. <div class="ssource">
  1042. {block:ContentSource}<a href="{SourceURL}" title="SOURCE" >©</a>{/block:ContentSource}
  1043. </div>
  1044.  
  1045. <div class="vvia">
  1046. {block:RebloggedFrom} <a href="{ReblogParentURL}" title="VIA" >✖</a>{/block:RebloggedFrom}
  1047. </div>
  1048.  
  1049. <div class="rreblog">
  1050. <a href="{ReblogURL}" title="REBLOG">↻</a>
  1051. </div>
  1052.  
  1053. <div class="nnotes">
  1054. {block:NoteCount}<a href="{permalink}" title="NOTES">{NoteCountWithLabel}</a>{/block:NoteCount}
  1055. </div>
  1056. </div></div></div>
  1057.  
  1058. <div class="permalink">{block:PostNotes} {PostNotes}{/block:PostNotes} </div>
  1059. {/block:Answer}
  1060.  
  1061.  
  1062.  
  1063. {/block:Posts}
  1064.  
  1065.  
  1066.  
  1067. </div>
  1068.  
  1069.  
  1070.  
  1071.  
  1072. {block:ifNoInfiniteScrolling}
  1073. {block:pagination}
  1074. <div class="pagenavi2">
  1075. {block:previouspage}<a href="{previouspage}">Previous</a>{/block:previouspage}
  1076. </div>
  1077. <div class="pagenavi">
  1078. {block:nextpage}<a href="{nextpage}">next</a>{/block:nextpage}
  1079. </div>
  1080. {/block:pagination}
  1081. {/block:ifNoInfiniteScrolling}
  1082.  
  1083.  
  1084.  
  1085.  
  1086.  
  1087. </body>
  1088.  
  1089.  
  1090.  
  1091.  
  1092. <div id="02" class="popup_block">
  1093.  
  1094. <Center>
  1095. <div class="desc">{description} </div><br>
  1096. <a href="{text:Link 1 URL}">{text:Link 1}</a>
  1097. <a href="{text:Link 2 URL}">{text:Link 2}</a>
  1098. <a href="{text:Link 3 URL}">{text:Link 3}</a>
  1099. <a href="{text:Link 4 URL}">{text:Link 4}</a>
  1100. <a href="{text:Link 5 URL}">{text:Link 5}</a>
  1101. <a href="{text:Link 6 URL}">{text:Link 6}</a>
  1102. <a href="{text:Link 7 URL}">{text:Link 7}</a>
  1103. <a href="{text:Link 8 URL}">{text:Link 8}</a>
  1104.  
  1105.  
  1106. </center></div>
  1107.  
  1108. </div></div></div></div></div></div></div></div></div></div>
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement