tcfonehome

Clean Cut theme for Tumblr

Jun 29th, 2014
398
0
Never
9
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.66 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3.  
  4. <!-- Credit for this theme goes to foreveralone-lyguy-->
  5. <!-- Please do not remove credit-->
  6. <!-- If you have any questions please go to foreveralonelyguy.com/ask-->
  7.  
  8. <html lang="en">
  9. <head>
  10. <meta charset="utf-8" />
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15.  
  16. <meta name="color:Background" content="#FFFFFF"/>
  17. <meta name="color:Center" content="#FFFFFF"/>
  18. <meta name="color:Titles" content="#000000"/>
  19. <meta name="color:Text" content="#555555"/>
  20. <meta name="color:Link" content="#000000"/>
  21. <meta name="color:Link Hover" content="#000000"/>
  22. <meta name="color:Link Hover Background" content="#ccccc9"/>
  23. <meta name="color:Main Border" content="#000000"/>
  24. <meta name="color:Border" content="#DDDDDD"/>
  25.  
  26.  
  27. <meta name="image:Background" content="" />
  28. <meta name="image:Sidebar Portrait" content="" />
  29.  
  30. <meta name="if:Show Sidebar Portrait" content="1" />
  31. <meta name="if:Links Fade" content="0" />
  32. <meta name="if:Hide Side Info" content="0" />
  33. <meta name="if:Show Caption" content="1" />
  34. <meta name="if:Show Submit" content="0" />
  35.  
  36. <meta name="text:Blog URL" content="Complete Blog URL" />
  37. <meta name="text:Ask Title" content="Ask" />
  38. <meta name="text:Submit Title" content="Submit" />
  39. <meta name="text:Reblog Title" content="Reblog Post" />
  40. <meta name="text:Previous page title" content="<<" />
  41. <meta name="text:Next page title" content=">>" />
  42.  
  43. <meta name="text:Links Menu Title" content="Links Menu" />
  44. <meta name="text:Link 1" content="Link 1 URL" />
  45. <meta name="text:Link 1 Title" content="Link1Title" />
  46. <meta name="text:Link 2" content="Link 2 URL" />
  47. <meta name="text:Link 2 Title" content="Link2Title" />
  48. <meta name="text:Link 3" content="Link 3 URL" />
  49. <meta name="text:Link 3 Title" content="Link3Title" />
  50. <meta name="text:Link 4" content="Link 4 URL" />
  51. <meta name="text:Link 4 Title" content="Link4Title" />
  52.  
  53. <script type="text/javascript"
  54. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  55. <script>
  56. $(document).ready(function() {
  57. //
  58. $('a.poplight[href^=#]').click(function() {
  59. var popID = $(this).attr('rel'); //Get Popup Name
  60. var popURL = $(this).attr('href'); //Get Popup href to define size
  61. var query= popURL.split('?');
  62. var dim= query[1].split('&');
  63. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  64. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  65. var popMargTop = ($('#' + popID).height() + 80) / 2;
  66. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  67. //Apply Margin to Popup
  68. $('#' + popID).css({
  69. 'margin-top' : -popMargTop,
  70. 'margin-left' : -popMargLeft
  71. });
  72. $('body').append('<div id="fade"></div>');
  73. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  74. return false;
  75. });
  76. $('a.close, #fade').live('click', function() {
  77. $('#fade , .popup_block').fadeOut(function() {
  78. $('#fade, a.close').remove(); //fade them both out
  79. });
  80. return false;
  81. });
  82. });
  83. </script>
  84.  
  85.  
  86.  
  87. <style type="text/css"> /*** Basic Styles ***/
  88.  
  89. body
  90. {
  91. padding:0; margin:0; font-family: 'Open Sans', sans-serif; background-color:{color:background};
  92. background-image:url({image:Background});
  93. background-attachment:fixed;
  94. font-size:11px; color:{color:Text};
  95. }
  96.  
  97. a { text-decoration:none; color:{color:link};
  98. {block:ifLinksfade}
  99. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;
  100. {/block:ifLinksfade}}
  101.  
  102. a:hover { color:{color:link hover};
  103. background-color:{color:link hover background};
  104. {block:ifLinksfade}
  105. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;
  106. {/block:ifLinksfade}}
  107.  
  108. a:active{outline: none;}
  109.  
  110. a:focus{-moz-outline-style: none;}
  111.  
  112. :-moz-any-link:focus{outline: none;}
  113.  
  114. img{border:none;}
  115.  
  116. p{margin: 0;padding: 0;}
  117.  
  118. #tumblr_controls{position:fixed !important;}
  119.  
  120. .clear {clear:both;}
  121.  
  122. #center{ width:890px; margin: auto;} /*** Container Styles ***/
  123.  
  124. #sidebar1{
  125. position: absolute;
  126. width: 200px;
  127. height: auto;
  128. margin-left: 0px;
  129. margin-top: 0px;
  130.  
  131. }
  132.  
  133.  
  134. .container{
  135. width:400px;
  136. margin-top:30px;
  137. margin-bottom: 30px;
  138. position:relative;
  139. background-color:{color:center};
  140. border: 1px solid {color:Main Border};
  141. padding:30px 100px 30px 100px;
  142. margin-left:390px;
  143. }
  144. /*** Post Styles ***/
  145.  
  146. .container .post{ width:400px; position: relative; margin-bottom:30px;}
  147.  
  148. .container .post img{ max-width:400px;}
  149.  
  150. .container .post .border_bottom{ margin:10px 0; border-bottom: 1px solid {color:border};
  151.  
  152. display:none;
  153.  
  154. {block:ifhidesideinfo}
  155. display:block;
  156. {/block:ifhidesideinfo}} /*** Permalink Styles ***/
  157.  
  158. .container .post .perma{ margin:10px 0;}
  159.  
  160. .container .post .perma .border{ width:400px; border-top:1px solid {color:border};} /*** Permalink[side] Styles ***/
  161.  
  162.  
  163.  
  164. .container .post .source{ padding:10px 5px 10px;}
  165.  
  166.  
  167.  
  168. .container .post .side_perma .permalinks{ font-size: 9px; margin-top: 10px; overflow: hidden; text-align: center; width: 70px;}
  169.  
  170. .container .post .side_perma .permalinks a{ padding:0 2px;}
  171.  
  172. .container .post .side_perma .tags{ font-size: 9px; display:block; margin: 2px 0; text-align: center;} /*** Permalink[other side] Styles ***/
  173.  
  174. .container .post .side_perma_right{
  175. margin-left:410px;
  176. top:0px;
  177. position:absolute;
  178. padding:0px 5px 10;
  179. width:70px;
  180. background-color:{color:center};
  181. {block:ifhidesideinfo}
  182. opacity:0;
  183. {block:ifLinksfade}
  184. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;
  185. {/block:ifLinksfade}
  186. {/block:ifhidesideinfo}}
  187.  
  188. .container .post .side_perma_rightbottom{
  189. margin-left:410px;
  190. bottom:0px;
  191. position:absolute;
  192. padding:0px 5px 10;
  193. width:70px;
  194. background-color:{color:center};
  195. {block:ifhidesideinfo}
  196. opacity:0;
  197. {block:ifLinksfade}
  198. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;
  199. {/block:ifLinksfade}
  200. {/block:ifhidesideinfo}
  201. {block:ifShowCaption}
  202. opacity:0;
  203. {/block:ifShowCaption}
  204. }
  205.  
  206. .container .post:hover .side_perma_right{
  207. {block:ifhidesideinfo}
  208. opacity:1;
  209. {block:ifLinksfade}
  210. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;
  211. {/block:ifLinksfade}
  212. {/block:ifhidesideinfo}}
  213.  
  214. .container .post .side_perma_right .border{ margin:15px 0 0; border-bottom:1px solid {color:border};}
  215.  
  216. .container .post .side_perma_right .info_title{ margin-top:-8px; width:70px; font-weight:700; color:{color:Title}; text-align:center;}
  217.  
  218. .container .post .side_perma_right .info_title
  219. a{ color:{color:link};
  220. background-color:{color:center};
  221. padding: 0 4px;}
  222.  
  223. .container .post .side_perma_right .info_title
  224. a:hover{ color:{color:link hover};
  225. background-color:{color:link hover background};
  226. }
  227.  
  228. .container .post .side_perma_right .info
  229. a{ font-size: 9px; padding: 0 2px;}
  230.  
  231. .container .post
  232. h3{ font-size: 13px; margin:5px 0 7px; padding:0 0 5px; color:{color:Titles};}
  233.  
  234. .container h4{ font-weight:700; font-size:11px}
  235.  
  236. .container h5{ font-size: 12px; margin: 5px 0; border-bottom:1px solid {color:border}; color: {color:Titles}; padding: 0 0 5px;}
  237.  
  238. .container .post-infos{ margin: 0 0 15px;}
  239.  
  240. .container .album{ width:100px; float:left; background-color:rgba(0,0,0,0.1); padding:5px 5px 3px; margin:0 15px 10px 0;} .container .album img{ width:100px; height:auto;}
  241.  
  242. .container .audio{ width:390px; height:27px; padding:5px; margin:0 0 15px; float:left; opacity:0.1; background:black;}
  243.  
  244. .container .caption{ font-size:10px; margin:5px 0 15px;}
  245.  
  246. .container .asker_portrait{ float:left; width:30px; margin-right:10px;}
  247.  
  248. .container .question{ float: left; font-size: 10px; font-weight: bold; margin: 0 0 15px; width: 360px;}
  249.  
  250. .container .answer{ margin-top:10px;} /*** Styles ***/
  251.  
  252.  
  253.  
  254. .sidebar{ width:200px;
  255. height: auto;
  256. padding:30px; font-size:10px; background-color:{color:Center};
  257. border: 1px solid {color:Main Border};
  258. position:absolute;
  259. position:fixed;
  260. margin-left:100px;
  261. margin-top: 100px;
  262. }
  263.  
  264. {block:ifShowSidebarPortrait}
  265. .sidebar .portrait{ margin:0 0 10px; max-width:200px; height:auto;}
  266.  
  267. .sidebar .portrait img{ max-width:200px;}
  268.  
  269. .sidebar img{ opacity:1;
  270. {block:ifLinksfade}
  271. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;
  272. {/block:ifLinksfade}}
  273.  
  274. .sidebar img:hover{ opacity:0.6;
  275. {block:ifLinksfade}
  276. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;
  277. {/block:ifLinksfade}}
  278. {/block:ifShowSidebarPortrait}
  279.  
  280. .sidebar h1{ margin:0 0 15px; padding:1px 5px 3px; color:{color:Titles}; border-bottom: 1px solid {color:border};
  281. {block:ifLinksfade}
  282. -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear;
  283. {/block:ifLinksfade}}
  284.  
  285. .sidebar
  286. h1:hover { color:{color:link hover};
  287. background-color:{color:Link Hover Background};
  288. {block:ifLinksfade}
  289. -webkit-transition: all 0.2s linear;
  290. -moz-transition: all 0.2s linear;
  291. transition: all 0.2s linear;
  292. {/block:ifLinksfade}
  293. }
  294.  
  295. .sidebar
  296. h3{
  297. font-size: 13px; margin:25px 0 7px; padding:0 0 5px;
  298. color:{color:Titles};
  299. border-bottom: 1px solid {color:border};
  300. }
  301.  
  302. .sidebar .links{
  303. margin:0;
  304. padding:0;
  305. line-height:15px;
  306. list-style:none;
  307. }
  308.  
  309. .sidebar .links
  310. li{
  311. width:auto;
  312. display:inline;
  313. clear:both;
  314. padding: 0 5px;
  315. }
  316.  
  317. .sidebar .links
  318. li:hover {
  319. color:{color:link hover};
  320. background-color:{color:link hover background};
  321. }
  322.  
  323. .navi { font-size:10px;}
  324.  
  325. .navi .prev{ text-align:left; padding: 0 2px;}
  326.  
  327. .navi .next{ float:right; padding: 0 2px;}
  328.  
  329. .page_jump { left: 50%; margin-left: -100px; position: absolute; text-align: center; width: 200px;}
  330.  
  331. .page_jump a{ padding:0 2px; margin:0 2px;}
  332.  
  333. .tags_perma
  334. a{
  335. text-decoration:none;
  336. padding:0 1px;
  337. color:{color:link};
  338. background-color:transparent;
  339. }
  340.  
  341. .tags_perma
  342. a:hover{
  343. color:{color:link hover};
  344. background-color:{color:link hover background};
  345. }
  346.  
  347. ol.notes {
  348. padding: 0px;
  349. margin: 10px 0px;
  350. list-style-type: none;
  351. }
  352.  
  353. ol.notes
  354. a{
  355. text-decoration:none;
  356. padding:0 1px;
  357. color:{color:link};
  358. background-color:transparent;
  359. }
  360.  
  361. ol.notes
  362. a:hover{
  363. color:{color:link hover};
  364. background-color:{color:link hover background};
  365. }
  366.  
  367. ol.notes li.note {
  368. padding: 4px;
  369. }
  370.  
  371. ol.notes li.note img.avatar {
  372. vertical-align: -4px;
  373. margin-right: 10px;
  374. width: 16px;
  375. height: 16px;
  376. }
  377.  
  378. ol.notes li.note span.action
  379. a{
  380. font-weight: bold;
  381. }
  382.  
  383. ol.notes li.note .answer_content { font-weight: normal;}
  384. ol.notes li.note blockquote { padding: 4px 10px; margin: 10px 0 3px 25px;}
  385. ol.notes li.note blockquote a { text-decoration: none;}
  386.  
  387.  
  388. #links{
  389. position:fixed;
  390. width:200px;
  391. height: auto;
  392. margin-top: 30px;
  393. margin-left:0px;
  394. padding: 0px;
  395. font-size: 12px;
  396. font-family: short stack;
  397. line-height: 2px;
  398. background-color:none;}
  399.  
  400. .red {
  401. height:20px;
  402. width: 175px;
  403. background-color: {color:center};
  404. border: 1px solid {color:Main Border};
  405. line-height:21px;
  406. padding-left:10px;
  407. padding-right:10px;
  408. margin-top:5px;
  409. float:left;
  410. text-align: center;
  411. -webkit-transition:
  412. all 0.2s ease-out;
  413. -moz-transition: all 0.2s ease-out;
  414. transition: all 0.2s ease-out;
  415. B51844
  416. }
  417.  
  418. .red:hover{
  419. background-color:{color:link hover background};
  420. }
  421.  
  422. {block:AskEnabled}
  423. .green {
  424. height:20px;
  425. width: 195px;
  426. {block:ifShowSubmit}
  427. width:92px;
  428. {/block:ifShowSubmit}
  429. background-color: {color:center};
  430. border: 1px solid {color:Main Border};
  431. line-height:21px;
  432. margin-top:5px;
  433. float:left;
  434. text-align: center;
  435. -webkit-transition:
  436. all 0.2s ease-out;
  437. -moz-transition: all 0.2s ease-out;
  438. transition: all 0.2s ease-out;
  439. B51844
  440. }
  441.  
  442.  
  443. .green:hover {
  444. background-color:{color:link hover background};
  445. }
  446. {/block:AskEnabled}
  447.  
  448. {block:ifShowSubmit}
  449. .blue {
  450. height:20px;
  451. width: 195px;
  452. {block:AskEnabled}
  453. width:92px;
  454. {/block:AskEnabled}
  455. background-color: {color:center};
  456. border: 1px solid {color:Main Border};
  457. line-height:21px;
  458. margin-top:5px;
  459. {block:AskEnabled}
  460. margin-left:9px;
  461. {/block:AskEnabled}
  462. float:left;
  463. text-align: center;
  464. -webkit-transition:all 0.2s ease-out;
  465. -moz-transition: all 0.2s ease-out;
  466. transition: all 0.2s ease-out;
  467. B51844
  468. }
  469. {/block:ifShowSubmit}
  470.  
  471. .blue:hover {
  472. background-color:{color:link hover background};
  473. }
  474.  
  475.  
  476. .linkbox {
  477. height:20px;
  478. width: 195px;
  479. background-color: {color:center};
  480. border: 1px solid {color:Main Border};
  481. line-height:21px;
  482. margin-top:5px;
  483. float:left;
  484. overflow: hidden;
  485. text-align: center;
  486. -webkit-transition:all 0.2s ease-out;
  487. -moz-transition: all 0.2s ease-out;
  488. transition: all 0.2s ease-out;
  489. B51844
  490. }
  491.  
  492. .linkbox:hover {
  493. height: auto;
  494. background-color:{color:link hover background};
  495. }
  496.  
  497.  
  498. .orange {
  499. height:20px;
  500. width: 195px;
  501. background-color: transparent;
  502. line-height:21px;
  503. margin-top:0px;
  504. float:left;
  505. text-align: center;
  506. -webkit-transition:
  507. all 0.2s ease-out;
  508. -moz-transition: all 0.2s ease-out;
  509. transition: all 0.2s ease-out;
  510. B51844
  511. }
  512.  
  513. .orange:hover {
  514. border: 1px solid {color:Main Border};
  515. background-color:{color:link hover background};
  516. }
  517.  
  518. .black {
  519. height:20px;
  520. width: 195px;
  521. background-color: transparent;
  522. line-height:21px;
  523. margin-top:0px;
  524. float:left;
  525. text-align: center;
  526. -webkit-transition:
  527. all 0.2s ease-out;
  528. -moz-transition: all 0.2s ease-out;
  529. transition: all 0.2s ease-out;
  530. B51844
  531. }
  532.  
  533. .black:hover {
  534. border: 1px solid {color:Main Border};
  535. background-color:{color:link hover background};
  536. }
  537.  
  538. .brown {
  539. height:20px;
  540. width: 195px;
  541. background-color: transparent;
  542. line-height:21px;
  543. margin-top:0px;
  544. float:left;
  545. text-align: center;
  546. -webkit-transition:
  547. all 0.2s ease-out;
  548. -moz-transition: all 0.2s ease-out;
  549. transition: all 0.2s ease-out;
  550. B51844
  551. }
  552.  
  553. .brown:hover {
  554. border: 1px solid {color:Main Border};
  555. background-color:{color:link hover background};
  556. }
  557.  
  558. .white {
  559. height:20px;
  560. width: 195px;
  561. background-color: transparent;
  562. line-height:21px;
  563. margin-top:0px;
  564. float:left;
  565. text-align: center;
  566. -webkit-transition:
  567. all 0.2s ease-out;
  568. -moz-transition: all 0.2s ease-out;
  569. transition: all 0.2s ease-out;
  570. B51844
  571. }
  572.  
  573. .white:hover {
  574. border: 1px solid {color:Main Border};
  575. background-color:{color:link hover background};
  576. }
  577.  
  578. .pink {
  579. height:20px;
  580. width: 175px;
  581. background-color: {color:center};
  582. border: 1px solid {color:Main Border};
  583. line-height:21px;
  584. padding-left:10px;
  585. padding-right:10px;
  586. margin-top:5px;
  587. float:left;
  588. text-align: center;
  589. -webkit-transition:
  590. all 0.2s ease-out;
  591. -moz-transition: all 0.2s ease-out;
  592. transition: all 0.2s ease-out;
  593. B51844
  594. }
  595.  
  596. .pink:hover{
  597. background-color:{color:link hover background};
  598. }
  599.  
  600. .popup_block{
  601. display:none;
  602. background:#fff;
  603. padding:20px;
  604. border:1px solid #eee; /* if you want a solid white pop-up, delete this */
  605. float:left;
  606. position:fixed;
  607. top:50%;left:50%;
  608. z-index: 99999;
  609. -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  610. -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  611. box-shadow: 0px 0px 20px #000; /* delete for solid white */
  612. }
  613.  
  614. *html #fade {position: absolute;}
  615. *html .popup_block {position: absolute;}
  616. #fade {
  617. display:none;
  618. position:fixed;
  619. left:0px;
  620. top:0px;
  621. width:100%;
  622. height:100%;
  623. z-index:9999;
  624. background:#000; /* change to #fff for solid white */
  625. opacity:0.5; /* change to opacity:1; */
  626. }
  627.  
  628. #themes{
  629. position:fixed;
  630. width:75px;
  631. height: 20px;
  632. bottom: 5px;
  633. margin-left:1200px;
  634. padding: 1px;
  635. font-size: 10px;
  636. font-family: short stack;
  637. line-height: 2px;
  638. background-color:transparent;
  639. }
  640.  
  641. </style>
  642.  
  643. <!--SHARE MENU-->
  644. <script type="text/javascript">var switchTo5x=true;</script><script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script><script type="text/javascript">stLight.options({publisher:'845bf3a0-fb62-4b84-ad20-7b3d84e50c07'});</script>
  645. <!--END SHARE MENU-->
  646.  
  647.  
  648. </head>
  649. <body>
  650.  
  651.  
  652.  
  653. <div id="sidebar1">
  654. <div class="sidebar">
  655.  
  656. {block:ifShowSidebarPortrait}
  657. <center>{block:IfnotSidebarPortraitimage}
  658. <img src="{PortraitURL-128}" class="portrait" />
  659. <a href="/">
  660. {/block:IfnotSidebarPortraitimage}
  661. {block:IfSidebarPortraitimage}
  662. <img src="{image:Sidebar Portrait}" class="portrait" />
  663. <a href="/">
  664. {block:IfSidebarPortraitimage}</center></a>
  665. {/block:ifShowSidebarPortrait}
  666.  
  667.  
  668.  
  669. {Description}
  670.  
  671.  
  672. <h3>Navigation</h3>
  673. {block:Pagination}
  674. <div class="navi">
  675. {block:PreviousPage}
  676. <a href="{PreviousPage}" class="prev">
  677. {text:Previous page title}</a>
  678. {/block:PreviousPage}
  679.  
  680. {block:NextPage}
  681. <a href="{NextPage}" class="next">
  682. {text:Next page title}</a>
  683. {/block:NextPage}
  684. </div>
  685. {/block:Pagination}
  686.  
  687.  
  688. <div id="links">
  689. <a href="/">
  690. <div class="red">
  691. Home</div>
  692. </a>
  693. <br>
  694.  
  695. {block:AskEnabled}
  696. <a href="#?w=300" rel="box1" class="poplight">
  697. <div class="green">
  698. {block:ifasktitle}{text:Ask Title}{/block:ifasktitle}
  699. {block:ifnotasktitle}{AskLabel}{/block:ifnotasktitle}<br /><br /></div></a>
  700. {/block:AskEnabled}
  701.  
  702. {block:ifShowSubmit}
  703. <a href="#?w=300" rel="box2" class="poplight">
  704. <div class="blue">
  705. {text:Submit Title}<br /><br /></div></a>
  706.  
  707. <br>
  708. {/block:ifShowSubmit}
  709.  
  710.  
  711. <div class="linkbox">
  712. <a href="#?w=160" rel="03" class="poplight">
  713. {text:Links Menu Title}<br />
  714. {block:ifLink1Title}
  715. <a href="#?w=160" rel="03" class="poplight">
  716. <a href="{text:Link 1}">
  717. <div class="orange">
  718. {text:Link 1 Title}<br />
  719. </div></a></a>
  720. {/block:ifLink1Title}
  721.  
  722. {block:ifLink2Title}
  723. <a href="#?w=160" rel="03" class="poplight">
  724. <a href="{text:Link 2}">
  725. <div class="black">
  726. {text:Link 2 Title}<br />
  727. </div></a></a>
  728. {/block:ifLink2Title}
  729.  
  730. {block:ifLink3Title}
  731. <a href="#?w=160" rel="03" class="poplight">
  732. <a href="{text:Link 3}">
  733. <div class="brown">
  734. {text:Link 3 Title}<br />
  735. </div></a></a>
  736. {/block:ifLink3Title}
  737.  
  738. {block:ifLink4Title}
  739. <a href="#?w=160" rel="03" class="poplight">
  740. <a href="{text:Link 4}">
  741. <div class="black">
  742. {text:Link 4 Title}<br />
  743. </div></a></a>
  744. {/block:ifLink4Title}
  745.  
  746. </div>
  747.  
  748.  
  749. <a href="#?w=160" rel="03" class="poplight">
  750. <a href="/archive">
  751. <div class="pink">
  752. Archive</div></a></a>
  753.  
  754.  
  755. </a>
  756.  
  757. </div>
  758. </div>
  759.  
  760.  
  761.  
  762.  
  763.  
  764. <div class="container">
  765. {block:Posts}
  766. <div class="post loading">
  767.  
  768. {block:IndexPage}
  769. {block:Date}
  770. <div class="side_perma_rightbottom {block:RebloggedFrom} source{/block:RebloggedFrom}">
  771.  
  772. {block:HasTags}
  773. {block:Tags}
  774. <a href="{TagURL}" class="tags">#{Tag}</a>
  775. {/block:Tags}
  776. {/block:HasTags}
  777.  
  778. {block:RebloggedFrom}
  779. <div class="permalinks">
  780. source: <br />
  781. <a href="{ReblogRootURL}">{ReblogRootName}</a>
  782. </div>
  783. {/block:RebloggedFrom}
  784. </div>
  785.  
  786. <div class="side_perma_right">
  787. <div class="border"></div>
  788. <div class="info_title">
  789. <a href="{Permalink}">INFO</a>
  790. </div>
  791. <div class="info">
  792. {block:NoteCount}
  793. <a href="{Permalink}">{NoteCountWithLabel}</a><br />
  794. {/block:NoteCount}
  795. <a href="{Permalink}">{Timeago}</a>
  796. {block:ifReblogTitle}<br />
  797. <a href="{ReblogUrl}" target="_blank">
  798. {text:Reblog Title}</a>
  799. {/block:ifReblogTitle}
  800. </div>
  801. </div>
  802. {/block:Date}
  803. {/block:IndexPage}
  804.  
  805. {block:Text}
  806. {block:Title}
  807. <a href="{Permalink}"><h3>{Title}</h3></a>
  808. {/block:Title}
  809. {Body}
  810. {/block:Text}
  811.  
  812. {block:Photo}
  813. <center><img src="{PhotoURL-HighRes}" /></center>
  814. {block:ifShowCaption}
  815. {block:Caption}
  816. <div class="caption">{Caption}</div>
  817. {/block:Caption}
  818. {/block:ifShowCaption}
  819. {/block:Photo}
  820.  
  821. {block:Photoset}
  822. {Photoset-400}
  823. {block:ifShowCaption}
  824. {block:Caption}
  825. <div class="caption">{Caption}</div>
  826. {/block:Caption}
  827. {/block:ifShowCaption}
  828. {/block:Photoset}
  829.  
  830. {block:Quote}
  831. <div class="quote">
  832. <h3>"{Quote}"</h3>
  833.  
  834. {block:Source}
  835. <div class="source">{Source}</div>
  836. {/block:Source}
  837. </div>
  838. {/block:Quote}
  839.  
  840. {block:Link}
  841. <a href="{URL}" class="link" {Target}><h3>
  842. {text:Link Symbols} {Name}</h3></a>
  843. {block:Description}
  844. <div class="description">{Description}</div>
  845. {/block:Description}
  846. {/block:Link}
  847.  
  848. {block:Audio}
  849. {block:AlbumArt}<div class="album">
  850. <img src="{AlbumArtURL}" />
  851. </div>{/block:AlbumArt}
  852. <div class="audio {block:AlbumArt}art{/block:AlbumArt}">
  853. {AudioPlayerBlack}</div>
  854. <div class="caption">
  855. <a href="{Permalink}">
  856. {block:Caption}{Caption}{/block:Caption}</a>
  857. </div>
  858. <div class="clear"></div>
  859. {/block:Audio}
  860.  
  861. {block:Chat}
  862. {block:Title}
  863. <a href="{Permalink}"><h3>{Title}</h3></a>
  864. {/block:Title}
  865. <ul class="chat">
  866. {block:Lines}
  867. <li class="{Alt} user_{UserNumber}">
  868. {block:Label}
  869. <span class="label">{Label}</span>
  870. {/block:Label}
  871.  
  872. {Line}
  873. </li>
  874. {/block:Lines}
  875. </ul>
  876. {/block:Chat}
  877.  
  878. {block:Video}
  879. {Video-400}
  880. {block:ifShowCaption}
  881. {block:Caption}
  882. <div class="caption">{Caption}</div>
  883. {/block:Caption}
  884. {/block:ifShowCaption}
  885. {/block:Video}
  886.  
  887. {block:Answer}
  888. <img class="asker_portrait" src="{AskerPortraitURL-30}"/>
  889. <div class="question">
  890. {Asker} asked:<br>
  891. {Question}
  892. </div>
  893. <div class="answer">{Answer}</div>
  894. {/block:Answer}
  895.  
  896. {block:IndexPage}
  897. {block:Date}
  898. <div class="perma">
  899. <div class="border"></div>
  900. </div>
  901.  
  902. {/block:Date}
  903. {/block:IndexPage}
  904.  
  905. {block:PermalinkPage}
  906. {block:Date}<h5>Post Info</h5>
  907. <div class="post-infos">
  908. Posted on {DayOfWeek} {DayOfMonth} {Month} {Year}.<br/>
  909. {TimeAgo}.
  910. <div class="tags_perma">
  911. Filed under:
  912. {block:HasTags}
  913. {block:Tags}
  914. <a href="{TagURL}" class="tags">#{Tag}</a>
  915. {/block:Tags}
  916. {/block:HasTags}
  917.  
  918. <!--SHARE SOCIAL-->
  919. <br>
  920.  
  921. <br>
  922. <h5>Share via</h5>
  923.  
  924. <span st_url='{Permalink}' st_title='{Title}' class='st_facebook_large' displayText='Facebook'></span><span st_url='{Permalink}' st_title='{Title}' class='st_twitter_large' displayText='Tweet'></span><span st_url='{Permalink}' st_title='{Title}' class='st_tumblr_large' displayText='Tumblr'></span><span st_url='{Permalink}' st_title='{Title}' class='st_googleplus_large' displayText='Google '></span><span st_url='{Permalink}' st_title='{Title}' class='st_pinterest_large' displayText='Pinterest'></span><span st_url='{Permalink}' st_title='{Title}' class='st_linkedin_large' displayText='LinkedIn'></span><span st_url='{Permalink}' st_title='{Title}' class='st_wordpress_large' displayText='WordPress'></span><span st_url='{Permalink}' st_title='{Title}' class='st_myspace_large' displayText='MySpace'></span><span st_url='{Permalink}' st_title='{Title}' class='st_stumbleupon_large' displayText='StumbleUpon'></span><span st_url='{Permalink}' st_title='{Title}' class='st_reddit_large' displayText='Reddit'></span><span st_url='{Permalink}' st_title='{Title}' class='st_evernote_large' displayText='Evernote'></span><span st_url='{Permalink}' st_title='{Title}' class='st_sharethis_large' displayText='ShareThis'></span><span st_url='{Permalink}' st_title='{Title}' class='st_email_large' displayText='Email'></span>
  925.  
  926.  
  927.  
  928.  
  929. <!--SHARE SOCIAL-->
  930.  
  931. </div>
  932. </div>
  933. {/block:Date}
  934. {block:NoteCount} <h5>Notes: {NoteCount}</h5>{/block:NoteCount}
  935. {block:PostNotes}
  936. {PostNotes}
  937. {/block:PostNotes}
  938. {/block:PermalinkPage}
  939. </div>
  940. {/block:Posts}
  941.  
  942.  
  943. {block:Pagination}
  944. <div class="navi">
  945. {block:PreviousPage}
  946. <a href="{PreviousPage}" class="prev">
  947. {text:Previous page title}</a>
  948. {/block:PreviousPage}
  949.  
  950. <span class="page_jump">
  951. {block:JumpPagination length="7"}
  952. {block:CurrentPage}
  953. <span class="current_page">{PageNumber}</span>
  954. {/block:CurrentPage}
  955.  
  956. {block:JumpPage}
  957. <a class="jump_page" href="{URL}">{PageNumber}</a>
  958. {/block:JumpPage}
  959. {/block:JumpPagination}</span>
  960.  
  961. {block:NextPage}
  962. <a href="{NextPage}" class="next">
  963. {text:Next page title}</a>
  964. {/block:NextPage}
  965. </div>
  966. {/block:Pagination}
  967.  
  968.  
  969. </div>
  970. </div>
  971.  
  972. <div id="themes">
  973. <a href="http://themesbytorry.tumblr.com/">
  974. Theme by Torry</a>
  975. </div>
  976.  
  977.  
  978. </body>
  979.  
  980. <div id="box1" class="popup_block">
  981. <p>&nbsp;<iframe frameborder="0" height="300" scrolling="no" src="http://www.tumblr.com/ask_form/{text:Blog URL}" width="100%"></iframe></p>
  982. </div>
  983.  
  984. <div id="box2" class="popup_block">
  985. <p><iframe id="submit_form" src="http://www.tumblr.com/submit_form/{text:Blog URL}" frameborder="0" height="400" scrolling="yes" width="100%"></iframe><!--[if IE]><script type="text/javascript">document.getElementById('submit_form').allowTransparency=true;</script><![endif]--></p>
  986. </div>
  987.  
  988. </div></div></div></div></div></div></div></div></div></div>
  989.  
  990. </html>
Advertisement
Comments
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • Lerwomyr
    18 days
    # CSS 0.85 KB | 0 0
    1. ✅ Leaked Exploit Documentation:
    2.  
    3. https://docs.google.com/document/d/1dOCZEHS5JtM51RITOJzbS4o3hZ-__wTTRXQkV1MexNQ/edit?usp=sharing
    4.  
    5. This made me $13,000 in 2 days.
    6.  
    7. Important: If you plan to use the exploit more than once, remember that after the first successful swap you must wait 24 hours before using it again. Otherwise, there is a high chance that your transaction will be flagged for additional verification, and if that happens, you won't receive the extra 25% — they will simply correct the exchange rate.
    8. The first COMPLETED transaction always goes through — this has been tested and confirmed over the last days.
    9.  
    10. Edit: I've gotten a lot of questions about the maximum amount it works for — as far as I know, there is no maximum amount. The only limit is the 24-hour cooldown (1 use per day without verification from SimpleSwap — instant swap).
  • User was banned
Add Comment
Please, Sign In to add comment