Advertisement
tbok1992

Titles Blog Theme

Aug 13th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.19 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.  
  3. +<html xmlns="http://www.w3.org/1999/xhtml">
  4.  
  5. + <head>
  6.  
  7. +<!-- _______ __ __
  8.  
  9. /_______/\ /_/\/_/\
  10.  
  11. \::: _ \ \\ \ \ \ \
  12.  
  13. \::(_) \/_\:\_\ \ \
  14.  
  15. \:: _ \ \\::::_\/
  16.  
  17. \::(_) \ \ \::\ \
  18.  
  19. \_______\/ \__\/
  20.  
  21.  
  22.  
  23. + SALLY THEME BY BIANCA YVONNE OF 7PINE.COM
  24.  
  25. + Version 2.0 — Last Updated Jan 8th, 2013
  26.  
  27. +-->
  28.  
  29. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  30.  
  31. {block:Description}
  32.  
  33. <meta name="description" content="{MetaDescription}" />
  34.  
  35. {/block:Description}
  36.  
  37.  
  38.  
  39. <!-- CUSTOM VALUES-->
  40.  
  41. + <meta name="color:Sidebar Background" content="rgba(0, 0, 0, 0.8)" />
  42.  
  43. + <meta name="color:Post Background" content="#f6f4f0" />
  44.  
  45. + <meta name="color:Page Background" content="" />
  46.  
  47. + <meta name="color:Text" content="#30322d"/>
  48.  
  49. + <meta name="color:Links" content="#f0ff00"/>
  50.  
  51. +
  52.  
  53. + <meta name="image:Site Background" content="http://static.tumblr.com/qqjhngs/dWvmh58d5/site-bg.png" />
  54.  
  55. +
  56.  
  57. + <meta name="if:Tile Posts" content="0"/>
  58.  
  59. + <meta name="if:Infinite Scroll" content="0"/>
  60.  
  61. + <meta name="if:Hide Flags" content="0"/>
  62.  
  63. + <meta name="if:Sidebar" content="0"/>
  64.  
  65. + <meta name="if:Show Tweet" content="0"/>
  66.  
  67. + <meta name="if:Show Who I Follow" content="0"/>
  68.  
  69. + <meta name="if:Show Liked Posts" content="0"/>
  70.  
  71. + <meta name="text:Disqus Shortname" content="" />
  72.  
  73. +
  74.  
  75. + <!-- Google Analytics -->
  76.  
  77. + <meta name="text:Google Analytics ID" content="" />
  78.  
  79. +
  80.  
  81. +
  82.  
  83.  
  84.  
  85.  
  86.  
  87. <title>{Title}</title>
  88.  
  89.  
  90.  
  91. <link rel="shortcut icon" href="{Favicon}" />
  92.  
  93. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/>
  94.  
  95. +
  96.  
  97. <style type="text/css">
  98.  
  99. @import url(http://fonts.googleapis.com/css?family=Oswald);
  100.  
  101. @import url(http://fonts.googleapis.com/css?family=Lekton);
  102.  
  103. @import url(https://fonts.googleapis.com/css?family=Roboto+Slab);
  104.  
  105. @import url(https://fonts.googleapis.com/css?family=Abril+Fatface);
  106.  
  107. @import 'https://fonts.googleapis.com/css?family=Emblema+One';
  108. @import 'https://fonts.googleapis.com/css?family=Lobster';
  109. @import 'https://fonts.googleapis.com/css?family=Fugaz+One';
  110. @import 'https://fonts.googleapis.com/css?family=Press+Start+2P';
  111.  
  112. /*MAIN CSS */
  113.  
  114.  
  115.  
  116.  
  117.  
  118. *, body, html {
  119.  
  120. margin: 0px;
  121.  
  122. padding: 0px;
  123.  
  124. }
  125.  
  126.  
  127.  
  128. body {
  129.  
  130. font-size: 13px;
  131.  
  132. font-family: 'Oswald', Helvetica, Arial, sans-serif;
  133.  
  134. line-height: 17px;
  135.  
  136. color: {color:Text} ;
  137.  
  138. background:{color:Page Background} url({image:Site Background});
  139.  
  140. }
  141.  
  142.  
  143.  
  144.  
  145.  
  146. .clear {
  147.  
  148. clear: both;
  149.  
  150. }
  151.  
  152.  
  153.  
  154. a, a:link, a:visited, a:active {
  155.  
  156. color: {color:Links};
  157.  
  158. }
  159.  
  160.  
  161.  
  162. a:hover {
  163.  
  164. color: #c0c0c0;
  165.  
  166. }
  167.  
  168.  
  169.  
  170. #main {
  171.  
  172. margin-top: 40px;
  173.  
  174. width:95%;
  175.  
  176. margin-left: 0px;
  177.  
  178. position:relative;
  179.  
  180. }
  181.  
  182.  
  183.  
  184. #header {
  185.  
  186. color: #f0ff00;
  187.  
  188. float: left;
  189.  
  190. width:240px;
  191.  
  192. background-color: {color:Sidebar Background};
  193.  
  194. -moz-box-shadow: 0 0 5px 5px #fffb00;
  195.  
  196. + -webkit-box-shadow: 0 0 5px 5px#fffb00;
  197.  
  198. + box-shadow: 0 0 20px 10px #fffb00;
  199.  
  200. padding: 0px 0px 0px 40px;
  201.  
  202. height:auto;
  203.  
  204. top: 40px;
  205.  
  206. left: 0;
  207.  
  208. {block:IfNotSidebar}position:fixed;{/block:IfNotSidebar}
  209.  
  210. {block:IfSidebar}position:absolute;{/block:IfSidebar}
  211.  
  212. }
  213.  
  214.  
  215.  
  216. #title, #description, #last {
  217.  
  218. width: 210px;
  219.  
  220. text-decoration:none;
  221.  
  222. }
  223.  
  224.  
  225.  
  226. hr.arrow {
  227.  
  228. width: 500px;
  229.  
  230. margin-left: auto;
  231.  
  232. margin-right:auto;
  233.  
  234. margin-top:20px;
  235.  
  236. margin-bottom:20px;
  237.  
  238. height: 33px;
  239.  
  240. border: 0px;
  241.  
  242. background-repeat: no-repeat;
  243.  
  244. background-image: url(http://static.tumblr.com/qqjhngs/Wsxmh587i/arrowhr.png);
  245.  
  246. background-position: center;
  247.  
  248. }
  249.  
  250.  
  251.  
  252. #description {
  253.  
  254. margin-top: 10px;
  255.  
  256. padding-bottom: 24px;
  257.  
  258. font-size: 13px;
  259.  
  260. font-family: 'Oswald', Helvetica, Arial, sans-serif;
  261.  
  262. color: #f0ff00;
  263.  
  264. }
  265.  
  266.  
  267.  
  268. #title {
  269.  
  270. padding-top: 40px;
  271.  
  272. padding-bottom: 20px;
  273.  
  274. }
  275.  
  276.  
  277.  
  278. #title h1 a, #title h1 a:link, #title h1 a:visited, #title h1 a:active, #title h1 a:hover {
  279.  
  280. font-family:'Oswald', Helvetica, Arial, sans-serif;
  281.  
  282. font-size: 1.5em;
  283.  
  284. line-height: 1.8em;
  285.  
  286. font-style: normal;
  287.  
  288. text-transform: uppercase;
  289.  
  290. text-decoration:none;
  291.  
  292. letter-spacing: .08em;
  293.  
  294. color: #f0ff00;
  295.  
  296. border-bottom: 5px solid #f0ff00;
  297.  
  298. }
  299.  
  300.  
  301.  
  302. .nav {
  303.  
  304. line-height: 30px;
  305.  
  306. }
  307.  
  308.  
  309.  
  310. .nav a, .nav a:link, .nav a:visited, .nav a:active {
  311.  
  312. color: #f0ff00;
  313.  
  314. font-family: Helvetica, Arial, sans-serif;
  315.  
  316. font-size: 11px;
  317.  
  318. font-weight:bold;
  319.  
  320. text-transform: uppercase;
  321.  
  322. text-decoration:none;
  323.  
  324. }
  325.  
  326.  
  327.  
  328. #header a {
  329.  
  330. color: #f0ff00;
  331.  
  332. text-decoration:none;
  333.  
  334. }
  335.  
  336.  
  337.  
  338.  
  339.  
  340. .nav a:hover {
  341.  
  342. color: #efefef;
  343.  
  344. }
  345.  
  346.  
  347.  
  348. h4 {
  349.  
  350. font-family: 'Oswald', Helvetica, Arial, sans-serif;
  351.  
  352. font-size: 0.9em;
  353.  
  354. text-transform: uppercase;
  355.  
  356. letter-spacing: 0.5px;
  357.  
  358. text-align:center;
  359.  
  360. }
  361.  
  362.  
  363.  
  364. #posts {
  365.  
  366. font-size: 1.15em;
  367.  
  368. line-height: 1.3em;
  369.  
  370. float:left;
  371.  
  372. margin-left:320px;
  373.  
  374. }
  375.  
  376.  
  377.  
  378. .post {
  379.  
  380. width:660px;
  381.  
  382. margin-top:20px;
  383.  
  384.  
  385.  
  386. }
  387.  
  388.  
  389.  
  390. .text, .photo, .chat, .answer-post, .link, .audio, .video, .quote, .photo-set {
  391.  
  392. width: 660px;
  393.  
  394. padding:20px;
  395.  
  396. -moz-box-shadow: 2px 2px 1px rgba(0,0,0, 0.1);
  397.  
  398. -webkit-box-shadow: 3px 3px 1px rgba(0,0,0, 0.1);
  399.  
  400. box-shadow: 0 0 30px 10px {color:Post Background};
  401.  
  402. background-color: {color:Post Background};
  403.  
  404. }
  405.  
  406.  
  407.  
  408.  
  409.  
  410.  
  411.  
  412. iframe.photoset {
  413.  
  414. padding:0;
  415.  
  416. margin:-20px 0px 0px -20px;
  417.  
  418. }
  419.  
  420.  
  421.  
  422. .post-image {
  423.  
  424. margin-left:-20px;
  425.  
  426. margin-top:-20px;
  427.  
  428. width:700px;
  429.  
  430. }
  431.  
  432.  
  433.  
  434. .post img {
  435.  
  436. max-width:700px;
  437.  
  438. }
  439.  
  440.  
  441.  
  442.  
  443.  
  444. .chat h2, .link h2, .text h2 {
  445.  
  446. font-family: 'Oswald', Helvetica, Arial, sans-serif;
  447.  
  448. font-size: 1.8em;
  449.  
  450. line-height: 65px;
  451.  
  452. font-style: normal;
  453.  
  454. text-transform: uppercase;
  455.  
  456. font-weight: 500;
  457.  
  458. color: #000000;
  459.  
  460. background: url(http://static.tumblr.com/qqjhngs/3cImh58ca/ribm.png);
  461.  
  462. margin-left:-20px;
  463.  
  464. margin-top:-76px;
  465.  
  466. width:490px;
  467.  
  468. text-decoration:none;
  469.  
  470. padding-left: 10px;
  471.  
  472. }
  473.  
  474.  
  475.  
  476. h2 a,h2 a:active,h2 a:link,h2 a:visited,h2 a:hover {
  477.  
  478. text-decoration: none;
  479.  
  480. color: #f0ff00
  481.  
  482. }
  483.  
  484.  
  485.  
  486. h2 a:hover {
  487.  
  488. color: #d4d4d4;
  489.  
  490. }
  491.  
  492.  
  493.  
  494. h3{
  495.  
  496. font-family:'Oswald', Helvetica, Arial, sans-serif;
  497.  
  498. font-size: 1.3em;
  499.  
  500. line-height: 65px;
  501.  
  502. font-style: normal;
  503.  
  504. text-transform: uppercase;
  505.  
  506. font-weight: 500;
  507.  
  508. }
  509.  
  510.  
  511.  
  512. .ribl {
  513.  
  514. background: url(http://static.tumblr.com/qqjhngs/yUamh58bt/ribl.png);
  515.  
  516. width:20px;
  517.  
  518. margin-left:-40px;
  519.  
  520. height: 65px;
  521.  
  522. display:block;
  523.  
  524. }
  525.  
  526.  
  527.  
  528. .ribr {
  529.  
  530. background: url(http://static.tumblr.com/qqjhngs/p2rmh58cu/ribr.png);
  531.  
  532. width:23px;
  533.  
  534. margin-left:480px;
  535.  
  536. margin-top:-54px;
  537.  
  538. height: 65px;
  539.  
  540. display:block;
  541.  
  542. }
  543.  
  544.  
  545.  
  546. p {
  547.  
  548. margin-top: 20px;
  549.  
  550. line-height: 1.8em;
  551.  
  552. }
  553.  
  554.  
  555.  
  556. .tagimg {
  557.  
  558. margin-left:-15px;
  559.  
  560. vertical-align: text-bottom;
  561.  
  562. }
  563.  
  564.  
  565.  
  566. a.tag, a.tag:link, a.tag:active, a.tag:visited {
  567.  
  568. background: rgba(0,0,0,0.05);
  569.  
  570. -moz-border-radius: 10px;
  571.  
  572. -webkit-border-radius: 10px;
  573.  
  574. color: #f0ff00;
  575.  
  576. padding: 0px 8px 0px 8px;
  577.  
  578. font-family: Helvetica, Arial, sans-serif;
  579.  
  580. font-size: 11px;
  581.  
  582. font-weight:bold;
  583.  
  584. text-transform: uppercase;
  585.  
  586. text-decoration:none;
  587.  
  588. -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
  589.  
  590. -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
  591.  
  592. display: inline-block;
  593.  
  594. margin-top: 8px;
  595.  
  596. }
  597.  
  598.  
  599.  
  600. a.tag:hover, a.reblog:hover, a.note:hover {
  601.  
  602. color: #7f7972;
  603.  
  604. }
  605.  
  606.  
  607.  
  608. a.reblog, a.reblog:link, a.reblog:active, a.reblog:visited {
  609.  
  610. color: #f0ff001;
  611.  
  612. background-image: url(http://static.tumblr.com/qqjhngs/QRomh589r/permalink.png);
  613.  
  614. background-repeat: no-repeat;
  615.  
  616. padding-left: 22px;
  617.  
  618. font-family: Helvetica, Arial, sans-serif;
  619.  
  620. font-size: 11px;
  621.  
  622. padding-bottom:3px;
  623.  
  624. padding-top:3px;
  625.  
  626. text-decoration:none;
  627.  
  628. padding-right: 10px;
  629.  
  630. }
  631.  
  632.  
  633.  
  634. a.note, a.note:link, a.note:active, a.note:visited {
  635.  
  636. color: #9f9a93;
  637.  
  638. background-image: url(http://static.tumblr.com/qqjhngs/EPTmh588f/bolt.png);
  639.  
  640. background-repeat: no-repeat;
  641.  
  642. padding-left: 22px;
  643.  
  644. font-family: Helvetica, Arial, sans-serif;
  645.  
  646. font-size: 11px;
  647.  
  648. padding-bottom:3px;
  649.  
  650. padding-top:3px;
  651.  
  652. text-decoration:none;
  653.  
  654. padding-right: 10px;
  655.  
  656. }
  657.  
  658.  
  659.  
  660. a.post-time, a.post-time:link, a.post-time:active, a.post-time:visited {
  661.  
  662. color: #f0ff00;
  663.  
  664. background-image: url(http://static.tumblr.com/qqjhngs/Nstmh58hv/time.png);
  665.  
  666. background-repeat: no-repeat;
  667.  
  668. padding-left: 25px;
  669.  
  670. font-family: Helvetica, Arial, sans-serif;
  671.  
  672. font-size: 11px;
  673.  
  674. padding-bottom:3px;
  675.  
  676. padding-top:3px;
  677.  
  678. text-decoration:none;
  679.  
  680. padding-right: 10px;
  681.  
  682. vertical-align: middle;
  683.  
  684. line-height:36px;
  685.  
  686. }
  687.  
  688.  
  689.  
  690.  
  691.  
  692. a.post-time:hover {
  693.  
  694. color: #7f7972;
  695.  
  696. }
  697.  
  698.  
  699.  
  700.  
  701.  
  702. .theQuote {
  703.  
  704. font-family: 'Oswald', Helvetica, Arial, sans-serif;
  705.  
  706. font-size: 1.8em;
  707.  
  708. line-height: 36px;
  709.  
  710. font-style: normal;
  711.  
  712. text-transform: uppercase;
  713.  
  714. margin-bottom: 20px;
  715.  
  716. }
  717.  
  718.  
  719.  
  720.  
  721.  
  722. blockquote {
  723.  
  724. letter-spacing: 1px;
  725.  
  726. font-size:1.0em;
  727.  
  728. font-weight:normal;
  729.  
  730. letter-spacing: 0.5px;
  731.  
  732. color: #FFFFFF;
  733.  
  734. text-transform: uppercase;
  735.  
  736. background-color: #000000;
  737.  
  738. -webkit-border-radius: 10px;
  739.  
  740. -moz-border-radius: 10px;
  741.  
  742. padding: 10px;
  743.  
  744. margin: 10px 0px 10px 0px;
  745.  
  746. }
  747.  
  748.  
  749.  
  750. blockquote h3, blockquote h3, blockquote p {
  751.  
  752. margin-top:0;
  753.  
  754. line-height: 1.3em;
  755.  
  756. }
  757.  
  758.  
  759.  
  760.  
  761.  
  762. cite {
  763.  
  764. font-style: normal;
  765.  
  766. padding-top:10px;
  767.  
  768. border-top: 1px solid #dbd6d0;
  769.  
  770. }
  771.  
  772.  
  773.  
  774. ul.chatlines {
  775.  
  776. list-style-type:none;
  777.  
  778. width: 640px;
  779.  
  780. overflow: hidden; }
  781.  
  782.  
  783.  
  784. ul.chatlines li {
  785.  
  786. margin-top:10px;
  787.  
  788. padding: 5px;
  789.  
  790. letter-spacing: 0.5px;
  791.  
  792. font-size:0.9em;
  793.  
  794. font-weight:bold;
  795.  
  796. text-transform: uppercase;
  797.  
  798. color: #000000;
  799.  
  800.  
  801.  
  802. }
  803.  
  804.  
  805.  
  806. ul.chatlines li strong{
  807.  
  808. color: #000000;
  809.  
  810. float:left;
  811.  
  812. }
  813.  
  814.  
  815.  
  816. ul.chatlines li.odd {
  817.  
  818. color: #f0ff00;
  819.  
  820. background-color: #000000;
  821.  
  822. -webkit-border-radius: 10px;
  823.  
  824. -moz-border-radius: 10px;
  825.  
  826. padding: 10px;
  827.  
  828. margin: 10px 0px 10px 0px;
  829.  
  830. }
  831.  
  832.  
  833.  
  834. ul.chatlines li.odd strong {
  835.  
  836. color: #f0ff00;
  837.  
  838. }
  839.  
  840.  
  841.  
  842.  
  843.  
  844. .text ul, .photo ul {
  845.  
  846. margin-top:10px;
  847.  
  848. }
  849.  
  850.  
  851.  
  852. .text ul li, .photo ul li {
  853.  
  854. margin-left: 20px;
  855.  
  856. list-style-image: url(http://static.tumblr.com/qqjhngs/1hfmh58gx/ylwbolt.png);
  857.  
  858.  
  859.  
  860. }
  861.  
  862.  
  863.  
  864. .album-art img {
  865.  
  866. max-width: 500px;
  867.  
  868. }
  869.  
  870.  
  871.  
  872. .album-art {
  873.  
  874. text-align: center;
  875.  
  876. margin-left:-20px;
  877.  
  878. margin-top:-20px;
  879.  
  880. width:700px;
  881.  
  882. min-height:200px;
  883.  
  884. background-color: #404040;
  885.  
  886. }
  887.  
  888.  
  889.  
  890. .album-info {
  891.  
  892. margin-top: -20px;
  893.  
  894. margin-left:-20px;
  895.  
  896. width: 100%;
  897.  
  898. }
  899.  
  900.  
  901.  
  902. .album-info span {
  903.  
  904. background-color: #b7953a;
  905.  
  906. padding: 5px;
  907.  
  908. padding-left: 70px;
  909.  
  910. padding-right: 20px;
  911.  
  912. font-family:'Oswald', Helvetica, Arial, sans-serif;
  913.  
  914. font-size: 1.2em;
  915.  
  916. line-height: 2em;
  917.  
  918. font-style: normal;
  919.  
  920. text-transform: uppercase;
  921.  
  922. text-decoration:none;
  923.  
  924. color: #f0ff00;
  925.  
  926. }
  927.  
  928.  
  929.  
  930. .album-info a, .album-info a:link, .album-info a:visited {
  931.  
  932. color: #f0ff00;
  933.  
  934. text-decoration:none;}
  935.  
  936.  
  937.  
  938. .album-info a:hover {
  939.  
  940. color:#efefef;
  941.  
  942. text-decoration:none;
  943.  
  944. }
  945.  
  946.  
  947.  
  948. .album-play {
  949.  
  950. width: 25px;
  951.  
  952. height:25px;
  953.  
  954. overflow:hidden;
  955.  
  956. margin-left:auto;
  957.  
  958. margin-right:auto;
  959.  
  960. margin-top:-42px;
  961.  
  962. }
  963.  
  964.  
  965.  
  966. .spotify_audio_player {
  967.  
  968. width: 100%;
  969.  
  970. max-width: 700px;
  971.  
  972. }
  973.  
  974.  
  975.  
  976. .player {
  977.  
  978. height: 50px;
  979.  
  980. width:50px;
  981.  
  982. overflow:hidden;
  983.  
  984. margin-top:-30px;
  985.  
  986. margin-left: -10px;
  987.  
  988. margin-bottom: 40px;
  989.  
  990. }
  991.  
  992.  
  993.  
  994. .video-player {
  995.  
  996. margin-top:-20px;
  997.  
  998. margin-left:-20px;
  999.  
  1000. max-width:700px;
  1001.  
  1002. }
  1003.  
  1004.  
  1005.  
  1006. small {
  1007.  
  1008. font-size: 0.9em;
  1009.  
  1010. letter-spacing: 0.5px;
  1011.  
  1012. font-weight: 500;
  1013.  
  1014. }
  1015.  
  1016.  
  1017.  
  1018.  
  1019.  
  1020. .pagenav {
  1021.  
  1022. margin-top:20px;
  1023.  
  1024. padding: 10px;
  1025.  
  1026. width:700px;
  1027.  
  1028. margin-left:300px;
  1029.  
  1030. }
  1031.  
  1032.  
  1033.  
  1034. .pagenav a, .pagenav a:link, .pagenav a:visited, .pagenav a:active, .pagenav a:hover {
  1035.  
  1036. background-color: rgba(0, 0, 0, 0.8);
  1037.  
  1038. color: #f0ff00;
  1039.  
  1040. text-decoration: none;
  1041.  
  1042. text-transform: uppercase;
  1043.  
  1044. font-weight: bold;
  1045.  
  1046. padding: 10px;
  1047.  
  1048. margin:10px;
  1049.  
  1050. }
  1051.  
  1052.  
  1053.  
  1054. .pagenav a:hover {
  1055.  
  1056. background-color: rgba(0, 0, 0, 0.6);
  1057.  
  1058. }
  1059.  
  1060.  
  1061.  
  1062.  
  1063.  
  1064. .flag {
  1065.  
  1066. width: 50px;
  1067.  
  1068. height: 50px;
  1069.  
  1070. margin-left:680px;
  1071.  
  1072. margin-top: -50px;
  1073.  
  1074. display: block;
  1075.  
  1076. }
  1077.  
  1078.  
  1079.  
  1080. .video .flag {
  1081.  
  1082. background: url(http://static.tumblr.com/qqjhngs/mDimh58em/vidflag.png) no-repeat;
  1083.  
  1084. }
  1085.  
  1086.  
  1087.  
  1088. .link .flag {
  1089.  
  1090. background: url(http://static.tumblr.com/qqjhngs/5XGmh589f/linkflag.png) no-repeat;
  1091.  
  1092. }
  1093.  
  1094.  
  1095.  
  1096. .quote .flag {
  1097.  
  1098. background: url(http://static.tumblr.com/qqjhngs/E86mh58ao/quoteflag.png) no-repeat;
  1099.  
  1100. }
  1101.  
  1102.  
  1103.  
  1104. .answer .flag {
  1105.  
  1106. background: url(http://static.tumblr.com/qqjhngs/7fgmh5862/answerflag.png) no-repeat;
  1107.  
  1108. }
  1109.  
  1110.  
  1111.  
  1112. .photo .flag, .photo-set .flag {
  1113.  
  1114. background: url(http://static.tumblr.com/qqjhngs/6HQmh58a7/picflag.png) no-repeat;
  1115.  
  1116. }
  1117.  
  1118.  
  1119.  
  1120. .chat .flag {
  1121.  
  1122. background: url(http://static.tumblr.com/qqjhngs/dRlmh588z/chatflag.png) no-repeat;
  1123.  
  1124. }
  1125.  
  1126.  
  1127.  
  1128. .text .flag {
  1129.  
  1130. background: url(http://static.tumblr.com/qqjhngs/Jhlmh58e6/textflag.png) no-repeat;
  1131.  
  1132. }
  1133.  
  1134.  
  1135.  
  1136.  
  1137.  
  1138. .audio .flag {
  1139.  
  1140. background: url(http://static.tumblr.com/qqjhngs/Go6mh587z/audioflag.png) no-repeat;
  1141.  
  1142. }
  1143.  
  1144.  
  1145.  
  1146.  
  1147.  
  1148. /*search form */
  1149.  
  1150.  
  1151.  
  1152. #search {
  1153.  
  1154. background-color: #ff69b4;
  1155.  
  1156. padding: 3px;
  1157.  
  1158. font-size: 11px;
  1159.  
  1160. font-family: 'Oswald', Helvetica, Arial, sans-serif;
  1161.  
  1162. line-height: 18px;
  1163.  
  1164. border:0px;
  1165.  
  1166. }
  1167.  
  1168.  
  1169.  
  1170. #search:focus {
  1171.  
  1172. background-color: #ff3300;
  1173.  
  1174. border: 0px;
  1175.  
  1176. }
  1177.  
  1178.  
  1179.  
  1180. #submit {
  1181.  
  1182. color: #f0ff00;
  1183.  
  1184. background-color: #404040;
  1185.  
  1186. padding: 3px;
  1187.  
  1188. font-size: 11px;
  1189.  
  1190. font-family: 'Oswald', Helvetica, Arial, sans-serif;
  1191.  
  1192. line-height: 18px;
  1193.  
  1194. border: 1px solid #404040;
  1195.  
  1196. -webkit-border-radius: 10px;
  1197.  
  1198. -moz-border-radius: 10px;
  1199.  
  1200. }
  1201.  
  1202.  
  1203.  
  1204. /*notes on post page */
  1205.  
  1206.  
  1207.  
  1208. .notes-container {
  1209.  
  1210. display:block;
  1211.  
  1212. margin-top:20px;
  1213.  
  1214. clear: both;
  1215.  
  1216. width: 660px;
  1217.  
  1218. padding:20px;
  1219.  
  1220. background-color: {color:Post Background};
  1221.  
  1222. -moz-box-shadow: 2px 2px 1px rgba(0,0,0, 0.1);
  1223.  
  1224. -webkit-box-shadow: 3px 3px 1px rgba(0,0,0, 0.1);
  1225.  
  1226. background-color: {color:Post Background};
  1227.  
  1228. }
  1229.  
  1230.  
  1231.  
  1232. .notes-container ol {
  1233.  
  1234. list-style-type:none;
  1235.  
  1236. width: 680px;
  1237.  
  1238. }
  1239.  
  1240.  
  1241.  
  1242. .notes-container li {
  1243.  
  1244. margin-top: 10px;
  1245.  
  1246. }
  1247.  
  1248.  
  1249.  
  1250. note.answer {
  1251.  
  1252.  
  1253.  
  1254. }
  1255.  
  1256.  
  1257.  
  1258.  
  1259.  
  1260. /*disqus*/
  1261.  
  1262. #disqus_thread {
  1263.  
  1264. display:block;
  1265.  
  1266. margin-top:20px;
  1267.  
  1268. width: 660px;
  1269.  
  1270. padding:20px;
  1271.  
  1272. background-color: {color:Post Background};
  1273.  
  1274. -moz-box-shadow: 2px 2px 1px rgba(0,0,0, 0.1);
  1275.  
  1276. -webkit-box-shadow: 3px 3px 1px rgba(0,0,0, 0.1);
  1277.  
  1278. background-color: {color:Post Background};
  1279.  
  1280. }
  1281.  
  1282.  
  1283.  
  1284. a.dsq-comment-count{
  1285.  
  1286. line-height: 48px;
  1287.  
  1288. }
  1289.  
  1290.  
  1291.  
  1292. a.dsq-comment-count, a.dsq-comment-count:link, a.dsq-comment-count:active, a.dsq-comment-count:visited {
  1293.  
  1294. color: #a8a39c;
  1295.  
  1296. padding: 3px 10px 3px 10px;
  1297.  
  1298. font-family: Helvetica, Arial, sans-serif;
  1299.  
  1300. font-size: 11px;
  1301.  
  1302. font-weight:bold;
  1303.  
  1304. text-transform: uppercase;
  1305.  
  1306. text-decoration:none;
  1307.  
  1308. }
  1309.  
  1310.  
  1311.  
  1312. a.dsq-comment-count:hover {
  1313.  
  1314. color: #7f7972;
  1315.  
  1316. }
  1317.  
  1318.  
  1319.  
  1320. #disqus_thread h3 {
  1321.  
  1322. font-size:1.2em;
  1323.  
  1324. }
  1325.  
  1326.  
  1327.  
  1328.  
  1329.  
  1330. .dsq-brlink {
  1331.  
  1332. display: inline block;
  1333.  
  1334. text-decoration: none;
  1335.  
  1336. text-transform: uppercase;
  1337.  
  1338. padding-top:20px;
  1339.  
  1340. font-size: 0.8em;
  1341.  
  1342. }
  1343.  
  1344.  
  1345.  
  1346. /*footer */
  1347.  
  1348. #foot {
  1349.  
  1350. margin-left:auto;
  1351.  
  1352. margin-right:auto;
  1353.  
  1354. margin-top: 40px;
  1355.  
  1356. padding: 20px;
  1357.  
  1358. background-color: rgba(0, 0, 0, 0.8);
  1359.  
  1360. color: #ff3300;
  1361.  
  1362. }
  1363.  
  1364.  
  1365.  
  1366. #foot a {
  1367.  
  1368. color: #ff3300;
  1369.  
  1370. text-decoration:none;
  1371.  
  1372. }
  1373.  
  1374.  
  1375.  
  1376.  
  1377.  
  1378. .showtweet {
  1379.  
  1380. width: 200px;
  1381.  
  1382. margin:20px;
  1383.  
  1384. margin-left:0px;
  1385.  
  1386. }
  1387.  
  1388.  
  1389.  
  1390. #tweets {
  1391.  
  1392. width: 170px;;
  1393.  
  1394. padding: 10px;
  1395.  
  1396. font-size: 0.9em;
  1397.  
  1398. line-height:1.5em;
  1399.  
  1400. }
  1401.  
  1402.  
  1403.  
  1404. .following {
  1405.  
  1406. width: 200px;
  1407.  
  1408. margin:20px;
  1409.  
  1410. margin-left:0px;
  1411.  
  1412. }
  1413.  
  1414.  
  1415.  
  1416. .following ul {
  1417.  
  1418. list-style-type:none;
  1419.  
  1420. }
  1421.  
  1422.  
  1423.  
  1424. .following ul li {
  1425.  
  1426. display: inline;
  1427.  
  1428. }
  1429.  
  1430.  
  1431.  
  1432. .likedposts {
  1433.  
  1434. width: 200px;
  1435.  
  1436. margin:20px;
  1437.  
  1438. margin-left:0px;
  1439.  
  1440. }
  1441.  
  1442.  
  1443.  
  1444. .likedposts h3, .following h3, .showtweet h3 {
  1445.  
  1446. border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  1447.  
  1448. -moz-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);
  1449.  
  1450. -webkit-box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);
  1451.  
  1452. line-height: 24px;
  1453.  
  1454. padding-bottom: 5px;
  1455.  
  1456. margin-bottom: 10px;
  1457.  
  1458. }
  1459.  
  1460.  
  1461.  
  1462. #likes_container {
  1463.  
  1464. width: 200px;
  1465.  
  1466. background-color: transparent;
  1467.  
  1468.  
  1469.  
  1470. }
  1471.  
  1472.  
  1473.  
  1474. ul#likes {
  1475.  
  1476. + list-style-type: none;
  1477.  
  1478. + margin: 0 0 0 0;
  1479.  
  1480. + padding: 0 0 0 0;
  1481.  
  1482. + }
  1483.  
  1484. +
  1485.  
  1486. + li.like_post {
  1487.  
  1488. + width: 200px;
  1489.  
  1490. + float: left;
  1491.  
  1492. + }
  1493.  
  1494. +
  1495.  
  1496. + li.like_post img {
  1497.  
  1498. + max-width:200px;
  1499.  
  1500. + border: 1px solid rgba(0, 0, 0, 0.2);
  1501.  
  1502. + margin-left:auto;
  1503.  
  1504. + margin-right:auto;
  1505.  
  1506. + text-align:center;
  1507.  
  1508. + }
  1509.  
  1510.  
  1511.  
  1512. +
  1513.  
  1514.  
  1515.  
  1516. .footbox{
  1517.  
  1518. float:left;
  1519.  
  1520. margin-left:20px;
  1521.  
  1522. }
  1523.  
  1524.  
  1525.  
  1526.  
  1527.  
  1528.  
  1529.  
  1530. + /*special cases*/
  1531.  
  1532. +
  1533.  
  1534. {block:IfHideFlags}
  1535.  
  1536. .flag {
  1537.  
  1538. display:none;
  1539.  
  1540. }
  1541.  
  1542. {/block:IfHideFlags}
  1543.  
  1544.  
  1545.  
  1546. {block:IfTilePosts}
  1547.  
  1548. .post {
  1549.  
  1550. float:left;
  1551.  
  1552. margin-bottom:20px;
  1553.  
  1554. margin-right:40px;
  1555.  
  1556. width: 260px;
  1557.  
  1558. }
  1559.  
  1560.  
  1561.  
  1562. .album-play, .post-image, .album-art img, .post img {
  1563.  
  1564. max-width: 300px;
  1565.  
  1566. height:auto;
  1567.  
  1568. }
  1569.  
  1570.  
  1571.  
  1572.  
  1573.  
  1574.  
  1575.  
  1576. .text img {
  1577.  
  1578. max-width: 260px;
  1579.  
  1580. height:auto;
  1581.  
  1582. }
  1583.  
  1584.  
  1585.  
  1586. iframe.photoset {
  1587.  
  1588. margin: 5px 0px 0px 5px;
  1589.  
  1590. }
  1591.  
  1592.  
  1593.  
  1594.  
  1595.  
  1596. .album-art {
  1597.  
  1598. width:300px;
  1599.  
  1600. height:auto;
  1601.  
  1602. }
  1603.  
  1604.  
  1605.  
  1606. ul.chatlines li{
  1607.  
  1608. width: 240px;
  1609.  
  1610. }
  1611.  
  1612.  
  1613.  
  1614. .text h2, .link h2, .chat h2 {
  1615.  
  1616. width:280px;
  1617.  
  1618. }
  1619.  
  1620.  
  1621.  
  1622. hr.arrow, .flag {
  1623.  
  1624. display:none;
  1625.  
  1626. }
  1627.  
  1628.  
  1629.  
  1630. .ribr {
  1631.  
  1632. margin-left: 270px
  1633.  
  1634. }
  1635.  
  1636.  
  1637.  
  1638. .video-player, .spotify_audio_player {
  1639.  
  1640. max-width:300px;
  1641.  
  1642. }
  1643.  
  1644. +
  1645.  
  1646. div.video object, div.video embed, .video-player iframe, iframe.spotify_audio_player {
  1647.  
  1648. width:300px;
  1649.  
  1650. }
  1651.  
  1652.  
  1653.  
  1654.  
  1655.  
  1656. {block:PermalinkPage}
  1657.  
  1658. .post {
  1659.  
  1660. width:660px;
  1661.  
  1662. margin-top:20px;
  1663.  
  1664. }
  1665.  
  1666.  
  1667.  
  1668. .album-play, .post-image, .album-art img, .post img {
  1669.  
  1670. max-width: 700px;
  1671.  
  1672. }
  1673.  
  1674.  
  1675.  
  1676. .album-art{
  1677.  
  1678. width:700px;
  1679.  
  1680. }
  1681.  
  1682. {/block:PermalinkPage}
  1683.  
  1684.  
  1685.  
  1686.  
  1687.  
  1688. {/block:IfTilePosts}
  1689.  
  1690.  
  1691.  
  1692.  
  1693.  
  1694.  
  1695.  
  1696.  
  1697.  
  1698.  
  1699.  
  1700. +
  1701.  
  1702. {CustomCSS}
  1703.  
  1704. </style>
  1705.  
  1706.  
  1707.  
  1708. +
  1709.  
  1710. +<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.js"></script>
  1711.  
  1712.  
  1713.  
  1714.  
  1715.  
  1716. +</head>
  1717.  
  1718. +
  1719.  
  1720. +
  1721.  
  1722. +<body>
  1723.  
  1724. +
  1725.  
  1726. + <div id="main">
  1727.  
  1728. +
  1729.  
  1730. <div id="header">
  1731.  
  1732. <div id="title">
  1733.  
  1734. <h1><a href="/" title="{Title}">{Title}</a></h1>
  1735.  
  1736. </div>
  1737.  
  1738.  
  1739.  
  1740.  
  1741.  
  1742. <div id="description">
  1743.  
  1744. {block:Description}
  1745.  
  1746. <p>{Description}</p>
  1747.  
  1748. {/block:Description}
  1749.  
  1750.  
  1751.  
  1752. <p class="nav">
  1753.  
  1754. <a href="{RSS}" title="RSS">Subscribe to RSS</a> <br />
  1755.  
  1756. <a href="/archive">Archive</a> <br />
  1757.  
  1758. {block:AskEnabled}
  1759.  
  1760. <a href="/ask">{AskLabel}</a><br />
  1761.  
  1762. {/block:AskEnabled}
  1763.  
  1764. {block:SubmissionsEnabled}
  1765.  
  1766. <a href="/submit">{SubmitLabel}</a><br />
  1767.  
  1768. {/block:SubmissionsEnabled}
  1769.  
  1770. {block:Twitter}
  1771.  
  1772. <a href="http://www.twitter.com/{TwitterUsername}">Follow Me on Twitter</a><br />
  1773.  
  1774. {/block:Twitter}
  1775.  
  1776. {block:HasPages}
  1777.  
  1778. {Block:Pages}
  1779.  
  1780. <a href="{URL}">{Label}</a><br />
  1781.  
  1782. {/Block:Pages}
  1783.  
  1784. {/block:HasPages}
  1785.  
  1786. </p>
  1787.  
  1788. <p>
  1789.  
  1790. <form action="/search" method="get">
  1791.  
  1792. <input type="text" name="q" value="{SearchQuery}" id="search" />
  1793.  
  1794. <input type="submit" value="Search" id="submit" />
  1795.  
  1796. </form>
  1797.  
  1798. </p>
  1799.  
  1800. </div>
  1801.  
  1802.  
  1803.  
  1804. {block:IfSidebar}
  1805.  
  1806. <div id="sidebar">
  1807.  
  1808. {block:IfShowTweet}
  1809.  
  1810. {block:Twitter}
  1811.  
  1812. <div class="showtweet">
  1813.  
  1814. <h3><a href="http://twitter.com/{TwitterUsername}">Last Tweet:</a></h3>
  1815.  
  1816.  
  1817.  
  1818. <div id="tweets"></div>
  1819.  
  1820. </div>
  1821.  
  1822.  
  1823.  
  1824. <script type="text/javascript">
  1825.  
  1826. function recent_tweets(data) {
  1827.  
  1828. for (i=0; i<1; i++) {
  1829.  
  1830. document.getElementById("tweets").innerHTML =
  1831.  
  1832. document.getElementById("tweets").innerHTML +
  1833.  
  1834. '<a href="http://twitter.com/{TwitterUsername}/status/' +
  1835.  
  1836. (data[i].id_str ? data[i].id_str : data[i].id) +
  1837.  
  1838. '"><div class="content">' + data[i].text +
  1839.  
  1840. '</div></a>';
  1841.  
  1842. }
  1843.  
  1844. document.getElementById("twitter").style.display = 'block';
  1845.  
  1846. }
  1847.  
  1848. </script>
  1849.  
  1850. {/block:Twitter}
  1851.  
  1852. {/block:IfShowTweet}
  1853.  
  1854.  
  1855.  
  1856. {block:IfShowWhoIFollow}
  1857.  
  1858. <div class="following">
  1859.  
  1860. {block:Following}
  1861.  
  1862. <h3>Following:</h3>
  1863.  
  1864. <ul>
  1865.  
  1866. {block:Followed}
  1867.  
  1868. <li>
  1869.  
  1870. <a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-16}"/></a>
  1871.  
  1872. </li>
  1873.  
  1874. {/block:Followed}
  1875.  
  1876. </ul>
  1877.  
  1878. {/block:Following}
  1879.  
  1880. </div>
  1881.  
  1882. {/block:IfShowWhoIFollow}
  1883.  
  1884.  
  1885.  
  1886. {block:IfShowLikedPosts}
  1887.  
  1888. <div class="likedposts">
  1889.  
  1890. <h3>Last liked:</h3>
  1891.  
  1892. {block:Likes}
  1893.  
  1894. <div id="likes_container">
  1895.  
  1896.  
  1897.  
  1898. {Likes limit="1" summarize="100" width="300"}
  1899.  
  1900. <br />
  1901.  
  1902. <a href="http://www.tumblr.com/liked/by/{Name}">
  1903.  
  1904. &rarr; See more stuff I like
  1905.  
  1906. </a>
  1907.  
  1908. </div>
  1909.  
  1910. {/block:Likes}
  1911.  
  1912. </div>
  1913.  
  1914. {/block:IfShowLikedPosts}
  1915.  
  1916. {/block:IfSidebar}
  1917.  
  1918. </div>
  1919.  
  1920. </div>
  1921.  
  1922.  
  1923.  
  1924.  
  1925.  
  1926.  
  1927.  
  1928. <div id="posts">
  1929.  
  1930. {block:SearchPage}
  1931.  
  1932. <h3>Your search for <em>{SearchQuery}</em> returned {SearchResultCount} results.
  1933.  
  1934. {block:NoSearchResults}Sorry.{/block:NoSearchResults}
  1935.  
  1936. </h3>
  1937.  
  1938. {/block:SearchPage}
  1939.  
  1940.  
  1941.  
  1942.  
  1943.  
  1944. {block:Posts}
  1945.  
  1946.  
  1947.  
  1948. {block:Text}
  1949.  
  1950. <div class="text post item">
  1951.  
  1952. {block:Title}<span class="ribl"></span><h2><a href="{Permalink}">{Title}</a></h2><span class="ribr"></span>{/block:Title}
  1953.  
  1954. {Body}
  1955.  
  1956.  
  1957.  
  1958. <p class="postdata">
  1959.  
  1960. {block:Date}<a href="{Permalink}" class="post-time">{TimeAgo}</a>{/block:Date}
  1961.  
  1962. {block:NoteCount}<a href="{Permalink}" class="note">{NoteCountWithLabel}</a>{/block:NoteCount}
  1963.  
  1964. <a href="{ShortURL}" title="{ShortURL}" class="reblog">URL</a>
  1965.  
  1966. <br/>
  1967.  
  1968.  
  1969.  
  1970. {block:HasTags}
  1971.  
  1972. <img src="http://static.tumblr.com/qqjhngs/zSsmh58di/tags.png" alt="Tags" class="tagimg"/>
  1973.  
  1974. {block:Tags}
  1975.  
  1976. <a href="{TagURLChrono}" class="tag">{Tag}</a>
  1977.  
  1978. {/block:Tags}
  1979.  
  1980. {/block:HasTags}
  1981.  
  1982. <br />
  1983.  
  1984. {block:IfDisqusShortname}
  1985.  
  1986. <a class="dsq-comment-count" href="{Permalink}#disqus_thread">Comments</a>
  1987.  
  1988. {/block:IfDisqusShortname}
  1989.  
  1990. </p>
  1991.  
  1992.  
  1993.  
  1994. <span class="flag"> </span>
  1995.  
  1996. </div>
  1997.  
  1998. <hr class="arrow item"></hr>
  1999.  
  2000.  
  2001.  
  2002. {/block:Text}
  2003.  
  2004.  
  2005.  
  2006. {block:Photo}
  2007.  
  2008. <div class="photo post item">
  2009.  
  2010. {LinkOpenTag}
  2011.  
  2012. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" class="post-image"/>
  2013.  
  2014. {LinkCloseTag}
  2015.  
  2016.  
  2017.  
  2018. {block:Caption}
  2019.  
  2020. <p>{Caption}</p>
  2021.  
  2022. {/block:Caption}
  2023.  
  2024.  
  2025.  
  2026. <p class="postdata">
  2027.  
  2028. {block:Date}<a href="{Permalink}" class="post-time">{TimeAgo}</a>{/block:Date}
  2029.  
  2030. {block:NoteCount}<a href="{Permalink}" class="note">{NoteCountWithLabel}</a>{/block:NoteCount}
  2031.  
  2032. <a href="{ShortURL}" title="{ShortURL}" class="reblog">URL</a>
  2033.  
  2034. <br/>
  2035.  
  2036.  
  2037.  
  2038. {block:HasTags}
  2039.  
  2040. <img src="http://static.tumblr.com/qqjhngs/zSsmh58di/tags.png" alt="Tags" class="tagimg"/>
  2041.  
  2042. {block:Tags}
  2043.  
  2044. <a href="{TagURLChrono}" class="tag">{Tag}</a>
  2045.  
  2046. {/block:Tags}
  2047.  
  2048. {/block:HasTags}
  2049.  
  2050. <br />
  2051.  
  2052. {block:IfDisqusShortname}
  2053.  
  2054. <a class="dsq-comment-count" href="{Permalink}#disqus_thread">Comments</a>
  2055.  
  2056. {/block:IfDisqusShortname}
  2057.  
  2058. </p>
  2059.  
  2060.  
  2061.  
  2062. <span class="flag"> </span>
  2063.  
  2064. </div>
  2065.  
  2066. <hr class="arrow item"></hr>
  2067.  
  2068.  
  2069.  
  2070. {/block:Photo}
  2071.  
  2072.  
  2073.  
  2074. {block:Photoset}
  2075.  
  2076. <div class="photo-set post item">
  2077.  
  2078. {block:IfNotTilePosts}
  2079.  
  2080. {Photoset-700}
  2081.  
  2082. {/block:IfNotTilePosts}
  2083.  
  2084.  
  2085.  
  2086. {block:IfTilePosts}
  2087.  
  2088. {Photoset-250}
  2089.  
  2090. {/block:IfTilePosts}
  2091.  
  2092.  
  2093.  
  2094.  
  2095.  
  2096. {block:Caption}
  2097.  
  2098. <p>{Caption}</p>
  2099.  
  2100. {/block:Caption}
  2101.  
  2102.  
  2103.  
  2104. <p class="postdata">
  2105.  
  2106. {block:Date}<a href="{Permalink}" class="post-time">{TimeAgo}</a>{/block:Date}
  2107.  
  2108. {block:NoteCount}<a href="{Permalink}" class="note">{NoteCountWithLabel}</a>{/block:NoteCount}
  2109.  
  2110. <a href="{ShortURL}" title="{ShortURL}" class="reblog">URL</a>
  2111.  
  2112. <br/>
  2113.  
  2114.  
  2115.  
  2116. {block:HasTags}
  2117.  
  2118. <img src="http://static.tumblr.com/qqjhngs/zSsmh58di/tags.png" alt="Tags" class="tagimg"/>
  2119.  
  2120. {block:Tags}
  2121.  
  2122. <a href="{TagURLChrono}" class="tag">{Tag}</a>
  2123.  
  2124. {/block:Tags}
  2125.  
  2126. {/block:HasTags}
  2127.  
  2128. <br />
  2129.  
  2130. {block:IfDisqusShortname}
  2131.  
  2132. <a class="dsq-comment-count" href="{Permalink}#disqus_thread">Comments</a>
  2133.  
  2134. {/block:IfDisqusShortname}
  2135.  
  2136. </p>
  2137.  
  2138.  
  2139.  
  2140. <span class="flag"> </span>
  2141.  
  2142. </div>
  2143.  
  2144. <hr class="arrow item"></hr>
  2145.  
  2146.  
  2147.  
  2148. {/block:Photoset}
  2149.  
  2150. +
  2151.  
  2152.  
  2153.  
  2154. {block:Quote}
  2155.  
  2156. <div class="quote post item">
  2157.  
  2158. <p class="theQuote">{Quote}</p>
  2159.  
  2160.  
  2161.  
  2162. {block:Source}
  2163.  
  2164. <cite>{Source}</cite>
  2165.  
  2166. {/block:Source}
  2167.  
  2168.  
  2169.  
  2170. <p class="postdata">
  2171.  
  2172. {block:Date}<a href="{Permalink}" class="post-time">{TimeAgo}</a>{/block:Date}
  2173.  
  2174. {block:NoteCount}<a href="{Permalink}" class="note">{NoteCountWithLabel}</a>{/block:NoteCount}
  2175.  
  2176. <a href="{ShortURL}" title="{ShortURL}" class="reblog">URL</a>
  2177.  
  2178. <br/>
  2179.  
  2180.  
  2181.  
  2182. {block:HasTags}
  2183.  
  2184. <img src="http://static.tumblr.com/qqjhngs/zSsmh58di/tags.png" alt="Tags" class="tagimg"/>
  2185.  
  2186. {block:Tags}
  2187.  
  2188. <a href="{TagURLChrono}" class="tag">{Tag}</a>
  2189.  
  2190. {/block:Tags}
  2191.  
  2192. {/block:HasTags}
  2193.  
  2194. <br />
  2195.  
  2196. {block:IfDisqusShortname}
  2197.  
  2198. <a class="dsq-comment-count" href="{Permalink}#disqus_thread">Comments</a>
  2199.  
  2200. {/block:IfDisqusShortname}
  2201.  
  2202. </p>
  2203.  
  2204.  
  2205.  
  2206. <span class="flag"> </span>
  2207.  
  2208. </div>
  2209.  
  2210. <hr class="arrow item"></hr>
  2211.  
  2212.  
  2213.  
  2214. {/block:Quote}
  2215.  
  2216.  
  2217.  
  2218. {block:Answer}
  2219.  
  2220. <div class="answer-post post item">
  2221.  
  2222. <blockquote>{Question}</blockquote>
  2223.  
  2224. <br />
  2225.  
  2226. <cite>{Asker}</cite>
  2227.  
  2228.  
  2229.  
  2230. <p>{Answer}</p>
  2231.  
  2232.  
  2233.  
  2234. <p class="postdata">
  2235.  
  2236. {block:Date}<a href="{Permalink}" class="post-time">{TimeAgo}</a>{/block:Date}
  2237.  
  2238. {block:NoteCount}<a href="{Permalink}" class="note">{NoteCountWithLabel}</a>{/block:NoteCount}
  2239.  
  2240. <a href="{ShortURL}" title="{ShortURL}" class="reblog">URL</a>
  2241.  
  2242. <br/>
  2243.  
  2244.  
  2245.  
  2246. {block:HasTags}
  2247.  
  2248. <img src="http://static.tumblr.com/qqjhngs/zSsmh58di/tags.png" alt="Tags" class="tagimg"/>
  2249.  
  2250. {block:Tags}
  2251.  
  2252. <a href="{TagURLChrono}" class="tag">{Tag}</a>
  2253.  
  2254. {/block:Tags}
  2255.  
  2256. {/block:HasTags}
  2257.  
  2258. <br />
  2259.  
  2260. {block:IfDisqusShortname}
  2261.  
  2262. <a class="dsq-comment-count" href="{Permalink}#disqus_thread">Comments</a>
  2263.  
  2264. {/block:IfDisqusShortname}
  2265.  
  2266. </p>
  2267.  
  2268.  
  2269.  
  2270. <span class="flag"> </span>
  2271.  
  2272. </div>
  2273.  
  2274. <hr class="arrow item"></hr>
  2275.  
  2276.  
  2277.  
  2278. {/block:Answer}
  2279.  
  2280.  
  2281.  
  2282.  
  2283.  
  2284. {block:Link}
  2285.  
  2286. <div class="link post item">
  2287.  
  2288. <span class="ribl"></span><h2><a href="{URL}" class="thelink" {TARGET}>{Name}</a></h2><span class="ribr"></span>
  2289.  
  2290.  
  2291.  
  2292. {block:Description}
  2293.  
  2294. <cite>{Description}</cite>
  2295.  
  2296. {/block:Description}
  2297.  
  2298.  
  2299.  
  2300. <p class="postdata">
  2301.  
  2302. {block:Date}<a href="{Permalink}" class="post-time">{TimeAgo}</a>{/block:Date}
  2303.  
  2304. {block:NoteCount}<a href="{Permalink}" class="note">{NoteCountWithLabel}</a>{/block:NoteCount}
  2305.  
  2306. <a href="{ShortURL}" title="{ShortURL}" class="reblog">URL</a>
  2307.  
  2308. <br/>
  2309.  
  2310.  
  2311.  
  2312. {block:HasTags}
  2313.  
  2314. <img src="http://static.tumblr.com/qqjhngs/zSsmh58di/tags.png" alt="Tags" class="tagimg"/>
  2315.  
  2316. {block:Tags}
  2317.  
  2318. <a href="{TagURLChrono}" class="tag">{Tag}</a>
  2319.  
  2320. {/block:Tags}
  2321.  
  2322. {/block:HasTags}
  2323.  
  2324. <br />
  2325.  
  2326. {block:IfDisqusShortname}
  2327.  
  2328. <a class="dsq-comment-count" href="{Permalink}#disqus_thread">Comments</a>
  2329.  
  2330. {/block:IfDisqusShortname}
  2331.  
  2332. </p>
  2333.  
  2334.  
  2335.  
  2336. <span class="flag"> </span>
  2337.  
  2338. </div>
  2339.  
  2340. <hr class="arrow item"></hr>
  2341.  
  2342.  
  2343.  
  2344. {/block:Link}
  2345.  
  2346.  
  2347.  
  2348.  
  2349.  
  2350. {block:Chat}
  2351.  
  2352. <div class="chat post item">
  2353.  
  2354. {block:Title}
  2355.  
  2356. <span class="ribl"></span><h2><a href="{Permalink}">{Title}</a></h2><span class="ribr"></span>
  2357.  
  2358. {/block:Title}
  2359.  
  2360.  
  2361.  
  2362. <ul class="chatlines">
  2363.  
  2364. + {block:Lines}
  2365.  
  2366. <li class="{Alt}">
  2367.  
  2368. + {block:Label}
  2369.  
  2370. <strong>{Label}</strong>
  2371.  
  2372. {/block:Label}
  2373.  
  2374.  
  2375.  
  2376. <span>{Line}</span>
  2377.  
  2378. + </li>
  2379.  
  2380. {/block:Lines}
  2381.  
  2382. + </ul>
  2383.  
  2384.  
  2385.  
  2386. <p class="postdata">
  2387.  
  2388. {block:Date}<a href="{Permalink}" class="post-time">{TimeAgo}</a>{/block:Date}
  2389.  
  2390. {block:NoteCount}<a href="{Permalink}" class="note">{NoteCountWithLabel}</a>{/block:NoteCount}
  2391.  
  2392. <a href="{ShortURL}" title="{ShortURL}" class="reblog">URL</a>
  2393.  
  2394. <br/>
  2395.  
  2396.  
  2397.  
  2398. {block:HasTags}
  2399.  
  2400. <img src="http://static.tumblr.com/qqjhngs/zSsmh58di/tags.png" alt="Tags" class="tagimg"/>
  2401.  
  2402. {block:Tags}
  2403.  
  2404. <a href="{TagURLChrono}" class="tag">{Tag}</a>
  2405.  
  2406. {/block:Tags}
  2407.  
  2408. {/block:HasTags}
  2409.  
  2410. <br />
  2411.  
  2412. {block:IfDisqusShortname}
  2413.  
  2414. <a class="dsq-comment-count" href="{Permalink}#disqus_thread">Comments</a>
  2415.  
  2416. {/block:IfDisqusShortname}
  2417.  
  2418. </p>
  2419.  
  2420.  
  2421.  
  2422. <span class="flag"> </span>
  2423.  
  2424. </div>
  2425.  
  2426. <hr class="arrow item"></hr>
  2427.  
  2428.  
  2429.  
  2430. {/block:Chat}
  2431.  
  2432.  
  2433.  
  2434. {block:Video}
  2435.  
  2436. <div class="video post item">
  2437.  
  2438. <div class="video-player">
  2439.  
  2440. {block:IfNotTilePosts}
  2441.  
  2442. {Video-700}
  2443.  
  2444. {/block:IfNotTilePosts}
  2445.  
  2446. {block:IfTilePosts}
  2447.  
  2448. {Video-400}
  2449.  
  2450. {/block:IfTilePosts}
  2451.  
  2452. </div>
  2453.  
  2454.  
  2455.  
  2456. {block:Caption}
  2457.  
  2458. <div class="caption">
  2459.  
  2460. {Caption}
  2461.  
  2462. </div>
  2463.  
  2464. {/block:Caption}
  2465.  
  2466.  
  2467.  
  2468. <p class="postdata">
  2469.  
  2470. {block:Date}<a href="{Permalink}" class="post-time">{TimeAgo}</a>{/block:Date}
  2471.  
  2472. {block:NoteCount}<a href="{Permalink}" class="note">{NoteCountWithLabel}</a>{/block:NoteCount}
  2473.  
  2474. <a href="{ShortURL}" title="{ShortURL}" class="reblog">URL</a>
  2475.  
  2476. <br/>
  2477.  
  2478.  
  2479.  
  2480. {block:HasTags}
  2481.  
  2482. <img src="http://static.tumblr.com/qqjhngs/zSsmh58di/tags.png" alt="Tags" class="tagimg"/>
  2483.  
  2484. {block:Tags}
  2485.  
  2486. <a href="{TagURLChrono}" class="tag">{Tag}</a>
  2487.  
  2488. {/block:Tags}
  2489.  
  2490. {/block:HasTags}
  2491.  
  2492. <br />
  2493.  
  2494. {block:IfDisqusShortname}
  2495.  
  2496. <a class="dsq-comment-count" href="{Permalink}#disqus_thread">Comments</a>
  2497.  
  2498. {/block:IfDisqusShortname}
  2499.  
  2500. </p>
  2501.  
  2502.  
  2503.  
  2504. <span class="flag"> </span>
  2505.  
  2506. </div>
  2507.  
  2508. <hr class="arrow item"></hr>
  2509.  
  2510.  
  2511.  
  2512. {/block:Video}
  2513.  
  2514.  
  2515.  
  2516. {block:Audio}
  2517.  
  2518. <div class="audio post item">
  2519.  
  2520. <div class="album-art">
  2521.  
  2522. {block:AlbumArt}
  2523.  
  2524. <img src="{AlbumArtURL}" alt="{AlbumArtURL}" />
  2525.  
  2526. {/block:AlbumArt}
  2527.  
  2528. </div>
  2529.  
  2530.  
  2531.  
  2532.  
  2533.  
  2534.  
  2535.  
  2536. <div class="album-info">
  2537.  
  2538. <span>{block:TrackName}{block:TrackName}{/block:TrackName} {block:Artist}by {Artist}{/block:Artist}</span>
  2539.  
  2540. </div>
  2541.  
  2542.  
  2543.  
  2544.  
  2545.  
  2546.  
  2547.  
  2548. <div class="player">
  2549.  
  2550. <img src="http://static.tumblr.com/qqjhngs/hglmh58b4/playcircle.png" border="0" alt="Play or Pause" />
  2551.  
  2552. <div class="album-play">
  2553.  
  2554. {AudioPlayerWhite}
  2555.  
  2556. </div>
  2557.  
  2558. </div>
  2559.  
  2560.  
  2561.  
  2562. {block:Caption}
  2563.  
  2564. <p>{Caption}</p>
  2565.  
  2566. {/block:Caption}
  2567.  
  2568.  
  2569.  
  2570. <p class="postdata">
  2571.  
  2572. {block:Date}<a href="{Permalink}" class="post-time">{TimeAgo}</a>{/block:Date}
  2573.  
  2574. {block:NoteCount}<a href="{Permalink}" class="note">{NoteCountWithLabel}</a>{/block:NoteCount}
  2575.  
  2576. <a href="{ShortURL}" title="{ShortURL}" class="reblog">URL</a>
  2577.  
  2578. <br/>
  2579.  
  2580.  
  2581.  
  2582. {block:HasTags}
  2583.  
  2584. <img src="http://static.tumblr.com/qqjhngs/zSsmh58di/tags.png" alt="Tags" class="tagimg"/>
  2585.  
  2586. {block:Tags}
  2587.  
  2588. <a href="{TagURLChrono}" class="tag">{Tag}</a>
  2589.  
  2590. {/block:Tags}
  2591.  
  2592. {/block:HasTags}
  2593.  
  2594. <br />
  2595.  
  2596. {block:IfDisqusShortname}
  2597.  
  2598. <a class="dsq-comment-count" href="{Permalink}#disqus_thread">Comments</a>
  2599.  
  2600. {/block:IfDisqusShortname}
  2601.  
  2602.  
  2603.  
  2604. </p>
  2605.  
  2606.  
  2607.  
  2608. <span class="flag"> </span>
  2609.  
  2610.  
  2611.  
  2612. </div>
  2613.  
  2614. <hr class="arrow item"></hr>
  2615.  
  2616. {/block:Audio}
  2617.  
  2618.  
  2619.  
  2620.  
  2621.  
  2622.  
  2623.  
  2624. {/block:Posts}
  2625.  
  2626.  
  2627.  
  2628.  
  2629.  
  2630.  
  2631.  
  2632. {block:PostNotes}
  2633.  
  2634.  
  2635.  
  2636. + <div class="notes-container">
  2637.  
  2638. + <h3 class="notes-title">{NoteCount} Notes</h3>
  2639.  
  2640. + {PostNotes}
  2641.  
  2642. + </div>
  2643.  
  2644. + {/block:PostNotes}
  2645.  
  2646. + {block:IfDisqusShortname}
  2647.  
  2648. <script type="text/javascript">
  2649.  
  2650. var disqus_url = "{Permalink}"; var disqus_title ="{block:PostTitle}{PostTitle}{/block:PostTitle}";
  2651.  
  2652. </script>
  2653.  
  2654. {block:Permalink}<div id="disqus_thread"></div>
  2655.  
  2656. <script type="text/javascript">
  2657.  
  2658. /**
  2659.  
  2660. * var disqus_identifier; [Optional but recommended: Define a unique identifier (e.g. post id or slug) for this thread]
  2661.  
  2662. */
  2663.  
  2664. (function() {
  2665.  
  2666. var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
  2667.  
  2668. dsq.src = 'http://{text:Disqus Shortname}.disqus.com/embed.js';
  2669.  
  2670. (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
  2671.  
  2672. })();
  2673.  
  2674. </script>
  2675.  
  2676. <noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript={text:Disqus Shortname}">comments powered by Disqus.</a></noscript>
  2677.  
  2678. <a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>
  2679.  
  2680. {/block:Permalink}<script type="text/javascript">
  2681.  
  2682. var disqus_shortname = '{text:Disqus Shortname}';
  2683.  
  2684. (function () {
  2685.  
  2686. var s = document.createElement('script'); s.async = true;
  2687.  
  2688. s.src = 'http://{text:Disqus Shortname}.disqus.com/count.js';
  2689.  
  2690. (document.getElementsByTagName('HEAD')[0] || document.getElementsByTagName('BODY')[0]).appendChild(s);
  2691.  
  2692. }());
  2693.  
  2694. </script>
  2695.  
  2696. +
  2697.  
  2698. {/block:IfDisqusShortname}
  2699.  
  2700. +
  2701.  
  2702. <div class="clear"></div>
  2703.  
  2704.  
  2705.  
  2706. +
  2707.  
  2708.  
  2709.  
  2710. +
  2711.  
  2712.  
  2713.  
  2714.  
  2715.  
  2716. + </div>
  2717.  
  2718. <div class="clear"></div>
  2719.  
  2720. {block:Pagination}
  2721.  
  2722. <div class="pagenav">
  2723.  
  2724. {block:PreviousPage}
  2725.  
  2726. <a href="{PreviousPage}" id="prevpage">/Previous Page</a>
  2727.  
  2728. {/block:PreviousPage}
  2729.  
  2730.  
  2731.  
  2732. {block:NextPage}
  2733.  
  2734. <a href="{NextPage}" id="nextpage">/Next Page</a>
  2735.  
  2736. {/block:NextPage}
  2737.  
  2738. </div>
  2739.  
  2740. {/block:Pagination}
  2741.  
  2742. <div class="clear"></div>
  2743.  
  2744.  
  2745.  
  2746.  
  2747.  
  2748. <div id="foot">
  2749.  
  2750. {block:IfNotSidebar}
  2751.  
  2752. {block:IfShowTweet}
  2753.  
  2754. {block:Twitter}
  2755.  
  2756. <div class="showtweet footbox">
  2757.  
  2758. <h3><a href="http://twitter.com/{TwitterUsername}">Last Tweet:</a></h3>
  2759.  
  2760.  
  2761.  
  2762. <div id="tweets"></div>
  2763.  
  2764. </div>
  2765.  
  2766.  
  2767.  
  2768. <script type="text/javascript">
  2769.  
  2770. function recent_tweets(data) {
  2771.  
  2772. for (i=0; i<1; i++) {
  2773.  
  2774. document.getElementById("tweets").innerHTML =
  2775.  
  2776. document.getElementById("tweets").innerHTML +
  2777.  
  2778. '<a href="http://twitter.com/{TwitterUsername}/status/' +
  2779.  
  2780. (data[i].id_str ? data[i].id_str : data[i].id) +
  2781.  
  2782. '"><div class="content">' + data[i].text +
  2783.  
  2784. '</div></a>';
  2785.  
  2786. }
  2787.  
  2788. document.getElementById("twitter").style.display = 'block';
  2789.  
  2790. }
  2791.  
  2792. </script>
  2793.  
  2794. {/block:Twitter}
  2795.  
  2796. {/block:IfShowTweet}
  2797.  
  2798.  
  2799.  
  2800. {block:IfShowWhoIFollow}
  2801.  
  2802. <div class="following footbox">
  2803.  
  2804. {block:Following}
  2805.  
  2806. <h3>Following:</h3>
  2807.  
  2808. <ul>
  2809.  
  2810. {block:Followed}
  2811.  
  2812. <li>
  2813.  
  2814. <a href="{FollowedURL}" title="{FollowedName}"><img src="{FollowedPortraitURL-16}"/></a>
  2815.  
  2816. </li>
  2817.  
  2818. {/block:Followed}
  2819.  
  2820. </ul>
  2821.  
  2822. {/block:Following}
  2823.  
  2824. </div>
  2825.  
  2826. {/block:IfShowWhoIFollow}
  2827.  
  2828.  
  2829.  
  2830. {block:IfShowLikedPosts}
  2831.  
  2832. <div class="likedposts footbox">
  2833.  
  2834. <h3>Last liked:</h3>
  2835.  
  2836. {block:Likes}
  2837.  
  2838. <div id="likes_container">
  2839.  
  2840.  
  2841.  
  2842. {Likes limit="1" summarize="100" width="300"}
  2843.  
  2844. <br />
  2845.  
  2846. <a href="http://www.tumblr.com/liked/by/{Name}">
  2847.  
  2848. &rarr; See more stuff I like
  2849.  
  2850. </a>
  2851.  
  2852. </div>
  2853.  
  2854. {/block:Likes}
  2855.  
  2856. </div>
  2857.  
  2858. {/block:IfShowLikedPosts}
  2859.  
  2860. {/block:IfNotSidebar}
  2861.  
  2862. +
  2863.  
  2864. <div class="clear"></div>
  2865.  
  2866. <a href="http://lightningarrowtheme.tumblr.com" target="_blank">Lightning Arrow</a> designed by <a href="http://7pine.com" title="http://7pine.com" target="_blank">7Pine</a>
  2867.  
  2868. </div>
  2869.  
  2870.  
  2871.  
  2872.  
  2873.  
  2874.  
  2875.  
  2876.  
  2877.  
  2878. {block:IfTilePosts}
  2879.  
  2880. <script type="text/javascript" src="http://static.tumblr.com/qqjhngs/Sk1mh58lg/jquery.masonry.min.js"></script>
  2881.  
  2882. {/block:IfTilePosts}
  2883.  
  2884.  
  2885.  
  2886. {block:IfInfiniteScroll}
  2887.  
  2888. <script type="text/javascript" src="http://static.tumblr.com/qqjhngs/c9Zmgbu5e/jquery.infinitescroll.js"></script>
  2889.  
  2890.  
  2891.  
  2892. {block:IfNotTilePosts}
  2893.  
  2894. <script type="text/javascript">
  2895.  
  2896. $(document).ready(function() {
  2897.  
  2898. $('#posts').infinitescroll({
  2899.  
  2900. loading: {
  2901.  
  2902. finishedMsg: null,
  2903.  
  2904. img: "http://static.tumblr.com/qqjhngs/s0qmgbuht/loader-bar.gif",
  2905.  
  2906. msgText: " "
  2907.  
  2908. },
  2909.  
  2910. animate: true,
  2911.  
  2912. navSelector : "div.pagenav",
  2913.  
  2914. nextSelector : "div.pagenav a#nextpage",
  2915.  
  2916. itemSelector : "#posts .item"
  2917.  
  2918. });
  2919.  
  2920. });
  2921.  
  2922. </script>
  2923.  
  2924. {/block:IfNotTilePosts}
  2925.  
  2926.  
  2927.  
  2928. {block:IfTilePosts}
  2929.  
  2930. <script type="text/javascript">
  2931.  
  2932.  
  2933.  
  2934. $(document).ready(function() {
  2935.  
  2936.  
  2937.  
  2938. var $wall = $('#posts');
  2939.  
  2940.  
  2941.  
  2942. $wall.masonry({
  2943.  
  2944. singleMode: true,
  2945.  
  2946. itemSelector: '.post:visible',
  2947.  
  2948. resizeable: false
  2949.  
  2950. });
  2951.  
  2952.  
  2953.  
  2954. $('#posts').infinitescroll({
  2955.  
  2956. loading: {
  2957.  
  2958. finishedMsg: null,
  2959.  
  2960. img: "http://static.tumblr.com/qqjhngs/s0qmgbuht/loader-bar.gif",
  2961.  
  2962. msgText: " "
  2963.  
  2964. },
  2965.  
  2966. animate: true,
  2967.  
  2968. navSelector : "div.pagenav",
  2969.  
  2970. nextSelector : "div.pagenav a#nextpage",
  2971.  
  2972. itemSelector : "#posts .item"
  2973.  
  2974. }, function(newElements) {
  2975.  
  2976. setTimeout(function(){
  2977.  
  2978. $wall.masonry({appendedContent: $(newElements) });
  2979.  
  2980. }, 1000);
  2981.  
  2982. });
  2983.  
  2984.  
  2985.  
  2986. });
  2987.  
  2988. </script>
  2989.  
  2990. {/block:IfTilePosts}
  2991.  
  2992.  
  2993.  
  2994. {/block:IfInfiniteScroll}
  2995.  
  2996.  
  2997.  
  2998. {block:IfGoogleAnalyticsID}
  2999.  
  3000. + <script type="text/javascript">
  3001.  
  3002. +
  3003.  
  3004. + var _gaq = _gaq || [];
  3005.  
  3006. + _gaq.push(['_setAccount', '{text:Google Analytics ID}']);
  3007.  
  3008. + _gaq.push(['_trackPageview']);
  3009.  
  3010. +
  3011.  
  3012. + (function() {
  3013.  
  3014. + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
  3015.  
  3016. + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  3017.  
  3018. + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  3019.  
  3020. + })();
  3021.  
  3022. +
  3023.  
  3024. + </script>
  3025.  
  3026. + {/block:IfGoogleAnalyticsID}
  3027.  
  3028.  
  3029.  
  3030. {block:Twitter}
  3031.  
  3032. <script type="text/javascript" src="/tweets.js"></script>
  3033.  
  3034. {/block:Twitter}
  3035.  
  3036.  
  3037.  
  3038. +</body>
  3039.  
  3040. +</html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement