Advertisement
vrisky

toreador 2

Nov 10th, 2012
120,905
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.78 KB | None | 0 0
  1. <!--
  2.  
  3. Toreador v.2 Theme
  4. Created by Modernise (modernise.us)
  5. Please leave at least ONE credit link. Do not delete this box.
  6.  
  7. Theme is best viewed on Google Chrome, with a resolution of 1280x800.
  8.  
  9. *~*~HOW TO INSTALL~*~*
  10. 1) Copy this entire code.
  11. 2) Open up the customise.
  12. 3) Click on Edit HTML
  13. 4) Delete the code already in there.
  14. 5) Replace it with this code.
  15. 6) Hit Update Preview, and then Save.
  16. 7) Refresh the page, and press Save again.
  17. 8) If it wont let you paste in the box, or if it still does not work, use classic customize. (http://tumblr.com/customize-classic/)
  18.  
  19. If you are experiencing any problems with this theme, please refer to the FAQ on modernisethemes. (http://themes.modernise.us/faq)
  20. Thank you for choosing Modernise Themes <3!
  21.  
  22. -->
  23.  
  24. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  25. <html xmlns="http://www.w3.org/1999/xhtml">
  26. <head>
  27. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  28.  
  29. <meta name="font:Text" content="lucida sans"/>
  30. <meta name="text:Font Size" content="9px"/>
  31. <meta name="color:Text" content="#888"/>
  32. <meta name="color:Background" content="#fff"/>
  33. <meta name="color:Borders" content="#cccccc"/>
  34. <meta name="color:Blockquote" content="#f5f5f5"/>
  35. <meta name="color:Links" content="#97cde7"/>
  36. <meta name="color:Hover" content="#c1f0dc"/>
  37. <meta name="image:Background" content=""/>
  38. <meta name="image:Header" content=""/>
  39. <meta name="if:Image Fade" content="1">
  40. <meta name="if:Rounded Corners" content="0">
  41. <meta name="if:CustomLink1" content="0">
  42. <meta name="if:CustomLink2" content="0">
  43. <meta name="if:CustomLink3" content="0">
  44. <meta name="if:CustomLink4" content="0">
  45. <meta name="if:CustomLink5" content="0">
  46. <meta name="text:Link 1 Title" content="custom link">
  47. <meta name="text:Link 1" content="http://">
  48. <meta name="text:Link 2 Title" content="custom link">
  49. <meta name="text:Link 2" content="http://">
  50. <meta name="text:Link 3 Title" content="custom link">
  51. <meta name="text:Link 3" content="http://">
  52. <meta name="text:Link 4 Title" content="custom link">
  53. <meta name="text:Link 4" content="http://">
  54. <meta name="text:Link 5 Title" content="custom link">
  55. <meta name="text:Link 5" content="http://">
  56. <meta name="text:Ask Link" content="message">
  57. <meta name="if:Animated Post Load" content="0">
  58. <meta name="if:Cross Cursor" content="1">
  59. <meta name="if:Click Photo To Reblog" content="0">
  60. <meta name="if:Infinite Scroll" content="1">
  61. <meta name="if:Title Font" content="1"/>
  62. <meta name="if:Show Like Post" content="1"/>
  63. <meta name="if:Show Reblog" content="1"/>
  64. <meta name="if:Show Note Count" content="1"/>
  65. <meta name="if:Post Borders" content="0"/>
  66.  
  67. <link rel="shortcut icon" href="{Favicon}">
  68. {block:Description}
  69. <meta name="description" content="{MetaDescription}" />
  70. {/block:Description}
  71.  
  72. <title>{Title}</title>
  73.  
  74.  
  75. <script type="text/javascript" src="http://static.tumblr.com/iddq6cw/4Gum31dpt/modernise.js">
  76. </script>
  77. <script type="text/javascript"
  78. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  79. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  80.  
  81. <style type="text/css">
  82.  
  83.  
  84. /* Body Controls */
  85. html {
  86. height:100%;
  87. }
  88.  
  89. @font-face {
  90. font-family:basket;
  91. src: url('http://static.tumblr.com/ejm8w78/YOjmd9lbv/basicl.ttf');,
  92. }
  93.  
  94. body {
  95. font-family:{font:Text};
  96. font-size:{text:Font Size};
  97. color:{color:Text};
  98. letter-spacing:0px;
  99. background-color:{color:background};
  100. background-image:url('{image:Background}');
  101. background-repeat: repeat;
  102. background-position: top center;
  103. background-attachment: fixed;
  104. {block:IndexPage}text-align:justify;{/block:IndexPage}
  105. {block:PermalinkPage}text-align:justify;{/block:PermalinkPage}
  106. line-height:100%;
  107. height:100%;
  108. {block:IfCrossCursor}
  109. cursor: crosshair, auto;{/block:IfCrossCursor}
  110. {block:IfNotCrossCursor}cursor:default;{/block:IfNotCrossCursor}
  111. }
  112.  
  113.  
  114. a {
  115. color:{color:Links};
  116. -webkit-transition-duration:1s;text-decoration:none;
  117. {block:IfCrossCursor}cursor:crosshair;{/block:IfCrossCursor}
  118. {block:IfNotCrossCursor}cursor:default;{/block:IfNotCrossCursor}
  119. }
  120.  
  121. a:hover {
  122. color:{color:Hover};
  123. text-decoration: none;
  124. {block:IfCrossCursor}
  125. cursor: crosshair, auto;{/block:IfCrossCursor}
  126. {block:IfNotCrossCursor}cursor:default;{/block:IfNotCrossCursor}
  127.  
  128. }
  129.  
  130. u {
  131. border-bottom: 1px dashed #888;
  132. }
  133.  
  134. b, strong{
  135. letter-spacing: 1px;
  136. color: #b1b1b1;
  137. text-transform: none;
  138. text-shadow: 1px 1px 2px #e1dad4;
  139. text-decoration: none;
  140. font-weight: normal;
  141. }
  142.  
  143. iframe#tumblr_controls {
  144. white-space:nowrap; filter: invert(100%); -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%);opacity:0.4;
  145. }
  146.  
  147. ::-webkit-scrollbar-thumb:vertical {
  148. background-color:{color:Links};
  149. height:10px;width:10px;
  150. -webkit-border-radius:4px;border:2px {color:Background} solid;
  151. }
  152.  
  153. ::-webkit-scrollbar-thumb:horizontal {
  154. background-color:{color:Links};
  155. height:10px !important;border:2px {color:Background} solid;
  156. -webkit-border-radius:4px;
  157. }
  158.  
  159. ::-webkit-scrollbar {
  160. height:10px;
  161. width:10px;
  162. background-color:{color:Background};
  163. -webkit-border-radius:4px;
  164. }
  165.  
  166.  
  167. ::-webkit-scrollbar-corner {
  168. background-color:{color:Background};
  169. }
  170.  
  171. ::-webkit-resizer {
  172. background-color:{color:Background};
  173. }
  174.  
  175.  
  176. #content {
  177. width:100%;
  178. margin-left:auto;
  179. margin-right:auto;
  180. position: relative;
  181. {block:IfCrossCursor}cursor:crosshair;{/block:IfCrossCursor}
  182. {block:IfNotCrossCursor}cursor:default;{/block:IfNotCrossCursor}
  183. }
  184.  
  185.  
  186. ul {
  187. margin-left:-25px;
  188. }
  189.  
  190.  
  191.  
  192.  
  193. /* Header Controls */
  194.  
  195.  
  196. .sidebar {
  197. margin-top: 25%;
  198. margin-left: 155px;margin-right:auto;
  199. width: 200px;;z-index:234234234;position:fixed;
  200. background-color: transparent;opacity:1;
  201. {block:IfCrossCursor}cursor:crosshair;{/block:IfCrossCursor}
  202. {block:IfNotCrossCursor}cursor:default;{/block:IfNotCrossCursor}
  203. }
  204.  
  205. .header2 {
  206. background-color:transparent;
  207. font:{font:Text};
  208. border-bottom: 4px solid {color:borders};
  209. color: {color:header2 color};
  210. text-transform: none;
  211. {block:IndexPage}text-align:justify;{/block:IndexPage}
  212. {block:PermalinkPage}text-align:justify;{/block:PermalinkPage}
  213. letter-spacing:-1px; }
  214.  
  215.  
  216. #meow a {
  217. display:block;
  218. width:auto;
  219. }
  220.  
  221. #meow .cat {
  222. margin-top:-10px;
  223. filter: alpha(opacity = 0);
  224. opacity:0;
  225. -webkit-transition: all 1s ease-out;
  226. -moz-transition: all 1s ease-out;transition: all 1s ease-out;
  227. line-height:15px;
  228. }
  229.  
  230. #meow:hover .cat {
  231. margin-top:5px;line-height:15px;
  232. -webkit-transition: all s ease-out;
  233. -moz-transition: all 1s ease-out;transition: all 1s ease-out;
  234. filter: alpha(opacity = 80);
  235. filter: alpha(opacity = 100);
  236. opacity:100;
  237. }
  238.  
  239.  
  240. /* Post Controls */
  241.  
  242. #content .posts {
  243. {block:IndexPage}width:556px;margin-left:380px;margin-right:auto;{/block:IndexPage}
  244. {block:PermalinkPage}width:700px;margin-left:380px;margin-right:auto;{/block:PermalinkPage}margin-top:30px;
  245. position:relative;
  246. background-color:transparent;
  247. }
  248.  
  249. #content .posts img {
  250. {block:IndexPage}
  251. max-width: 250px;
  252. margin-bottom:-2px;
  253. {/block:IndexPage}
  254. {block:PermalinkPage}
  255. max-width: 700px;
  256. {/block:PermalinkPage}
  257. {block:IfRoundedCorners}
  258. -webkit-border-radius:4px;
  259. {/block:IfRoundedCorners}
  260. }
  261.  
  262.  
  263. #content .entry {
  264. {block:IndexPage}
  265. width:250px;
  266. float:left;
  267. position: relative;
  268. {/block:IndexPage}
  269. margin-right:20px;
  270. margin-bottom:20px;
  271. padding-left:3px;
  272. padding-top:3px;
  273. padding-right:3px;
  274. padding-bottom:1px;{block:IfPostBorders}
  275. border:1px dotted {color:hover};{/block:IfPostBorders}
  276. z-index:1;
  277. {block:PermalinkPage}
  278. width:700px;
  279. {/block:PermalinkPage}
  280. {block:IfAnimatedPostLoad}
  281. -webkit-transition-duration:2s;
  282. {/block:IfAnimatedPostLoad}
  283. }
  284.  
  285. .heading {
  286. font-family:{block:IfTitleFont}basket{/block:IfTitleFont}{block:IfNotTitleFont}{font:text}{/block:IfNotTitleFont};
  287. font-size:15px;
  288. text-decoration: none;
  289. letter-spacing:0px;
  290. font-weight:none;
  291. line-height:100%;
  292. margin-bottom:0px;
  293. {block:IndexPage}text-align:justify;{/block:IndexPage}
  294. {block:PermalinkPage}text-align:justify;{/block:PermalinkPage}
  295. }
  296.  
  297. .chat ul {
  298. padding:0px;
  299. margin:0px 0px 0px 0px;
  300. }
  301.  
  302. .chat li {
  303. list-style-type: none;
  304. padding:3px;
  305. margin-right:0px;
  306. }
  307.  
  308. .chat li.odd {
  309. color:{color:Text};
  310. background-color: {color:Background};
  311. }
  312.  
  313. .chat li.even {
  314. color: {color:Text};
  315. background-color: {color:Blockquote};
  316. }
  317. .emp{
  318. }
  319. .label {
  320. font-size: {text:Font Size};
  321. letter-spacing: 1px;
  322. font-family: {font:Text};
  323. text-shadow: 1px 1px 2px #e1dad4;
  324. text-decoration: none;
  325. font-weight: normal;
  326. color:{color:links}
  327. }
  328.  
  329. blockquote {
  330. padding-left:5px;
  331. padding-top:3px;padding-right:5px;
  332. padding-bottom:3px;margin-left:0px;margin-right:0px;
  333. border-left: 2px solid {color:Borders};
  334. background-color:{color:Blockquote};
  335. }
  336.  
  337. .stan {
  338. background-color:{color:Blockquote};
  339. }
  340.  
  341. .kyle {
  342. font-style:italic;
  343. line-height:100%;
  344. margin-bottom:0px;
  345. }
  346.  
  347. {block:IfImageFade}
  348. {block:IndexPage}
  349. .img {
  350. opacity:0.5;
  351. filter:alpha(opacity=50);
  352. -webkit-transition-duration:0.4s;
  353. }
  354.  
  355. .img:hover {
  356. opacity:0.8;
  357. filter:alpha(opacity=80);
  358. }
  359. {/block:IndexPage}
  360. {/block:IfImageFade}
  361.  
  362.  
  363. .stoley img {
  364. {block:IndexPage}
  365. max-width:150px;
  366. overflow-y:auto;
  367. {/block:IndexPage}
  368. }
  369.  
  370. .kenny {
  371. width:700px;
  372. opacity: 1;
  373. z-index: 10000;
  374. margin-top:10px;
  375. margin-bottom:10px;
  376. text-align:right;
  377. font-family:helvetica;
  378. font-size:8px;
  379. letter-spacing:1px;
  380. text-transform:uppercase;
  381. }
  382.  
  383. .cartman {
  384. margin-top:0;
  385. margin-left:0px;
  386. margin-right:auto;
  387. margin-bottom:0px;
  388. width:700px;
  389. text-align:left;
  390. background-color:{color:Post};
  391. }
  392.  
  393. .wendy {
  394. text-align:center;
  395. width:700px;
  396. margin-left:auto;
  397. margin-right:auto;
  398. }
  399.  
  400. .video embed, .video object, .video iframe {
  401. {block:IndexPage}
  402. width:250px /**/ !important;
  403. {/block:IndexPage}
  404. {block:PermalinkPage}width:700px !important;
  405. {/block:PermalinkPage}
  406. height:auto !important;
  407. }
  408.  
  409.  
  410. .audioplayer {
  411. background-color:white;
  412. overflow-y:hidden;text-align:center;
  413. {block:IndexPage}
  414. width:250px
  415. {/block:IndexPage}
  416. {block:PermalinkPage}width:700px !important;
  417. {/block:PermalinkPage}
  418. }
  419.  
  420. /* Permalink Controls */
  421.  
  422. .entry .permalink {
  423. padding-top:0px;
  424. }
  425.  
  426. .tweek {
  427. font-size:25px;
  428. line-height:100%;
  429. padding:2px;
  430. color:#fff;
  431. z-index:987897978978999999;
  432. opacity:0;margin-top:-25px; display:block;position:relative;
  433. }
  434.  
  435. .entry:hover .craig {
  436. opacity:0.85;
  437. z-index:999999;
  438. }
  439.  
  440. .permalink {
  441. float:right;
  442. position: absolute;
  443. margin-top:0px;
  444. opacity: 0;
  445. z-index: 1000;
  446. text-align:right;
  447.  
  448. }
  449.  
  450. .vriska {
  451. opacity: 0;
  452. -webkit-transition-duration:0.7s;
  453. }
  454. .entry:hover .vriska {
  455. opacity:1;padding-top:0px;
  456. }
  457.  
  458. .clear {
  459. display: none;
  460. }
  461.  
  462. ol.notes {
  463. padding: 0px;
  464. margin: 25px 0px;
  465. list-style-type: none;
  466. border-bottom: solid 1px #ccc;
  467. }
  468.  
  469. ol.notes li.note {
  470. border-top: solid 1px #ccc;
  471. padding: 6px;
  472. }
  473. #craig { color:#fff; font-size:20px; opacity: 0; margin-left:8px; width:auto; height:25px; float:left;text-align:center; font-family:helvetica neue; letter-spacing:1px; -webkit-transition-duration:1s; -webkit-transition:1s;text-shadow: black 0.1em 0.1em 0.2em; } #craig a { color:#fff; text-decoration:none; -webkit-transition-duration:1s; -webkit-transition:1s; } #craig:hover { -webkit-transition-duration:1s; -webkit-transition:1s; z-index:99933999;} .tweek:hover{ -webkit-transition-duration:1s; -webkit-transition:1s; z-index:999999; } .entry:hover #craig { opacity:0.9; z-index:999999; -webkit-transition-duration:1s; -webkit-transition:1s; } #craig:hover .img { opacity:1; } .tweek:hover a{color:{color:hover};} .entry:hover .tweek {bottom:5px; display:block;position:relative; -webkit-transition:1s; opacity:1;}
  474.  
  475. .clear {
  476. display: none;
  477. }
  478.  
  479. ol.notes {
  480. padding: 0px;
  481. margin: 25px 0px;
  482. list-style-type: none;
  483. border-bottom: solid 1px #ccc;
  484. }
  485.  
  486. ol.notes li.note {
  487. border-top: solid 1px #ccc;
  488. padding: 6px;
  489. }
  490.  
  491. .wutang {
  492. display:block;
  493. background-color:#ccc;
  494. padding:2px;
  495. margin-right:5px;
  496. max-width:25px;
  497. height:15px;
  498. }
  499. .cl a {
  500. text-transform:none;padding-left:2px;padding-right:2px;
  501. }
  502.  
  503. .cl a:hover {
  504. background-color:{color:Blockquote};border-bottom:1px solid {color:Borders};
  505. }
  506.  
  507.  
  508. .my-like {text-align:left;
  509. float:left;color:white;
  510. cursor:pointer;-webkit-transition-duration:0.95s;
  511. display:inline-block;font-size:23px;
  512. vertical-align:top;
  513. }
  514. .my-liked, .my-like:hover {
  515. float:left;color:{color:hover};font-size:23px;
  516. display:inline-block;
  517. vertical-align:top;
  518. }
  519.  
  520. #craig a:hover {
  521. color:{color:links};
  522. }
  523. {CustomCSS}
  524.  
  525. </style>
  526.  
  527.  
  528. {block:IfInfiniteScroll}
  529. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  530. {/block:IfInfiniteScroll}
  531.  
  532. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  533.  
  534. <script type="text/javascript">
  535. $(window).load(function () {
  536. $('.posts').masonry(),
  537. $('.masonryWrap').infinitescroll({
  538. navSelector : "div#navigation",
  539. // selector for the paged navigation (it will be hidden)
  540. nextSelector : "div#navigation a#nextPage",
  541. // selector for the NEXT link (to page 2)
  542. itemSelector : ".entry, .clear",
  543. // selector for all items you'll retrieve
  544. bufferPx : 10000,
  545. extraScrollPx: 10,
  546. loadingImg : "http://static.tumblr.com/ejm8w78/KZjlxxt0d/ajax-loader.gif",
  547. loadingText : "<em></em>",
  548. },
  549. // call masonry as a callback.
  550. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  551. );
  552. });
  553. </script>
  554.  
  555.  
  556.  
  557. <script type="text/javascript">
  558. $(window).load(function(){
  559. $("p").remove(":contains('(Source:')");
  560. $("p").remove(":contains('(source:')");
  561. $("p").remove(":contains('(via ')");
  562. });
  563. </script>
  564.  
  565.  
  566. {block:indexpage}
  567. <script language="JavaScript">
  568. function function1(){
  569. window.scrollTo(0,5);
  570. }
  571. function function2(){
  572. window.scroll(0,2);
  573. }
  574. </script>
  575.  
  576. {/block:indexpage}
  577.  
  578.  
  579. <script type="text/javascript">$(document).ready(function(){$( '.content' ).fadeIn("slow");});</script>
  580.  
  581. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/BH7lio0yf/jquery.js"></script>
  582. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  583. <script type="text/javascript" charset="utf-8">
  584. var $j = jQuery.noConflict();
  585. $j(function() {
  586. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  587. $j("img").lazyload({
  588. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  589. effect: "fadeIn",
  590. });
  591. });
  592.  
  593. window.onload = function () {
  594. document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
  595. document.addEventListener( 'click', function ( event ) {
  596. var myLike = event.target;
  597. if( myLike.className.indexOf( 'my-like' ) > -1 ) {
  598. var frame = document.getElementById( 'my-like-frame' ),
  599. liked = ( myLike.className == 'my-liked' ),
  600. command = liked ? 'unlike' : 'like',
  601. reblog = myLike.getAttribute( 'data-reblog' ),
  602. id = myLike.getAttribute( 'data-id' ),
  603. oauth = reblog.slice( -8 );
  604. frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
  605. liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
  606. };
  607. }, false );
  608. };
  609. </script>
  610.  
  611.  
  612.  
  613.  
  614. </head>
  615.  
  616. <body>
  617. <div style="bottom:5px;right:5px;display:block;position:fixed;font-size:12px;"><a href="http://modernise.us">♏</a></div>
  618. <div class="bk"></div>
  619. <div id="content">
  620. <div class="sidebar">
  621. <br><br>
  622.  
  623. <div align="right">
  624. <div style="max-width:200px;margin-left:auto;margin-right:auto;">
  625. {block:IfHeaderImage}<a href="/"><img src="{image:Header}" max-width="200"></a>{/block:IfHeaderImage}
  626. {block:IfNotHeaderImage}
  627. <div style="line-height:150%;font-style:none;font-size:24px;font-family:{block:IfTitleFont}basket{/block:IfTitleFont}{block:IfNotTitleFont}{font:text}{/block:IfNotTitleFont};text-decoration:none;"><a href="/">
  628. {title}
  629. </div></a>
  630. {/block:IfNotHeaderImage}
  631. </div>
  632. <div style="opacity:0.7;">
  633. {block:Description}{Description}{/block:Description}</div><br>
  634. <div id="meow">
  635. links
  636. <div class="cat" >
  637. <a href="/">home</a>
  638. <a href="/ask">{text:Ask Link}</a>
  639. {block:IfCustomLink1}
  640. <a href="{text:Link 1}">{text:Link 1 Title}</a>
  641. {/block:IfCustomLink1}
  642. {block:IfCustomLink2}
  643. <a href="{text:Link 2}">{text:Link 2 Title}</a>
  644. {/block:IfCustomLink2}
  645. {block:IfCustomLink3}
  646. <a href="{text:Link 3}">{text:Link 3 Title}</a>
  647. {/block:IfCustomLink3}
  648. {block:IfCustomLink4}
  649. <a href="{text:Link 4}">{text:Link 4 Title}</a>
  650. {/block:IfCustomLink4}
  651. {block:IfCustomLink5}
  652. <a href="{text:Link 5}">{text:Link 5 Title}</a>
  653. {/block:IfCustomLink5} {block:HasPages}
  654. {block:Pages}
  655. <a href="{URL}">{Label}</a>
  656. {/block:Pages}
  657. {/block:HasPages}
  658. <a href="http://modernise.us">theme</a></div></div><Br><br></div>
  659. {block:IndexPage}</span>
  660. <div class="column navigation" id="navigation">
  661. {block:Pagination}
  662. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  663. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  664. </div>
  665. {/block:IndexPage}
  666. </div>
  667. <div class="posts">
  668. {block:Posts}
  669. <div class="entry">
  670.  
  671.  
  672. {block:Text}
  673. {block:Title} <a href="{permalink}"><div class="heading">{title}</div></a> {/block:Title}
  674. <div class="stoley">{Body}</div>
  675.  
  676. {block:IndexPage}<div class="vriska"><div style="font-size:8px;text-align:center;">
  677. <a href="{Permalink}">{12Hour}:{Minutes}&nbsp;{AmPm}&nbsp;&nbsp;{/block:IfShowTimestamp}&bull;&nbsp;&nbsp;{DayOfMonth}&nbsp;{Month}&nbsp;{Year}{block:NoteCount}&nbsp;&nbsp;&bull;&nbsp;&nbsp;{NoteCountWithLabel}{/block:NoteCount}</a></div></div>
  678. {/block:IndexPage}
  679.  
  680.  
  681. {block:PermalinkPage}
  682.  
  683.  
  684. <div class="kenny">
  685. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  686.  
  687. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  688. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  689. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  690. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  691. {/block:PermalinkPage}
  692. {/block:Text}
  693.  
  694. {block:Photo}
  695. <div class="img">
  696. {block:IndexPage}{block:IfClickPhotoToReblog}<a href="{ReblogURL}">{/block:IfClickPhotoToReblog}{block:IfNotClickPhotoToReblog}<a href="{Permalink}">{/block:IfNotClickPhotoToReblog}{/block:IndexPage}
  697. {block:PermalinkPage}<a href="{PhotoURL-HighRes}">{/block:PermalinkPage}
  698. <img src="{PhotoURL-500}" alt="{PhotoAlt}" {block:IndexPage}width="250px" {/block:IndexPage}{block:PermalinkPage}width="800"{/block:PermalinkPage}/>
  699. </a>{/block:IndexPage}
  700. </div>
  701.  
  702. {block:PermalinkPage}
  703. {block:Caption}{Caption}{/block:Caption}<br>
  704. <div class="kenny">
  705. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  706.  
  707. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  708. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  709. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  710. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  711. {/block:PermalinkPage}
  712. {block:IndexPage} <div class="tweek" style="display:Block;"> {block:IfShowLikePost}<div id="craig">
  713. <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like" style="float: right;">♥</div></div>{/block:IfShowLikePost} {block:IfShowReblog}<div id="craig"><a href="{ReblogURL}">↻</a></div>{/block:IfShowReblog}{block:IfShowNoteCount}<div id="craig" style="font-size:12px;line-height:25px;"><a href="{Permalink}">{NoteCount}</a></div>{/block:IfShowNoteCount} </div> {/block:IndexPage}
  714. {/block:Photo}
  715.  
  716.  
  717. {block:Photoset}
  718.  
  719. {block:IndexPage}<center><a href="{Permalink}">
  720. <div class="img">{Photoset-250}</div></center></a>{/block:IndexPage}
  721.  
  722. {block:PermalinkPage}<Center>
  723. {Photoset-700}</center><br>{block:Caption}{Caption}<br><br>{/block:Caption}
  724. {/block:PermalinkPage}
  725. {block:IndexPage} <div class="tweek" style="display:Block;"> {block:IfShowLikePost}<div id="craig">
  726. <div class="my-like" data-reblog="{ReblogURL}" data-id="{PostID}" title="Like" style="float: right;">♥</div></div>{/block:IfShowLikePost} {block:IfShowReblog}<div id="craig"><a href="{ReblogURL}">↻</a></div>{/block:IfShowReblog}{block:IfShowNoteCount}<div id="craig" style="font-size:12px;line-height:25px;"><a href="{Permalink}">{NoteCount}</a></div>{/block:IfShowNoteCount} </div> {/block:IndexPage}
  727. {block:PermalinkPage}
  728.  
  729.  
  730. <div class="kenny">
  731. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  732.  
  733. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  734. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  735. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  736. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  737. {/block:PermalinkPage}
  738. {/block:Photoset}
  739.  
  740.  
  741. {block:Quote}
  742. <div align="left"><i>{Quote}</i></div>
  743. {block:Source} <div align="right">― {Source}</div>{/block:Source}
  744.  
  745. {block:IndexPage}<div class="vriska"><div style="font-size:8px;text-align:center;">
  746. <a href="{Permalink}">{12Hour}:{Minutes}&nbsp;{AmPm}&nbsp;&nbsp;{/block:IfShowTimestamp}&bull;&nbsp;&nbsp;{DayOfMonth}&nbsp;{Month}&nbsp;{Year}{block:NoteCount}&nbsp;&nbsp;&bull;&nbsp;&nbsp;{NoteCountWithLabel}{/block:NoteCount}</a></div></div>
  747. {/block:IndexPage}
  748.  
  749. {block:PermalinkPage}
  750.  
  751.  
  752. <div class="kenny">
  753. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  754.  
  755. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  756. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  757. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  758. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  759. {/block:PermalinkPage}
  760. {/block:Quote}
  761.  
  762.  
  763. {block:Link}
  764. <div class="heading"><a href="{URL}"{Target}>&rarr; {Name}</a></div>
  765. {block:Description} {Description}{/block:Description}
  766.  
  767. {block:IndexPage}<div class="vriska"><div style="font-size:8px;text-align:center;">
  768. <a href="{Permalink}">{12Hour}:{Minutes}&nbsp;{AmPm}&nbsp;&nbsp;{/block:IfShowTimestamp}&bull;&nbsp;&nbsp;{DayOfMonth}&nbsp;{Month}&nbsp;{Year}{block:NoteCount}&nbsp;&nbsp;&bull;&nbsp;&nbsp;{NoteCountWithLabel}{/block:NoteCount}</a></div></div>
  769. {/block:IndexPage}
  770.  
  771.  
  772. {block:PermalinkPage}
  773.  
  774.  
  775. <div class="kenny">
  776. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  777.  
  778. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  779. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  780. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  781. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  782. {/block:PermalinkPage}
  783. {/block:Link}
  784.  
  785. {block:Video}
  786. {block:PermalinkPage}<div class="video">{Video-500}
  787. </div>{/block:PermalinkPage}
  788.  
  789. {block:IndexPage}<div class="vriska"><div style="font-size:8px;text-align:center;">
  790. <a href="{Permalink}">{12Hour}:{Minutes}&nbsp;{AmPm}&nbsp;&nbsp;{/block:IfShowTimestamp}&bull;&nbsp;&nbsp;{DayOfMonth}&nbsp;{Month}&nbsp;{Year}{block:NoteCount}&nbsp;&nbsp;&bull;&nbsp;&nbsp;{NoteCountWithLabel}{/block:NoteCount}</a></div></div>
  791. {/block:IndexPage}
  792.  
  793.  
  794. {block:PermalinkPage}
  795.  
  796.  
  797. <div class="kenny">
  798. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  799.  
  800. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  801. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  802. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  803. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  804. {/block:PermalinkPage}
  805. {/block:Video}
  806.  
  807.  
  808. {block:Chat}
  809. {block:Title}
  810. <div class="heading"><a href="{Permalink}">{Title}</a></div>
  811. {/block:Title}
  812. <div class="chat ul">
  813. {block:Lines}
  814. <li class="{Alt} user_{UserNumber}">
  815. {block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>
  816. {/block:Lines}</div></li>
  817.  
  818. {block:IndexPage}<div class="vriska"><div style="font-size:8px;text-align:center;">
  819. <a href="{Permalink}">{12Hour}:{Minutes}&nbsp;{AmPm}&nbsp;&nbsp;{/block:IfShowTimestamp}&bull;&nbsp;&nbsp;{DayOfMonth}&nbsp;{Month}&nbsp;{Year}{block:NoteCount}&nbsp;&nbsp;&bull;&nbsp;&nbsp;{NoteCountWithLabel}{/block:NoteCount}</a></div></div>
  820. {/block:IndexPage}
  821.  
  822. {block:PermalinkPage}
  823.  
  824.  
  825. <div class="kenny">
  826. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  827.  
  828. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  829. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  830. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  831. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  832. {/block:PermalinkPage}
  833. {/block:Chat}
  834.  
  835.  
  836.  
  837. {block:Audio}{block:PermalinkPage}{block:AlbumArt}
  838. <img src="{AlbumArtURL}" style="width:700px;">{/block:AlbumArt}{/block:PermalinkPage}{block:IndexPage}
  839. {block:AlbumArt}
  840. <img src="{AlbumArtURL}" style="width:25px;height:25px;float:left;padding-right:3px;padding-bottom:3px;padding-top:3px;background-color:{color:background};">{/block:AlbumArt}{/block:IndexPage}
  841. <div class="audioplayer" style="max-width:220px;overflow:hidden;" align="center">{AudioPlayerWhite}</div>
  842. {block:Caption}{Caption}{/block:Caption}
  843. {block:PermalinkPage}
  844. <br>{PlayCountWithLabel}{/block:PermalinkPage}
  845.  
  846. {block:IndexPage}<div class="vriska"><div style="font-size:8px;text-align:center;">
  847. <a href="{Permalink}">{12Hour}:{Minutes}&nbsp;{AmPm}&nbsp;&nbsp;{/block:IfShowTimestamp}&bull;&nbsp;&nbsp;{DayOfMonth}&nbsp;{Month}&nbsp;{Year}{block:NoteCount}&nbsp;&nbsp;&bull;&nbsp;&nbsp;{NoteCountWithLabel}{/block:NoteCount}</a></div></div>
  848. {/block:IndexPage}
  849.  
  850.  
  851. {block:PermalinkPage}
  852.  
  853.  
  854. <div class="kenny">
  855. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  856.  
  857. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  858. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  859. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  860. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  861. {/block:PermalinkPage}
  862. {/block:Audio}
  863.  
  864.  
  865. {block:Answer}
  866. <div style="text-align:left;padding-left:5px;padding-right:5px;border-left: 2px solid {color:Borders};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>
  867.  
  868. {block:IndexPage}<div class="vriska"><div style="font-size:8px;text-align:center;">
  869. <a href="{Permalink}">{12Hour}:{Minutes}&nbsp;{AmPm}&nbsp;&nbsp;{/block:IfShowTimestamp}&bull;&nbsp;&nbsp;{DayOfMonth}&nbsp;{Month}&nbsp;{Year}{block:NoteCount}&nbsp;&nbsp;&bull;&nbsp;&nbsp;{NoteCountWithLabel}{/block:NoteCount}</a></div></div>
  870. {/block:IndexPage}
  871.  
  872. {block:PermalinkPage}
  873.  
  874.  
  875. <div class="kenny">
  876. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  877.  
  878. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  879. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  880. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  881. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  882. {/block:PermalinkPage}
  883. {/block:Answer}
  884.  
  885.  
  886. </div>
  887. {block:ContentSource}
  888. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  889. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  890. {/block:SourceLogo}
  891. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  892. {/block:ContentSource}
  893. {/block:Posts}
  894. </div>
  895.  
  896.  
  897. {block:IfNotInfiniteScroll}
  898. <div style="padding-bottom:10px;"><Br><br>
  899. <Center>
  900. {block:Pagination}
  901. {block:PreviousPage}
  902. <a href="{PreviousPage}">-</a>
  903. {/block:PreviousPage}/
  904.  
  905. {block:JumpPagination length="5"}
  906. {block:CurrentPage}
  907. <span>{PageNumber}</span>
  908. {/block:CurrentPage}
  909.  
  910. {block:JumpPage}
  911. <a class="jump_page" href="{URL}">{PageNumber}</a>
  912. {/block:JumpPage}
  913. {/block:JumpPagination}
  914.  
  915. /{block:NextPage}
  916. <a href="{NextPage}">+</a>
  917. {/block:NextPage}
  918. {/block:Pagination}</center>
  919. </div>
  920. {/block:IfNotInfiniteScroll}
  921.  
  922. <div class="clear"></div>
  923. </div>
  924.  
  925. </div>
  926.  
  927. </div>
  928. </body>
  929.  
  930.  
  931.  
  932. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement