drunkrocker

DRUNKROCKER THEME 02

Aug 29th, 2012
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.81 KB | None | 0 0
  1. <!--
  2. theme by FREDERICK -drunkrocker- base -WUTANGS-
  3. -->
  4.  
  5.  
  6. <head>
  7.  
  8. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  9.  
  10. <meta name="color:Background" content="#ebebeb"/>
  11. <meta name="color:Post" content="#fff"/>
  12. <meta name="color:Links" content="#77003c"/>
  13. <meta name="color:Hover" content="#b4025c"/>
  14. <meta name="image:Background" content=""/>
  15. <meta name="image:Sidebar" content="1"/>
  16. <meta name="if:Blogtitle" content="1"/>
  17. <meta name="if:Show Sidebar image" content="0"/>
  18. <meta name="if:Rounded Corners" content="0"/>
  19. <meta name="if:Shadows" content="1"/>
  20. <meta name="if:Sidebar Shadows" content="1"/>
  21. <meta name="if:Faded Images" content="0"/>
  22. <meta name="if:Custom Scrollbar" content="1"/>
  23. <meta name="if:Custom Cursor" content="1"/>
  24. <meta name="text:Link One Title" content="" />
  25. <meta name="text:Link One" content="" />
  26. <meta name="text:Link Two Title" content="" />
  27. <meta name="text:Link Two" content="" />
  28. <meta name="text:Link Three Title" content="" />
  29. <meta name="text:Link Three" content="" />
  30. <meta name="text:Link Four Title" content="" />
  31. <meta name="text:Link Four" content="" />
  32. <meta name="text:Link Five Title" content="" />
  33. <meta name="text:Link Five" content="" />
  34.  
  35. <link rel="shortcut icon" href="{Favicon}">
  36. {block:Description}
  37. <meta name="description" content="{MetaDescription}" />
  38. {/block:Description}
  39.  
  40.  
  41. <title>{Title}</title>
  42.  
  43.  
  44. <script type="text/javascript"
  45. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  46. <script>
  47. $(document).ready(function() {
  48. //
  49. $('a.poplight[href^=#]').click(function() {
  50. var popID = $(this).attr('rel'); //Get Popup Name
  51. var popURL = $(this).attr('href'); //Get Popup href to define size
  52. var query= popURL.split('?');
  53. var dim= query[1].split('&');
  54. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  55. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://static.tumblr.com/iddq6cw/Atplvofrt/tooltip-closebutton.png" class="btn_close" title="Close" alt="Close" /></a>');
  56. var popMargTop = ($('#' + popID).height() + 80) / 2;
  57. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  58. //Apply Margin to Popup
  59. $('#' + popID).css({
  60. 'margin-top' : -popMargTop,
  61. 'margin-left' : -popMargLeft
  62. });
  63. $('body').append('<div id="fade"></div>');
  64. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  65. return false;
  66. });
  67. $('a.close, #fade').live('click', function() {
  68. $('#fade , .popup_block').fadeOut(function() {
  69. $('#fade, a.close').remove(); //fade them both out
  70. });
  71. return false;
  72. });
  73. });
  74. </script>
  75. </head>
  76.  
  77.  
  78.  
  79. <style type="text/css">
  80.  
  81. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.5;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  82.  
  83. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  84.  
  85.  
  86. #fade { /*--Transparent background layer--*/
  87. display: none; /*--hidden by default--*/
  88. background: #000;
  89. position: fixed; left: 0; top: 0;
  90. width: 100%; height: 100%;
  91. opacity: .80;
  92. z-index: 9999;
  93. }
  94. .popup_block{
  95. display: none; /*--hidden by default--*/
  96. background: #fff;
  97. padding: 20px;
  98. border: 20px solid #ddd;
  99. float: left;
  100. font-size: 11px;
  101. position: fixed;
  102. top: 50%; left: 50%;
  103. z-index: 99999;
  104. /*--CSS3 Box Shadows--*/
  105. -webkit-box-shadow: 0px 0px 20px #000;
  106. -moz-box-shadow: 0px 0px 20px #000;
  107. box-shadow: 0px 0px 20px #000;
  108. /*--CSS3 Rounded Corners--*/
  109. -webkit-border-radius: 10px;
  110. -moz-border-radius: 10px;
  111. border-radius: 10px;
  112. }
  113. img.btn_close {
  114. float: right;
  115. margin: -50px -50px 0 0;
  116. }
  117. /*--Making IE6 Understand Fixed Positioning--*/
  118. *html #fade {
  119. position: absolute;
  120. }
  121. *html .popup_block {
  122. position: absolute;
  123. }
  124.  
  125.  
  126.  
  127. body {
  128. font-family: calibri;
  129. font-size:10px;
  130. color:#777777;
  131. letter-spacing:0px;
  132. background-color:{color:background};
  133. background-image:url('{image:Background}');
  134. background-repeat: repeat;
  135. background-position: center;
  136. background-attachment: fixed;
  137. text-align:justify;
  138. line-height:100%;
  139. }
  140.  
  141. {block:ifcustomcursor}
  142. body, a, a:hover {
  143. opacity: 1;
  144. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress;}
  145. {/block:ifcustomcursor}
  146.  
  147. @font-face {
  148. font-family:customfont;
  149. src: url('http://static.tumblr.com/fxpo5zq/aP9m1kkl7/josefinsansstd-light.otf');
  150. }
  151.  
  152. .sidebar {
  153. {block:PermalinkPage}
  154. margin-left:-210px;
  155. margin-right:auto;
  156. position:fixed;
  157. {/block:PermalinkPage}
  158. width:200px;
  159. height: auto;
  160. background-color:{color:Post};
  161. z-index:1;
  162. margin-left:-110px;
  163. margin-right:auto;
  164. position:fixed;
  165. text-align:left;
  166. margin-top:25%;
  167. padding:1px;
  168. {block:ifroundedcorners}-moz-border-radius: 5px;
  169. border-radius: 5px;
  170. {block:ifroundedcorners}
  171. {block:ifsidebarshadows}
  172. box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  173. -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  174. -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  175. {/block:ifsidebarshadows}
  176. }
  177.  
  178. #content {
  179. width:100%;
  180. margin-right:400px;
  181. margin-left: -100px;
  182. position: relative;
  183. }
  184.  
  185.  
  186.  
  187. .cage {
  188. display:block;
  189.  
  190. {block:IndexPage}width:640px{/block:IndexPage}
  191. {block:PermalinkPage}width: 640px; background-color:{color:post}{/block:PermalinkPage};
  192. margin-left:auto;margin-right:auto;height:100%;
  193. top:0px;bottom:0px;z-index:-1;
  194. }
  195.  
  196. #content .posts {
  197. width:
  198. {block:IndexPage}790px
  199. {block:PermalinkPage}width:500px; margin-left:auto; {/block:PermalinkPage};
  200. right:auto;margin-top:0px;margin-left:125px;margin-right:auto;
  201. position:relative;overflow-y: hidden;
  202. }
  203.  
  204. #content .posts img {
  205. {block:PermalinkPage}width:500px; margin-left:auto; {/block:PermalinkPage};
  206. {block:ifshadows}
  207. box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  208. -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  209. -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  210. {/block:ifshadows}
  211. {block:ifroundedcorners}-moz-border-radius: 5px;
  212. border-radius: 5px;
  213. {/block:ifroundedcorners}
  214. {block:iffadedimages}
  215. opacity: 0.95;
  216. {/block:iffadedimages}
  217. }
  218.  
  219. #content .entry {
  220. {block:IndexPage}width:250px;
  221. float:left;
  222. position: relative;
  223. {/block:IndexPage}
  224. margin-right:5px;
  225. margin-left:5px;
  226. margin-top:5px;
  227. margin-bottom:5px;
  228. {block:PermalinkPage}width:500px; margin-left:125px; margin-top:-10px; {/block:PermalinkPage}
  229. {block:ifroundedcorners}-moz-border-radius: 5px;
  230. border-radius: 5px;
  231. {block:ifroundedcorners}
  232. {block:ifshadows}
  233. box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  234. -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  235. -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.06);
  236. {/block:ifshadows}
  237. {block:iffadedimages}
  238. opacity: 0.95;
  239. {/block:iffadedimages}
  240. }
  241.  
  242. #navigation {
  243. width:0px;
  244. margin:auto;
  245. position:absolute;
  246. height:100%;
  247. }
  248.  
  249. a {
  250. color:{color:Links};
  251. text-decoration: none;
  252. }
  253.  
  254. a:hover {
  255. color:{color:Hover};
  256. -webkit-transition-duration: 1s;
  257. text-decoration: none;
  258. ;
  259.  
  260. }
  261.  
  262. .heading {
  263. font-family:helvetica;
  264. font-size:11px;
  265. text-transform: uppercase;
  266. letter-spacing:0px;
  267. line-height:100%;
  268. font-style: normal;
  269. }
  270.  
  271. {block:ifcustomscrollbar}
  272. ::-webkit-scrollbar-thumb:vertical {
  273. background-color:{color:links};
  274. height:auto;-webkit-border-radius:20px;
  275. }
  276.  
  277. ::-webkit-scrollbar-thumb:horizontal {
  278. background-color:{color:links};
  279. height:6px !important;-webkit-border-radius:20px;
  280. }
  281.  
  282. ::-webkit-scrollbar {
  283. height:6px;
  284. width:6px;
  285. background-color:{color:background};
  286. -webkit-border-radius:20px;
  287. }
  288. {/block:ifcustomscrollbar}
  289.  
  290. .chat ul {
  291. padding:0px 0px 0px 0px;
  292. margin:0px 0px 0px 0px;
  293. }
  294.  
  295. .chat li {
  296. list-style-type: none;
  297. padding-left:0px;
  298. margin-right:0px;
  299. }
  300.  
  301. .chat li.odd {
  302. color:#777777;
  303. }
  304.  
  305. .chat li.even {
  306. color: #777777;
  307. background-color: #f5f5f5;
  308. }
  309.  
  310. .label {
  311. font-size: 9px;
  312. letter-spacing: 1px;
  313. font-family: trebuchet ms;
  314. text-transform: uppercase;
  315. text-shadow: 1px 1px 2px #e1dad4;
  316. text-decoration: none;
  317. font-weight: normal;
  318. color:{color:links}
  319. }
  320.  
  321. blockquote {
  322. padding-left:5px;padding-top:3px;
  323. padding-right:5px;padding-bottom:3px;
  324. margin-left:5px; margin-right:5px;
  325. border-left: 2px solid #ccc;
  326. border-right: 2px solid #ccc;
  327. background-color:#f5f5f5;
  328. }
  329.  
  330.  
  331. .asker {
  332. background-color:#f5f5f5;
  333. }
  334.  
  335. .answer {
  336. font-style:normal;
  337. line-height:100%;margin-bottom:0px;
  338. }
  339.  
  340.  
  341. .entry .permalink {
  342. padding-top:0px;
  343. }
  344.  
  345. .craig {
  346. color:black;
  347. opacity: 0;
  348. -webkit-transition-duration: 1s;bottom:0px;
  349. width: auto;
  350. height: 19px;
  351. background-color: #1c1c1c; padding-top:0px;
  352. -moz-border-radius:3px;
  353. border-radius:3px;
  354. position: absolute;
  355. margin-left:3px;
  356. margin-bottom: 5px;
  357. display:block;}
  358.  
  359.  
  360. .entry:hover .craig {
  361. {block:indexpage}opacity:0.85;
  362. {/block:indexpage}z-index:999999;}
  363.  
  364. .craigtwo {
  365. color:black;
  366. opacity: 0;
  367. -webkit-transition-duration: 1s;bottom:0px;
  368. width: auto;
  369. height: 19px;
  370. background-color: #1c1c1c; padding-top:0px;
  371. -moz-border-radius:3px;
  372. border-radius:3px;
  373. position: absolute;
  374. margin-left: 25px;
  375. margin-bottom: 5px;
  376. display:block;}
  377.  
  378. .entry:hover .craigtwo {
  379. {block:indexpage}opacity:0.85;
  380. {/block:indexpage}z-index:999999;}
  381.  
  382. #cable{
  383. position:fixed !important;
  384. width:auto;
  385. height:auto;
  386. right:3px;
  387. top:26px;
  388. opacity: .3;
  389. }
  390.  
  391. #cable:hover{
  392. position:fixed !important;
  393. width:auto;
  394. height:auto;
  395. opacity: 1;
  396. }
  397.  
  398. .permalink {
  399. {block:IndexPage}
  400. float:right;
  401. position: absolute;
  402. margin-top:0px;
  403. opacity: 0;
  404. z-index: 1000;
  405. background-color:{color:Permalink Background};
  406. text-align:right;
  407. {/block:IndexPage}
  408. }
  409.  
  410.  
  411. .glue img {
  412. {block:IndexPage}max-width:300px;overflow-y:auto;{/block:IndexPage}
  413. }
  414.  
  415.  
  416. .info {
  417. background-color: {color:Post};
  418. width:500px;
  419. opacity: 1;
  420. z-index: 10000;
  421. margin-top:0px;
  422. margin-left:auto;
  423. margin-right:auto;
  424. text-align:right;font-family:helvetica; font-size:8px;
  425. text-transform:uppercase;
  426. }
  427.  
  428. u {
  429. border-bottom: 1px dashed #888;
  430. }
  431.  
  432. b.STRONG {
  433. letter-spacing:2px;
  434. font-size:9px;
  435. font-weight:bold;
  436. }
  437.  
  438. .tweek a {
  439. font-size:15px;
  440. line-height:100%;
  441. padding:2px;
  442. color:{color:Hover};
  443. -webkit-transition-duration:1s;z-index:999999;
  444. }
  445.  
  446. .tweek a: hover {
  447. color:{color:Link};
  448. }
  449.  
  450. .jarvis {
  451. margin-top:0;
  452. margin-left:0px;
  453. margin-right:auto;
  454. margin-bottom:0px;
  455. width:500px;
  456. text-align:left;
  457. background-color:#fff;
  458. }
  459.  
  460.  
  461. .video embed, .video object, .video iframe{
  462. {block:IndexPage}
  463. width:500px /**/ !important;{/block:IndexPage}
  464. {block:PermalinkPage}width:500px !important;
  465. {/block:PermalinkPage}
  466. height:auto !important;
  467. }
  468.  
  469.  
  470. .album-art {
  471. float: left;
  472. width: 100px;
  473. height: 100px;
  474. overflow: hidden;
  475. }
  476.  
  477.  
  478. </style>
  479.  
  480.  
  481. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  482.  
  483. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  484.  
  485. <script type="text/javascript">
  486.  
  487. $(window).load(function () {
  488. $('.posts').masonry(),
  489. $('.masonryWrap').infinitescroll({
  490. navSelector : "div#navigation",
  491. // selector for the paged navigation (it will be hidden)
  492. nextSelector : "div#navigation a#nextPage",
  493. // selector for the NEXT link (to page 2)
  494. itemSelector : ".entry",
  495. // selector for all items you'll retrieve
  496. bufferPx : 10000,
  497. extraScrollPx: 10,
  498. loadingImg : "http://b.imagehost.org/0548/Untitled-2.png",
  499. loadingText : "<em></em>",
  500. },
  501. // call masonry as a callback.
  502. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  503. );
  504. });
  505. </script>
  506.  
  507.  
  508.  
  509.  
  510. <script type="text/javascript">
  511. $(window).load(function(){
  512. $("p").remove(":contains('Source:')");
  513. $("p").remove(":contains('via ')");
  514. });
  515. </script>
  516. </head>
  517.  
  518. <body>
  519.  
  520.  
  521. <!-- Start of StatCounter Code for Tumblr -->
  522. <script type="text/javascript">
  523. var sc_project=8173449;
  524. var sc_invisible=1;
  525. var sc_security="6a1229be";
  526. </script>
  527. <script type="text/javascript"
  528. src="http://www.statcounter.com/counter/counter.js"></script>
  529. <noscript><div class="statcounter"><a title="tumblr visitor
  530. stats" href="http://statcounter.com/tumblr/"
  531. target="_blank"><img class="statcounter"
  532. src="http://c.statcounter.com/8173449/0/6a1229be/1/"
  533. alt="tumblr visitor stats"></a></div></noscript>
  534. <!-- End of StatCounter Code for Tumblr -->
  535.  
  536. <!--SCM Music Player by Adrian C Shum - http://scmplayer.net-->
  537. <script type="text/javascript" src="http://scmplayer.net/script.js" ></script>
  538. <script type="text/javascript">
  539. SCMMusicPlayer.init("{'skin':'skins/tunes/skin.css','playback':{'autostart':'true','shuffle':'true','volume':'30'},'playlist':[{'title':'Nirvana - About a Girl','url':'http://www.youtube.com/watch?v=JpMt_YqVbhw'},{'title':'AC/DC - TNT','url':'http://www.youtube.com/watch?v=xe7ZISUllW8'},{'title':'Nirvana - Lithium','url':'http://www.youtube.com/watch?v=3fIqq5XVFKQ&feature=related'},{'title':'Aerosmith - Dream On','url':'http://www.youtube.com/watch?v=txlXcJDtDwM'},{'title':'AC/DC - Rock %27N%27 Roll Damnation','url':'http://www.youtube.com/watch?v=d_luyxTF2Tc'},{'title':'AC/DC - Black Ice','url':'http://www.youtube.com/watch?v=U_FbP9ae5hs'},{'title':'AC/DC - Skies On Fire','url':'http://www.youtube.com/watch?v=Ueqdg6IY4aQ'},{'title':'AC/DC - Big Gun','url':'http://www.youtube.com/watch?v=9bhPnLsrPtk'},{'title':'AC/DC - She Likes Rock N Roll','url':'http://www.youtube.com/watch?v=Oe0faTzWrxw&feature=related'},{'title':'AC/DC - War Machine','url':'http://www.youtube.com/watch?v=hjlBMl6f3hU&feature=related'},{'title':'AC/DC - Problem Child','url':'http://www.youtube.com/watch?v=xBTRSMh4pnQ'},{'title':'Led Zeppelin - Whole Lotta Love','url':'http://www.youtube.com/watch?v=Mln0RciE2o0'},{'title':'Muse - Supermassive Black Hole','url':'http://www.youtube.com/watch?v=W2ZnmfEpY0g&feature=relmfu'},{'title':'Muse - Starlight','url':'http://www.youtube.com/watch?v=1jS3Jl4hLAA&feature=relmfu'},{'title':'AC/DC - Bad Boy Boogie','url':'http://www.youtube.com/watch?v=oHq3A8ZRyxM&feature=relmfu'},{'title':'AC/DC - Overdose','url':'http://www.youtube.com/watch?v=jBppaKdQKJ0&feature=relmfu'},{'title':'AC/DC - What do you do for money honey','url':'http://www.youtube.com/watch?v=V-_G37EK1VU'},{'title':'AC/DC - Money Talks','url':'http://www.youtube.com/watch?v=PmyzFsYEdco&feature=related'},{'title':'Foo Fighters - The Pretender','url':'http://www.youtube.com/watch?v=-NBHS3FtQ20'},{'title':'Foo Fighters - Walk','url':'http://www.youtube.com/watch?v=D5KebPnpWWA'},{'title':'Foo Fighters - Rope','url':'http://www.youtube.com/watch?v=At3rZUgQsh8&feature=relmfu'},{'title':'Foo Fighters - All My Life','url':'http://www.youtube.com/watch?v=gnVEG_waiqg&feature=related'},{'title':'Foo Fighters - Tired Of You','url':'http://www.youtube.com/watch?v=L2mnoH1Fypo&feature=related'},{'title':'Nirvana - Polly','url':'http://www.youtube.com/watch?v=k2Fr90sOxbs'},{'title':'The Strokes - Juicebox','url':'http://www.youtube.com/watch?v=MIXw3rg1nxY'},{'title':'The Strokes - Clear Skies','url':'http://www.youtube.com/watch?v=XwlHWvP5bLE'},{'title':'The Strokes - Is This It?','url':'http://www.youtube.com/watch?v=Nd30xwa8nPI&feature=related'},{'title':'The Strokes - Last Nite','url':'http://www.youtube.com/watch?v=uYjilueKyHc&feature=relmfu'},{'title':'The Strokes - Someday','url':'http://www.youtube.com/watch?v=XDc9sRqYlAQ&feature=relmfu'},{'title':'Black Sabbath - Dirty Women','url':'http://www.youtube.com/watch?v=MFEWdOu2jeU'},{'title':'The Ramones - Blitzkrieg Bop','url':'http://www.youtube.com/watch?v=K56soYl0U1w'},{'title':'The Ramones - Baby I Love You','url':'http://www.youtube.com/watch?v=PqZmJ7RGAP4&feature=related'},{'title':'The Ramones - I Wanna Be Your Boyfriend','url':'http://www.youtube.com/watch?v=iS8oYNK73Ek&feature=related'},{'title':'The Stooges - I Wanna Be Your Dog','url':'http://www.youtube.com/watch?v=BJIqnXTqg8I'},{'title':'The Stooges - 1969','url':'http://www.youtube.com/watch?v=k0mRfECsHrc&feature=relmfu'},{'title':'Sex Pistols - New York','url':'http://www.youtube.com/watch?v=MWyQKPQathg'},{'title':'Sex Pistols - Anarchy In The UK','url':'http://www.youtube.com/watch?v=qbmWs6Jf5dc&feature=related'},{'title':'Sex Pistols - Schools Are Prisions','url':'http://www.youtube.com/watch?v=JpanAXF31qw&feature=related'},{'title':'Sex Pistols - Revolution','url':'http://www.youtube.com/watch?v=m7LMsoMavcg&feature=related'},{'title':'JET - Are you gonna be my girl','url':'http://www.youtube.com/watch?v=wjerysgkg6M'},{'title':'JET - She%27s A Genius','url':'http://www.youtube.com/watch?v=VRG7N42yrdY&feature=related'},{'title':'JET - Stand Up','url':'http://www.youtube.com/watch?v=R9DFNqDHkRo&feature=related'},{'title':'JET - Look What You%27ve Done','url':'http://www.youtube.com/watch?v=Dz87gxJuZDs'},{'title':'JET - Move on','url':'http://www.youtube.com/watch?v=OUld_YP19U4&feature=related'},{'title':'JET - Radio Song','url':'http://www.youtube.com/watch?v=n75ORxLmnOw&feature=related'},{'title':'Joan Jett and the Blackhearts - School Days','url':'http://www.youtube.com/watch?v=fGGjtZkRwK4'},{'title':'Joan Jett and The Blackhearts - A.C.D.C','url':'http://www.youtube.com/watch?v=swJbCyAtLNQ'},{'title':'Joan Jett - Do You Wanna Touch Me','url':'http://www.youtube.com/watch?v=pdLPJDYDJ_c&feature=related'},{'title':'Joan Jett and The Black Hearts - I Hate Myself For Loving You','url':'http://www.youtube.com/watch?v=IlXIk2KJtms'},{'title':'Billy Idol - Dancing With Myself','url':'http://www.youtube.com/watch?v=b_mwlrkBPTk'},{'title':'Maria - Blondie','url':'http://www.youtube.com/watch?v=3sYlJsaUAIg'},{'title':'The Strokes- Reptilia','url':'http://www.youtube.com/watch?v=oIoyTuvqHAs'},{'title':'Green Day - Boulevard of Broken Dreams','url':'http://www.youtube.com/watch?v=aGzgoSg5OZg'},{'title':'Red Hot Chili Peppers - Road Trippin','url':'http://www.youtube.com/watch?v=WGj63k6eNws'},{'title':'Red Hot Chili Peppers - My Boy, My Girl','url':'http://www.youtube.com/watch?v=6ETYgYny84o&feature=related'},{'title':'Faith No More - Epic','url':'http://www.youtube.com/watch?v=AdcT0mtdg20'},{'title':'R.E.M. - Imitation Of Life','url':'http://www.youtube.com/watch?v=GkfiCDv4Jbk'},{'title':'Metallica - Enter Sandman','url':'http://www.youtube.com/watch?v=uY3LAFJbKyY'},{'title':'System of a Down - Aerials','url':'http://www.youtube.com/watch?v=wjZzYqjrXSw'},{'title':'System of a Down - Roulette','url':'http://www.youtube.com/watch?v=j5hBwzsLiL0'},{'title':'The Beatles - Love Me Do','url':'http://www.youtube.com/watch?v=ed_2W_KO_zI'},{'title':'The Beatles - She Loves You','url':'http://www.youtube.com/watch?v=T0YifXhm-Zc&feature=related'},{'title':'The Beatles - Want To Hold Your Hand','url':'http://www.youtube.com/watch?v=NOrhY5Kfao8&feature=relmfu'},{'title':'The Beatles - Please Please Me','url':'http://www.youtube.com/watch?v=mmfqvk25d8A&feature=relmfu'},{'title':'The Beatles - From Me To You','url':'http://www.youtube.com/watch?v=u8xhSeZi5CM&feature=relmfu'},{'title':'The Beatles - Eight Days A Week','url':'http://www.youtube.com/watch?v=P_vlLBJ9C2o&feature=related'},{'title':'AC/DC - Let me put my love into you','url':'http://www.youtube.com/watch?v=WhF6dpY5E3A'},{'title':'AC/DC - For Those About Rock (We Salute You)','url':'http://www.youtube.com/watch?v=kxZp9mYyrBY&feature=related'},{'title':'Led Zeppelin - Stairway to Heaven','url':'http://www.youtube.com/watch?v=qHFxncb1gRY'},{'title':'Pink Floyd - Wish You Were Here','url':'http://www.youtube.com/watch?v=DPL_SV3n7IU&feature=fvwrel'},{'title':'Pink Floyd - Time','url':'http://www.youtube.com/watch?v=SBvvHwSebe4&feature=related'},{'title':'Sex Pistols - Bodies','url':'http://www.youtube.com/watch?v=lWKhMTvpYk4'},{'title':'Sex Pistols - No Feelings','url':'http://www.youtube.com/watch?v=5QfHWNw7JZE&feature=relmfu'},{'title':'Sex Pistols - Pretty Vacant','url':'http://www.youtube.com/watch?v=vG2ZKxKVO_c&feature=relmfu'},{'title':'Elvis Presley - Bossa Nova','url':'http://www.youtube.com/watch?v=0GD7o0tqUxw'},{'title':'Johnny Cash - Personal Jesus','url':'http://www.youtube.com/watch?v=xyvFhrDzLfY'},{'title':'Marilyn Manson - Sweet Dreams','url':'http://www.youtube.com/watch?v=BHRyMcH6WMM'},{'title':'Johnny Cash - You Are My Sunshine','url':'http://www.youtube.com/watch?v=cOjor7yOeAo'},{'title':'MGMT - Time to Pretend','url':'http://www.youtube.com/watch?v=sArxl4TR8K0&feature=related'},{'title':'MGMT - Kids','url':'http://www.youtube.com/watch?v=fe4EK4HSPkI'},{'title':'Green Day - Jesus Of Suburbia','url':'http://www.youtube.com/watch?v=K3J4E_Vh1Cs'},{'title':'Green Day - Holiday','url':'http://www.youtube.com/watch?v=YWRugnU5iPQ&feature=relmfu'},{'title':'Green Day- Are We The Waiting','url':'http://www.youtube.com/watch?v=6HXa2gVj4mg&feature=relmfu'},{'title':'Green Day- Boulevard Of Broken Dreams','url':'http://www.youtube.com/watch?v=OK9CbtdVmFk&feature=relmfu'},{'title':'Oasis - Supersonic','url':'http://www.youtube.com/watch?v=bEjz2d2qB1E'},{'title':'Oasis - Rock %27N%27 Roll Star','url':'http://www.youtube.com/watch?v=OX83NG-yhfU&feature=related'},{'title':'Oasis - Stop crying your heart out','url':'http://www.youtube.com/watch?v=l8uAbK8G3vY'},{'title':'Oasis - Stand by me','url':'http://www.youtube.com/watch?v=EbvbVT8L_hQ&feature=related'},{'title':'Guns N%27 Roses - Civil War','url':'http://www.youtube.com/watch?v=O1fHxPY3TJo'},{'title':'Guns N%27 Roses - Patience','url':'http://www.youtube.com/watch?v=M3X_ZpL_Hxc'},{'title':'Guns N%27 Roses - One in a Million','url':'http://www.youtube.com/watch?v=s9B7hgSztA0&feature=channel&list=UL'},{'title':'Guns N%27 Roses - Paradise City','url':'http://www.youtube.com/watch?v=mN3hH8LG4Yw'},{'title':'Arctic Monkeys - A Certain Romance','url':'http://www.youtube.com/watch?v=CUGzWETn1HQ&feature=related'},{'title':'Arctic Monkeys - When The Sun Goes Down','url':'http://www.youtube.com/watch?v=cq2005lHjgk&feature=related'},{'title':'Arctic Monkeys - Riot Van','url':'http://www.youtube.com/watch?v=zdN8OrdyNTk&feature=channel&list=UL'},{'title':'Arctic Monkeys - From Ritz To Rubble','url':'http://www.youtube.com/watch?v=givRh52Ic3A&feature=related'},{'title':'Arctic Monkeys - Still Take You Home','url':'http://www.youtube.com/watch?v=wuPwomMwW00&feature=relmfu'},{'title':'Arctic Monkeys - Perhaps Vampires Is A Bit Strong But...','url':'http://www.youtube.com/watch?v=SjzOUf0AEiQ&feature=relmfu'},{'title':'Gorillaz - Kids With Guns','url':'http://www.youtube.com/watch?v=yevcftD6GjI&feature=channel&list=UL'},{'title':'Arctic Monkeys - Brianstorm','url':'http://www.youtube.com/watch?v=9LDJbnQ7fX4&feature=related'},{'title':'Arctic Monkeys - Brick by Brick','url':'http://www.youtube.com/watch?v=rxO-gl53l4I'},{'title':'Arctic Monkeys - Red Lights Indicate Doors Are Secured','url':'http://www.youtube.com/watch?v=hdmR58BIHOg&feature=channel&list=UL'},{'title':'Arctic Monkeys - Mardy Bum','url':'http://www.youtube.com/watch?v=XMRnlCpTWI4&feature=channel&list=UL'},{'title':'Gorillaz - Clint Eastwood','url':'http://www.youtube.com/watch?v=LXiEwDnFzrk'},{'title':'Gorillaz - Feel Good Inc','url':'http://www.youtube.com/watch?v=dU_in_BNJlg'},{'title':'System of a Down - Cho Suey','url':'http://www.youtube.com/watch?v=HrQsGeKN6qk'},{'title':'System of a down - Lonely day','url':'http://www.youtube.com/watch?v=jhUSsQ_OXzc&feature=related'},{'title':'System Of A Down - Soldier Side','url':'http://www.youtube.com/watch?v=g4Sp0pjrnuU&feature=related'},{'title':'System of a down- Ego Brain','url':'http://www.youtube.com/watch?v=pUPeA2i7Ue8&feature=related'},{'title':'Joy Division - Digital','url':'https://www.youtube.com/watch?v=9qgFGqJz9yc&feature=fvwrel'},{'title':'Joy Division - No Love Lost','url':'https://www.youtube.com/watch?v=kS9fSjP2fD8&feature=related'},{'title':'Joy Division - Dead Souls','url':'https://www.youtube.com/watch?v=MhEm4S-4v_U&feature=related'},{'title':'Joy Division - Shadowplay','url':'https://www.youtube.com/watch?v=juD4ayBbHdY&feature=related'},{'title':'Joy Division - Twenty Four Hours','url':'https://www.youtube.com/watch?v=xiCc_mFXD3E&feature=related'},{'title':'Red Hot Chili Peppers- By The Way','url':'https://www.youtube.com/watch?v=2M1qoUj_jsw'},{'title':'Red Hot Chili Peppers - Can%27t Stop','url':'https://www.youtube.com/watch?v=cUwEMoH_ZE0&feature=related'},{'title':'Red Hot Chili Peppers - Dani California','url':'https://www.youtube.com/watch?v=8MR9OH6BjOo&feature=related'},{'title':'AC/DC - Shoot to thrill','url':'https://www.youtube.com/watch?v=Rw7w2b_FTC8'},{'title':'AC/DC - Highway To Hell','url':'https://www.youtube.com/watch?v=PI1RIZlTzdo&feature=related'},{'title':'AC/DC- Hell%27s Bells','url':'https://www.youtube.com/watch?v=Kg3a4IZNsbQ'},{'title':'AC/DC - Rock %27n%27 roll Damnation','url':'https://www.youtube.com/watch?v=98h-ghFIVPc&feature=channel&list=UL'},{'title':'AC/DC - Cold Heated Man','url':'https://www.youtube.com/watch?v=cG-FMOijZgk&feature=channel&list=UL'},{'title':'AC/DC - If You Want Blood','url':'https://www.youtube.com/watch?v=H4DRPSb8wvg&feature=channel&list=UL'},{'title':'AC/DC - Hell Ain%27t a Bad Place to Be','url':'https://www.youtube.com/watch?v=QZgoRQWl8BI&feature=mr_meh&list=ULqLM2s7g2-hk&playnext=0'},{'title':'AC/DC - Hard As A Rock','url':'https://www.youtube.com/watch?v=TS6_Y6n-nZY&feature=related'},{'title':'AC/DC - The Honey Roll','url':'https://www.youtube.com/watch?v=WsF-8E6nvLU&feature=channel&list=UL'},{'title':'AC/DC - Whiskey On The Rocks','url':'https://www.youtube.com/watch?v=vJaNz1vEKbI&feature=channel&list=UL'},{'title':'Led Zeppelin - Ten Years Gone','url':'https://www.youtube.com/watch?v=siot_d9j3Do'},{'title':'Led Zeppelin - Black Dog','url':'https://www.youtube.com/watch?v=fl6s1x9j4QQ'},{'title':'Led Zeppelin - Immigrant Song','url':'https://www.youtube.com/watch?v=nBmueYJ0VhA&feature=related'},{'title':'Led Zeppelin - The Rain Song','url':'https://www.youtube.com/watch?v=S4v-_p5dU34&feature=related'},{'title':'Led Zeppelin - Thank You','url':'https://www.youtube.com/watch?v=u1z4vkPWkLQ&feature=related'},{'title':'Led Zeppelin - Tangerine','url':'https://www.youtube.com/watch?v=ZQ_JAgHxR14&feature=related'},{'title':'Pink Floyd - Mother','url':'https://www.youtube.com/watch?v=p0HrrR9QDQU&feature=fvwrel'},{'title':'Pink Floyd - Comfortably Numb','url':'https://www.youtube.com/watch?v=Bpzxf_flm8M&feature=related'},{'title':'Bob Marley - Is This Love','url':'https://www.youtube.com/watch?v=7oBK2g202ME'},{'title':'Bob Marley- No woman no cry','url':'https://www.youtube.com/watch?v=x59kS2AOrGM'},{'title':'Bob Marley - Three little birds','url':'https://www.youtube.com/watch?v=Qn6m1F4H5DE&feature=related'},{'title':'Bob Marley - Don%27t worry be happy','url':'https://www.youtube.com/watch?v=Oo4OnQpwjkc&feature=related'},{'title':'Bob Marley - Buffalo Soldier','url':'https://www.youtube.com/watch?v=Yql9I2zARd4&feature=related'},{'title':'Black sabbath - War Pigs','url':'https://www.youtube.com/watch?v=OGPD0ZBiMs0&feature=related'},{'title':'Black Sabbath - Iron Man','url':'https://www.youtube.com/watch?v=dZJPYo-YUkA&feature=related'},{'title':'Black sabbath - Paranoid','url':'https://www.youtube.com/watch?v=QQBttKoetqo'},{'title':'Black sabbath - Children Of the Grave','url':'https://www.youtube.com/watch?v=9rihpED_obk&feature=related'},{'title':'Black Sabbath - Electric Funeral','url':'https://www.youtube.com/watch?v=FlgyYR2hkSY&feature=related'},{'title':'Black Sabbath - Sweet Leaf','url':'https://www.youtube.com/watch?v=H3YtvuZ2-I0&feature=related'},{'title':'Black Sabbath - Heaven and Hell','url':'https://www.youtube.com/watch?v=4EL67mjv1nM&feature=related'},{'title':'Iron maiden - Fear of the dark','url':'https://www.youtube.com/watch?v=03aCfe6Ui3A'}],'placement':'bottom','showplaylist':'false'}");
  540. </script>
  541. <!--End of SCM Music Player script-->
  542.  
  543. <div id="content">
  544. <div class="cage">
  545. <div class="sidebar">
  546. {block:ifshowsidebarimage}
  547. <a href= "/"><img style="{block:iffadedimages}opacity: 0.95;{/block:iffadedimages}{block:ifroundedcorners}-moz-border-radius: 5px;
  548. border-radius: 5px;
  549. {block:ifroundedcorners}" src="{image:sidebar}"width=100%"/></a>
  550. {/block:ifshowsidebarimage}
  551.  
  552. <div style="border-top: 1px solid #f0f0f0; text-align:right; padding-right:3px; padding-top:1px; padding-bottom:3px;">
  553. <a href="/">HOME</a> &nbsp;
  554. {block:AskEnabled}<a href="/fasked">FASK</a> &nbsp;{/block:AskEnabled}
  555. {block:IfLinkOneTitle}<a href="{text:Link One}"> {text:Link One Title} </a> &nbsp; {/block:ifLinkOneTitle}
  556. {block:ifLinkTwoTitle}<a href="{text:Link Two}"> {text:Link Two Title} </a> &nbsp;{/block:ifLinkTwoTitle}
  557. {block:ifLinkThreeTitle}<a href="{text:Link Three}"> {text:Link Three Title} </a> &nbsp;{/block:ifLinkThreeTitle}
  558. {block:ifLinkFourTitle}<a href="{text:Link Four}">{text:Link Four Title} </a> &nbsp;{/block:ifLinkFourTitle}
  559. {block:ifLinkFiveTitle}<a href="{text:Link Five}"> {text:Link Five Title} </a> &nbsp;{/block:ifLinkFiveTitle}<a href="http://drunkrocker.tumblr.com/">CREDIT</a></div>
  560. <div style="max-width:500px;margin-left:auto;margin-right:auto;text-align:left; padding: 2px">
  561. {Description}
  562. </div>
  563.  
  564. {block:IndexPage}
  565. <div class="column navigation" id="navigation">
  566. {block:Pagination}
  567. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  568. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  569. </div>
  570. {/block:IndexPage}
  571.  
  572.  
  573. </div>
  574. <div class="posts">
  575.  
  576. {block:Posts}
  577. <div class="entry">
  578.  
  579.  
  580. {block:Text}
  581.  
  582. <div style="padding:5px; background-color:{color:Post};">
  583. {block:Title} <a href="{permalink}"><div class="heading">{title}</div></a> {/block:Title}
  584. <div class="glue">{Body}</div></div>
  585.  
  586. {block:IndexPage}<div class="tweek"><a href="{Permalink}"><div class="craig"><img src="http://static.tumblr.com/8buytvw/Abkm616xl/like.png"></div></a></div>{/block:IndexPage}
  587.  
  588. {block:IndexPage}<div class="tweek"><a href="{ReblogURL}"><div class="craigtwo"><img src="http://static.tumblr.com/8buytvw/t89m616wl/reblog.png"></div></a></div>{/block:IndexPage}
  589.  
  590. {block:PermalinkPage}
  591.  
  592. <div class="info"><div style="background-color:{color:Post}">
  593. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags}{block:Tags}<a href="{TagURL}"> #{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  594. <div class="jarvis">{block:PostNotes}{PostNotes}{/block:PostNotes}</div></div>
  595. {/block:PermalinkPage}
  596. {/block:Text}
  597.  
  598. {block:Photo}
  599.  
  600. <div class="img">
  601. {block:IndexPage}{LinkOpenTag}<a href="{ReblogURL}">{/block:IndexPage}
  602. {block:PermalinkPage}<a href="{PhotoURL-HighRes}">{/block:PermalinkPage}
  603. <img src="{PhotoURL-500}" alt="{PhotoAlt}" {block:IndexPage}width="250"{/block:IndexPage}{block:PermalinkPage}width="500"{/block:PermalinkPage}/>
  604. </a>
  605. </div>{LinkCloseTag}
  606.  
  607. {block:IndexPage}<div class="tweek"><a href="{Permalink}"><div class="craig"><img src="http://static.tumblr.com/8buytvw/Abkm616xl/like.png"></div></a></div>{/block:IndexPage}
  608.  
  609. {block:IndexPage}<div class="tweek"><a href="{ReblogURL}"><div class="craigtwo"><img src="http://static.tumblr.com/8buytvw/t89m616wl/reblog.png"></div></a></div>{/block:IndexPage}
  610.  
  611.  
  612. {block:PermalinkPage}
  613.  
  614.  
  615. <div class="info"><div style="background-color:{color:Post}">
  616. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags}{block:Tags}<a href="{TagURL}"> #{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  617. <div class="jarvis">{block:PostNotes}{PostNotes}{/block:PostNotes}</div></div>
  618. {/block:PermalinkPage}
  619.  
  620. {/block:Photo}
  621.  
  622.  
  623. {block:Photoset}
  624.  
  625.  
  626.  
  627. {block:IndexPage}{block:Photos}<a href="{permalink}"><img src="{PhotoURL-500}" width="250" /></a>
  628. {/block:Photos}<div class="tweek"><a href="{Permalink}"><div class="craig"><img src="http://static.tumblr.com/8buytvw/Abkm616xl/like.png"></div></a></div>{/block:IndexPage}
  629.  
  630. {block:IndexPage}<div class="tweek"><a href="{ReblogURL}"><div class="craigtwo"><img src="http://static.tumblr.com/8buytvw/t89m616wl/reblog.png"></div></a></div>{/block:IndexPage}
  631.  
  632. {block:PermalinkPage}
  633. {Photoset-500}<br>
  634. {/block:PermalinkPage}
  635.  
  636. {block:PermalinkPage}
  637.  
  638.  
  639. <div class="info"><div style="background-color:{color:Post}">
  640. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags}{block:Tags}<a href="{TagURL}"> #{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  641. <div class="jarvis">{block:PostNotes}{PostNotes}{/block:PostNotes}</div></div>
  642. {/block:PermalinkPage}
  643.  
  644.  
  645. {/block:Photoset}
  646.  
  647.  
  648. {block:Quote}
  649. <div style="padding:5px; background-color:{color:Post};">
  650. <a href="{permalink}"><div class="heading">"{Quote}"</div></a>
  651. {block:Source} <div align="right">{Source}</div>{/block:Source}
  652.  
  653. {block:IndexPage}<div class="tweek"><a href="{Permalink}"><div class="craig"><img src="http://static.tumblr.com/8buytvw/Abkm616xl/like.png"></div></a></div>{/block:IndexPage}
  654.  
  655. {block:IndexPage}<div class="tweek"><a href="{ReblogURL}"><div class="craigtwo"><img src="http://static.tumblr.com/8buytvw/t89m616wl/reblog.png"></div></a></div>{/block:IndexPage}
  656.  
  657. {block:PermalinkPage}
  658.  
  659.  
  660. <div class="info"><div style="background-color:{color:Post}">
  661. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags}{block:Tags}<a href="{TagURL}"> #{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  662. <div class="jarvis">{block:PostNotes}{PostNotes}{/block:PostNotes}</div></div>
  663. {/block:PermalinkPage}</div>
  664. {/block:Quote}
  665.  
  666.  
  667. {block:Link}
  668. <div style="padding:5px; background-color:{color:Post};">
  669. <div class="heading"><a href="{URL}"{Target}>{Name} </a></div>
  670. {block:Description} {Description}{/block:Description}
  671.  
  672. {block:IndexPage}<div class="tweek"><a href="{Permalink}"><div class="craig"><img src="http://static.tumblr.com/8buytvw/Abkm616xl/like.png"></div></a></div>{/block:IndexPage}
  673.  
  674. {block:IndexPage}<div class="tweek"><a href="{ReblogURL}"><div class="craigtwo"><img src="http://static.tumblr.com/8buytvw/t89m616wl/reblog.png"></div></a></div>{/block:IndexPage}
  675.  
  676. {block:PermalinkPage}
  677.  
  678.  
  679. <div class="info"><div style="background-color:{color:Post}">
  680. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags}{block:Tags}<a href="{TagURL}"> #{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  681. <div class="jarvis">{block:PostNotes}{PostNotes}{/block:PostNotes}</div></div>
  682. {/block:PermalinkPage}</div>
  683. {/block:Link}
  684.  
  685. {block:Video}
  686. {block:PermalinkPage}<div class="video">{Video-500}
  687. </div>{/block:PermalinkPage}
  688.  
  689. {block:IndexPage}<div class="tweek"><a href="{Permalink}"><div class="craig"><img src="http://static.tumblr.com/8buytvw/Abkm616xl/like.png"></div></a></div>{/block:IndexPage}
  690.  
  691. {block:IndexPage}<div class="tweek"><a href="{ReblogURL}"><div class="craigtwo"><img src="http://static.tumblr.com/8buytvw/t89m616wl/reblog.png"></div></a></div>{/block:IndexPage}
  692.  
  693. {block:PermalinkPage}
  694.  
  695.  
  696. <div class="info"><div style="background-color:{color:Post}">
  697. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags}{block:Tags}<a href="{TagURL}"> #{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  698. <div class="jarvis">{block:PostNotes}{PostNotes}{/block:PostNotes}</div></div>
  699. {/block:PermalinkPage}
  700. {/block:Video}
  701.  
  702.  
  703. {block:Chat}
  704. <div style="padding:5px; background-color:{color:Post};">
  705. {block:Title}
  706. <div class="heading"><a href="{Permalink}">{Title}</a></div>
  707. {/block:Title}
  708. <div class="chat ul">
  709. {block:Lines}
  710. <li class="{Alt} user_{UserNumber}">
  711. {block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>
  712. {/block:Lines}</div></li>
  713.  
  714. {block:IndexPage}<div class="tweek"><a href="{Permalink}"><div class="craig"><img src="http://static.tumblr.com/8buytvw/Abkm616xl/like.png"></div></a></div>{/block:IndexPage}
  715.  
  716. {block:IndexPage}<div class="tweek"><a href="{ReblogURL}"><div class="craigtwo"><img src="http://static.tumblr.com/8buytvw/t89m616wl/reblog.png"></div></a></div>{/block:IndexPage}
  717.  
  718. {block:PermalinkPage}
  719.  
  720.  
  721. <div class="info"><div style="background-color:{color:Post}">
  722. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags}{block:Tags}<a href="{TagURL}"> #{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  723. <div class="jarvis">{block:PostNotes}{PostNotes}{/block:PostNotes}</div></div>
  724. {/block:PermalinkPage}</div>
  725. {/block:Chat}
  726.  
  727.  
  728.  
  729. {block:Audio}<div style="padding:5px; background-color:{color:Post};">{block:PermalinkPage}
  730. {block:AlbumArt}<div class="album-art"><img src="{AlbumArtURL}" height="100px"></div>{/block:AlbumArt}{/block:PermalinkPage}{AudioPlayerGrey}
  731. {block:PermalinkPage}
  732. {block:TrackName}<br><br>
  733. <b>{TrackName}</b>
  734. {/block:TrackName} by {block:Artist}
  735. {Artist}
  736. {/block:Artist}<br>{PlayCountWithLabel}{/block:PermalinkPage}
  737.  
  738. {block:IndexPage}<div class="tweek"><a href="{Permalink}"><div class="craig"><img src="http://static.tumblr.com/8buytvw/Abkm616xl/like.png"></div></a></div>{/block:IndexPage}
  739.  
  740. {block:IndexPage}<div class="tweek"><a href="{ReblogURL}"><div class="craigtwo"><img src="http://static.tumblr.com/8buytvw/t89m616wl/reblog.png"></div></a></div>{/block:IndexPage}
  741.  
  742. {block:PermalinkPage}
  743.  
  744.  
  745. <div class="info"><div style="background-color:{color:Post}">
  746. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags}{block:Tags}<a href="{TagURL}"> #{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  747. <div class="jarvis">{block:PostNotes}{PostNotes}{/block:PostNotes}</div></div>
  748. {/block:PermalinkPage}</div>
  749. {/block:Audio}
  750.  
  751.  
  752. {block:Answer}<div style="padding:5px; background-color:{color:Post};">
  753. <div style="text-align:left;padding-left:5px;padding-right:5px;border-left: 2px solid {color:Links};border-right: 2px solid #ccc;background-color:#f5f5f5;"><div class="asker">{Asker}: {Question}</div></div><div style="text-align:left;"><div class="answer">{Answer}</div></div>
  754.  
  755. {block:IndexPage}<div class="tweek"><a href="{Permalink}"><div class="craig"><img src="http://static.tumblr.com/8buytvw/Abkm616xl/like.png"></div></a></div>{/block:IndexPage}
  756.  
  757. {block:IndexPage}<div class="tweek"><a href="{ReblogURL}"><div class="craigtwo"><img src="http://static.tumblr.com/8buytvw/t89m616wl/reblog.png"></div></a></div>{/block:IndexPage}
  758.  
  759. {block:PermalinkPage}
  760.  
  761. <div class="info"><div style="background-color:{color:Post}">
  762. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:HasTags}{block:Tags}<a href="{TagURL}"> #{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  763. <div class="jarvis">{block:PostNotes}{PostNotes}{/block:PostNotes}</div></div>
  764. {/block:PermalinkPage}</div>
  765. {/block:Answer}
  766.  
  767.  
  768. </div>
  769.  
  770. {/block:Posts}
  771. </div></div>
  772. </div>
  773. </div>
  774. </body>
  775. </div>
  776. </html>
Add Comment
Please, Sign In to add comment