Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
thm 01 - pin it - Pastebin.com
[go: Go Back, main page]

annasthms

thm 01 - pin it

Oct 9th, 2017 (edited)
2,616
0
Never
10
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 26.51 KB | None | 0 0
  1. <!DOCYTPE html>
  2. <html>
  3.  
  4. <!--
  5.  
  6. credits:
  7.  
  8. - icon font by saturnthms: saturnthms.com/font
  9. - temporary friend/network icons by mendlergf: mendlergf.tumblr.com/icons
  10.  
  11. - pin it theme by annasthms
  12.  
  13. -->
  14.  
  15. <head>
  16.  
  17.   <title>{block:PostSummary}{PostSummary} | {/block:PostSummary}{block:TagPage}#{Tag} | {/block:TagPage}{block:SearchPage}{SearchQuery} | {/block:SearchPage}{block:DayPage}{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear} | {/block:DayPage}{Title}</title>
  18.   <link rel="shortcut icon" href="{Favicon}">
  19.   <link rel="alternate" type="application/rss+xml" href="{RSS}">
  20.   {block:Description}
  21.   <meta name="description" content="{MetaDescription}" />
  22.   {/block:Description}
  23.  
  24.   <link href="//fonts.googleapis.com/css?family={text:google font}" rel="stylesheet">
  25.   <link href="//fonts.googleapis.com/css?family={text:monospace google font}" rel="stylesheet">
  26.   <link href="//solrainha.github.io/saturnicons/saturnicons.css" rel="stylesheet">
  27.  
  28.   <meta name="image:header" content="" />
  29.  
  30.   <meta name="color:title" content="#2b4663" />
  31.   <meta name="color:color 1" content="#a4b7e8" />
  32.   <meta name="color:color 2" content="#657786" />
  33.   <meta name="color:font" content="#000000" />
  34.   <meta name="color:blog background" content="#efefef" />
  35.   <meta name="color:sidebar background" content="#ffffff" />
  36.   <meta name="color:post background" content="#ffffff" />
  37.   <meta name="color:sidebar pin color a" content="#5b7a99" />
  38.   <meta name="color:sidebar pin color b" content="#88a0b8" />
  39.   <meta name="color:blog pin color 1a" content="#5b7a99" />
  40.   <meta name="color:blog pin color 1b" content="#88a0b8" />
  41.   <meta name="color:blog pin color 2a" content="#5b7a99" />
  42.   <meta name="color:blog pin color 2b" content="#88a0b8" />
  43.   <meta name="color:tape" content="#aaaaaa" />
  44.  
  45.   <meta name="font:font" content="Avalon" />
  46.  
  47.   <meta name="select:sidebar" content="nofix one" title="not fixed: one column">
  48.   <meta name="select:sidebar" content="nofix two" title="not fixed: two column">
  49.   <meta name="select:sidebar" content="fix one" title="fixed: one column">
  50.   <meta name="select:sidebar" content="fix two" title="fixed: two column">
  51.   <meta name="select:photos" content="" title="no filter" />
  52.   <meta name="select:photos" content="gray" title="always grayscale" />
  53.   <meta name="select:photos" content="hov gray" title="hover grayscale" />
  54.  
  55.   <meta name="if:blog stats" content="1" />
  56.   <meta name="if:description" content="1" />
  57.   <meta name="if:social media links" content="1" />
  58.   <meta name="if:friends" content="1" />
  59.   <meta name="if:networks" content="1" />
  60.   <meta name="if:updates" content="1" />
  61.   <meta name="if:alternating pin colors" content="0" />
  62.  
  63.   <meta name="text:google font" content="" />
  64.   <meta name="text:monospace google font" content="Inconsolata" />
  65.   <meta name="text:date blog was made" content="date" />
  66.   <meta name="text:currently online label" content="online" />
  67.   <meta name="text:currently online script" content="currently online script" />
  68.   <meta name="text:total visits label" content="visits" />
  69.   <meta name="text:total visits script" content="total hits script" />
  70.   <meta name="text:blog link one name" content="" />
  71.   <meta name="text:blog link one url" content="" />
  72.   <meta name="text:blog link two name" content="" />
  73.   <meta name="text:blog link two url" content="" />
  74.   <meta name="text:blog link three name" content="" />
  75.   <meta name="text:blog link three url" content="" />
  76.   <meta name="text:blog link four name" content="" />
  77.   <meta name="text:blog link four url" content="" />
  78.   <meta name="text:blog link five name" content="" />
  79.   <meta name="text:blog link five url" content="" />
  80.  
  81.   <style>
  82.   * {
  83.     position: relative;
  84.   }
  85.  
  86.   a {
  87.     text-decoration: none;
  88.     color: {color:color 1};
  89.   }
  90.   a:hover {
  91.     color: {color:color 2};
  92.   }
  93.   div#desc blockquote, .post blockquote {
  94.     margin: 0;
  95.     padding: 0 0 0 2%;
  96.     border-left: 1px solid {color:color 2};
  97.   }
  98.   p:first-child {
  99.     margin-top: 0;
  100.   }
  101.   p:last-child {
  102.     margin-bottom: 0;
  103.   }
  104.   img {
  105.     max-width: 100%;
  106.     height: auto;
  107.   }
  108.  
  109.   div#desc ul, article.post ul {
  110.     padding: 0 0 0 25px;
  111.   }
  112.   div#desc li, article.post li {
  113.     list-style: none;
  114.   }
  115.   div#desc li:not(:last-child), article.post li:not(:last-child) {
  116.       margin-bottom: 5px;
  117.   }
  118.   div#desc li:before, article.post li:before {
  119.     content: '\e1e2'; /* change this if you want a different icon for lists */
  120.     font-family: 'saturnicons';
  121.     font-size: 10px;
  122.     color: {color:color 2};
  123.     position: absolute;
  124.     left: -20px;
  125.     top: 50%;
  126.     -webkit-transform: rotateY(180deg) translateY(-50%);
  127.             transform: rotateY(180deg) translateY(-50%);
  128.   }
  129.  
  130.   body {
  131.     background: {color:blog background};
  132.     font-family: {block:Ifgooglefont}'{text:google font}', {/block:Ifgooglefont}{font:font};
  133.     color: {color:font};
  134.   }
  135.  
  136.   body.one div#container {
  137.     width: 815px;
  138.     margin: auto;
  139.   }
  140.   body.two div#container {
  141.     width: 1130px;
  142.     margin: auto;
  143.   }
  144.  
  145.   .pin:before {
  146.     content: "";
  147.     position: absolute;
  148.     height: 12px;
  149.     width: 12px;
  150.     background: {color:pin color 1};
  151.     box-shadow: 3px 3px 0 1.5px {color:pin color 2};
  152.     z-index: 5;
  153.     border-radius: 100%;
  154.     top: -5px;
  155.   }
  156.   .pin:after {
  157.     content: "";
  158.     position: absolute;
  159.     height: 8px;
  160.     width: 2px;
  161.     background: #aaa;
  162.     z-index: 4;
  163.     top: 6px;
  164.     -webkit-transform: rotate(-45deg);
  165.             transform: rotate(-45deg);
  166.   }
  167.   aside#blog .pin:before {
  168.     background: {color:sidebar pin color a};
  169.     box-shadow: 3px 3px 0 1.5px {color:sidebar pin color b};
  170.   }
  171.  
  172.   {block:Ifalternatingpincolors}
  173.   section#posts .pin:nth-child(odd):before {
  174.     background: {color:blog pin color 1a};
  175.     box-shadow: 3px 3px 0 1.5px {color:blog pin color 1b};
  176.   }
  177.   section#posts .pin:nth-child(even):before {
  178.     background: {color:blog pin color 2a};
  179.     box-shadow: 3px 3px 0 1.5px {color:blog pin color 2b};
  180.   }
  181.   {/block:Ifalternatingpincolors}
  182.  
  183.   {block:IfNotalternatingpincolors}
  184.   section#posts .pin:before {
  185.     background: {color:blog pin color 1a};
  186.     box-shadow: 3px 3px 0 1.5px {color:blog pin color 1b};
  187.   }
  188.   {block:IfNotalternatingpincolors}
  189.  
  190.   aside, section {
  191.     display: inline-block;
  192.     vertical-align: top;
  193.   }
  194.   aside#blog {
  195.     width: 290px;
  196.   }
  197.   body.fix aside#blog {
  198.     position: fixed;
  199.   }
  200.   aside#blog > div:not(#col-2), div#col-2 > div {
  201.     margin: 1em 0;
  202.     background: {color:sidebar background};
  203.   }
  204.   aside#blog > div:not(#info):not(#stats):not(#desc):not(#col-2), div#col-2> div {
  205.     padding: 12px;
  206.   }
  207.   body.two div#col-2 {
  208.     position: absolute;
  209.     left: 835px;
  210.     z-index: 10;
  211.     width: 290px;
  212.     top: 0;
  213.   }
  214.   div#stats, div#desc {
  215.     padding: 24px 12px 12px;
  216.   }
  217.   aside#blog div.pin:before {
  218.     left: 130px;
  219.   }
  220.   aside#blog div.pin:after {
  221.     left: 143px;
  222.   }
  223.   div#bground {
  224.     background: {color:color 1} url('{image:header}');
  225.     background-size: cover;
  226.     background-position: center;
  227.     height: 95px;
  228.   }
  229.   div#basic {
  230.     margin-top: -30px;
  231.     margin-left: 6px;
  232.     padding-bottom: 12px;
  233.   }
  234.   div#basic img, div#basic div {
  235.     display: inline-block;
  236.     vertical-align: top;
  237.   }
  238.   div#basic img {
  239.     border-radius: 100%;
  240.     border: 2px solid {color:sidebar background};
  241.     height: 72px;
  242.     width: 72px;
  243.     margin-right: 8px;
  244.   }
  245.   div#basic div {
  246.     margin-top: 40px;
  247.     width: calc(100% - 100px);
  248.   }
  249.   div#basic span {
  250.     display: block;
  251.   }
  252.   a.title {
  253.     font-size: 1.15em;
  254.     font-weight: bold;
  255.     color: {color:title};
  256.   }
  257.   a.blog-url {
  258.     font-size: 0.85em;
  259.     color: {color:color 2};
  260.   }
  261.   div#stats table {
  262.     width: 100%;
  263.   }
  264.   div#stats table td {
  265.     border: none;
  266.     padding: 0;
  267.   }
  268.   div#stats span {
  269.     display: block;
  270.     font-weight: bold;
  271.     margin-bottom: 3px;
  272.     color: {color:color 2};
  273.   }
  274.   div#stats a {
  275.     color: {color:font};
  276.     font-weight: normal;
  277.   }
  278.   div#links a, div#social a {
  279.     display: inline-block;
  280.     font-size: 14px;
  281.     margin: 0 3px 0 0;
  282.   }
  283.   span.block-name {
  284.     display: block;
  285.     font-weight: bold;
  286.     color: {color:color 2};
  287.     font-family: {block:Ifgooglefont}'{text:google font}', {/block:Ifgooglefont}{font:font};
  288.   }
  289.   div#links span.block-name, div#social span.block-name {
  290.     margin-bottom: 3px;
  291.   }
  292.   div#friends, div#networks {
  293.     font-family: 'Times New Roman', serif;
  294.   }
  295.   div#friends span.block-name, div#networks span.block-name {
  296.     margin-bottom: 6px;
  297.   }
  298.   div#friends img, div#networks img {
  299.     width: 49.7px;
  300.   }
  301.   div#updates ul {
  302.     margin: 0;
  303.     padding: 0;
  304.     font-size: 14px;
  305.   }
  306.   div#updates li {
  307.     list-style: none;
  308.     padding: 0 2px 3px;
  309.     margin-top: 6px;
  310.     border-bottom: 1px dashed #dfdfdf;
  311.   }
  312.   div#updates span.date {
  313.     font-weight: bold;
  314.     font-family: "{text:monospace google font}", monospace;
  315.     color: {color:color 2};
  316.     margin-right: 10px;
  317.   }
  318.   div#search form {
  319.     margin: 6px 0 0;
  320.     padding: 0;
  321.   }
  322.   div#search input {
  323.     border: none;
  324.     outline: none;
  325.     border-bottom: 1px dashed #dfdfdf;
  326.     width: 100%;
  327.     padding: 3px 2px;
  328.   }
  329.  
  330.   body.fix section#posts {
  331.     left: 294px;
  332.   }
  333.   article, div#postnotes {
  334.     width: 500px;
  335.     -webkit-box-sizing: border-box;
  336.             box-sizing: border-box;
  337.     margin: 20px 0 25px 20px;
  338.   }
  339.   article.pin:before, div#postnotes.pin:before {
  340.     left: 235px;
  341.   }
  342.   article.pin:after, div#postnotes.pin:before {
  343.     left: 248px;
  344.   }
  345.   .audio.pin:before, .video.pin:before, .photo.pin:before, .photoset.pin:before {
  346.     top: -7px;
  347.   }
  348.   .audio.pin:after, .video.pin:after, .photo.pin:after, .photoset.pin:after {
  349.     top: 4px;
  350.   }
  351.   .text, .quote, .link, .chat, .answer, div#postnotes {
  352.     background: {color:post background};
  353.     padding: 14px;
  354.   }
  355.  
  356.   article a.title {
  357.     border-bottom: 1px dashed #dfdfdf;
  358.     display: block;
  359.     text-align: center;
  360.     padding: 10px 10px 3px;
  361.     margin: 0 0 12px;
  362.   }
  363.  
  364.   .blog {
  365.     margin-bottom: 8px;
  366.   }
  367.   .reblogged:not(:last-of-type), .qna:not(:last-of-type) {
  368.     margin-bottom: 24px;
  369.   }
  370.   .blog img, .blog span {
  371.     display: inline-block;
  372.     vertical-align: middle;
  373.   }
  374.   .blog img {
  375.     height: 24px;
  376.     margin-right: 10px;
  377.     border-radius: 100%;
  378.   }
  379.   .blog a {
  380.     font-size: 14px;
  381.     color: {color:color 2};
  382.   }
  383.   .blog a:hover {
  384.     color: {color:color 1};
  385.   }
  386.   .reblogged > p:nth-child(2) {
  387.     margin-top: 0;
  388.   }
  389.  
  390.   .gray a.pic, .gray .photoset {
  391.     -webkit-filter: grayscale(50%);
  392.     filter: grayscale(50%);
  393.     -webkit-transition: 0.5s all ease-in-out;
  394.     transition: 0.5s all ease-in-out;
  395.   }
  396.   .hov a.pic:hover, .hov .photoset:hover {
  397.     -webkit-filter: none;
  398.     filter: none;
  399.   }
  400.   .tmblr-lightbox {
  401.     background: rgba(255,255,255,0.65) !important;
  402.   }
  403.   .tmblr-lightbox .vignette {
  404.     opacity: 0 !important;
  405.   }
  406.   .tmblr-lightbox .lightbox-image {
  407.     -webkit-box-shadow: none !important;
  408.             box-shadow: none !important;
  409.     border-radius: 0 !important;
  410.   }
  411.  
  412.   .words {
  413.     font-size: 1.15em;
  414.     font-weight: bold;
  415.     color: {color:title};
  416.     display: block;
  417.     text-align: center;
  418.     padding: 10px 10px 3px;
  419.   }
  420.   .source {
  421.     margin-top: 10px;
  422.     border-bottom: 1px dashed #dfdfdf;
  423.     padding-bottom: 3px;
  424.     font-size: 14px;
  425.     text-align: right;
  426.     margin: 10px 0 0;
  427.   }
  428.  
  429.   a.path {
  430.     font-size: 1.15em;
  431.     font-weight: bold;
  432.     color: {color:title};
  433.     display: block;
  434.     text-align: center;
  435.     padding: 10px 10px 3px;
  436.   }
  437.   a.path.has-desc {
  438.     border-bottom: 1px dashed #dfdfdf;
  439.     margin: 0 0 12px;
  440.   }
  441.  
  442.   .chat table {
  443.     border-collapse: collapse;
  444.   }
  445.   .chat tr {
  446.     border-bottom: 1px dashed #dfdfdf;
  447.   }
  448.   .chat tr:first-child td {
  449.     padding: 3px 12px 3px 3px;
  450.   }
  451.   .chat tr:not(:first-child) td {
  452.     padding: 6px 12px 3px 3px;
  453.   }
  454.   td.label {
  455.     font-weight: bold;
  456.     color: {color:color 2};
  457.     border-right: 3px double;
  458.   }
  459.   td.label + td {
  460.     padding-left: 12px !important;
  461.   }
  462.  
  463.   iframe.tumblr_audio_player {
  464.     height: 85px;
  465.   }
  466.   iframe.spotify_audio_player {
  467.     height: 80px;
  468.   }
  469.  
  470.   .caption {
  471.     margin-top: 10px;
  472.     padding: 14px;
  473.     background: {color:post background};
  474.   }
  475.   .caption:before, .audio *:not(.caption) + footer.post-info:before, .video *:not(.caption) + footer.post-info:before, .photo *:not(.caption) + footer.post-info:before, .photoset *:not(.caption) + footer.post-info:before {
  476.     content: "";
  477.     position: absolute;
  478.     z-index: 10;
  479.     height: 40px;
  480.     width: 100px;
  481.     top: -25px;
  482.     left: 50%;
  483.     background: {color:tape};
  484.     opacity: 0.125;
  485.     -webkit-transform: translateX(-50%) rotate(-3deg);
  486.             transform: translateX(-50%) rotate(-3deg);
  487.   }
  488.  
  489.   footer.post-info {
  490.     font-size: 14px;
  491.   }
  492.   div:not(.caption) + footer.post-info, table + footer.post-info {
  493.     margin-top: 16px;
  494.   }
  495.   .caption + footer.post-info {
  496.     background: {color:post background};
  497.     padding: 4px 12px 12px;
  498.   }
  499.   .audio *:not(.caption) + footer.post-info, .video *:not(.caption) + footer.post-info, .photo *:not(.caption) + footer.post-info, .photoset *:not(.caption) + footer.post-info {
  500.     background: {color:post background};
  501.     padding: 14px;
  502.     margin-top: 10px;
  503.   }
  504.   footer.post-info > div {
  505.     border-bottom: 1px dashed #dfdfdf;
  506.   }
  507.   .info {
  508.     padding: 0 3px 3px;
  509.   }
  510.   .buttons {
  511.     float: right;
  512.   }
  513.   .buttons.neng {
  514.     font-size: 14px;
  515.     padding-top: 2px;
  516.   }
  517.   .like-button {
  518.     cursor: pointer;
  519.     margin-right: 12px;
  520.   }
  521.   .like_button {
  522.     position: absolute;
  523.     top: 0;
  524.     left: 0;
  525.     right: 0;
  526.     bottom: 0;
  527.     width: 100%;
  528.     height: 100%;
  529.     opacity: 0;
  530.     z-index: 10;
  531.   }
  532.   .like_button iframe {
  533.     width: 100% !important;
  534.     height: 100% !important;
  535.   }
  536.   .new {
  537.     color: {color:color 1};
  538.   }
  539.   .like_button:hover + .new {
  540.     color: {color:color 2};
  541.   }
  542.   .like_button.liked + .new {
  543.     color: {color:color 2};
  544.   }
  545.   .like_button.liked + .new.eng:after {
  546.     content: "d";
  547.   }
  548.   .tags {
  549.     padding: 5px 3px 3px;
  550.   }
  551.   .tags span {
  552.     text-transform: lowercase;
  553.     color: {color:color 2};
  554.   }
  555.   .tags a:not(:last-child):after {
  556.     content: ",";
  557.   }
  558.   .rebloggedfrom {
  559.     padding: 5px 3px 3px;
  560.     text-align: right;
  561.     color: {color:color 2};
  562.   }
  563.   .rb.cont-src {
  564.     float: left;
  565.   }
  566.   .nrb.cont-src {
  567.     padding: 5px 3px 3px;
  568.   }
  569.   .cont-src span {
  570.     text-transform: lowercase;
  571.     color: {color:color 2};
  572.   }
  573.  
  574.   div#postnotes {
  575.     padding-top: 28px;
  576.   }
  577.   ol.notes {
  578.     padding: 0;
  579.     margin: 0;
  580.     list-style: none;
  581.   }
  582.   li.note {
  583.     padding: 3px;
  584.   }
  585.   li.note:not(:last-child) {
  586.     margin-bottom: 6px;
  587.     border-bottom: 1px dashed #dfdfdf;
  588.   }
  589.   a.avatar_frame {
  590.     display: none;
  591.   }
  592.   li.note blockquote {
  593.     margin: 8px 0 6px 20px;
  594.   }
  595.   li.note blockquote:before {
  596.     content: "\00BB";
  597.     position: absolute;
  598.     left: -20px;
  599.     top: 50%;
  600.     -webkit-transform: translateY(-50%);
  601.             transform: translateY(-50%);
  602.     color: {color:color 2};
  603.   }
  604.  
  605.   .pag {
  606.     margin: 0 0 15px 30px;
  607.     text-align: center;
  608.     text-transform: lowercase;
  609.     font-size: 14px;
  610.   }
  611.   .pag a, .pag span {
  612.     padding: 8px 12px;
  613.     margin: 5px;
  614.     background: {color:post background};
  615.     border: 1px solid {color:post background};
  616.   }
  617.   .pag span {
  618.     color: {color:color 2};
  619.   }
  620.   .pag a:hover, .pag span {
  621.     border-color: {color:color 2};
  622.   }
  623.  
  624.   a#cred {
  625.     position: fixed;
  626.     bottom: 5px;
  627.     right: 5px;
  628.     background: #fff;
  629.     padding: 3px 6px;
  630.     font-size: 12px;
  631.   }
  632.  
  633.   {CustomCSS}
  634.   </style>
  635.  
  636. </head>
  637. <body class="{select:sidebar}">
  638.   <div id="container">
  639.     <aside id="blog">
  640.  
  641.       <div id="info" class="pin">
  642.         <div id="bground"></div>
  643.         <div id="basic">
  644.           <img src="{PortraitURL-96}" />
  645.           <div>
  646.             <span><a href="/" class="title">{Title}</a></span>
  647.             <span><a href="/" class="blog-url">@{Name}</a></span>
  648.           </div>
  649.         </div>
  650.       </div>
  651.       {block:IfBlogStats}
  652.       <div id="stats" class="pin">
  653.         <table>
  654.           <td id="est"><span>est.</span>{text:date blog was made}</td>
  655.           <td id="online"><span>{text:currently online label}</span>{text:currently online script}</td>
  656.           <td id="visits"><span>{text:total visits label}</span>{text:total visits script}</td>
  657.         </table>
  658.       </div>
  659.       {/block:IfBlogStats}
  660.       {block:IfDescription}
  661.       <div id="desc" class="pin">{Description}</div>
  662.       {/block:IfDescription}
  663.  
  664.       <!-- if you want to add more than five links, add <a href="link url">link name</a> -->
  665.       <div id="links" class="pin">
  666.         <span class="block-name">blog links</span>
  667.         <a href="/">home</a>
  668.         {block:AskEnabled}<a href="/ask">ask</a>{/block:AskEnabled}
  669.         <a href="/archive">archive</a>
  670.         {block:Ifbloglinkoneurl}<a href="{text:blog link one url}">{text:blog link one name}</a>{/block:Ifbloglinkoneurl}
  671.         {block:Ifbloglinktwourl}<a href="{text:blog link two url}">{text:blog link two name}</a>{/block:Ifbloglinktwourl}
  672.         {block:Ifbloglinkthreeurl}<a href="{text:blog link three url}">{text:blog link three name}</a>{/block:Ifbloglinkthreeurl}
  673.         {block:Ifbloglinkfoururl}<a href="{text:blog link four url}">{text:blog link four name}</a>{/block:Ifbloglinkfoururl}
  674.         {block:Ifbloglinkfiveurl}<a href="{text:blog link five url}">{text:blog link five name}</a>{/block:Ifbloglinkfiveurl}
  675.       </div>
  676.  
  677.       <div id="col-2">
  678.         <!-- these are the blocks in the second column, if selected -->
  679.         {block:IfSocialMediaLinks}
  680.         <div id="social" class="pin">
  681.           <span class="block-name">social media</span>
  682.           <!-- add/link your social media here -->
  683.           <!-- to add more, add <a href="link url">link name</a> -->
  684.           <a href="//twitter.com/">twitter</a>
  685.           <a href="//instagram.com/">instagram</a>
  686.           <a href="//snapchat.com/">snapchat</a>
  687.           <a href="//pinterest.com/">pinterest</a>
  688.           <a href="//spotify.com/">spotify</a>
  689.         </div>
  690.         {/block:IfSocialMediaLinks}
  691.         {block:IfFriends}
  692.         <div id="friends" class="pin">
  693.           <span class="block-name">friends</span>
  694.           <!-- here, you can link to your friends -->
  695.           <!-- to add a friend, add <a href="friend's url" title="friend's name"><img src="link to picture/icon for friend" /></a> for each friend -->
  696.           <a href="friend url" title="friend"><img src="//i.imgur.com/TJwmc2Y.png" /></a>
  697.           <a href="friend url" title="friend"><img src="//i.imgur.com/Qdm4veb.png" /></a>
  698.           <a href="friend url" title="friend"><img src="//i.imgur.com/fQEZtul.png" /></a>
  699.           <a href="friend url" title="friend"><img src="//i.imgur.com/Gz5hTh4.jpg" /></a>
  700.           <a href="friend url" title="friend"><img src="//i.imgur.com/DBQIkdz.png" /></a>
  701.         </div>
  702.         {/block:IfFriends}
  703.         {block:IfNetworks}
  704.         <div id="networks" class="pin">
  705.           <span class="block-name">networks</span>
  706.           <!-- here, you can link to networks that you're in -->
  707.           <!-- to add a network, add <a href="network's url" title="network's name"><img src="link to picture/icon for network" /></a> for each network -->
  708.           <a href="network url" title="network"><img src="//i.imgur.com/TJwmc2Y.png" /></a>
  709.           <a href="network url" title="network"><img src="//i.imgur.com/Qdm4veb.png" /></a>
  710.           <a href="network url" title="network"><img src="//i.imgur.com/fQEZtul.png" /></a>
  711.           <a href="network url" title="network"><img src="//i.imgur.com/Gz5hTh4.jpg" /></a>
  712.           <a href="network url" title="network"><img src="//i.imgur.com/DBQIkdz.png" /></a>
  713.         </div>
  714.         {/block:IfNetworks}
  715.         {block:IfUpdates}
  716.         <div id="updates" class="pin">
  717.           <span class="block-name">updates</span>
  718.           <ul>
  719.             <!-- here, you can add updates -->
  720.             <!-- to add a update, add <li><span class="date">date</span>what happened</li> -->
  721.             <!-- tip: delete old updates as you add new ones to limit the list -->
  722.             <li><span class="date">00.00.00</span>???</li>
  723.             <li><span class="date">date</span>what happened</li>
  724.             <li><span class="date">date</span>what happened</li>
  725.             <li><span class="date">date</span>what happened</li>
  726.             <li><span class="date">date</span>what happened</li>
  727.           </ul>
  728.         </div>
  729.         {/block:IfUpdates}
  730.       </div>
  731.  
  732.       <div id="search" class="pin">
  733.         <span class="block-name">search</span>
  734.         <form action="/search" method="get"><input type="text" name="q" value="{SearchQuery}"/></form>
  735.       </div>
  736.  
  737.     </aside>
  738.  
  739.     <section id="posts">
  740.       {block:Posts}<article class="post {PostType} pin {select:photos}" id="{PostID}">
  741.  
  742.         {block:Title}<a href="{Permalink}" class="title">{Title}</a>{/block:Title}
  743.  
  744.         {block:Text}{block:NotReblog}<div class="body">{Body}</div>{/block:NotReblog}{block:RebloggedFrom}{block:Reblogs}<div class="reblogged"><div class="blog"><img src="{PortraitURL-64}" /><span>{block:HasPermalink}<a href="{Permalink}">{/block:HasPermalink}{Username}{block:HasPermalink}</a>{/block:HasPermalink}</span></div>{Body}</div>{/block:Reblogs}{/block:RebloggedFrom}{/block:Text}
  745.  
  746.         {block:Photo}<a href="#" class="pic" onclick="Tumblr.Lightbox.init([{ width: {PhotoWidth-HighRes}, height: {PhotoHeight-HighRes}, low_res: '{PhotoURL-500}', high_res: '{PhotoURL-HighRes}' }]); $('body').toggleClass('tumblr_lightbox_active'); return false"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}"></a>{/block:Photo}
  747.  
  748.         {block:Photoset}{Photoset}{/block:Photoset}
  749.  
  750.         {block:Quote}{block:Source}<div class="source">{Source}</div>{/block:Source}<div class="words">{Quote}</div>{/block:Quote}
  751.  
  752.         {block:Link}<a href="{URL}" class="path{block:Description} has-desc{/block:Description}" {Target}>{Name}</a>
  753.         {block:Description}{block:NotReblog}<div class="desc">{Description}</div>{/block:NotReblog}{block:RebloggedFrom}{block:Reblogs}<div class="reblogged"><div class="blog"><img src="{PortraitURL-64}" /><span>{block:HasPermalink}<a href="{Permalink}">{/block:HasPermalink}{Username}{block:HasPermalink}</a>{/block:HasPermalink}</span></div>{Body}</div>{/block:Reblogs}{/block:RebloggedFrom}{/block:Description}{/block:Link}
  754.  
  755.         {block:Chat}<table>{block:Lines}<tr><td class="label">{block:Label}<span>{Label}</span>{/block:Label}</td><td>{Line}</td></tr>{/block:Lines}</table>{/block:Chat}
  756.  
  757.         {block:Audio}{block:AudioEmbed}{AudioEmbed}{/block:AudioEmbed}{/block:Audio}
  758.  
  759.         {block:Video}{VideoEmbed-500}{/block:Video}
  760.  
  761.         {block:Answer}<div class="qna"><div class="blog"><img src="{AskerPortraitURL-48}"/>{Asker}</div><span class="speech">{Question}</span></div>
  762.         {block:Answerer}<div class="qna"><div class="blog"><img src="{AnswererPortraitURL-48}"/>{Answerer}</div><span class="speech">{Answer}</span></div>{block:Reblogs}<div class="qna"><div class="blog"><img src="{PortraitURL-64}" />{block:HasPermalink}<a href="{Permalink}">{/block:HasPermalink}{Username}{block:HasPermalink}</a> {/block:HasPermalink}</div><span class="speech">{Body}</span></div>{/block:Reblogs}{/block:Answerer}
  763.         {block:NotReblog}<div class="qna"><div class="blog"><img src="{PortraitURL-48}" /><a href="{Permalink}">{Name}</a></div><span class="speech">{Answer}</span></div>{/block:NotReblog}{/block:Answer}
  764.  
  765.         {block:Caption}<div class="caption">{block:NotReblog}{Caption}{/block:NotReblog}{block:RebloggedFrom}{block:Reblogs}<div class="reblogged"><div class="blog"><img src="{PortraitURL-64}" /><span>{block:HasPermalink}<a href="{Permalink}">{/block:HasPermalink}{Username}{block:HasPermalink}</a>{/block:HasPermalink}</span></div>{Body}</div>{/block:Reblogs}{/block:RebloggedFrom}</div>{/block:Caption}
  766.  
  767.         {block:Date}
  768.         <footer class="post-info">
  769.           <div class="info">
  770.             <a href="{Permalink}" class="permalink"><span class="date">{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear}</span>{block:NoteCount}&nbsp;<b>&middot;</b>&nbsp;<span class="notes">{NoteCount}n</span>{/block:NoteCount}</a>
  771.             <div class="buttons">
  772.               {block:English}<span class="like-button">{likeButton}<span class="new eng">like</span></span><span class="reblog-button"><a href="{ReblogURL}">reblog</a></span>{/block:English}{block:NotEnglish}<span class="like-button neng">{likeButton}<span class="new"><span class="sf sf-heart-2-o"></span></span></span><span class="reblog-button"><a href="{ReblogURL}"><span class="sf sf-reblog-o"></span></a></span>{/block:NotEnglish}
  773.             </div>
  774.           </div>
  775.           {block:HasTags}<div class="tags"><span>{lang:Filed under}:</span>{block:Tags}&nbsp;<a href="{TagURL}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  776.           {block:RebloggedFrom}<div class="rebloggedfrom">{block:ContentSource}<div class="rb cont-src"><span>{lang:Source}: </span><a href="{SourceURL}" {Target}>{SourceTitle}</a></div>{/block:ContentSource}<a href="{ReblogParentURL}" class="via" {Target}>{ReblogParentName}</a>&nbsp;&mdash;&nbsp;<a href="{ReblogRootURL}" class="src" {Target}>{ReblogRootName}</a></div>{/block:RebloggedFrom}
  777.           {block:NotReblog}{block:ContentSource}<div class="nrb cont-src"><span>{lang:Source}: </span><a href="{SourceURL}" {Target}>{SourceTitle}</a></div>{/block:ContentSource}{/block:NotReblog}
  778.         </footer>
  779.         {/block:Date}
  780.  
  781.       </article>
  782.  
  783.       {block:PostNotes}
  784.       <div id="postnotes" class="pin">{PostNotes}</div>
  785.       {/block:PostNotes}
  786.       {/block:Posts}
  787.  
  788.       {block:Pagination}
  789.       <div class="pag">
  790.         {block:PreviousPage}<a href="{PreviousPage}" class="prev">{lang:Prev}</a>{/block:PreviousPage}
  791.         {block:JumpPagination length="3"}{block:CurrentPage}<span>{PageNumber}</span>{/block:CurrentPage}{block:JumpPage}<a href="{URL}" class="jump">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  792.         {block:NextPage}<a href="{NextPage}" class="next">{lang:Next}</a>{/block:NextPage}
  793.       </div>
  794.       {/block:Pagination}
  795.  
  796.     </section>
  797.   </div>
  798.   <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  799.   <script>
  800.   $(document).ready(function(){
  801.     $('td.label').each(function(){
  802.       var label = $(this).text().split(":")[0];
  803.       $(this).text(label);
  804.     });
  805.     $('body').append('<a href="//annasthms.tumblr.com/" id="cred" title="theme by annasthms" {Target}>a</a>')
  806.   });
  807.   </script>
  808. </body>
  809. </html>
Advertisement
Comments
  • User was banned
  • User was banned
  • User was banned
  • User was banned
  • # CSS 0.84 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 38% — 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 Swapzone — instant swap).
  • User was banned
  • User was banned
  • User was banned
  • Nexnukar
    68 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).
  • Venwerin
    61 days
    # CSS 0.06 KB | 0 0
    1. We just shared HQ data on our channel: https://t.me/theprotocolone
Add Comment
Please, Sign In to add comment