Guest User

taattyyy

a guest
Aug 4th, 2015
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.56 KB | None | 0 0
  1.  
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3.  
  4. <!-- credit @ fractumnexus/thatdamnreno/ingeniius
  5.  
  6. CODE IS MINE
  7.  
  8. don't steal or i'll hunt you down B| -->
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head><title>{title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15.  
  16. <meta name="color:background" content="#ede5f3"/>
  17. <meta name="color:text" content="#000"/>
  18. <meta name="color:description" content="#a1a0a0"/>
  19. <meta name="color:links" content="#999"/>
  20. <meta name="color:link hover" content="#fff" />
  21. <meta name="color:navilink" content="#fff" />
  22. <meta name="color:navilink hover" content="#ccc" />
  23. <meta name="color:bold" content="#ffffff" />
  24. <meta name="color:italic" content="#ffffff" />
  25. <meta name="color:postbg" content="#000000" />
  26. <meta name="color:blockquote" content="#121212" />
  27. <meta name="color:tags" content="#fff"/>
  28. <meta name="color:scroll" content="#fff"/>
  29. <meta name="color:hoverbg" content="#427ea3"/>
  30. <meta name="color:hovercolor" content="#fff"/>
  31. <meta name="image:background" content="/"/>
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43. <script type="text/javascript"
  44. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  45. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  46. <script>
  47. (function($){
  48. $(document).ready(function(){
  49. $("[title]").style_my_tooltips({
  50. tip_follows_cursor:true,
  51. tip_delay_time:200,
  52. tip_fade_speed:300
  53. }
  54. );
  55. });
  56. })(jQuery);
  57. </script>
  58.  
  59.  
  60. <style type="text/css">
  61.  
  62. ::-webkit-scrollbar {height: 3px;width: 3px;}
  63. ::-webkit-scrollbar-thumb {background-color:{color:scroll};}
  64. ::-webkit-scrollbar-track{background-color:transparent;}
  65.  
  66.  
  67.  
  68. @font-face{font-family:"hasteristico"; src: url('http://slutpark-resources.webs.com/hasteristico.ttf');}
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75. body {
  76. background-color:{color:background};
  77. background-image: url('{image:background}');
  78. background-repeat: no-repeat;
  79. background-attachment: fixed;
  80. margin:0px;
  81. color:{color:text};
  82. font-family: calibri;
  83. font-size: 11px;
  84. }
  85.  
  86.  
  87.  
  88. a:link, a:active, a:visited {
  89. letter-spacing: 2px;
  90. font-family: 'hasteristico';
  91. text-decoration: none;
  92. color: {color:links};
  93. -moz-transition-duration:.5s;
  94. -webkit-transition-duration:.5s;
  95. -o-transition-duration:.5s;}
  96.  
  97. a:hover {
  98. letter-spacing:3px;
  99. color: #ccc;
  100. -moz-transition-duration:.5s;
  101. -webkit-transition-duration:.5s;
  102. -o-transition-duration:.5s;}
  103.  
  104. h1 {
  105. font-size: 25px;
  106. letter-spacing: 1px;
  107. text-align: center;
  108. font-family:'hasteristico';
  109. text-transform:uppercase;
  110. }
  111.  
  112.  
  113. blockquote {
  114. padding:2px 7px;
  115. margin:3px 0 3px 10px;
  116. border-left:1px solid #000;
  117. border-radius:5px;
  118. }
  119.  
  120. blockquote img {
  121. max-width:100%;}
  122.  
  123. b, strong {
  124. font-size:14px;
  125. font-weight:bold;
  126. text-transform: uppercase;
  127. color:{color:bold}}
  128.  
  129. i, em {
  130. font-family:'brush';
  131. font-weight:bold;
  132. font-size:14px;
  133. text-shadow: 3px 1px 8px #ccc;
  134. color:#bb0000;}
  135.  
  136.  
  137.  
  138. ol {
  139. list-style:normal;}
  140.  
  141. ul {
  142. list-style:square;}
  143.  
  144. small,sub {
  145. font-size:11px}
  146.  
  147. big {
  148. font-size:14px;}
  149.  
  150.  
  151. .quote {
  152. font:20px cambria;
  153. margin-left:25px;
  154. width:350px;
  155. letter-spacing:-1px;
  156. font-weight:bold;
  157. font-style:italic;
  158. color:{color:text};
  159. }
  160.  
  161. .source {
  162. text-align: right;
  163. font-size: 10px;
  164. letter-spacing: 2px;
  165.  
  166. }
  167.  
  168.  
  169.  
  170. img {
  171. -webkit-filter:grayscale(100%);
  172. -webkit-transition: all 0.9s ease-in-out;
  173. -moz-transition: all 0.9s ease-in-out;
  174. -o-transition: all 0.9s ease-in-out;
  175. -ms-transition: all 0.9s ease-in-out;
  176. transition: all 0.9s ease-in-out;}
  177.  
  178. img:hover {
  179. -webkit-filter:none;}
  180.  
  181. .html_photoset {
  182. -webkit-filter: grayscale(100%);
  183. -webkit-transition: all 0.9s ease-in-out;
  184. -moz-transition: all 0.9s ease-in-out;
  185. -o-transition: all 0.9s ease-in-out;
  186. -ms-transition: all 0.9s ease-in-out;
  187. transition: all 0.9s ease-in-out;}
  188.  
  189. .html_photoset:hover {
  190. -webkit-filter: none;}
  191.  
  192.  
  193.  
  194. #container {
  195. background-color:transparent;
  196. width:300px;
  197. height:197px;
  198. padding: 20px;
  199. top:182px;
  200. margin-left: 335px;
  201. position:relative;
  202. overflow-y:scroll;
  203. overflow-x:hidden;
  204. }
  205.  
  206. #margin {margin-bottom:30px;}
  207.  
  208. #title {
  209. font-size:14px;
  210. margin-bottom:3px;
  211. padding-top:5px;
  212. font-weight:bold;
  213. font-family:times;
  214. letter-spacing:1px;
  215. }
  216.  
  217. #links {
  218. margin-left: 540px;
  219. margin-top: -330px;
  220. width: 170px;
  221. font-size: 40px;
  222. text-align: center;
  223. }
  224.  
  225. #links a{
  226. color: {color:navilink};
  227. }
  228.  
  229. #links a:hover{
  230. color: {color:navilink hover};
  231. }
  232.  
  233. #homet {
  234. font-size:58px;
  235. margin-left:270px;
  236. width:100px;
  237. margin-top:170px;
  238. letter-spacing:2px;
  239. }
  240.  
  241. #homet a {color:transparent;
  242. border:none;}
  243. #homet a:hover {color:transparent;}
  244.  
  245.  
  246.  
  247. #pagination {
  248. position:fixed;
  249. top:440px;
  250. left:440px;
  251. width: 175px;
  252. line-height: 21px;
  253. text-align: center;
  254. margin-top: 10px;
  255. letter-spacing:1px;
  256. text-transform: lowercase;
  257. }
  258.  
  259. #posts {
  260. width:270px;
  261. padding:10px;
  262. margin-left:10px;
  263. }
  264.  
  265. .audio {
  266. width:250px;
  267. padding-bottom:10px;
  268. background-color:transparent;
  269. }
  270.  
  271. .albumart {
  272. float:left;
  273. padding:0px 10px 10px 0px;}
  274.  
  275. .albumart img {
  276. width:65px;
  277. height:65px;}
  278.  
  279. .playercontainer {
  280. text-align:left;
  281. padding:10px;
  282. background-color: transparent;
  283. width:250px;}
  284.  
  285. .audioinfo {
  286. padding:10px;
  287. color:{color:text};}
  288. #question {
  289. padding: 5px;
  290. background-color: {color:italic};
  291. line-height: 150%;
  292. }
  293.  
  294. #question img {
  295. max-width: 30px;
  296. padding:2px;
  297.  
  298. }
  299.  
  300. #question a {
  301. font:23px cambria;
  302. font-style:italic;
  303. letter-spacing:-2px;
  304. font-weight:bold;
  305. text-transform:lowercase;
  306. text-decoration: none;
  307. }
  308.  
  309.  
  310. #answer {
  311. text-align:left;
  312. padding:10px;
  313. color:{color:text};
  314. }
  315.  
  316. #info {
  317. text-align:center;
  318. padding-left: 8px;
  319. margin-top:8px;
  320. text-transform:lowercase;
  321. font-size:15px;
  322. }
  323.  
  324.  
  325.  
  326. #info a {
  327. color:{color:tags};}
  328.  
  329. #info a:hover {
  330. color:{color:text};}
  331.  
  332. #tags {
  333. color:{color:tags};
  334. margin-bottom:10px;
  335. text-align:center;
  336. line-height:10px;
  337. text-transform:lowercase;
  338. font-size: 10px;
  339. font-family: calibri;
  340. }
  341.  
  342.  
  343.  
  344. #tags a {
  345. color:{color:tags};
  346. font-family: calibri;
  347. }
  348.  
  349. #tags a:hover {
  350. color:{color:text};}
  351.  
  352. .note {
  353. text-transform:uppercase;
  354. font-style:normal;
  355. letter-spacing:0px;
  356. font-size: 10px;
  357. text-align:right;
  358. line-height:90%;
  359. margin-left:-40px;}
  360.  
  361. .note li {
  362. list-style-type:none;
  363. border-bottom:1px solid;
  364. padding:10px 25px 10px 25px;
  365. text-align:right;
  366. margin:0px;
  367. -moz-transition-duration:0.5s;
  368. -webkit-transition-duration:0.5s;
  369. -o-transition-duration:0.5s;}
  370.  
  371. .note img.avatar {
  372. margin-right: 10px;
  373. width: 16px;
  374. height: 16px;}
  375.  
  376.  
  377.  
  378.  
  379.  
  380.  
  381.  
  382. #s-m-t-tooltip{
  383. max-width:300px;
  384. margin:15px;
  385. padding:5px;
  386. background:{color:hoverbg};
  387. border: #fff 1px solid;
  388. color:{color:hovercolor};
  389. z-index:999999;
  390. font-size:9px;
  391. letter-spacing:4px;
  392. font-family: calibri;
  393. text-transform:uppercase;
  394. }
  395.  
  396.  
  397.  
  398.  
  399.  
  400.  
  401.  
  402. /*POP UP & NAVI*/
  403.  
  404.  
  405.  
  406. #fade {
  407. display: none;
  408. background: #000;
  409. position: fixed;
  410. left: 0;
  411. top: 0;
  412. width: 100%;
  413. height: 100%;
  414. opacity: .50;
  415. }
  416.  
  417.  
  418.  
  419. .popup_block{
  420. display: none;
  421. position: fixed;
  422. padding:10px;
  423. top:50%;
  424. left:50%;
  425. z-index: 9999;
  426. height: auto;
  427. color: #000;
  428. -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  429. -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  430. overflow-x: hidden;
  431. overflow-y: scroll;
  432. font-size:13px;
  433. text-shadow: 3px 3px 5px #fff;
  434.  
  435. }
  436.  
  437.  
  438.  
  439.  
  440. img.btn_close {
  441. float: right;
  442.  
  443. }
  444.  
  445. *html #fade {
  446. position: absolute;
  447. }
  448.  
  449. *html .popup_block {
  450. position: absolute;
  451. }
  452.  
  453.  
  454.  
  455.  
  456.  
  457. {CustomCSS}
  458.  
  459.  
  460. /* navi page css */
  461.  
  462. #header {
  463. width:650px;
  464. margin:auto;
  465. text-align:right;
  466. font-family: 'hasteristico';
  467. color:#fff; /* CHANGE - text color of header */
  468. text-shadow: 1px 1px 5px #999;
  469. margin-top:25px;
  470. font-size:55px;
  471. letter-spacing:-1px;
  472. border:2px solid #c10a0a; /* CHANGE - border color of header */
  473. padding:10px 0 10px 0;
  474. }
  475.  
  476. #headerlinks {
  477. float:right;
  478. padding-left:10px;
  479. padding-right:10px;
  480. }
  481.  
  482. .toplink {
  483. width:12px;
  484. height:12px;
  485. border:2px solid #c10a0a; /* CHANGE - color of the box links in header */
  486. background-color:#c10a0a; /* CHANGE - color of the box links in header */
  487. margin:5px;
  488. -webkit-transition:0.5s;
  489. -moz-transition:0.5s;
  490. -ms-transition:0.5s;
  491. -o-transition:0.5s;
  492. transition:0.5s;
  493. }
  494.  
  495. .toplink:hover {
  496. background-color:transparent;
  497. }
  498.  
  499. #main {
  500. width:650px;
  501. margin-left:auto;
  502. margin-right:auto;
  503. margin-top:10px;
  504. }
  505.  
  506. .thing {
  507. width:200px;
  508. height:38px;
  509. overflow:hidden;
  510. margin:5px;
  511. display:inline-block;
  512. vertical-align:top;
  513. -webkit-transition:0.5s;
  514. -moz-transition:0.5s;
  515. -ms-transition:0.5s;
  516. -o-transition:0.5s;
  517. transition:0.5s;
  518. }
  519.  
  520. .thingclick {
  521. height:225px;
  522. overflow:hidden;
  523. }
  524.  
  525. .thingclick .mainlink {
  526. letter-spacing:3px!important;
  527. }
  528.  
  529. .mainlink {
  530. background-color:#000; /* CHANGE - background color of the section titles of a group of tags */
  531. border-bottom: 1px solid #c10a0a;
  532. text-transform:uppercase;
  533. color:#fff; /* CHANGE - text color of the section titles of a group of tags */
  534. width:200px;
  535. padding-top:10px;
  536. padding-bottom:10px;
  537. display:inline-block;
  538. text-align:center;
  539. letter-spacing:-1px;
  540. -webkit-transition:0.5s;
  541. -moz-transition:0.5s;
  542. -ms-transition:0.5s;
  543. -o-transition:0.5s;
  544. transition:0.5s;
  545. }
  546.  
  547. .mainlink:hover {
  548. cursor:help;
  549. letter-spacing:3px;
  550. }
  551.  
  552. .rest {
  553. padding-bottom:5px;
  554. height:185px;
  555. overflow-y:auto;
  556. overflow-x:hidden;
  557. font-size:13px;
  558. }
  559.  
  560. .rest a {
  561. width:192px;
  562. display:block;
  563. text-align:center;
  564. padding-top:5px;
  565. height:20px;
  566. border-bottom:1px solid #c10a0a; /* CHANGE - bottom border color of a tag */
  567. letter-spacing:1px;
  568. text-transform:uppercase;
  569. color:#000; /* CHANGE - text color of a tag */
  570. background-color:transparent; /* CHANGE - background color of a tag */
  571. }
  572.  
  573. .rest a:hover {
  574. background-color:#fff; /* CHANGE - background color of a tag on hover */
  575. color:#000; /* CHANGE - text color of a tag on hover */
  576. border-bottom:1px solid #000;
  577. letter-spacing:5px;
  578. opacity:.5;
  579. }
  580.  
  581.  
  582.  
  583.  
  584.  
  585.  
  586.  
  587.  
  588. /*UPDATE TABS*/
  589.  
  590. #candywrapper {/*the container for all 3 boxes (this is why the other boxes get pushed down when you hover one of them)*/
  591. position:fixed;
  592. width:130px;
  593. top:10px;
  594. left:10px;
  595. z-index:9999999999999999;
  596. -webkit-transition: all 0.5s ease-in-out;
  597. -moz-transition: all 0.5s ease-in-out;
  598. -o-transition: all 0.5s ease-in-out;
  599. }
  600.  
  601. /* tutorial by bangjensen.tumblr.com and inspired by thisis-mydesign (please leave this note!)
  602. if you only want one updates tab, erase anything that says #tab2 or #tab3; for instance, on the line that says #tab1, #tab2, #tab3 { change it to just #tab1 { */
  603.  
  604.  
  605. #tab2, #tab1, #tab3 {
  606. margin-bottom:5px;/*space between the tabs*/
  607. }
  608.  
  609. #tab1:hover #titletab, #tab2:hover #titletab, #tab3:hover #titletab {
  610. margin-left:100px;/*how far the title moves after you hover*/
  611. letter-spacing:1px;
  612. -webkit-transition: all 0.5s ease-in-out;
  613. -moz-transition: all 0.5s ease-in-out;
  614. -o-transition: all 0.5s ease-in-out;
  615. }
  616.  
  617. #titletab:after{/*the top border (the one that extends first)*/
  618. content:'';
  619. position:fixed;
  620. width:0px;
  621. height:1px;
  622. margin-top:5px;
  623. left:15px;
  624. background:#fff;/*color of the border*/
  625. -webkit-transition: all 0.5s ease-in-out;
  626. -moz-transition: all 0.5s ease-in-out;
  627. -o-transition: all 0.5s ease-in-out;
  628. }
  629.  
  630. #tab1:hover #titletab:after, #tab2:hover #titletab:after, #tab3:hover #titletab:after{
  631. width:90px;/*width of top line after hover*/
  632. -webkit-transition: all 0.5s ease-in-out;
  633. -moz-transition: all 0.5s ease-in-out;
  634. -o-transition: all 0.5s ease-in-out;
  635. }
  636.  
  637. #titletab:before {
  638. z-index:999999999999;
  639. content:'';
  640. position:fixed;
  641. width:20px;/*width of lil box*/
  642. height:8px;/*height of lil box*/
  643. margin-top:1px;
  644. left:10px;
  645. background:#fff;/*color of the lil box*/
  646. border:1px solid #fff;/*border color of the lil box*/
  647. -webkit-transition: all 0.5s ease-in-out;
  648. -moz-transition: all 0.5s ease-in-out;
  649. -o-transition: all 0.5s ease-in-out;
  650. }
  651.  
  652. #tab1:hover #titletab:before, #tab2:hover #titletab:before, #tab3:hover #titletab:before {
  653. background:#fff;/*background color of the lil box after hover*/
  654. border:1px solid #999;/*border color of the lil box after hover*/
  655. -webkit-transition: all 0.5s ease-in-out;
  656. -moz-transition: all 0.5s ease-in-out;
  657. -o-transition: all 0.5s ease-in-out;
  658. }
  659.  
  660. #in {/*here, you can style the text on the inside as well as the color of the second border*/
  661. font-size:10px;/*font size*/
  662. font-family:calibri;/*font; can be arial, baskerville, whatever*/
  663. padding:0px 10px;
  664. height:0px;
  665. width:110px;
  666. margin-top:-2px;
  667. margin-left:5px;
  668. border-left:1px solid #ccc;/*color of the second border; just change #999 to whatever color you want (pick one at colorpicker.com)*/
  669. color:transparent;
  670. overflow:hidden;
  671. -webkit-transition: all 0.5s ease-in-out;
  672. -moz-transition: all 0.5s ease-in-out;
  673. -o-transition: all 0.5s ease-in-out;
  674. }
  675.  
  676. #tab1:hover #in, #tab3:hover #in, #tab2:hover #in{
  677. color:#fff;/*color of the text on the inside*/
  678. height:95px;/*height of border/text after hovering; if your text doesn't fit in the box, make this bigger*/
  679. padding:10px;
  680. margin-top:-9px;
  681. -webkit-transition: all 0.5s ease-in-out;
  682. -moz-transition: all 0.5s ease-in-out;
  683. -o-transition: all 0.5s ease-in-out;
  684. transition-delay: 0.4s;/*this and the line below are how long you wait before the second line starts to extend down */
  685. -webkit-transition-delay: 0.4s;
  686. }
  687.  
  688.  
  689. </style>
  690.  
  691.  
  692.  
  693.  
  694.  
  695.  
  696. <script type="text/javascript"
  697. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  698.  
  699.  
  700.  
  701.  
  702.  
  703.  
  704. <!-- click effect script -->
  705.  
  706.  
  707. <script>
  708. $(document).ready(function(){
  709. $(".thing").click(function(){
  710. $(this).toggleClass("thingclick");
  711. });
  712. });
  713. </script>
  714.  
  715. <script>
  716.  
  717.  
  718.  
  719. $(document).ready(function() {
  720.  
  721. //
  722.  
  723.  
  724.  
  725. //When you click on a link with class of poplight and the href starts with a #
  726.  
  727. $('a.poplight[href^=#]').click(function() {
  728.  
  729. var popID = $(this).attr('rel'); //Get Popup Name
  730.  
  731. var popURL = $(this).attr('href'); //Get Popup href to define size
  732.  
  733.  
  734.  
  735. //Pull Query & Variables from href URL
  736.  
  737. var query= popURL.split('?');
  738.  
  739. var dim= query[1].split('&');
  740.  
  741. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  742.  
  743.  
  744.  
  745. //Fade in the Popup and add close button
  746.  
  747. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://i.imgur.com/IMo1i.png" class="btn_close" title="Close Window" alt="Close" /></a>');
  748.  
  749.  
  750. //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
  751.  
  752. var popMargTop = ($('#' + popID).height() + 80) / 2;
  753.  
  754. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  755.  
  756.  
  757.  
  758. //Apply Margin to Popup
  759.  
  760. $('#' + popID).css({
  761.  
  762. 'margin-top' : -popMargTop,
  763.  
  764. 'margin-left' : -popMargLeft
  765.  
  766. });
  767.  
  768.  
  769.  
  770. //Fade in Background
  771.  
  772. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  773.  
  774. $('#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
  775.  
  776.  
  777.  
  778. return false;
  779.  
  780. });
  781.  
  782.  
  783.  
  784. //Close Popups and Fade Layer
  785.  
  786. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  787.  
  788. $('#fade , .popup_block').fadeOut(function() {
  789.  
  790. $('#fade, a.close').remove(); //fade them both out
  791.  
  792. });
  793.  
  794. return false;
  795.  
  796. });
  797.  
  798.  
  799.  
  800.  
  801. });
  802.  
  803.  
  804.  
  805.  
  806.  
  807.  
  808.  
  809.  
  810. </script>
  811.  
  812.  
  813.  
  814.  
  815. </head>
  816. <body>
  817.  
  818.  
  819.  
  820.  
  821.  
  822.  
  823.  
  824.  
  825.  
  826.  
  827. <div id="container">
  828.  
  829. <div id="posts">
  830. {block:Posts}
  831.  
  832.  
  833.  
  834.  
  835.  
  836. <h1>{block:Title}<a href="{permalink}">{Title}</a>{/block:Title}</h1>
  837. {block:Text}{Body}{/block:Text}
  838.  
  839.  
  840.  
  841.  
  842. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  843.  
  844. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  845.  
  846. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-250}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  847. {block:Photoset}<center>{Photoset-250}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  848.  
  849. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  850.  
  851. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  852.  
  853. {block:Answer}
  854. <div id="question">
  855.  
  856. <table><tr><td style="width: 50px;"><img src="{AskerPortraitURL-40}"></td><td style="width: 355px;"><div style="margin-top:-5px;"><i>{Asker}</i> <b>;</b>&nbsp;&nbsp; <div style="font-size:11px;margin-top: 0px;padding-left:10px;">{Question}</div></div></td>
  857. </tr></table>
  858.  
  859.  
  860.  
  861. </div>
  862. {Answer}
  863. {/block:Answer}
  864.  
  865. {block:Quote}
  866. <div style="font-size:34px;margin-left:15px;font-weight:bold;opacity:.5;color:{color:italic}">❝</div>
  867. <div style="margin-top:-29px;" class="quote">{Quote}
  868. {block:Source}<div class="source">&mdash;{Source}</div>{/block:Source}
  869. </div>
  870. {/block:Quote}
  871.  
  872. {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  873. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  874. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  875. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  876. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  877.  
  878.  
  879.  
  880. {block:Date}
  881. <div id="margin">
  882. <div id="info">
  883. <a href="{Permalink}" title="{NoteCountwithLabel} • {TimeAgo}">•</a>
  884.  
  885.  
  886. {block:RebloggedFrom}
  887. <a href="{ReblogParentURL}" title="via {ReblogParentName}">•</a>
  888. {/block:RebloggedFrom}
  889.  
  890. {block:ContentSource}
  891. <a href="{SourceURL}" title="originally from {SourceTitle}">•</a>
  892. {/block:ContentSource}
  893.  
  894. <a href="{ReblogURL}" target="_blank" title="reblog">•</a></div>{/block:Date}
  895.  
  896. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  897. {/block:indexpage}
  898.  
  899. </div>
  900.  
  901. {block:PostNotes}<div id="note">{PostNotes}</div>{/block:PostNotes}
  902. {/block:Posts}
  903.  
  904.  
  905. {/block:Posts}</div></div>
  906.  
  907.  
  908. <div id="pagination"><big><big>
  909. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">← </a> {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">→</a>{/block:NextPage}{/block:Pagination}</big></big>
  910. </div>
  911.  
  912.  
  913.  
  914.  
  915. <div id="homet"><a href="/" title="home">kiiryoku</a></div>
  916.  
  917.  
  918. <div id="links">
  919.  
  920. <a href="#?w=500" rel="ask" class="poplight" title="ask">•</a>
  921. <a href="#?w=650" rel="popup_name" class="poplight" title="navigation">•</a>
  922. <a href="/v" title="verses">•</a>
  923. <a href="/a" title="dossier">•</a>
  924.  
  925. </div>
  926.  
  927.  
  928.  
  929.  
  930.  
  931. </div> </div> </div> </div>
  932.  
  933.  
  934.  
  935. <!-- start of updates boxes -->
  936. <div id="candywrapper">
  937. <!-- tutorial by bangjensen.tumblr.com! -->
  938.  
  939. <!-- start of first updates box -->
  940. <div id="tab1">
  941.  
  942. <div id="titletab">title</div>
  943.  
  944. <div id="in">
  945. <center>
  946.  
  947. anything here
  948.  
  949. </center>
  950.  
  951.  
  952. </div>
  953. </div>
  954. <!--end of first updates box-->
  955.  
  956. <!-- start of second updates box -->
  957. <div id="tab2">
  958.  
  959. <div id="titletab">title</div>
  960.  
  961. <div id="in">
  962. <center>
  963.  
  964. anything here
  965.  
  966. </center>
  967. </div>
  968. </div>
  969. <!-- end of second updates box -->
  970.  
  971. <!-- start of third updates box -->
  972. <div id="tab3">
  973.  
  974. <div id="titletab">title</div>
  975.  
  976. <div id="in">
  977. <center>
  978. whatever you want here
  979. </center>
  980. </div>
  981. </div> <!-- end of third updates box -->
  982.  
  983. </div>
  984. <!-- end of updates boxes -->
  985.  
  986.  
  987.  
  988.  
  989.  
  990.  
  991. <!-- navigation popup menu -->
  992.  
  993. <div id="popup_name" class="popup_block">
  994.  
  995.  
  996. <div id="header">
  997. navigation
  998. <div id="headerlinks">
  999.  
  1000. <a title="credit" href="http://primrosetylers.tumblr.com"><div class="toplink"></div></a>
  1001. </div>
  1002. </div>
  1003.  
  1004. <div id="main">
  1005.  
  1006. <!-- IF YOU WANT TO MAKE MORE SECTIONS, COPY AND PASTE WHAT GOES BETWEEN HERE -->
  1007. <div class="thing">
  1008. <div class="mainlink">title</div>
  1009. </a>
  1010. <div class="rest">
  1011. <a href="/tagged/">tag</a>
  1012. <a href="/tagged/">tag</a>
  1013. <a href="/tagged/">tag</a>
  1014. <a href="/tagged/">tag</a>
  1015.  
  1016.  
  1017. </div>
  1018. </div>
  1019.  
  1020. <!-- IF YOU WANT TO MAKE MORE SECTIONS, COPY AND PASTE WHAT GOES BETWEEN HERE -->
  1021.  
  1022. <div class="thing">
  1023. <a title="click">
  1024. <div class="mainlink">title</div>
  1025. </a>
  1026. <div class="rest">
  1027. <a href="/tagged/">tag</a>
  1028. <a href="/tagged/">tag</a>
  1029. <a href="/tagged/">tag</a>
  1030. <a href="/tagged/">tag</a>
  1031. </div>
  1032. </div>
  1033.  
  1034. <!-- IF YOU WANT TO MAKE MORE SECTIONS, COPY AND PASTE WHAT GOES BETWEEN HERE -->
  1035.  
  1036. <div class="thing">
  1037. <a title="click">
  1038. <div class="mainlink">title</div>
  1039. </a>
  1040. <div class="rest">
  1041. <a href="/tagged/">tag</a>
  1042. <a href="/tagged/">tag</a>
  1043. <a href="/tagged/">tag</a>
  1044. <a href="/tagged/">tag</a>
  1045. </div>
  1046. </div>
  1047.  
  1048.  
  1049.  
  1050. </div>
  1051.  
  1052.  
  1053.  
  1054.  
  1055. </div>
  1056.  
  1057.  
  1058.  
  1059. <!-- popup submit -->
  1060.  
  1061. <div id="07" class="popup_block">
  1062.  
  1063. <iframe frameborder="0" scrolling="yes" width="100%" height="300" src="https://www.tumblr.com/submit_form/thatdamnreno.tumblr.com" style="background-color:transparent; overflow:hidden;" id="submit_form"></iframe>
  1064. </div>
  1065.  
  1066.  
  1067.  
  1068.  
  1069.  
  1070. <!-- popup ask -->
  1071.  
  1072.  
  1073. <div id="ask" class="popup_block">
  1074. <iframe frameborder="0" scrolling="yes" width="100%" height="275" src="https://www.tumblr.com/ask_form/kiiryoku.tumblr.com" id="ask_form"></iframe>
  1075.  
  1076.  
  1077. </div> </div> </div> </div>
  1078.  
  1079.  
  1080.  
  1081.  
  1082.  
  1083.  
  1084.  
  1085.  
  1086. <!-- rules -->
  1087.  
  1088. <div id="rules" class="popup_block">
  1089.  
  1090.  
  1091. <center>
  1092.  
  1093.  
  1094.  
  1095. </center>
  1096.  
  1097.  
  1098.  
  1099.  
  1100. </div>
  1101. </div>
  1102.  
  1103.  
  1104. </body></html>
Add Comment
Please, Sign In to add comment