Advertisement
rasperries

kohaku

Jul 22nd, 2014
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.86 KB | None | 0 0
  1. <!--
  2.  
  3. theme by septim
  4.  
  5.  
  6. -->
  7.  
  8.  
  9. <!DOCTYPE html>
  10. <head>
  11.  
  12. <title>{Title}</title>
  13.  
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18. <!--Default Variables-->
  19.  
  20. <meta name="color:Background" content="#ffffff"/>
  21. <meta name="color:Text" content="#cccccc"/>
  22. <meta name="color:Link" content="#a7a7a7"/>
  23. <meta name="color:Title"content="#070707"/>
  24. <meta name="color:Blog title"content="#aaaaaa"/>
  25. <meta name="color:Scrollbar" content="#d5d5d5" />
  26. <meta name="color:Link hover" content="#eeeeee"/>
  27. <meta name="color:Accent One" content="#f8f8f8"/>
  28. <meta name="color:Accent Two" content="#fafafa"/>
  29. <meta name="color:Borders" content="#eeeeee"/>
  30. <meta name="color:Posts" content="#ffffff"/>
  31. <meta name="color:Header" content="#ffffff"/>
  32. <meta name="color:Header Links color" content="#ffffff"/>
  33. <meta name="color:Header Links" content="#aaaaaa"/>
  34.  
  35. <meta name="text:Space Between Header and Posts" content="150"/>
  36. <meta name="text:Post Spacing" content="50"/>
  37.  
  38. <meta name="text:Link 1 URL" content="" />
  39. <meta name="text:Link 1" content="" />
  40. <meta name="text:Link 2 URL" content="" />
  41. <meta name="text:Link 2" content="" />
  42. <meta name="text:Link 3 URL" content="" />
  43. <meta name="text:Link 3" content="" />
  44. <meta name="text:Link 4 URL" content="" />
  45. <meta name="text:Link 4" content="" />
  46. <meta name="text:Link 5 URL" content="" />
  47. <meta name="text:Link 5" content="" />
  48. <meta name="text:Link 6 URL" content="" />
  49. <meta name="text:Link 6" content="" />
  50.  
  51. <meta name="text:billy code" content="embed info here"/>
  52.  
  53. <meta name="image:Background image" content=""/>
  54. <meta name="image:Avatar image" content=""/>
  55. <meta name="image:Sidebar image" content=""/>
  56. <meta name="if:Show captions" content="1"/>
  57. <meta name="if:Stretch background" content="0"/>
  58. <meta name="if:Show Avatar Image" content="1"/>
  59. <meta name="if:Post Border Radius" content="1"/>
  60.  
  61. <meta name="if:Music Player" content="0"/>
  62.  
  63. <!--jquery-->
  64. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  65. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  66. <script>
  67.  
  68. (function($){
  69.  
  70. $(document).ready(function(){
  71.  
  72. $("a[title]").style_my_tooltips({
  73.  
  74. tip_follows_cursor:true,
  75.  
  76. tip_delay_time:30,
  77.  
  78. tip_fade_speed:300,
  79.  
  80. attribute:"title"
  81.  
  82. });
  83.  
  84. });
  85.  
  86. })(jQuery);
  87.  
  88. </script>
  89.  
  90. <script src="http://code.jquery.com/jquery-2.1.0.min.js"></script>
  91. <script>
  92. $(function(){
  93. var shrinkHeader = 50;
  94. $(window).scroll(function() {
  95. var scroll = getCurrentScroll();
  96. if ( scroll >= shrinkHeader ) {
  97. $('#meat').addClass('fade');
  98. }
  99. else {
  100. $('#meat').removeClass('fade');
  101. }
  102. });
  103. function getCurrentScroll() {
  104. return window.pageYOffset;
  105. }
  106. });
  107. </script>
  108.  
  109.  
  110. <script type="text/javascript" src="http://static.tumblr.com/fki2yxd/XtUmn1zq3/jquery.sticky.js"></script>
  111. <script>
  112. $(window).load(function(){
  113. $("#headers").sticky({ topSpacing: 0 });
  114. });
  115. </script>
  116. {block:indexpage}
  117. <script type="text/javascript">
  118. jQuery(document).ready(function() {
  119. jQuery(".tags").hide();
  120. //toggle the componenet with class msg_body
  121. jQuery(".up").click(function()
  122. {
  123. jQuery(this).next(".tags").slideToggle("600");
  124. });});
  125. </script>
  126. {/block:indexpage}
  127.  
  128. <script>
  129. $(document).ready(function() {
  130. $(".same").click(function() {
  131. $("#standardlinks").fadeToggle(400);
  132. $("#kink").fadeToggle(400);
  133. $("#meat").show(400);
  134. });
  135. $("#links").mouseenter(function() {
  136. $("#ent").fadeTo(300, 0.5);
  137. });
  138. $("#headers").mouseleave(function() {
  139. $("#ent").fadeTo(300, 1);
  140. });
  141. $(".t").click(function() {
  142. $(".pagenotes ol").slideToggle(300);
  143. });
  144. });
  145. </script>
  146.  
  147. <style type="text/css">
  148. html, body, ul, ol, li, form, fieldset, legend{
  149. margin: 0;
  150. padding: 0;
  151. }
  152.  
  153. #tumblr_controls {
  154. -webkit-filter: invert(100%);
  155. z-index: 99;
  156. opacity: 0.3;
  157. }
  158.  
  159. #s-m-t-tooltip{
  160. font-size:8px;
  161. position:absolute;
  162. margin-top: 15px;
  163. margin-left:10px;
  164. letter-spacing:2px;
  165. z-index:9999;
  166. font-family:consolas;
  167. background:{color:accent two};
  168. border-bottom:1px solid {color:borders};
  169. text-transform:uppercase;
  170. padding:2px 5px 0px 5px;
  171. }
  172.  
  173. /*scrollbar*/
  174. ::-webkit-scrollbar{height: 5px;
  175. width:7px;
  176. -webkit-border-radius: 0px;
  177. background-color:{color:background};}
  178. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};
  179. border:3px solid {color:background};
  180. }
  181. ::-webkit-scrollbar-track{background-color:{color:background};}
  182.  
  183. body {
  184. background:{color:background} url('{image:background image}') center center fixed repeat;
  185. {block:ifstretchbackground}
  186. -webkit-background-size: cover;
  187. -moz-background-size: cover;
  188. -o-background-size: cover;
  189. background-size: cover;
  190. {/block:ifstretchbackground}
  191. color:{color:text};
  192. font-family:helvetica;
  193. font-size:9px;
  194. font-weight:lighter;
  195. text-align:justify;
  196. margin:0;
  197. line-height:150%;}
  198.  
  199. a {
  200. color:{color:link};
  201. text-decoration:none;
  202. -webkit-transition:all 0.6s;
  203. -moz-transition:all 0.6s;
  204. -ms-transition:all 0.6s;
  205. -o-transition:all 0.6s;
  206. transition:all 0.6s;
  207. }
  208.  
  209. a:hover {
  210. color:{color:link hover};
  211. -webkit-transition:all 0.6s;
  212. -moz-transition:all 0.6s;
  213. -ms-transition:all 0.6s;
  214. -o-transition:all 0.6s;
  215. transition:all 0.6s; }
  216.  
  217. /*main structure*/
  218. .caption blockquote {
  219. margin:5px 10px;
  220. }
  221. blockquote {
  222. margin:10px 15px 10px 15px;
  223. border-left:1px solid {color:borders};
  224. padding-left: 14px;
  225. }
  226.  
  227.  
  228. p:first-child {margin-top:0!important;}
  229. p:last-child {margin-bottom:0!important;}
  230.  
  231.  
  232. /*header*/
  233. #h {margin-top:50px;}
  234. #headers {
  235. width:400px;
  236. z-index:999;
  237. }
  238.  
  239.  
  240.  
  241. #links {padding-bottom:10px;
  242. text-align:left;
  243. padding-top:10px;
  244. }
  245.  
  246.  
  247.  
  248. #links a {font-size:9px;
  249. letter-spacing:2px;
  250. padding:2px 4px;
  251. margin:0;
  252. font-family:consolas;
  253. text-transform:uppercase;
  254. border-radius:px;
  255. color:{color:header links color};
  256. background:{color:header links};
  257. border:1px solid {color:header links};
  258. }
  259.  
  260. #links a:hover {background:{color:accent one};
  261. border:1px solid {color:accent one};
  262. color:{color:link header links color};
  263. }
  264.  
  265. #blogt {color:{color:header links color};
  266. border:1px solid {color:blog title}!important;
  267. background:{color:blog title}!important;}
  268. #blogt:hover {color:{color:header links color}!important;
  269. }
  270.  
  271. #music {display:inline-block;
  272. width:20px;
  273. overflow:hidden;
  274. background:{color:header links};
  275. border-radius:px;
  276. margin-bottom:-5px;
  277. height:13px;
  278. cursor:pointer;
  279. border:1px solid {color:header links};
  280. -webkit-transition:all 0.6s;
  281. -moz-transition:all 0.6s;
  282. -ms-transition:all 0.6s;
  283. -o-transition:all 0.6s;
  284. transition:all 0.6s;
  285.  
  286. }
  287.  
  288. #yeah1 img {width:10px;
  289. margin-left:5px;
  290. margin-top:2px;
  291. }
  292.  
  293. #music:hover #yeah1 {margin-top:-18px;
  294. -webkit-transition:all 0.6s;
  295. -moz-transition:all 0.6s;
  296. -ms-transition:all 0.6s;
  297. -o-transition:all 0.6s;
  298. transition:all 0.6s;
  299.  
  300. }
  301. #music:hover {background:{color:accent one};
  302. border:1px solid {color:accent one};}
  303. #yeah {margin-left:-20px;margin-top:10px;
  304. }
  305. .same {cursor:pointer;}
  306. #standardlinks {
  307. font-size:8px;
  308. font-family:consolas;
  309. letter-spacing:2px;
  310. text-transform:uppercase;
  311. padding:10px;
  312. width:380px;
  313. left:0px;
  314. height:60px;
  315. position:absolute;
  316. display:none;
  317. z-index:99;
  318. }
  319.  
  320. #rows {background:{color:header};
  321. width:295px;height:70px;
  322. padding-top:10px;
  323. margin-top:-10px;
  324. margin-left:85px;
  325. padding-left:10px;
  326. border-radius:px;
  327. }
  328.  
  329. .row {display:block;
  330. width:270px;
  331. margin-left:7px;
  332. text-align:left;
  333. }
  334.  
  335. .close {position:absolute;
  336. left:0px;
  337. top:0;
  338. opacity:0.7;
  339. height:20px;
  340. line-height:20px;
  341. text-align:center;
  342. z-index:999;
  343. width:20px;
  344. padding:30px;
  345. border-radius:px;
  346. font-size:10px;
  347. background:{color:header};
  348. }
  349. .close a {display:block;
  350. cursor:pointer;
  351. text-align:center;
  352. color:{color:title};}
  353.  
  354.  
  355. .row a {
  356. margin:5px 1px;
  357. text-align:center;
  358. display:inline-block;
  359. background:{color:accent two};
  360. color:{color:title};
  361. padding-top:2px;
  362. width:84px;
  363. border-bottom:1px solid {color:borders};
  364. }
  365.  
  366. .row a:hover {background:{color:accent one};
  367. border-bottom:1px solid {color:borders};
  368. color:{color:header};
  369. }
  370.  
  371. #kink {width:305px;
  372. position:absolute;
  373. height:80px;
  374. background:{color:header};
  375. overflow-y:auto;
  376. left:95px;
  377. margin-top:0;
  378. border-radius:px;
  379. {block:ifnotshowavatarimage}
  380. width:400px;
  381. left:0;
  382. height:auto;
  383. {/block:ifnotshowavatarimage}
  384. }
  385. #description {
  386. font-size:9px;
  387. line-height:15px;
  388. color:;
  389. padding:10px;
  390. overflow-x:hidden;
  391. overflow-y:auto;
  392. }
  393. #avatar {position:absolute;
  394. width:80px;
  395. height:80px;
  396. }
  397. #avatar img {width:80px;height:80px;
  398. border-radius:px;
  399. }
  400. #meat { -webkit-transition:all 0.6s;
  401. -moz-transition:all 0.6s;
  402. -ms-transition:all 0.6s;
  403. -o-transition:all 0.6s;
  404. transition:all 0.6s; }
  405. #meat.fade {opacity:0;
  406. -moz-transition:all 0.6s;
  407. -ms-transition:all 0.6s;
  408. -o-transition:all 0.6s;
  409. transition:all 0.6s;
  410. }
  411.  
  412. #headers:hover #meat, #headers:hover #meat.fade {opacity:1;
  413. -webkit-transition:all 0.6s;
  414. -moz-transition:all 0.6s;
  415. -ms-transition:all 0.6s;
  416. -o-transition:all 0.6s;
  417. transition:all 0.6s; }
  418.  
  419. #meat.fade #kink, #meat.fade #rows, #meat.fade #avatar img {box-shadow:2px 2px 2px {color:borders};}
  420.  
  421. /*theme*/
  422. #title {
  423. text-transform:uppercase;
  424. font-family:consolas;
  425. background:{color:posts};
  426. display:block;
  427. text-align:center;
  428. padding:25px 0 0 0 ;
  429. letter-spacing:2px;
  430. color:{color:title};}
  431. #title a {color:{color:title};
  432. }
  433. #title a:hover {color:{color:link};}
  434. #title hr, #ding hr, .pagenotes hr {width:80%;
  435. height:1px;
  436. border:0;
  437. display:block;
  438. margin:10px auto 0 auto;
  439. background:{color:borders};
  440. -webkit-transition:all 0.6s;
  441. -moz-transition:all 0.6s;
  442. -ms-transition:all 0.6s;
  443. -o-transition:all 0.6s;
  444. transition:all 0.6s;
  445. }
  446.  
  447. #title:hover hr, #ding:hover hr, .pagenotes:hover hr {
  448. background:{color:Accent One};
  449. -webkit-transition:all 0.6s;
  450. -moz-transition:all 0.6s;
  451. -ms-transition:all 0.6s;
  452. -o-transition:all 0.6s;
  453. transition:all 0.6s; }
  454.  
  455.  
  456. /*pagination*/
  457. #pagination {
  458. margin-top:50px;
  459. text-align:center;
  460. text-transform:uppercase;
  461. font-size:9px;
  462. font-family:consolas;
  463. letter-spacing:2px;
  464. }
  465. #pagination a {
  466. padding:2px 4px;
  467. margin:0;
  468. border-radius:px;
  469. color:{color:header links color};
  470. background:{color:header links};
  471. border:1px solid {color:header links};
  472. }
  473.  
  474. #pagination a:hover {background:{color:accent one};
  475. border:1px solid {color:accent one};
  476. color:{color:link header links color}; }
  477.  
  478.  
  479.  
  480. pre {width:400px!important;
  481. overflow-x:scroll;
  482. word-break:break-all;
  483. }
  484.  
  485. .con {left:50%;
  486. position:absolute;
  487. top:0;
  488. margin-left:-200px;
  489. }
  490.  
  491. #ent {
  492. margin-top:{text:Space Between Header and Posts}px;
  493. margin-bottom:100px;
  494. }
  495. #posts {
  496. width:400px;
  497. {block:ifpostborderradius}
  498. border-radius:8px;
  499. overflow:hidden;
  500. {/block:ifpostborderradius}
  501. position:relative;
  502. background:transparent;
  503. {block:IndexPage}
  504. margin-bottom:{text:post spacing}px;
  505. {/block:IndexPage}
  506. {block:PermalinkPage}
  507. margin-bottom:25px;
  508. {/block:PermalinkPage}
  509. }
  510. #ding {padding:25px;
  511. background:{color:posts};}
  512.  
  513. #posts img {
  514. max-width:400px;
  515. display:block;
  516. }
  517.  
  518. .html_photoset {display:block;margin-bottom:px;}
  519.  
  520. #posts ul {margin-left:25px;}
  521. #titlequote{
  522. font-size:9px;
  523. text-align:center;
  524. font-style:;
  525. color:{color:text};
  526. line-height:15px;
  527. }
  528.  
  529.  
  530. #source {text-align:center;
  531. font-size:8px;
  532. font-family:consolas;
  533. text-transform:uppercase;
  534. letter-spacing:2px;
  535. padding-top:10px;}
  536.  
  537. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  538. .caption img{
  539. max-width:400px;
  540. }
  541. .caption {display:block;
  542. {block:ifnotshowcaptions}
  543. {block:indexpage}
  544. display:none;
  545. {/block:indexpage}
  546. {/block:ifnotshowcaptions}
  547. padding:15px 25px;
  548. background:{color:posts};
  549. text-transform:none;
  550. }
  551.  
  552.  
  553.  
  554. /*asks*/
  555. #im img {width:30px;
  556. height:30px;
  557. margin:0 auto 15px auto;
  558. border-radius:100%;}
  559. .q {
  560. margin-top:10px;
  561. text-align:center;
  562. font-style:italic;
  563. text-transform:none;
  564. padding-bottom:9px;
  565. }
  566. .as {letter-spacing:1px;
  567. text-align:Center;
  568. text-transform:uppercase;
  569. font-size:9px;
  570. font-family:consolas;
  571. color:{color:title};
  572. }
  573. .as a {color:{color:title}}
  574. .a {margin-top:25px;}
  575.  
  576.  
  577. .chat ol {
  578. padding:0;
  579. line-height:180%;
  580. list-style:none;
  581. }
  582.  
  583. .line.odd {
  584. padding:5px;
  585. border-bottom:1px solid {color:borders};
  586. background:{color:accent two};
  587. }
  588.  
  589. .line.even {
  590. padding:5px;
  591. }
  592.  
  593. .label {
  594. padding-right:1px;
  595. font-size:9px;
  596. letter-spacing:1px;
  597. font-family:consolas;
  598. text-transform:uppercase;
  599. color:{color:title};
  600. }
  601.  
  602. .tumblr_audio_player {width:300px;
  603. height:40px;
  604. border-left:8px solid white;
  605. }
  606. .player {width:30px;
  607. height:30px;
  608. overflow:hidden;
  609. margin-top:10px;
  610. margin-left:10px;
  611. }
  612. .another { width:60px;
  613. height:60px;
  614. position:Absolute;
  615. background:white;
  616. opacity:.3;
  617. -ms-transform: scale(.66); /* IE 9 */
  618. -webkit-transform: scale(.66); /* Chrome, Safari, Opera */
  619. transform: scale(.66);
  620. -webkit-transition:all 0.3s;
  621. -moz-transition:all 0.3s;
  622. -ms-transition:all 0.3s;
  623. -o-transition:all 0.3s;
  624. transition:all 0.3s;
  625. }
  626. .wr:hover .another {opacity:1;
  627. -ms-transform: scale(1); /* IE 9 */
  628. -webkit-transform: scale(1); /* Chrome, Safari, Opera */
  629. transform: scale(1);
  630. -webkit-transition:all 0.3s;
  631. -moz-transition:all 0.3s;
  632. -ms-transition:all 0.3s;
  633. -o-transition:all 0.3s;
  634. transition:all 0.3s;
  635. }
  636.  
  637. .wr {
  638. border:10px solid {color:accent one};
  639. background:{color:posts};
  640. width:60px;
  641. height:60px;
  642. float:left;
  643. margin-right:15px;
  644. border-radius:8px;
  645. z-index:2;
  646. }
  647. .wr img {width:60px;height;60px;
  648. position:absolute;
  649. }
  650. .audio_info {
  651. min-height:80px;
  652. width:255px;
  653. font-size:10px;
  654. margin-left:95px;}
  655.  
  656. .a_line {height:18px;
  657. margin:1px 0;
  658. background:{color:accent two};
  659. line-height:18px;
  660. display:block;
  661. padding-left:5px;
  662. width:250px;
  663. overflow:hidden;
  664. -webkit-transition:all 0.3s;
  665. -moz-transition:all 0.3s;
  666. -ms-transition:all 0.3s;
  667. -o-transition:all 0.3s;
  668. transition:all 0.3s;
  669. }
  670.  
  671. .a_line:hover {background:{color:Accent one};
  672. color:{color:posts};
  673. -webkit-transition:all 0.3s;
  674. -moz-transition:all 0.3s;
  675. -ms-transition:all 0.3s;
  676. -o-transition:all 0.3s;
  677. transition:all 0.3s;
  678. }
  679.  
  680. .a_line b {font-weight:normal;
  681. text-transform:uppercase;
  682. letter-spacing:2px;
  683. font-size:9px;
  684. font-family:consolas;}
  685.  
  686. /*permalink and notes*/
  687. .permalink {
  688. padding:5px 0;
  689. font-size:8px;
  690. letter-spacing:1px;
  691. text-transform:uppercase;
  692. text-align:Center;
  693. font-family:consolas;
  694. margin-top:0px;
  695. background:{color:accent two};
  696. border-bottom:1px solid {color:borders};
  697. }
  698.  
  699. .permalink a {margin:0 5px;
  700. text-decoration:none;
  701. color:{color:title};
  702. }
  703. .permalink a:hover {color:{color:link};}
  704. .up {cursor:pointer;}
  705.  
  706. .tags {
  707. word-break:break-all;
  708. margin-top:5px;
  709. {block:indexpage}
  710. display:none;
  711. {/block:indexpage}
  712. }
  713. .tags a{
  714. text-decoration:none;}
  715.  
  716. .pagenotes {
  717. width:350px;
  718. margin-top:25px;
  719. padding:25px;
  720. {block:ifpostborderradius}
  721. border-radius:8px;
  722. overflow:hidden;
  723. {/block:ifpostborderradius}
  724. position:relative;
  725. background:{color:posts};
  726. margin-bottom:50px;
  727. }
  728. .pagenotes img {
  729. display:none!important;}
  730. .pagenotes ol {margin:0;
  731. padding:0;
  732. display:none;
  733. }
  734. .pagenotes li {line-height:200%;
  735. list-style-type:none;
  736. text-align:center;
  737. font-size:8px;
  738. letter-spacing:2px;
  739. font-family:consolas;
  740. text-transform:uppercase;
  741. }
  742.  
  743. .butt {position:fixed;
  744. font-size:8px;
  745. right:15px;
  746. bottom:15px;}
  747.  
  748. .t {
  749. font-size:11px;
  750. text-align:center;
  751. letter-spacing:1px;
  752. text-transform:uppercase;
  753. font-family:consolas;
  754. padding-bottom:9px;
  755. margin-bottom:15px;
  756. color:{color:title};
  757. cursor:pointer;
  758. }
  759.  
  760. small {font-size:10px;}
  761. big {font-size:12px;}
  762. b, strong {color:{color:title};}
  763. ul {list-style:circle;}
  764. ol {list-style:lower-roman;}
  765.  
  766.  
  767.  
  768. #tumblr_lightbox {background-color:rgba(255,255,255,.8)!important;z-index:99999!important;}
  769. #tumblr_lightbox img { opacity:0; }
  770. #tumblr_lightbox_caption {color:white!important;
  771. font-family:helvetica,sans-serif!important;
  772. font-size:11px!important;
  773. font-weight:normal!important;text-shadow:none!important;}
  774. #tumblr_lightbox_center_image, #tumblr_lightbox_left_image, #tumblr_lightbox_right_image {padding:10px!important;
  775. background:white!important;
  776. -moz-box-shadow:none!important;
  777. -webkit-box-shadow:none!important;
  778. box-shadow:none!important;
  779. -moz-border-radius:8px!important;
  780. -webkit-border-radius:8px!important;
  781. border-radius:8pxpx!important;
  782. opacity:1!important;}
  783.  
  784. #tumblr_lightbox_left_image, #tumblr_lightbox_right_image {
  785. opacity:.6;}
  786.  
  787. </style>
  788.  
  789.  
  790. <body>
  791. <div class="con">
  792. <div id="h">
  793. <div id="headers">
  794.  
  795. <div id="links"><a href="/" id="blogt">{Title}</a>
  796. <a href="/ask">inbox</a>
  797. <a class="same">links</a>
  798. <a href="/archive">archive</a>
  799. <a href="http://farahmir.tumblr.com" target="_blank" title="septim">Theme</a>
  800. {block:ifmusicplayer}
  801. <div id="music"><div id="yeah1"><img src="http://media.tumblr.com/tumblr_m7w2py1dEP1r6o8v2.gif"></div><div id="yeah">{text:billy code}</div></div>
  802. {/block:ifmusicplayer}
  803. </div>
  804. <div id="meat">
  805. {block:ifshowavatarimage}<div id="avatar"><a href="/"><img src="{image:avatar image}"></a></div>{/block:ifshowavatarimage}
  806. <div id="standardlinks">
  807. <div class="close same"><a title="close">x</a></div>
  808. <div id="rows">
  809. <div class="row">
  810. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  811. {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}
  812. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}</div><div class="row">
  813. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}
  814. {block:ifLink5}<a href="{text:Link 5 URL}">{text:Link 5}</a>{/block:ifLink5}
  815. {block:ifLink6}<a href="{text:Link 6 URL}">{text:Link 6}</a>{/block:ifLink6}
  816. </div>
  817. </div>
  818. </div>
  819. <div id="kink">
  820. <div id="description">{Description}</div>
  821. </div>
  822. </div>
  823. </div>
  824. </div>
  825.  
  826.  
  827. <div id="ent">
  828. {block:Posts}
  829. <div id="posts" >
  830.  
  831.  
  832.  
  833.  
  834.  
  835. {block:Quote}
  836. <div id="ding">
  837. <div id="titlequote">{Quote}<hr></div>
  838. {block:Source}<div id="source">{Source}</div>{/block:Source}
  839. </div>
  840. {/block:Quote}
  841.  
  842.  
  843.  
  844. {block:Text}
  845. {block:Title}<div id="title">{Title}<hr></div>{/block:Title}
  846. <div id="ding">
  847. <div class="te">{Body}</div>
  848. </div>
  849. {/block:Text}
  850.  
  851. {block:Link}
  852. <div id="title"><a href="{URL}">{Name}</a><hr></div>
  853. <div id="ding">
  854. {block:Description}{Description}{/block:Description}
  855. </div>
  856. {/block:Link}
  857.  
  858. {block:Chat}
  859. {block:Title}
  860. <div id="title">{Title}<hr></div>
  861. {/block:Title}
  862. <div id="ding">
  863. <div class="chat">
  864. <ol>{block:Lines}
  865. <li class="line {Alt}">
  866. {block:Label}
  867. <span class="label">
  868. {Label}</span>
  869. {/block:Label}{Line}</li>
  870. {/block:Lines}
  871. </ol></div>
  872. </div>
  873. {/block:Chat}
  874.  
  875. {block:Photo}
  876. <a href="{Permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"/></a>
  877. {/block:Photo}
  878.  
  879. {block:Photoset}
  880. {Photoset-400}
  881. {/block:Photoset}
  882.  
  883.  
  884.  
  885. {block:Answer}
  886. <div id="ding"><div id="im"><a href="{askerurl}"><img src="{AskerPortraitURL-30}"></a></div>
  887. <div class="as">{Asker} said: </div>
  888. <div class="q">
  889. {Question}</div><hr>
  890. <div class="a">{Answer}</div>
  891. </div>
  892. {/block:Answer}
  893.  
  894. {block:Video}
  895. {video-400}
  896. {/block:Video}
  897.  
  898. {block:Audio}<div id="ding">
  899. {block:AudioPlayer}<div class="wr">
  900. {block:albumart}<img src="{albumarturl}">{/block:albumart}
  901. <div class="another"><div class="player">{AudioPlayerWhite}</div></div></div>
  902. {/block:AudioPlayer}
  903. <div class="audio_info">
  904. {block:TrackName}<div class="a_line"><b>Track: </b>{TrackName}</div>{/block:TrackName}{block:Artist}<div class="a_line"><b>Artist: </b>{Artist}</div>{/block:Artist}{block:album}<div class="a_line"><b>Album: </b>{album}</div>{/block:album}<div class="a_line"><b>Plays: </b>{playcount}</div></div></div>
  905. {/block:Audio}
  906.  
  907. {block:Caption}<div class="caption" {block:audio}style="margin-top:-20px"{/block:audio}>{Caption}</div>{/block:Caption}
  908.  
  909. {block:Date}
  910. <div class="permalink">
  911. <a href="{Permalink}" title="{timeago}">{MonthNumberwithzero}/{DayofMonthwithzero}/{year}</a>{block:NoteCount}<a href="{Permalink}">{NoteCountwithlabel}</a>{/block:NoteCount}<a href="{ReblogURL}" target="_blank">Reblog</a>{block:permalinkpage}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:permalinkpage}{block:HasTags}{block:indexpage}<a class="up">Tags</a>{/block:indexpage}
  912. <div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  913. </div>
  914. {/block:Date}
  915.  
  916.  
  917. </div>
  918.  
  919.  
  920. {block:PostNotes}
  921. <div class="pagenotes">
  922. <div class="t">Notes<hr></div>
  923. {PostNotes}
  924. </div>
  925. {/block:PostNotes}
  926.  
  927.  
  928. {/block:Posts}
  929.  
  930.  
  931. {block:Pagination}
  932. <div id="pagination">
  933. {block:PreviousPage}
  934. <a href="{PreviousPage}">previous page</a>
  935. {/block:PreviousPage}
  936.  
  937.  
  938. {block:NextPage}
  939. <a href="{NextPage}">next page</a>
  940. {/block:NextPage}
  941. </div>
  942. {/block:Pagination}
  943.  
  944.  
  945.  
  946.  
  947. </div>
  948. </div>
  949.  
  950. <div class="butt"><script language="JavaScript">
  951. var ref = (''+document.referrer+'');
  952. var w_h = window.screen.width + " x " + window.screen.height;
  953. document.write('<script src="http://s1.freehostedscripts.net/ocounter.php?site=ID4091188&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');
  954. </script>
  955.  
  956.  
  957. {block:ContentSource}
  958. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  959. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  960. {/block:SourceLogo}
  961. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  962. {/block:ContentSource}
  963. </body>
  964.  
  965. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement