Advertisement
vrisky

float on

Oct 23rd, 2012
115,467
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.80 KB | None | 0 0
  1. <!--
  2.  
  3. Float On 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="1"/>
  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://themes.googleusercontent.com/static/fonts/raleway/v6/RJMlAoFXXQEzZoMSUteGWLO3LdcAZYWl9Si6vvxL-qU.woff');,
  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: 20px;margin-right:auto;
  199. width: 300px;;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. ul#drawers {
  217. text-align:center;
  218. width: 500px;
  219. list-style: none;
  220. margin: 0 auto;
  221. padding: 0px;
  222. border-top: 0px;
  223. }
  224.  
  225. ul#drawers a {
  226. text-align: center;
  227. text-decoration: none;
  228. }
  229.  
  230. ul#drawers li h4 {
  231. margin: 0;
  232. padding: 0px;
  233. text-align: center;
  234. -webkit-transition: background-color 0.5s ease-out;
  235. -moz-transition: background-color 0.5s ease-out;
  236. font-weight:normal;
  237. transition: background-color 0.5s ease-out;
  238. }
  239.  
  240. h4.small {
  241. text-align: center;
  242. display: table-cell;
  243. width: 500px;
  244. margin: 0px;
  245. height: 100%;
  246. }
  247.  
  248. li.drawer h4.open {
  249. text-align: center;
  250. border-top: 0px;
  251. }
  252.  
  253. li.drawer div {
  254. text-align: center;
  255. padding: 0px;
  256. margin: 0px;
  257. line-height: 12px;
  258. }
  259.  
  260. li.drawer div li {
  261. text-align: center;
  262. list-style-type: disc;
  263. }
  264.  
  265. li.drawer div ul {
  266. text-align: center;
  267. -webkit-padding-start: 12px;
  268. }
  269.  
  270. .navigation {
  271. font-size:{block:IfTitleFont}45px{/block:IfTitleFont}
  272. {block:IfNotTitleFont}30px{/block:IfNotTitleFont};
  273. color:{color:Links};
  274. letter-spacing:-2px;
  275. -webkit-transition-duration:1.5s;
  276. font-family:{block:IfTitleFont}basket{/block:IfTitleFont}
  277. {block:IfNotTitleFont}{font:text}{/block:IfNotTitleFont};
  278. text-transform:lowercase;
  279. text-align:center;line-height:{block:IfTitleFont}45px{/block:IfTitleFont}
  280. {block:IfNotTitleFont}30px{/block:IfNotTitleFont};
  281. }
  282.  
  283.  
  284. /* Post Controls */
  285.  
  286. #content .posts {
  287. {block:IndexPage}width:834px;margin-left:335px;margin-right:auto;{/block:IndexPage}
  288. {block:PermalinkPage}width:700px;margin-left:350px;margin-right:auto;{/block:PermalinkPage}
  289. margin-right:auto;margin-top:30px;
  290. position:relative;
  291. background-color:transparent;
  292. }
  293.  
  294. #content .posts img {
  295. {block:IndexPage}
  296. max-width: 250px;
  297. margin-bottom:-2px;
  298. {/block:IndexPage}
  299. {block:PermalinkPage}
  300. max-width: 700px;
  301. {/block:PermalinkPage}
  302. {block:IfRoundedCorners}
  303. -webkit-border-radius:4px;
  304. {/block:IfRoundedCorners}
  305. }
  306.  
  307.  
  308. #content .entry {
  309. {block:IndexPage}
  310. width:250px;
  311. float:left;
  312. position: relative;
  313. {/block:IndexPage}
  314. margin-right:20px;
  315. margin-bottom:20px;
  316. padding-left:3px;
  317. padding-top:3px;
  318. padding-right:3px;
  319. padding-bottom:1px;{block:IfPostBorders}
  320. border:1px dotted {color:hover};{/block:IfPostBorders}
  321. z-index:1;
  322. {block:PermalinkPage}
  323. width:700px;
  324. {/block:PermalinkPage}
  325. {block:IfAnimatedPostLoad}
  326. -webkit-transition-duration:2s;
  327. {/block:IfAnimatedPostLoad}
  328. }
  329.  
  330. .heading {
  331. font-family:{font:Text};
  332. font-size:15px;
  333. text-decoration: none;
  334. letter-spacing:0px;
  335. font-weight:none;
  336. line-height:100%;
  337. margin-bottom:0px;
  338. {block:IndexPage}text-align:justify;{/block:IndexPage}
  339. {block:PermalinkPage}text-align:justify;{/block:PermalinkPage}
  340. }
  341.  
  342. .chat ul {
  343. padding:0px;
  344. margin:0px 0px 0px 0px;
  345. }
  346.  
  347. .chat li {
  348. list-style-type: none;
  349. padding:3px;
  350. margin-right:0px;
  351. }
  352.  
  353. .chat li.odd {
  354. color:{color:Text};
  355. background-color: {color:Background};
  356. }
  357.  
  358. .chat li.even {
  359. color: {color:Text};
  360. background-color: {color:Blockquote};
  361. }
  362. .emp{
  363. }
  364. .label {
  365. font-size: {text:Font Size};
  366. letter-spacing: 1px;
  367. font-family: {font:Text};
  368. text-shadow: 1px 1px 2px #e1dad4;
  369. text-decoration: none;
  370. font-weight: normal;
  371. color:{color:links}
  372. }
  373.  
  374. blockquote {
  375. padding-left:5px;
  376. padding-top:3px;padding-right:5px;
  377. padding-bottom:3px;margin-left:0px;margin-right:0px;
  378. border-left: 2px solid {color:Borders};
  379. background-color:{color:Blockquote};
  380. }
  381.  
  382. .stan {
  383. background-color:{color:Blockquote};
  384. }
  385.  
  386. .kyle {
  387. font-style:italic;
  388. line-height:100%;
  389. margin-bottom:0px;
  390. }
  391.  
  392. {block:IfImageFade}
  393. {block:IndexPage}
  394. .img {
  395. opacity:0.5;
  396. filter:alpha(opacity=50);
  397. -webkit-transition-duration:0.4s;
  398. }
  399.  
  400. .img:hover {
  401. opacity:0.8;
  402. filter:alpha(opacity=80);
  403. }
  404. {/block:IndexPage}
  405. {/block:IfImageFade}
  406.  
  407.  
  408. .stoley img {
  409. {block:IndexPage}
  410. max-width:150px;
  411. overflow-y:auto;
  412. {/block:IndexPage}
  413. }
  414.  
  415. .kenny {
  416. width:700px;
  417. opacity: 1;
  418. z-index: 10000;
  419. margin-top:10px;
  420. margin-bottom:10px;
  421. text-align:right;
  422. font-family:helvetica;
  423. font-size:8px;
  424. letter-spacing:1px;
  425. text-transform:uppercase;
  426. }
  427.  
  428. .cartman {
  429. margin-top:0;
  430. margin-left:0px;
  431. margin-right:auto;
  432. margin-bottom:0px;
  433. width:700px;
  434. text-align:left;
  435. background-color:{color:Post};
  436. }
  437.  
  438. .wendy {
  439. text-align:center;
  440. width:700px;
  441. margin-left:auto;
  442. margin-right:auto;
  443. }
  444.  
  445. .video embed, .video object, .video iframe {
  446. {block:IndexPage}
  447. width:150px /**/ !important;
  448. {/block:IndexPage}
  449. {block:PermalinkPage}width:700px !important;
  450. {/block:PermalinkPage}
  451. height:auto !important;
  452. }
  453.  
  454.  
  455. .audioplayer {
  456. background-color:white;
  457. overflow-y:hidden;text-align:center;
  458. {block:IndexPage}
  459. width:250px
  460. {/block:IndexPage}
  461. {block:PermalinkPage}width:700px !important;
  462. {/block:PermalinkPage}
  463. }
  464.  
  465. /* Permalink Controls */
  466.  
  467. .entry .permalink {
  468. padding-top:0px;
  469. }
  470.  
  471. .tweek {
  472. font-size:25px;
  473. line-height:100%;
  474. padding:2px;
  475. color:#fff;
  476. z-index:987897978978999999;
  477. opacity:0;margin-top:-25px; display:block;position:relative;
  478. }
  479.  
  480. .entry:hover .craig {
  481. opacity:0.85;
  482. z-index:999999;
  483. }
  484.  
  485. .permalink {
  486. float:right;
  487. position: absolute;
  488. margin-top:0px;
  489. opacity: 0;
  490. z-index: 1000;
  491. text-align:right;
  492.  
  493. }
  494.  
  495. .vriska {
  496. opacity: 0;
  497. -webkit-transition-duration:0.7s;
  498. }
  499. .entry:hover .vriska {
  500. opacity:1;padding-top:0px;
  501. }
  502.  
  503. .clear {
  504. display: none;
  505. }
  506.  
  507. ol.notes {
  508. padding: 0px;
  509. margin: 25px 0px;
  510. list-style-type: none;
  511. border-bottom: solid 1px #ccc;
  512. }
  513.  
  514. ol.notes li.note {
  515. border-top: solid 1px #ccc;
  516. padding: 6px;
  517. }
  518. #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;}
  519.  
  520. .clear {
  521. display: none;
  522. }
  523.  
  524. ol.notes {
  525. padding: 0px;
  526. margin: 25px 0px;
  527. list-style-type: none;
  528. border-bottom: solid 1px #ccc;
  529. }
  530.  
  531. ol.notes li.note {
  532. border-top: solid 1px #ccc;
  533. padding: 6px;
  534. }
  535.  
  536. .wutang {
  537. display:block;
  538. background-color:#ccc;
  539. padding:2px;
  540. margin-right:5px;
  541. max-width:25px;
  542. height:15px;
  543. }
  544. .cl a {
  545. text-transform:none;padding-left:2px;padding-right:2px;
  546. }
  547.  
  548. .cl a:hover {
  549. background-color:{color:Blockquote};border-bottom:1px solid {color:Borders};
  550. }
  551.  
  552. .dz a {
  553. color:{color:Links};
  554. opacity:0.7;
  555. }
  556.  
  557. .dz a:hover {
  558. color: {color:Hover};
  559. opacity:0.5;
  560. text-shadow: 0 0 7px rgba(0,0,0,0.5);
  561. letter-spacing:8px;
  562. }
  563.  
  564. .my-like {text-align:left;
  565. float:left;color:white;
  566. cursor:pointer;-webkit-transition-duration:0.95s;
  567. display:inline-block;font-size:23px;
  568. vertical-align:top;
  569. }
  570. .my-liked, .my-like:hover {
  571. float:left;color:{color:hover};font-size:23px;
  572. display:inline-block;
  573. vertical-align:top;
  574. }
  575.  
  576. #craig a:hover {
  577. color:{color:links};
  578. }
  579. {CustomCSS}
  580.  
  581. </style>
  582.  
  583.  
  584. {block:IfInfiniteScroll}
  585. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  586. {/block:IfInfiniteScroll}
  587.  
  588. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  589.  
  590. <script type="text/javascript">
  591. $(window).load(function () {
  592. $('.posts').masonry(),
  593. $('.masonryWrap').infinitescroll({
  594. navSelector : "div#navigation",
  595. // selector for the paged navigation (it will be hidden)
  596. nextSelector : "div#navigation a#nextPage",
  597. // selector for the NEXT link (to page 2)
  598. itemSelector : ".entry, .clear",
  599. // selector for all items you'll retrieve
  600. bufferPx : 10000,
  601. extraScrollPx: 10,
  602. loadingImg : "http://static.tumblr.com/ejm8w78/KZjlxxt0d/ajax-loader.gif",
  603. loadingText : "<em></em>",
  604. },
  605. // call masonry as a callback.
  606. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  607. );
  608. });
  609. </script>
  610.  
  611.  
  612.  
  613. <script type="text/javascript">
  614. $(window).load(function(){
  615. $("p").remove(":contains('(Source:')");
  616. $("p").remove(":contains('(source:')");
  617. $("p").remove(":contains('(via ')");
  618. });
  619. </script>
  620.  
  621.  
  622. {block:indexpage}
  623. <script language="JavaScript">
  624. function function1(){
  625. window.scrollTo(0,5);
  626. }
  627. function function2(){
  628. window.scroll(0,2);
  629. }
  630. </script>
  631.  
  632. {/block:indexpage}
  633.  
  634.  
  635. <script type="text/javascript">$(document).ready(function(){$( '.content' ).fadeIn("slow");});</script>
  636.  
  637. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/BH7lio0yf/jquery.js"></script>
  638. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  639. <script type="text/javascript" charset="utf-8">
  640. var $j = jQuery.noConflict();
  641. $j(function() {
  642. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  643. $j("img").lazyload({
  644. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  645. effect: "fadeIn",
  646. });
  647. });
  648.  
  649. window.onload = function () {
  650. document.body.insertAdjacentHTML( 'beforeEnd', '<iframe id="my-like-frame" style="display:none;"></iframe>' );
  651. document.addEventListener( 'click', function ( event ) {
  652. var myLike = event.target;
  653. if( myLike.className.indexOf( 'my-like' ) > -1 ) {
  654. var frame = document.getElementById( 'my-like-frame' ),
  655. liked = ( myLike.className == 'my-liked' ),
  656. command = liked ? 'unlike' : 'like',
  657. reblog = myLike.getAttribute( 'data-reblog' ),
  658. id = myLike.getAttribute( 'data-id' ),
  659. oauth = reblog.slice( -8 );
  660. frame.src = 'http://www.tumblr.com/' + command + '/' + oauth + '?id=' + id;
  661. liked ? myLike.className = 'my-like' : myLike.className = 'my-liked';
  662. };
  663. }, false );
  664. };
  665. </script>
  666.  
  667.  
  668.  
  669.  
  670. </head>
  671.  
  672. <body>
  673. <div style="bottom:5px;right:5px;display:block;position:fixed;font-size:12px;"><a href="http://modernise.us">♏</a></div>
  674. <div class="bk"></div>
  675. <div id="content">
  676. <div class="sidebar">
  677. <br><br>
  678.  
  679. <div align="center">
  680. <div style="max-width:300px;margin-left:auto;margin-right:auto;">
  681. {block:IfHeaderImage}<a href="/"><img src="{image:Header}" max-width="300"></a>{/block:IfHeaderImage}
  682. {block:IfNotHeaderImage}
  683. <div class="dz" 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="/">
  684. {title}
  685. </div></a>
  686. {/block:IfNotHeaderImage}
  687. </div>
  688.  
  689.  
  690. <span class="cl" >
  691. <a href="/">home</a>
  692. <a href="/ask">{text:Ask Link}</a>
  693. {block:IfCustomLink1}
  694. <a href="{text:Link 1}">{text:Link 1 Title}</a>
  695. {/block:IfCustomLink1}
  696. {block:IfCustomLink2}
  697. <a href="{text:Link 2}">{text:Link 2 Title}</a>
  698. {/block:IfCustomLink2}
  699. {block:IfCustomLink3}
  700. <a href="{text:Link 3}">{text:Link 3 Title}</a>
  701. {/block:IfCustomLink3}
  702. {block:IfCustomLink4}
  703. <a href="{text:Link 4}">{text:Link 4 Title}</a>
  704. {/block:IfCustomLink4}
  705. {block:IfCustomLink5}
  706. <a href="{text:Link 5}">{text:Link 5 Title}</a>
  707. {/block:IfCustomLink5}
  708. <a href="http://modernise.us">theme</a><Br><br></div><center>
  709. {block:Description}{Description}{/block:Description}</center>
  710. {block:IndexPage}</span>
  711. <div class="column navigation" id="navigation">
  712. {block:Pagination}
  713. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  714. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  715. </div>
  716. {/block:IndexPage}
  717. </div>
  718. <div class="posts">
  719. {block:Posts}
  720. <div class="entry">
  721.  
  722.  
  723. {block:Text}
  724. {block:Title} <a href="{permalink}"><div class="heading">{title}</div></a> {/block:Title}
  725. <div class="stoley">{Body}</div>
  726.  
  727. {block:IndexPage}<div class="vriska"><div style="font-size:8px;text-align:center;">
  728. <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>
  729. {/block:IndexPage}
  730.  
  731.  
  732. {block:PermalinkPage}
  733.  
  734.  
  735. <div class="kenny">
  736. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  737.  
  738. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  739. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  740. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  741. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  742. {/block:PermalinkPage}
  743. {/block:Text}
  744.  
  745. {block:Photo}
  746. <div class="img">
  747. {block:IndexPage}{block:IfClickPhotoToReblog}<a href="{ReblogURL}">{/block:IfClickPhotoToReblog}{block:IfNotClickPhotoToReblog}<a href="{Permalink}">{/block:IfNotClickPhotoToReblog}{/block:IndexPage}
  748. {block:PermalinkPage}<a href="{PhotoURL-HighRes}">{/block:PermalinkPage}
  749. <img src="{PhotoURL-500}" alt="{PhotoAlt}" {block:IndexPage}width="250px" {/block:IndexPage}{block:PermalinkPage}width="800"{/block:PermalinkPage}/>
  750. </a>{/block:IndexPage}
  751. </div>
  752.  
  753. {block:PermalinkPage}
  754. {block:Caption}{Caption}{/block:Caption}<br>
  755. <div class="kenny">
  756. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  757.  
  758. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  759. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  760. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  761. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  762. {/block:PermalinkPage}
  763. {block:IndexPage} <div class="tweek" style="display:Block;"> {block:IfShowLikePost}<div id="craig">
  764. <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}
  765. {/block:Photo}
  766.  
  767.  
  768. {block:Photoset}
  769.  
  770. {block:IndexPage}<center><a href="{Permalink}">
  771. <div class="img">{Photoset-250}</div></center></a>{/block:IndexPage}
  772.  
  773. {block:PermalinkPage}<Center>
  774. {Photoset-700}</center><br>{block:Caption}{Caption}<br><br>{/block:Caption}
  775. {/block:PermalinkPage}
  776. {block:IndexPage} <div class="tweek" style="display:Block;"> {block:IfShowLikePost}<div id="craig">
  777. <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}
  778. {block:PermalinkPage}
  779.  
  780.  
  781. <div class="kenny">
  782. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  783.  
  784. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  785. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  786. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  787. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  788. {/block:PermalinkPage}
  789. {/block:Photoset}
  790.  
  791.  
  792. {block:Quote}
  793. <div align="left"><i>{Quote}</i></div>
  794. {block:Source} <div align="right">― {Source}</div>{/block:Source}
  795.  
  796. {block:IndexPage}<div class="vriska"><div style="font-size:8px;text-align:center;">
  797. <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>
  798. {/block:IndexPage}
  799.  
  800. {block:PermalinkPage}
  801.  
  802.  
  803. <div class="kenny">
  804. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  805.  
  806. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  807. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  808. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  809. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  810. {/block:PermalinkPage}
  811. {/block:Quote}
  812.  
  813.  
  814. {block:Link}
  815. <div class="heading"><a href="{URL}"{Target}>&rarr; {Name}</a></div>
  816. {block:Description} {Description}{/block:Description}
  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.  
  823. {block:PermalinkPage}
  824.  
  825.  
  826. <div class="kenny">
  827. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  828.  
  829. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  830. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  831. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  832. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  833. {/block:PermalinkPage}
  834. {/block:Link}
  835.  
  836. {block:Video}
  837. {block:PermalinkPage}<div class="video">{Video-500}
  838. </div>{/block:PermalinkPage}
  839.  
  840. {block:IndexPage}<div class="vriska"><div style="font-size:8px;text-align:center;">
  841. <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>
  842. {/block:IndexPage}
  843.  
  844.  
  845. {block:PermalinkPage}
  846.  
  847.  
  848. <div class="kenny">
  849. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  850.  
  851. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  852. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  853. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  854. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  855. {/block:PermalinkPage}
  856. {/block:Video}
  857.  
  858.  
  859. {block:Chat}
  860. {block:Title}
  861. <div class="heading"><a href="{Permalink}">{Title}</a></div>
  862. {/block:Title}
  863. <div class="chat ul">
  864. {block:Lines}
  865. <li class="{Alt} user_{UserNumber}">
  866. {block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>
  867. {/block:Lines}</div></li>
  868.  
  869. {block:IndexPage}<div class="vriska"><div style="font-size:8px;text-align:center;">
  870. <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>
  871. {/block:IndexPage}
  872.  
  873. {block:PermalinkPage}
  874.  
  875.  
  876. <div class="kenny">
  877. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  878.  
  879. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  880. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  881. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  882. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  883. {/block:PermalinkPage}
  884. {/block:Chat}
  885.  
  886.  
  887.  
  888. {block:Audio}{block:PermalinkPage}{block:AlbumArt}
  889. <img src="{AlbumArtURL}" style="width:700px;">{/block:AlbumArt}{/block:PermalinkPage}{block:IndexPage}
  890. {block:AlbumArt}
  891. <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}
  892. <div class="audioplayer" style="max-width:220px;overflow:hidden;" align="center">{AudioPlayerWhite}</div>
  893. {block:Caption}{Caption}{/block:Caption}
  894. {block:PermalinkPage}
  895. <br>{PlayCountWithLabel}{/block:PermalinkPage}
  896.  
  897. {block:IndexPage}<div class="vriska"><div style="font-size:8px;text-align:center;">
  898. <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>
  899. {/block:IndexPage}
  900.  
  901.  
  902. {block:PermalinkPage}
  903.  
  904.  
  905. <div class="kenny">
  906. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  907.  
  908. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  909. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  910. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  911. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  912. {/block:PermalinkPage}
  913. {/block:Audio}
  914.  
  915.  
  916. {block:Answer}
  917. <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>
  918.  
  919. {block:IndexPage}<div class="vriska"><div style="font-size:8px;text-align:center;">
  920. <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>
  921. {/block:IndexPage}
  922.  
  923. {block:PermalinkPage}
  924.  
  925.  
  926. <div class="kenny">
  927. {block:Date}Posted on {DayOfWeek}, {Month} {DayOfMonth}{DayOfMonthSuffix} at {12HourWithZero}:{Minutes}{CapitalAmPm}{/block:Date} {block:NoteCount}with {NoteCountWithLabel}{/block:NoteCount}
  928.  
  929. {block:RebloggedFrom}<br>via: <a href="{ReblogParentURL}">{ReblogParentName}</a> , {/block:RebloggedFrom}
  930. {block:RebloggedFrom}source: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
  931. {block:HasTags}<br><Br> tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>, {/block:Tags}{/block:HasTags}</div>
  932. <div class="cartman">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  933. {/block:PermalinkPage}
  934. {/block:Answer}
  935.  
  936.  
  937. </div>
  938. {block:ContentSource}
  939. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  940. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  941. {/block:SourceLogo}
  942. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  943. {/block:ContentSource}
  944. {/block:Posts}
  945. </div>
  946.  
  947.  
  948. {block:IfNotInfiniteScroll}
  949. <div style="padding-bottom:10px;"><Br><br>
  950. <Center>
  951. {block:Pagination}
  952. {block:PreviousPage}
  953. <a href="{PreviousPage}">-</a>
  954. {/block:PreviousPage}/
  955.  
  956. {block:JumpPagination length="5"}
  957. {block:CurrentPage}
  958. <span>{PageNumber}</span>
  959. {/block:CurrentPage}
  960.  
  961. {block:JumpPage}
  962. <a class="jump_page" href="{URL}">{PageNumber}</a>
  963. {/block:JumpPage}
  964. {/block:JumpPagination}
  965.  
  966. /{block:NextPage}
  967. <a href="{NextPage}">+</a>
  968. {/block:NextPage}
  969. {/block:Pagination}</center>
  970. </div>
  971. {/block:IfNotInfiniteScroll}
  972.  
  973. <div class="clear"></div>
  974. </div>
  975.  
  976. </div>
  977.  
  978. </div>
  979. </body>
  980.  
  981.  
  982.  
  983. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement