shutupstrax

Theme 8

May 28th, 2014
453
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.99 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9.  
  10.  
  11. <link href='http://fonts.googleapis.com/css?family=PT+Serif' rel='stylesheet' type='text/css'>
  12.  
  13. <meta name="text:subtitle" content="">
  14. <meta name="color:body" content="#666666"/>
  15. <meta name="color:title" content="#a8a8a8">
  16. <meta name="color:subtitle" content="#a8a8a8">
  17. <meta name="color:sblinks" content="#595959">
  18. <meta name="color:sblinks hover" content="#8c8b8b"/>
  19. <meta name="color:links" content="#8c8b8b"/>
  20. <meta name="color:hover" content="#60a4b3"/>
  21. <meta name="color:info" content="#414141">
  22. <meta name="color:desc" content="#aaaaaa">
  23. <meta name="color:next" content="#000000">
  24. <meta name="color:tags" content="#000000">
  25. <meta name="color:top bar 1" content="#2AD3DC">
  26. <meta name="color:top bar 2" content="#93E8ED">
  27. <meta name="color:bg" content="#ffffff">
  28. <meta name="color:scrollbar" content="#2598b7">
  29. <meta name="color:scrollbarbg" content="#ffffff">
  30. <meta name="color:bg tooltip" content="#ffffff">
  31.  
  32. <meta name="text:link 2 url" content="/">
  33. <meta name="text:link 2" content=""/>
  34. <meta name="text:link 3 url" content="/">
  35. <meta name="text:link 3" content=""/>
  36. <meta name="text:link 4 url" content="/">
  37. <meta name="text:link 4" content=""/>
  38. <meta name="text:link 5 url" content="/">
  39. <meta name="text:link 5" content=""/>
  40. <meta name="text:link 6 url" content="/">
  41. <meta name="text:link 6" content=""/>
  42. <meta name="text:link 7 url" content="/">
  43. <meta name="text:link 7" content=""/>
  44.  
  45. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  46. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  47. <script>
  48. (function($){
  49. $(document).ready(function(){
  50. $("a[title]").style_my_tooltips({
  51. tip_follows_cursor:true,
  52. tip_delay_time:90,
  53. tip_fade_speed:600,
  54. attribute:"title"
  55. });
  56. });
  57. })(jQuery);
  58. </script>
  59. <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js'></script>
  60. <script>
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  68. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  69.  
  70.  
  71.  
  72.  
  73. <script>
  74.  
  75. $(window).scroll(function(){
  76. $("#swaggg").css("top",Math.max(-3,50-$(this).scrollTop()));
  77. });
  78.  
  79. </script>
  80.  
  81.  
  82. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
  83. </script>
  84. <script>
  85. $(document).ready(function(){
  86. $("#updateimg").click(function(){
  87. $("#p").slideToggle("slow");
  88. });
  89. });
  90. </script>
  91.  
  92.  
  93.  
  94. <link href='http://fonts.googleapis.com/css?family=Exo+2:400,200|Raleway|Titillium+Web|Roboto' rel='stylesheet' type='text/css'>
  95.  
  96.  
  97.  
  98.  
  99.  
  100. <!---- THEME 7 BY SHUTUPSTRAX PLEASE DO NOT REMOVE THE CREDIT AND FOLLOW THE RULES ANY QUESTIONS JUST ASK ME AND EDIT AS YOU WISH (...)--->
  101.  
  102. <style type="text/css">
  103.  
  104.  
  105. #s-m-t-tooltip{
  106. max-width:300px;
  107. z-index:10;
  108. margin:24px 14px 7px 12px;
  109. padding:5px;
  110. padding-bottom:7px;
  111. padding-left:10px;
  112. padding-right:10px;
  113. background:{color:bg tooltip};
  114. font-family:calibri;
  115. font-size:11px;
  116. color:#000;}
  117.  
  118.  
  119. ::-webkit-scrollbar-thumb {
  120. height:auto;
  121. background-color:{color:Scrollbar};
  122. }
  123.  
  124. ::-webkit-scrollbar {
  125. height:9px;
  126. width:4px;
  127. background-color:{color:ScrollbarBg};
  128. }
  129.  
  130. body {
  131. background-color:{color:bg};
  132. font-family:calibri;
  133. font-size:10px;
  134. text-align:justify;
  135. color:{color:body};
  136. margin:0;
  137. }
  138.  
  139. a {-webkit-transition: all 1s ease-in-out;
  140. -moz-transition: all 1s ease-in-out;
  141. -ms-transition: all 1s ease-in-out;
  142. -o-transition: all 1s ease-in-out;
  143. transition: all 1s ease-in-out;
  144. color:{color:links};
  145. text-decoration:none;
  146. -moz-outline-style:none;
  147. }
  148.  
  149. a:hover{-webkit-transition: all 1s ease-in-out;
  150. -moz-transition: all 1s ease-in-out;
  151. -ms-transition: all 1s ease-in-out;
  152. -o-transition: all 1s ease-in-out;
  153. transition: all 1s ease-in-out;
  154. color:{color:hover};}
  155.  
  156. img {border:none;
  157. }
  158.  
  159. blockquote {
  160. padding-left:5px;
  161. border-left:2px solid;
  162. }
  163.  
  164. blockquote blockquote {
  165. padding-left:5px;
  166. border-left:2px solid;
  167. }
  168.  
  169.  
  170. .quote {
  171. text-align:center;
  172. font-size:25px;
  173. font-weight:800;
  174. letter-spacing:-1px; }
  175.  
  176. .source{
  177. text-align:right;
  178. font-size:12px;
  179. letter-spacing:1px;
  180. margin-left:20px;}
  181.  
  182.  
  183. #sidebar{
  184. margin-top:380px;
  185. margin-left:-230px;
  186. width:450px;
  187. }
  188.  
  189. #container {
  190. margin: 0 auto;
  191. width:500px;
  192. margin-top:200px;
  193. }
  194.  
  195. #sidebarimg img{
  196. height:170px;
  197. width:170px;
  198. }
  199.  
  200. #links{
  201. width:450px;
  202. font-size:10px;
  203. margin-top:5px;
  204. text-align:center;
  205. -moz-transition-duration:0.7s;
  206. -webkit-transition-duration:0.7s;
  207. -o-transition-duration:0.7s;
  208. position:absolute;
  209. margin-top:65px;}
  210.  
  211. #links a{
  212. display:inline-block;
  213. <center>
  214. font-family: 'PT Serif', serif;
  215. font-size:11px;
  216. padding-left:8px;
  217. padding-top:2px;
  218. padding-bottom:2px;
  219. padding-right:8px;
  220. color:{color:sblinks};
  221. -moz-transition-duration:0.7s;
  222. -webkit-transition-duration:0.7s;
  223. -o-transition-duration:0.7s;}
  224.  
  225.  
  226. #links a:hover{
  227. color:{color:sblinks hover};
  228. -moz-transition-duration:0.7s;
  229. -webkit-transition-duration:0.7s;
  230. -o-transition-duration:0.7s;}
  231.  
  232.  
  233.  
  234.  
  235.  
  236. .next {
  237. margin-left:-380px;
  238. padding-top:2px;
  239. padding-bottom:2px;
  240. font-size:11px;
  241. bottom:10px;
  242. text-transform:uppercase;
  243. letter-spacing:3px;
  244. font-style:normal;
  245. text-align:center;
  246. width:100px;
  247. position:fixed;
  248. }
  249.  
  250. .next a {
  251. color:{color:next};
  252. -webkit-transition: 0.5s;
  253. -moz-transition: 0.5s;
  254. -o-transition: 0.5s;
  255. -ms-transition: 0.5s;
  256. transition: 0.5s;}
  257.  
  258.  
  259.  
  260.  
  261.  
  262. .pagi {margin-left:280px;
  263. padding-top:2px;
  264. padding-bottom:2px;
  265. font-size:11px;
  266. bottom:10px;
  267. text-transform:uppercase;
  268. letter-spacing:3px;
  269. font-style:normal;
  270. text-align:center;
  271. width:100px;
  272. position:fixed;
  273. }
  274.  
  275. .pagi a {
  276. color:{color:next};
  277. -webkit-transition: 0.5s;
  278. -moz-transition: 0.5s;
  279. -o-transition: 0.5s;
  280. -ms-transition: 0.5s;
  281. transition: 0.5s;}
  282.  
  283. .pagi a:hover{
  284. text-shadow: 5 5 5px rgba(5,5,5,5.5);;}
  285.  
  286.  
  287. #posts{
  288. width:500px;
  289. padding:25px;
  290. margin-top:30px;
  291. overflow:hidden;
  292. }
  293.  
  294.  
  295. #info {
  296. width:500px;
  297. text-align:center;
  298. font-family:Arial, Helvetica, sans-serif;
  299. font-size:9px;
  300. padding:1px;
  301. color:{color:info};
  302. line-height:10px;
  303. padding-top:5px;
  304. padding-bottom:5px;
  305. background-color:#fff;
  306. border-top:1px solid #E4E4E4;
  307. margin-top:5px;
  308. margin-bottom:70px;
  309. text-align:left;
  310. }
  311.  
  312.  
  313. #info a{
  314. margin-left:1px;
  315. text-align:left;
  316. color:{color:info};
  317. }
  318.  
  319. #info a:hover{
  320. color:{color:hover};
  321. }
  322.  
  323.  
  324. #tags{
  325. font-family:Arial, Helvetica, sans-serif;
  326. text-align:left;
  327. width:210px;
  328. padding:5px;
  329. margin-top:-4px;
  330. margin-left:1px;
  331. font-size:9px;
  332. color:{color:tags};
  333. transition-duration: 0.5s;
  334. -moz-transition-duration: 0.5s;
  335. -webkit-transition-duration: 0.5s;
  336. -o-transition-duration: 0.5s
  337. }
  338.  
  339. #tags a {
  340. font-family:Arial, Helvetica, sans-serif;
  341. text-align:center;
  342. display:inline-block;
  343. color:{color:tags};
  344. font-size:9px;
  345. text-decoration:none;
  346. margin-left:4px;
  347. padding-top:5px;
  348. }
  349.  
  350. #notes{
  351. font-size:8px;
  352. }
  353.  
  354.  
  355. .title {
  356. margin-top:-290px;
  357. border-bottom:1px solid #E4E4E4;
  358. text-align:center;
  359. width:450px;
  360. letter-spacing:0px;
  361. white-space:nowrap;
  362. color: {color:title};
  363. text-transform: uppercase;
  364. font-family: 'Raleway', sans-serif;
  365. letter-spacing:1px;
  366. font-weight:lighter;
  367. margin-left:2px;
  368. font-size: 23px;
  369. -webkit-transition: all 1.5s ease-in-out;
  370. -moz-transition: all 1.5s ease-in-out;
  371. -ms-transition: all 1.5s ease-in-out;
  372. -o-transition: all 1.5s ease-in-out;
  373. transition: all 1.5s ease-in-out;}
  374.  
  375.  
  376.  
  377.  
  378.  
  379.  
  380. .subtitle {
  381. margin-top:-5px;
  382. opacity:0;
  383. text-align:center;
  384. width:450px;
  385. letter-spacing:0px;
  386. white-space:nowrap;
  387. color: {color:subtitle};
  388. text-transform: uppercase;
  389. font-family: 'Raleway', sans-serif;
  390. font-weight:lighter;
  391. margin-left:2px;
  392. font-size: 12px;
  393. -webkit-transition: all 0.7s ease-in-out;
  394. -moz-transition: all 0.7s ease-in-out;
  395. -ms-transition: all 0.7s ease-in-out;
  396. -o-transition: all 0.7s ease-in-out;
  397. transition: all 0.7s ease-in-out;}
  398.  
  399. #sidebar:hover .subtitle{ opacity:1;
  400. margin-top:-12px;}
  401.  
  402.  
  403. #sidebar:hover .title {
  404. -webkit-transition: all 1.5s ease-in-out;
  405. -moz-transition: all 1.5s ease-in-out;
  406. -ms-transition: all 1.5s ease-in-out;
  407. -o-transition: all 1.5s ease-in-out;
  408. transition: all 1.5s ease-in-out;}
  409.  
  410. #asker {font-size:12px;
  411. padding-bottom:10px;
  412. padding-left:5px;
  413. text-align:left;
  414. padding-top:10px;
  415. color:{color:text};
  416. line-height:110%;
  417. text-align:center;
  418. background-color:#f9f9f9;}
  419.  
  420. #asker img {
  421. margin-left:2px;
  422. margin-bottom:-9px;
  423. margin-top:6px;
  424. padding:3px;
  425. }
  426.  
  427.  
  428. #asker a {text-align:center;
  429. font-family:Calibri;
  430. font-size:12px;
  431. }
  432.  
  433.  
  434. #cont {position:absolute;
  435. left:50%;
  436. }
  437.  
  438. #bar img{width:250px;
  439. height:22px;
  440. margin-top:5px; }
  441.  
  442.  
  443. .scroll{position:absolute;
  444. text-align:left;
  445. padding:5px;
  446. width: 440px;
  447. height:30px;
  448. background: {color:bg};
  449. color: #00000;
  450. font-size: 10px;
  451. font-family: Arial; overflow: auto;
  452. padding:10px;
  453. }
  454.  
  455. .scroll::-webkit-scrollbar {
  456. height:2px;
  457. width: 3px;
  458. background: #ffffff;}
  459.  
  460. .scroll::-webkit-scrollbar-thumb {
  461. background:{color:scroll desc};
  462. border:1px solid #fff;
  463. -webkit-border-radius: 5ex;
  464. -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
  465. }
  466.  
  467. .scroll::-webkit-scrollbar-corner {
  468. background: #transparent;
  469. }
  470.  
  471. #desc{ opacity:0;
  472. text-align:left;
  473. padding-top:5px;
  474. width:200px;
  475. margin-top:-57px;
  476. margin-left:-250px;
  477. font-size:10px;
  478. color:{color:desc};
  479. -moz-transition-duration:1s;
  480. -webkit-transition-duration:1s;
  481. -o-transition-duration:1s;
  482. }
  483.  
  484. #sidebar:hover #desc{opacity:1;}
  485.  
  486. #swag{width:auto;
  487. height:50px;
  488. background:{color:top bar 1};
  489. z-index:-6;}
  490.  
  491. #swagg{width:2000px;
  492. height:10px;
  493. background:{color:top bar 2};
  494. margin-top:3px;
  495. position:relative;
  496. z-index:8;
  497. }
  498.  
  499.  
  500. #swaggg{position:fixed;}
  501.  
  502.  
  503.  
  504.  
  505. #updateimg img{width:130px;
  506. margin-left:40px; }
  507.  
  508.  
  509.  
  510. #p {
  511. display: block;
  512. text-align:center;
  513. padding:8px;
  514. display:none;
  515. width:120px;
  516. font-size:10px;
  517. margin-top:-38px;
  518. margin-left:40px;}
  519.  
  520.  
  521.  
  522. #Updates{padding-left:5px;
  523. padding-right:5px;
  524. padding-bottom:2px;
  525. padding-top:2px;
  526. font-size:12px;
  527. background-color:#58ACFA;
  528. color:#fff; }
  529.  
  530. .linkss{font-size:15px;
  531. text-align:center;}
  532.  
  533. .li {font-size:13px;}
  534.  
  535. .line {font-size:13px;
  536. padding:10px;
  537. border-top:1px;
  538. border-top:1px solid #E4E4E4;
  539. color:#000;}
  540.  
  541. #cap {font-size:11px; margin-top:5px;
  542. }
  543.  
  544. #audio{border:10px solid #E4E4E4;
  545. width:500px;}
  546.  
  547. #player {
  548. width:30px;
  549. height:30px;
  550. overflow:hidden;
  551. position:absolute;
  552. margin-top:45px;
  553. margin-bottom:45px;
  554. margin-left:37px;
  555. }
  556. #albumart { float:left; }
  557.  
  558.  
  559. #t {font-size:11px;
  560. padding:9px;
  561. border-top:1px solid #E4E4E4;
  562. color:#000;
  563. text-align:center;}
  564.  
  565. #t2 {font-size:11px;
  566. padding:9px;
  567. border-top:1px solid #E4E4E4;
  568. color:#000; border-bottom:1px solid #E4E4E4;
  569. color:#000;
  570. text-align:center; }
  571.  
  572.  
  573. /*CREDIT DO NOT REMOVE*/
  574.  
  575. #cred{
  576. position:fixed;bottom:13px;
  577. right:3px;
  578. font-size:8px;
  579. letter-spacing:1px;
  580. font-family:cambria;
  581. -moz-transition-duration: 0.5s;
  582. -webkit-transition-duration: 0.5s;
  583. -o-transition-duration: 0.5s
  584. }
  585.  
  586. #cred a {
  587. color:#848484;
  588. transition-duration: 0.5s;
  589. padding:10px;
  590. -moz-transition-duration: 0.5s;
  591. -webkit-transition-duration: 0.5s;
  592. -o-transition-duration: 0.5s}
  593.  
  594. #cred a:hover {
  595. color:#fff;
  596. border:1px solid #fff;
  597. background:#58ACFA;
  598. transition-duration: 0.5s;
  599. -moz-transition-duration: 0.5s;
  600. -webkit-transition-duration: 0.5s;
  601. -o-transition-duration: 0.5s}
  602. </style></head>
  603.  
  604.  
  605. <body>
  606.  
  607.  
  608.  
  609. <div id="swag"></div>
  610. <div id="swaggg">
  611. <div id="swagg"></div>
  612. <div id="updateimg"> <a href="/#" a title="click for updates">
  613. <img src="http://media.tumblr.com/bcc6dc5a5d90310bb7f59029a30fb2be/tumblr_inline_mr6rknaThC1qz4rgp.png" ></div></a>
  614.  
  615.  
  616. <div id="p">
  617. <div id="Updates"> Updates </div><p>
  618.  
  619. Hi this is where your updates go to change it go into the html press ctrl+f and search for updates
  620. </p>
  621. <div id="Updates"> Watching </div></p>
  622.  
  623. What your watching goes here
  624.  
  625. </p>
  626.  
  627. <div id="Updates"> Reading </div></p>
  628.  
  629.  
  630. What your reading goes here
  631.  
  632. </p>
  633.  
  634.  
  635. </div></div>
  636.  
  637.  
  638.  
  639. <div id="cont">
  640. <div id="sidebar">
  641. <div class="title">{Title}</div>
  642. <div id="sidebarimg">
  643. <div id="links">
  644.  
  645. <a href="/"> home</a>
  646. <a href="/ask"> ask</a>
  647.  
  648. <a href="{text:link 2 url}"<a href="{text:link 2 url}">{text:link 2}</a>
  649.  
  650. <a href="{text:link 3 url}"<a href="{text:link 3 url}">{text:link 3}</a>
  651.  
  652. <a href="{text:link 4 url}"<a href="{text:link 4 url}">{text:link 4}</a>
  653.  
  654. <a href="{text:link 5 url}"<a href="{text:link 5 url}">{text:link 5}</a>
  655.  
  656. <a href="{text:link 6 url}"<a href="{text:link 6 url}">{text:link 6}</a>
  657.  
  658. <a href="{text:link 7 url}"<a href="{text:link 7 url}">{text:link 7}</a>
  659.  
  660. </div>
  661. <center>
  662.  
  663.  
  664.  
  665. </center>
  666. <center>
  667. <div id="desc"><div class="scroll"> {description}</div>
  668. </center>
  669.  
  670. <div class="subtitle">{text:subtitle}</div></div>
  671. </div>
  672. <center>
  673. {block:Pagination}
  674. <div class="pagi">
  675. {block:PreviousPage}
  676. <a href="{PreviousPage}"> ← Prev</a>
  677. {/block:PreviousPage}
  678.  
  679. </div>
  680.  
  681. <div class="next">
  682. {block:NextPage}
  683. <a href="{NextPage}">Next →</a>
  684. {/block:NextPage}
  685. </div>
  686. {/block:Pagination}
  687. </div>
  688. </div>
  689. </div>
  690. </div>
  691. </center>
  692. <div id="container">
  693. {block:Posts}
  694. <div id="post">
  695.  
  696. {block:Text}
  697. {block:Title}<h2>{Title}</h2>{/block:Title}
  698. {Body}
  699. {/block:Text}
  700.  
  701. {block:Answer}<div id="asker">{Asker} whispered: {Question}</center></div><center><font face="cambria">{Answer}</font>{/block:Answer}</center>
  702.  
  703. {block:Quote}
  704.  
  705. <div class="quote">
  706. <div class="quotetext_{Length}">"{Quote}"</div>
  707. {block:Source}<div class="source"> - {Source}</div>{/block:Source}
  708. </div>
  709. {/block:Quote}
  710. <div class="linkss">
  711. {block:Link}
  712. <h2><a href="{URL}">{Name} ⇢ </a></h2> </div><div class="li">
  713. {block:Description}{Description}{/block:Description}
  714. {/block:Link}
  715.  
  716. </div>
  717. {block:Chat}
  718. {block:Title}<h2>{Title}</h2>{/block:Title}
  719. <div class="convo">{block:Lines}<div class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  720. {Line}</div>{/block:Lines}</div>
  721. {/block:Chat}
  722.  
  723.  
  724. {block:Photo}
  725. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{LinkCloseTag}
  726.  
  727. {block:Caption}{Caption}{/block:Caption}
  728. {/block:Photo}
  729.  
  730.  
  731. {block:Photoset}
  732. {Photoset-500}
  733. <div id="cap">
  734. {block:Caption}{Caption}{/block:Caption}</div>
  735. {/block:Photoset}
  736.  
  737.  
  738. {block:Video}
  739. {Video-500}
  740. {block:Caption}{Caption}{/block:Caption}
  741. {/block:Video}
  742.  
  743.  
  744. {block:Audio}
  745. <div id="player">{AudioPlayerWhite} </div>
  746. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div>
  747.  
  748. {block:TrackName}
  749.  
  750.  
  751.  
  752. <div id="t">
  753. <b>Title:</b> {TrackName}<br /> </div> {/block:TrackName} {block:Artist}<div id="t"><b>Artist:</b>{Artist}<br /></div> {/block:Artist} {/block:ExternalAudio}<div id="t2"><b>Played:</b> {PlayCount} times</div> <br>{block:caption}<div class="caption">{caption}</div>{/block:caption} {/block:Audio}
  754.  
  755.  
  756. <div id="info">
  757. <a style="color:#f377a0;"></a>
  758.  
  759.  
  760. {block:Date} <a href="{Permalink}">{TimeAgo} -</a>
  761. {/block:Date}{block:RebloggedFrom} <a href="{ReblogParentURL}">via</a> - {/block:RebloggedFrom}
  762. {block:ContentSource} <a href="{SourceURL}"><a href="{SourceURL}">source</a>{/block:ContentSource}
  763. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom}
  764.  
  765.  
  766.  
  767. <a href="{Permalink}"> {NoteCount} </a>notes <a style="color:#f377a0;"></a></a>
  768.  
  769. + <a href="{ReblogURL}">reblog</a>
  770.  
  771.  
  772.  
  773.  
  774.  
  775.  
  776. {block:HasTags}<div id="tags">
  777.  
  778. Tagged as:{block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  779. </div>{block:HasTags}
  780. </div>
  781. </div>
  782.  
  783.  
  784. {block:PostNotes}{PostNotes}{/block:PostNotes}
  785.  
  786.  
  787.  
  788. <!--CREDIT DO NOT REMOVE-->
  789.  
  790. <div id="cred"><a href="http://shutupstrax.tumblr.com/">SUS</a></center></div>
  791.  
  792. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment