Advertisement
Guest User

themecode2

a guest
Jan 29th, 2012
2,648
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.50 KB | None | 0 0
  1. <!-- Culler Theme by reganlynn (reganlynn.tumblr.com), please leave credit link <3! -->
  2.  
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6. <head>
  7. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  8.  
  9. <meta name="font:Text" content="Lucida Sans"/>
  10. <meta name="text:Font Size" content="9px"/>
  11. <meta name="color:Text" content="#888"/>
  12. <meta name="color:Background" content="#fff"/>
  13. <meta name="color:Post" content="#fff"/>
  14. <meta name="color:Borders" content="#cccccc"/>
  15. <meta name="color:Blockquote" content="#f5f5f5"/>
  16. <meta name="color:Links" content="#77003c"/>
  17. <meta name="color:Hover" content="#b4025c"/>
  18. <meta name="image:Background" content=""/>
  19. <meta name="image:Header" content=""/>
  20. <meta name="if:Header Image" content="0"/>
  21. <meta name="if:Title Font" content="1"/>
  22. <meta name="if:2 columns" content="0"/>
  23. <meta name="if:Image Fade" content="1">
  24. <meta name="if:Header Hover Resize" content="1"/>
  25. <meta name="if:Show Personal Links" content="1"/>
  26. <meta name="if:Show Blogroll" content="1"/>
  27. <meta name="if:Show Tagged Me" content="0"/>
  28.  
  29. <link rel="shortcut icon" href="{Favicon}">
  30. {block:Description}
  31. <meta name="description" content="{MetaDescription}" />
  32. {/block:Description}
  33.  
  34. <title>{Title}</title>
  35.  
  36.  
  37. <script type="text/javascript"
  38. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  39. <script>
  40. $(document).ready(function() {
  41. //
  42. $('a.poplight[href^=#]').click(function() {
  43. var popID = $(this).attr('rel'); //Get Popup Name
  44. var popURL = $(this).attr('href'); //Get Popup href to define size
  45. var query= popURL.split('?');
  46. var dim= query[1].split('&');
  47. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  48. $('#' + 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>');
  49. var popMargTop = ($('#' + popID).height() + 80) / 2;
  50. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  51. //Apply Margin to Popup
  52. $('#' + popID).css({
  53. 'margin-top' : -popMargTop,
  54. 'margin-left' : -popMargLeft
  55. });
  56. $('body').append('<div id="fade"></div>');
  57. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  58. return false;
  59. });
  60. $('a.close, #fade').live('click', function() {
  61. $('#fade , .popup_block').fadeOut(function() {
  62. $('#fade, a.close').remove(); //fade them both out
  63. });
  64. return false;
  65. });
  66. });
  67. </script>
  68. </head>
  69.  
  70.  
  71. <style type="text/css">
  72.  
  73. @font-face {
  74.  
  75. font-family:basket;
  76. src: url('http://static.tumblr.com/iddq6cw/MZUlwm0mp/sweetly_broken.ttf');
  77. }
  78.  
  79. 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;}
  80.  
  81. 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;}
  82.  
  83.  
  84. #fade { /*--Transparent background layer--*/
  85. display: none; /*--hidden by default--*/
  86. background: #000;
  87. position: fixed; left: 0; top: 0;
  88. width: 100%; height: 100%;
  89. opacity: .80;
  90. z-index: 9999;
  91. }
  92. .popup_block{
  93. display: none; /*--hidden by default--*/
  94. background: #fff;
  95. padding: 20px;
  96. border: 20px solid #ddd;
  97. float: left;
  98. font-size: 11px;
  99. position: fixed;
  100. top: 50%; left: 50%;
  101. z-index: 99999;
  102. /*--CSS3 Box Shadows--*/
  103. -webkit-box-shadow: 0px 0px 20px #000;
  104. -moz-box-shadow: 0px 0px 20px #000;
  105. box-shadow: 0px 0px 20px #000;
  106. /*--CSS3 Rounded Corners--*/
  107. -webkit-border-radius: 10px;
  108. -moz-border-radius: 10px;
  109. border-radius: 10px;
  110. }
  111. img.btn_close {
  112. float: right;
  113. margin: -50px -50px 0 0;
  114. }
  115. /*--Making IE6 Understand Fixed Positioning--*/
  116. *html #fade {
  117. position: absolute;
  118. }
  119. *html .popup_block {
  120. position: absolute;
  121. }
  122.  
  123.  
  124.  
  125. body {
  126. font-family:{font:Text};
  127. font-size:{text:Font Size};
  128. color:{color:Text};
  129. letter-spacing:0px;
  130. background-color:{color:background};
  131. background-image:url('{image:Background}');
  132. background-color:{color:Background};
  133. background-repeat: repeat;
  134. background-position: top center;
  135. background-attachment: fixed;
  136. text-align:justify;
  137. line-height:100%;
  138. cursor:crosshair;
  139.  
  140. }
  141.  
  142.  
  143.  
  144.  
  145. .sidebar {
  146. width:500px;
  147. background-color:{color:Post};
  148. z-index:1;
  149. margin-left:auto;margin-right:auto;
  150. position:relative;
  151. text-align:center;
  152. margin-top:-10px;padding-bottom:20px;height:100%;padding-top:5px;padding-left:0px;
  153. }
  154.  
  155. #content {
  156. width:100%; margin-left:auto; margin-right:auto;
  157. position: relative;cursor:crosshair;
  158. }
  159.  
  160. .karkat {
  161. background-color:{color:Post};display:block;
  162.  
  163. {block:IndexPage}width:{block:IfNot2columns}640px{/block:IfNot2columns}{block:If2columns}430px{/block:If2columns};{block:If2columns};padding-right:70px;{/block:If2columns}{/block:IndexPage}
  164. {block:PermalinkPage}width: 500px; {/block:PermalinkPage};
  165. margin-left:auto;margin-right:auto;height:100%;
  166. top:0px;bottom:0px;z-index:-1;
  167. }
  168.  
  169.  
  170. #content .posts {
  171. width:
  172. {block:IndexPage}{block:IfNot2columns}630px{/block:IfNot2columns}{block:If2columns}420px;padding-left:45px{/block:If2columns}{/block:IndexPage}
  173. {block:PermalinkPage}width: 500px; {/block:PermalinkPage};
  174. right:auto;margin-top:0px;margin-left:auto;margin-right:auto;
  175. position:relative;background-color:{color:Post};overflow-y: hidden;
  176. }
  177.  
  178. #content .posts img {
  179. {block:IndexPage}max-width: 200px; {/block:IndexPage}
  180. {block:PermalinkPage}max-width: 500px; {/block:PermalinkPage}
  181. }
  182.  
  183.  
  184. #content .entry {
  185. {block:IndexPage}width: 200px; float:left;
  186. position: relative;
  187. {/block:IndexPage}
  188. margin-right:10px;
  189. margin-bottom:10px;
  190. padding:0px;
  191. {block:PermalinkPage}width:500px; margin:auto; {/block:PermalinkPage}
  192. background-color:#ffffff;
  193. }
  194.  
  195. #navigation {
  196. width:0px;
  197. margin:auto;
  198. position:absolute;
  199. height:200%;
  200. }
  201.  
  202. ul{
  203. margin-left:-20px;
  204. }
  205.  
  206. a {
  207. color:{color:Links};
  208. text-decoration: none;
  209. }
  210.  
  211. a:hover {
  212. color:{color:Hover};
  213. -webkit-transition-duration: 1s;
  214. text-decoration: none;cursor:crosshair;
  215.  
  216. }
  217.  
  218. .heading {
  219. font-family:{font:Text};
  220. font-size:15px;
  221. text-decoration: none;
  222. letter-spacing:0px;
  223. font-weight:none;line-height:100%;
  224. margin-bottom:0px;text-align:left;
  225. }
  226.  
  227.  
  228. ::-webkit-scrollbar-thumb:vertical {
  229.  
  230. background-color:{color:Links};
  231. height:auto;-webkit-border-radius:20px;
  232. }
  233.  
  234. ::-webkit-scrollbar-thumb:horizontal {
  235.  
  236. background-color:{color:Links};
  237. height:6px !important;-webkit-border-radius:20px;
  238. }
  239.  
  240. ::-webkit-scrollbar {
  241. height:6px;
  242. width:6px;
  243. background-color:#fff;
  244. -webkit-border-radius:20px;
  245. }
  246.  
  247. .chat ul {
  248. padding:0px 0px 0px 0px;
  249. margin:0px 0px 0px 0px;
  250. }
  251.  
  252.  
  253. .chat li {
  254. list-style-type: none;
  255. padding-left:0px;
  256. margin-right:0px;
  257. }
  258.  
  259. .chat li.odd {
  260. color: {color:Text};
  261. }
  262.  
  263. .chat li.even {
  264. color: {color:Links};
  265. }
  266.  
  267. .label {
  268. font-weight: bold;
  269. }
  270.  
  271.  
  272. blockquote {
  273. padding-left:5px;padding-top:3px;
  274. padding-right:5px;padding-bottom:3px;
  275. margin-left:5px; margin-right:5px;
  276. border-left: 2px solid {color:Borders};
  277. border-right: 2px solid {color:Borders};
  278. background-color:{color:blockquote};
  279. }
  280.  
  281.  
  282. .stan {
  283. background-color:{color:Blockquote};
  284. }
  285.  
  286. .kyle {
  287. font-style:italic;
  288. line-height:100%;margin-bottom:0px;
  289. }
  290.  
  291. {block:IfImageFade}
  292. .img {
  293. {block:IndexPage}
  294. opacity:0.8;
  295. filter:alpha(opacity=80);{/block:IndexPage}
  296. -webkit-transition-duration:0.4s;
  297. }
  298.  
  299. .img:hover {
  300.  
  301. opacity:1;
  302. filter:alpha(opacity=100);
  303. }
  304. {/block:IfImageFade}
  305.  
  306. .audioplayer {
  307. background-color: #fff;
  308. -moz-box-shadow: 3px 3px 4px #ccc;
  309. -webkit-box-shadow: 3px 3px 4px #ccc;
  310. box-shadow: 3px 3px 4px #ccc;
  311. }
  312.  
  313.  
  314. .entry .permalink {
  315. padding-top:0px;
  316. }
  317.  
  318.  
  319.  
  320. .craig {
  321. color:black;
  322. font-size:8px;
  323. opacity: 0;
  324. -webkit-transition-duration: 1s;bottom:0px;
  325. width:25px;
  326. height:20px;
  327. background-color: #fff; padding-top:5px;
  328. position: absolute;margin:5px;text-align:center;font-family:trebuchet ms;letter-spacing:1px;
  329. display:block;}
  330.  
  331.  
  332. .entry:hover .craig {
  333. {block:indexpage}opacity:0.85;
  334. {/block:indexpage}z-index:999999;}
  335.  
  336.  
  337. .permalink {
  338. {block:IndexPage}
  339. float:right;
  340. position: absolute;
  341. margin-top:0px;
  342. opacity: 0;
  343. z-index: 1000;
  344. background-color:{color:Permalink Background};
  345. text-align:right;
  346. {/block:IndexPage}
  347. }
  348.  
  349.  
  350. .stoley img {
  351. {block:IndexPage}max-width:300px;overflow-y:auto;{/block:IndexPage}
  352. }
  353.  
  354.  
  355. .butters a {
  356. margin-top:20px;font-size:70px;color:{color:Links};-webkit-transition-duration:1.5s;font-family:{block:IfTitleFont}basket{/block:IfTitleFont}{block:IfNotTitleFont}courier new{/block:IfNotTitleFont};letter-spacing:-2px;line-height:70px;font-style:italic;max-width:500px;
  357. }
  358. .butters a:hover {
  359. color:{color:Hover};{block:IfHeaderHoverResize}font-size:40px;{/block:IfHeaderHoverResize}}
  360.  
  361. .kenny {
  362. width:500px;
  363. opacity: 1;
  364. z-index: 10000;
  365. margin-top:0px;
  366. margin-left:0px;
  367. margin-right:auto;
  368. text-align:right;font-family:trebuchet ms; font-size:7px;letter-spacing:1px;text-transform:uppercase;
  369. }
  370.  
  371. u {
  372. border-bottom: 1px dashed #888;
  373. }
  374.  
  375. b.STRONG {
  376. letter-spacing:2px;
  377. font-size:9px;
  378. font-weight:bold;
  379. }
  380.  
  381. .tweek a {
  382. font-size:15px;
  383. line-height:100%;
  384. padding:2px;
  385. color:{color:Hover};
  386. -webkit-transition-duration:1s;z-index:999999;
  387. }
  388.  
  389. .tweek a: hover {
  390. color:{color:Link};
  391. }
  392. .cartman {
  393. margin-top:0;
  394. margin-left:0px;
  395. margin-right:auto;
  396. margin-bottom:0px;
  397. width:500px;
  398. text-align:left;
  399. background-color:#fff;
  400. max-height:150px;
  401. overflow-x:scroll;
  402. }
  403.  
  404. .wendy {
  405. text-align:center;width:500px;margin-left:auto;margin-right:auto;}
  406. }
  407.  
  408.  
  409. .video embed, .video object, .video iframe{
  410. {block:IndexPage}
  411. width:200px /**/ !important;{/block:IndexPage}
  412. {block:PermalinkPage}width:500px !important;
  413. {/block:PermalinkPage}
  414. height:auto !important;
  415. }
  416.  
  417.  
  418. .album-art {
  419. float: left;
  420. width: 100px;
  421. height: 100px;
  422. overflow: hidden;
  423. }
  424.  
  425. #kk {
  426. width:300px;margin-left:auto;margin-right:auto;
  427. }
  428.  
  429. #ag {
  430. margin-left:3px; text-align:center; display:inline-block; width:{block:IfShowPersonalLinks}97px{/block:IfShowPersonalLinks}{block:IfNotShowPersonalLinks}147px{/block:IfNotShowPersonalLinks};letter-spacing:1px; color: {color:Links}; background-color: {color:Blockquote}; font-size: 9px;transition: all 0.5s ease; -o-transition-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;float:left;margin-top:6px;line-height:15px;
  431. }
  432. #ag:hover {
  433. border-bottom:3px solid {color:Hover};}
  434.  
  435. #ag:hover #vv a:moo{border-top:0px solid #fff; }
  436. #ag:hover #vv{ opacity:3; margin-top:0px; -webkit-transition-duration:.7s; overflow:hidden; background-color:transparent; z-index:966666666666666666666666666666666666666669; height:auto; }
  437.  
  438. #vv {position:absolute; margin-top:-15px; opacity:0; margin-left:0px; width:{block:IfShowPersonalLinks}97px{/block:IfShowPersonalLinks}{block:IfNotShowPersonalLinks}147px{/block:IfNotShowPersonalLinks}; overflow:hidden; height:0px; padding: 2px 0px 2px 0px; transition: all 0.5s ease; -o-transition-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;}
  439.  
  440. #vv a{ background-color:#ffffff; color:; text-align:center; display:block; text-transform:lowercase; line-height:20px; font-size: 9px; font-family:;letter-spacing: 2px; transition: all 0.5s ease; -o-transition-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;}
  441.  
  442. #vv a:hover{ border-bottom:0px solid #f5f5f5; Text-transform:lowercase; color:{color:Hover}; background-color:{color:Blockquote}; opacity:4; transition: all 0.5s ease; -o-transition-transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease;}
  443.  
  444.  
  445.  
  446. </style>
  447.  
  448.  
  449.  
  450. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  451.  
  452. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  453.  
  454. <script type="text/javascript">
  455.  
  456. $(window).load(function () {
  457. $('.posts').masonry(),
  458. $('.masonryWrap').infinitescroll({
  459. navSelector : "div#navigation",
  460. // selector for the paged navigation (it will be hidden)
  461. nextSelector : "div#navigation a#nextPage",
  462. // selector for the NEXT link (to page 2)
  463. itemSelector : ".entry",
  464. // selector for all items you'll retrieve
  465. bufferPx : 10000,
  466. extraScrollPx: 10,
  467. loadingImg : "http://b.imagehost.org/0548/Untitled-2.png",
  468. loadingText : "<em></em>",
  469. },
  470. // call masonry as a callback.
  471. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  472. );
  473. });
  474. </script>
  475.  
  476.  
  477.  
  478.  
  479. <script type="text/javascript">
  480. $(window).load(function(){
  481. $("p").remove(":contains('Source:')");
  482. $("p").remove(":contains('via ')");
  483. });
  484. </script>
  485. </head>
  486. <body>
  487.  
  488. <div id="content">
  489. <div class="karkat">
  490. <div class="sidebar">
  491.  
  492. <div class="butters">
  493. <a href="/"><center>
  494. {block:IfHeaderImage}<img src="{image:Header}" width="500">{/block:IfHeaderImage}{block:IfNotHeaderImage}{Title}{/block:IfNotHeaderImage}
  495. </center></a>
  496. </div><div style="max-width:500px;margin-left:auto;margin-right:auto;">
  497. {Description}<Br><br>
  498. </div>
  499.  
  500. <div id="kk">
  501. <div id="ag"><a href="#">basics</a></a>
  502. <div id="vv">
  503.  
  504. <A href="/">home<a>
  505. <a href="/ask">message</a>
  506. {block:SubmitEnabled}
  507. <a href="/submit">submit</a>{/block:SubmitEnabled}
  508. <a href="/archive">history</a>
  509. <a href="{RSS}">rss feed</a>
  510. </div></div>{block:IfShowPersonalLinks}
  511. <div id="ag"><a href="#">personal</a></a>
  512. <div id="vv"> {block:HasPages}
  513. {block:Pages}<a href="{URL}">{Label}</a>{block:Pages}{/block:HasPages}
  514. {block:IfTaggedMe}<a href="/tagged/me">my face</a>{/block:IfTaggedMe}
  515. {block:IfShowBlogroll}
  516. <a href="#?w=500" rel="blogroll" class="poplight">blogroll</a>
  517. {/block:IfShowBlogroll}
  518. </div></div>
  519. {/block:IfShowPersonalLinks}
  520. <div id="ag"><a href="http://reganlynn.tumblr.com/">theme</a></a>
  521. </div>
  522. </div>
  523. <Br><br>
  524.  
  525. {block:IndexPage}
  526. <div class="column navigation" id="navigation">
  527. {block:Pagination}
  528. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  529. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  530. </div>
  531. {/block:IndexPage}
  532.  
  533.  
  534.  
  535. </div>
  536. <div class="posts">
  537. {block:Posts}
  538. <div class="entry">
  539.  
  540.  
  541. {block:Text}
  542. {block:Title} <a href="{permalink}"><div class="heading">{title}</div></a> {/block:Title}
  543. <div class="stoley">{Body}</div>
  544.  
  545. {block:IndexPage}<div class="tweek"><a href="{Permalink}"><div class="craig">{NoteCount}</div></a></div>{/block:IndexPage}
  546.  
  547.  
  548. {block:PermalinkPage}
  549.  
  550.  
  551. <div class="kenny">
  552. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  553.  
  554. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  555. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  556. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  557. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  558. {/block:PermalinkPage}
  559. {/block:Text}
  560.  
  561. {block:Photo}
  562.  
  563. <div class="img">
  564. {block:IndexPage}{LinkOpenTag}<a href="{ReblogURL}">{/block:IndexPage}
  565. {block:PermalinkPage}<a href="{PhotoURL-HighRes}">{/block:PermalinkPage}
  566. <img src="{PhotoURL-500}" alt="{PhotoAlt}" {block:IndexPage}width="200"{/block:IndexPage}{block:PermalinkPage}width="500"{/block:PermalinkPage}/>
  567. </a>
  568. </div>{LinkCloseTag}
  569.  
  570. {block:IndexPage}<div class="tweek"><a href="{Permalink}"><div class="craig">{NoteCount}</div></a></div>{/block:IndexPage}
  571.  
  572. {block:PermalinkPage}
  573. {block:Caption}{Caption}{/block:Caption}<br>
  574. {/block:PermalinkPage}
  575.  
  576.  
  577.  
  578.  
  579. {block:PermalinkPage}
  580.  
  581.  
  582. <div class="kenny">
  583. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  584.  
  585. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  586. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  587. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  588. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  589. {/block:PermalinkPage}
  590.  
  591. {/block:Photo}
  592.  
  593.  
  594. {block:Photoset}
  595.  
  596.  
  597. {block:IndexPage}{block:Photos}<a href="{permalink}"><img src="{PhotoURL-500}" width="200" /></a>
  598. {/block:Photos}<div class="tweek"><a href="{Permalink}"><div class="craig">{NoteCount}</div></a></div>{/block:IndexPage}
  599.  
  600. {block:PermalinkPage}
  601. {Photoset-500}<br>{block:Caption}{Caption}<br><br>{/block:Caption}
  602. {/block:PermalinkPage}
  603.  
  604. {block:PermalinkPage}
  605.  
  606.  
  607. <div class="kenny">
  608. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  609.  
  610. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  611. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  612. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  613. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  614. {/block:PermalinkPage}
  615. {/block:Photoset}
  616.  
  617.  
  618. {block:Quote}
  619. <a href="{permalink}"><div class="heading"><i>{Quote}</i></div></a>
  620. {block:Source} <div align="right">― {Source}</div>{/block:Source}
  621.  
  622. {block:IndexPage}<div class="tweek"><a href="{Permalink}"><div class="craig">{NoteCount}</div></a></div>{/block:IndexPage}
  623.  
  624. {block:PermalinkPage}
  625.  
  626.  
  627. <div class="kenny">
  628. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  629.  
  630. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  631. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  632. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  633. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  634. {/block:PermalinkPage}
  635. {/block:Quote}
  636.  
  637.  
  638. {block:Link}
  639. <div class="heading"><a href="{URL}"{Target}>&rarr; {Name}</a></div>
  640. {block:Description} {Description}{/block:Description}
  641.  
  642. {block:IndexPage}<div class="tweek"><a href="{Permalink}"><div class="craig">{NoteCount}</div></a></div>{/block:IndexPage}
  643.  
  644. {block:PermalinkPage}
  645.  
  646.  
  647. <div class="kenny">
  648. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  649.  
  650. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  651. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  652. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  653. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  654. {/block:PermalinkPage}
  655. {/block:Link}
  656.  
  657. {block:Video}
  658. {block:PermalinkPage}<div class="video">{Video-500}
  659. </div>{/block:PermalinkPage}
  660.  
  661. {block:IndexPage}<div class="video" width="300">{Video-250}
  662. </div><div class="tweek"><a href="{Permalink}"><div class="craig">{NoteCount}</div></a></div>{/block:IndexPage}
  663.  
  664. {block:PermalinkPage}
  665.  
  666.  
  667. <div class="kenny">
  668. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  669.  
  670. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  671. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  672. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  673. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  674. {/block:PermalinkPage}
  675. {/block:Video}
  676.  
  677.  
  678. {block:Chat}
  679. {block:Title}
  680. <div class="heading"><a href="{Permalink}">{Title}</a></div>
  681. {/block:Title}
  682. <div class="chat ul">
  683. {block:Lines}
  684. <li class="{Alt} user_{UserNumber}">
  685. {block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>
  686. {/block:Lines}</div></li>
  687.  
  688. {block:IndexPage}<div class="tweek"><a href="{Permalink}"><div class="craig">{NoteCount}</div></a></div>{/block:IndexPage}
  689.  
  690. {block:PermalinkPage}
  691.  
  692.  
  693. <div class="kenny">
  694. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  695.  
  696. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  697. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  698. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  699. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  700. {/block:PermalinkPage}
  701. {/block:Chat}
  702.  
  703.  
  704.  
  705. {block:Audio}{block:PermalinkPage}
  706. {block:AlbumArt}<div class="album-art"><img src="{AlbumArtURL}" height="100px"></div>{/block:AlbumArt}{/block:PermalinkPage}
  707. <div class="audioplayer">{AudioPlayerWhite}</div>{block:Caption}{Caption}{/block:Caption}
  708. {block:PermalinkPage}
  709. {block:TrackName}<br><br>
  710. <b>{TrackName}</b>
  711. {/block:TrackName} by {block:Artist}
  712. {Artist}
  713. {/block:Artist}<br>{PlayCountWithLabel}{/block:PermalinkPage}
  714.  
  715. {block:IndexPage}<div class="tweek"><a href="{Permalink}"><div class="craig">{NoteCount}</div></a></div>{/block:IndexPage}
  716.  
  717. {block:PermalinkPage}
  718.  
  719.  
  720. <div class="kenny">
  721. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  722.  
  723. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  724. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  725. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  726. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  727. {/block:PermalinkPage}
  728. {/block:Audio}
  729.  
  730.  
  731. {block:Answer}
  732. <div style="text-align:left;padding-left:5px;padding-right:5px;border-left: 2px solid {color:Links};border-right: 2px solid {color:Borders};background-color:{color:blockquote};"><div class="stan">{Asker}: {Question}</div></div><div style="text-align:left;"><div class="kyle">{Answer}</div></div>
  733.  
  734. {block:IndexPage}<div class="tweek"><a href="{Permalink}"><div class="craig">{NoteCount}</div></a></div>{/block:IndexPage}
  735.  
  736. {block:PermalinkPage}
  737.  
  738.  
  739. <div class="kenny">
  740. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  741.  
  742. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  743. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  744. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  745. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  746. {/block:PermalinkPage}
  747. {/block:Answer}
  748.  
  749.  
  750. </div>
  751.  
  752. {/block:Posts}
  753. </div></div>
  754.  
  755. </div>
  756. </div>
  757.  
  758. </div><div style="display:block;bottom:5px;right:5px;font-size:9px;font-family:georgia;position:fixed;background-color:#ffffff;padding:3px;border-radius:10px;z-index:55554235555;opacity:0.75;">theme by <a href="http://reganlynn.tumblr.com">reganlynn</a></div>
  759.  
  760.  
  761.  
  762. </body>
  763.  
  764.  
  765.  
  766.  
  767.  
  768. <div id="blogroll" class="popup_block">
  769. <div style="max-height:500px;overflow-y:scroll">
  770. <div style="font-family:basket;font-size:30px;line-height:30px;margin-top:5px;">Blogs I Follow</div><center>
  771. {block:Following}{block:Followed}<a target="_blank" href="{FollowedURL}"><img src="{FollowedPortraitURL-96}" />{block:Followed}{/block:Following}</center>
  772. </div>
  773. </div>
  774.  
  775.  
  776. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement