#X-DNS-Prefetch-Control
Explore tagged Tumblr posts
awesomewutwut-blog · 6 years ago
Text
<!DOCTYPE html> <script>var __pbpa = true;</script><script>var translated_warning_string = 'Warning: Never enter your Tumblr password unless \u201chttps://www.tumblr.com/login\u201d\x0ais the address in your web browser.\x0a\x0aYou should also see a green \u201cTumblr, Inc.\u201d identification in the address bar.\x0a\x0aSpammers and other bad guys use fake forms to steal passwords.\x0a\x0aTumblr will never ask you to log in from a user\u2019s blog.\x0a\x0aAre you absolutely sure you want to continue?';</script><script type="text/javascript" language="javascript" src="http://assets.tumblr.com/assets/scripts/pre_tumblelog.js?_v=66ac555bc5745ebe20abdae7cbc40704"></script> <!doctype HTML> <link rel="shortcut icon" href="http://sv.tinypic.com?ref=qq68e9"> <html> <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#"> <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS"> <meta http-equiv="Content-Style-Type" content="text/css"> <meta http-equiv="Content-Script-Type" content="text/javascript"> <script type="text/javascript"> <!-- var namMember = new Array( Stalker, 2001 A Space Odyssey, Brawl in Cell Block 99, The Grand Budapest Hotel , Ratatouille, Toni Erdmann, The Tree of Life, Mulholland Drive, Eyes Wide Shut, Dogville, Gone Girl, Network, Mandy, Whiplash, Eternal Sunshine of the Spotless Mind, First Reformed, Some Like It Hot, Spirited Away, Paterson, Requiem for a Dream, There Will Be Blood, Hereditary, The Apartment, Pulp Fiction, The Thing, Interstellar, Its a Wonderful Life, Raw, Superbad, The Room, WALLE, Toy Story 3, Videodrome, American Psycho, Magnolia, Brazil, The Lord of the Rings The Two Towers, One Flew Over the Cuckoo’s Nest, The Favourite, The Mirror, Solaris, I Daniel Blake, Birdman, Memento, Perfect Blue, Apocalypse Now, A Clockwork Orange, The Prestige, Trainspotting, The Good the Bad and the Ugly, Rosemarys Baby, Under the Skin, Moonlight, Paths of Glory, Reservoir Dogs, Barry Lyndon, Zodiac, The Shining, La La Land, The Matrix, About Schmidt, The Wolf of Wall Street, Princess Mononoke, Inglourious Basterds ); //********************************************************* var lstMember = new Array(); var parent = new Array(); var equal = new Array(); var rec = new Array(); var cmp1,cmp2; var head1,head2; var nrec; var numQuestion; var totalSize; var finishSize; var finishFlag; //The initialization of the variable+++++++++++++++++++++++++++++++++++++++++++++ function initList(){ var n = 0; var mid; var i; //The sequence that you should sort lstMember[n] = new Array(); for (i=0; i<namMember.length; i++) { lstMember[n][i] = i; } parent[n] = -1; totalSize = 0; n++; for (i=0; i<lstMember.length; i++) { //And element divides it in two/more than two //Increase divided sequence of last in first member if(lstMember[i].length>=2) { mid = Math.ceil(lstMember[i].length/2); lstMember[n] = new Array(); lstMember[n] = lstMember[i].slice(0,mid); totalSize += lstMember[n].length; parent[n] = i; n++; lstMember[n] = new Array(); lstMember[n] = lstMember[i].slice(mid,lstMember[i].length); totalSize += lstMember[n].length; parent[n] = i; n++; } } //Preserve this sequence for (i=0; i<namMember.length; i++) { rec[i] = 0; } nrec = 0; //List that keeps your results //Value of link initial // Value of link initial for (i=0; i<=namMember.length; i++) { equal[i] = -1; } cmp1 = lstMember.length-2; cmp2 = lstMember.length-1; head1 = 0; head2 = 0; numQuestion = 1; finishSize = 0; finishFlag = 0; } //リストのソート+++++++++++++++++++++++++++++++++++++++++++ //flag:Don't know characters // -1:Chose the left // 0:Tie // 1:Chose the right function sortList(flag){ var i; var str; //rec preservation if (flag<0) { rec[nrec] = lstMember[cmp1][head1]; head1++; nrec++; finishSize++; while (equal[rec[nrec-1]]!=-1) { rec[nrec] = lstMember[cmp1][head1]; head1++; nrec++; finishSize++; } } else if (flag>0) { rec[nrec] = lstMember[cmp2][head2]; head2++; nrec++; finishSize++; while (equal[rec[nrec-1]]!=-1) { rec[nrec] = lstMember[cmp2][head2]; head2++; nrec++; finishSize++; } } else { rec[nrec] = lstMember[cmp1][head1]; head1++; nrec++; finishSize++; while (equal[rec[nrec-1]]!=-1) { rec[nrec] = lstMember[cmp1][head1]; head1++; nrec++; finishSize++; } equal[rec[nrec-1]] = lstMember[cmp2][head2]; rec[nrec] = lstMember[cmp2][head2]; head2++; nrec++; finishSize++; while (equal[rec[nrec-1]]!=-1) { rec[nrec] = lstMember[cmp2][head2]; head2++; nrec++; finishSize++; } } //Processing after finishing with one list if (head1<lstMember[cmp1].length && head2==lstMember[cmp2].length) { //List the remainder of cmp2 copies, list cmp1 copies when finished scanning while (head1<lstMember[cmp1].length){ rec[nrec] = lstMember[cmp1][head1]; head1++; nrec++; finishSize++; } } else if (head1==lstMember[cmp1].length && head2<lstMember[cmp2].length) { //List the remainder of cmp1 copies, list cmp2 copies when finished scanning while (head2<lstMember[cmp2].length){ rec[nrec] = lstMember[cmp2][head2]; head2++; nrec++; finishSize++; } } //When it arrives at the end of both lists //Update a pro list if (head1==lstMember[cmp1].length && head2==lstMember[cmp2].length) { for (i=0; i<lstMember[cmp1].length+lstMember[cmp2].length; i++) { lstMember[parent[cmp1]][i] = rec[i]; } lstMember.pop(); lstMember.pop(); cmp1 = cmp1-2; cmp2 = cmp2-2; head1 = 0; head2 = 0; //Initialize the rec before performing the new comparison if (head1==0 && head2==0) { for (i=0; i<namMember.length; i++) { rec[i] = 0; } nrec = 0; } } if (cmp1<0) { str = "battle #"+(numQuestion-1)+"<br>"+Math.floor(finishSize*100/totalSize)+"% sorted."; document.getElementById("battleNumber").innerHTML = str; showResult(); finishFlag = 1; } else { showImage(); } } //The results+++++++++++++++++++++++++++++++++++++++++++++++ //順位=Rank/Grade/Position/Standing/Status //名前=Identification term function showResult() { var ranking = 1; var sameRank = 1; var str = ""; var i; str += "<table style="width:200px; font-size:18px; line-height:120%; margin-left:auto; margin-right:auto; border:1px solid #000; border-collapse:collapse" align="center">"; str += "<tr><td style="color:#ffffff; background-color:#e097d9; text-align:center;">rank</td><td style="color:#ffffff; background-color:#e097d9; text-align:center;">options</td></tr>"; for (i=0; i<namMember.length; i++) { str += "<tr><td style="border:1px solid #000; text-align:center; padding-right:5px;">"+ranking+"</td><td style="border:1px solid #000; padding-left:5px;">"+namMember[lstMember[0][i]]+"</td></tr>"; if (i<namMember.length-1) { if (equal[lstMember[0][i]]==lstMember[0][i+1]) { sameRank++; } else { ranking += sameRank; sameRank = 1; } } } str += "</table>"; document.getElementById("resultField").innerHTML = str; } //Indicates two elements to compare+++++++++++++++++++++++++++++++++++ function showImage() { var str0 = "battle #"+numQuestion+"<br>"+Math.floor(finishSize*100/totalSize)+"% sorted."; var str1 = ""+toNameFace(lstMember[cmp1][head1]); var str2 = ""+toNameFace(lstMember[cmp2][head2]); document.getElementById("battleNumber").innerHTML = str0; document.getElementById("leftField").innerHTML = str1; document.getElementById("rightField").innerHTML = str2; numQuestion++; } //Convert numeric value into a name (emoticon)+++++++++++++++++++++++++++++++ function toNameFace(n){ var str = namMember[n]; /* str += '<br />'; switch(n) { //case -1 Because it is a sample, delete it case -1: str+=""; break; }*/ return str; } //--> </script> <style type="text/css"> <!-- #mainTable{ font-size: 19px; font-family: 'Times New Roman', serif; text-align: center; vertical-align: middle; width: 410px; margin-left: auto; margin-right: auto; border-collapse: separate; border-spacing: 10px 5px; } #leftField{ width: 120px; height: 150px; border: 1px solid #000; cursor: pointer; } #rightField{ width: 120px; height: 150px; border: 1px solid #000; cursor: pointer; } .middleField{ width: 120px; height: 70px; border: 1px solid #000; cursor: pointer; } a{ color: #e097d9; text-decoration : none; } a:hover{ color: #8f8f8f; } body { width: 600px; margin: 0 auto; font-family: 'Times New Roman', erif; } --> </style> <!-- BEGIN TUMBLR FACEBOOK OPENGRAPH TAGS --><!-- If you'd like to specify your own Open Graph tags, define the og:url and og:title tags in your theme's HTML. --><!-- Read more: http://ogp.me/ --><meta property="fb:app_id" content="48119224995" /><meta property="og:site_name" content="" /><meta property="og:title" content="Not Found" /><meta property="og:url" content="" /><meta property="og:description" content="The URL you requested could not be found." /><meta property="og:determiner" content="a" /><meta property="og:type" content="tumblr-feed:entry" /><meta property="og:image" content="http://assets.tumblr.com/images/og/text_200.png" /><!-- END TUMBLR FACEBOOK OPENGRAPH TAGS --> <!-- TWITTER TAGS --><meta charset="utf-8"><meta name="twitter:card" content="summary" /><meta name="twitter:description" content="The URL you requested could not be found." /><meta name="twitter:title" content="Not Found" /><meta name="twitter:url" content="" /><meta name="twitter:site" content="tumblr" /><meta name="twitter:app:name:iphone" content="Tumblr" /><meta name="twitter:app:name:ipad" content="Tumblr" /><meta name="twitter:app:name:googleplay" content="Tumblr" /><meta name="twitter:app:id:iphone" content="305343404" /><meta name="twitter:app:id:ipad" content="305343404" /><meta name="twitter:app:id:googleplay" content="com.tumblr" /><meta name="twitter:app:url:iphone" content="tumblr://x-callback-url/blog?blogName=roosterteethcs&postID=&referrer=twitter-cards" /><meta name="twitter:app:url:ipad" content="tumblr://x-callback-url/blog?blogName=roosterteethcs&postID=&referrer=twitter-cards" /><meta name="twitter:app:url:googleplay" content="tumblr://x-callback-url/blog?blogName=roosterteethcs&postID=&referrer=twitter-cards" /> <script src="http://assets.tumblr.com/assets/scripts/tumblelog.js?_v=a9e2d0b0ade5958a1a2a936adf448061"></script> <meta http-equiv="x-dns-prefetch-control" content="off"/> </head> <link href='http://fonts.googleapis.com/css?family=Josefin+Slab:600' rel='stylesheet' type='text/css'> <body text="#000000" bgcolor="#ffffff" link="#e097d9" vlink="#e097d9" alink="#79a2c9"> <p class="instructions"> <center><br /><br /> <b>Favourite Films of All-Time</b><br /><br>pick who you like better in each battle to get an accurate list of your<br />favorite members from the group.<br />note: hitting 'no opinion' or 'I like both' frequently will negatively affect your results.<br /><br /></center> </p> <table id="mainTable" align="center"> <tbody><tr> <td id="battleNumber" colspan="3" style="padding-bottom: 10px;" style="text-align:center;"><b>battle #1<br>0% sorted.</b></td> </tr> <tr> <td id="leftField" onclick="if(finishFlag==0) sortList(-1);" rowspan="2" style="text-align:center;"></td> <td class="middleField" onclick="if(finishFlag==0) sortList(0);" style="text-align:center;"> I like both </td> <td id="rightField" onclick="if(finishFlag==0) sortList(1);" rowspan="2"style="text-align:center;"></td> </tr> <tr> <td class="middleField" onclick="if(finishFlag==0) sortList(0);"style="text-align:center;"> no opinion </td> </tr> </tbody></table> <br><br> <div id="resultField" style="text-align: center;"> <br> </div> <script type="text/javascript"> <!-- initList(); showImage(); //--> </script> <p class="other"> <center><small><br /><br />used with permission.<br /><br/><a href="http://biasorter.tumblr.com/">created by biasorter</a>. </small></center></small> </p> <!-- BEGIN TUMBLR CODE --><iframe id="tumblr_controls" width="1" height="1" frameborder="0" scrolling="no" style="position:absolute; z-index:2147483647; top:0; right:0; border:0; background-color:transparent; overflow:hidden; " src="http://assets.tumblr.com/assets/html/iframe/o.html?_v=dddebe193046ef922006b33d60687b05#src=http%3A%2F%2Froosterteethcs.tumblr.com%2Fask&lang=en_US&name=roosterteethcs&avatar=http%3A%2F%2Fassets.tumblr.com%2Fimages%2Fdefault_avatar%2Fpyramid_open_64.png&title=rt+character+sorter&url=http%3A%2F%2Froosterteethcs.tumblr.com%2F&page_slide=slide"></iframe><div id="teaser_iframe_container" style="display:none;"><iframe scrolling="no" frameborder="0" src="http://www.tumblr.com/assets/html/iframe/teaser.html?_v=0334cdd0135fa4ea13587cd37c2dcf98#src=http%3A%2F%2Froosterteethcs.tumblr.com%2Fask&lang=en_US&name=roosterteethcs&avatar=http%3A%2F%2Fassets.tumblr.com%2Fimages%2Fdefault_avatar%2Fpyramid_open_64.png&title=rt+character+sorter&url=http%3A%2F%2Froosterteethcs.tumblr.com%2F&page_slide=slide" id="teaser_iframe" width="1" height="1"></iframe></div><!--[if IE]><script type="text/javascript">document.getElementById('tumblr_controls').allowTransparency=true;</script><![endif]--><iframe onload="javascript:this.contentWindow.postMessage(['tick_google_analytics', '/ask?route=404_page'].join(';'), this.src.split('/analytics.html')[0]);  COMSCORE = true;this.contentWindow.postMessage('enable_comscore;' + window.location, this.src.split('/analytics.html')[0]);" src="http://assets.tumblr.com/analytics.html?9bbb9e7732da937858cd0531689c20b1" scrolling="no" width="1" height="1" frameborder="0" style="background-color:transparent; overflow:hidden; position:absolute; top:0; left:0 z-index:9999;" id="ga_target"></iframe><script type="text/javascript">      var _qevents = _qevents || [];      (function() {       var elem = document.createElement('script');       elem.src = (document.location.protocol == "https:" ? "https://secure" : "http://edge") + ".quantserve.com/quant.js";       elem.async = true;       elem.type = "text/javascript";       var scpt = document.getElementsByTagName('script')[0];       scpt.parentNode.insertBefore(elem, scpt);      })();    </script><script type="text/javascript">        _qevents.push( { qacct: 'p-19UtqE8ngoZbM' } );    </script><noscript><div style="display: none;"><img src="//pixel.quantserve.com/pixel/'p-19UtqE8ngoZbM'.gif" height="1" width="1" alt="Quantcast"/></div></noscript><script type="text/javascript">!function(s){s.src='http://www.tumblr.com/impixu?T=1389854658&J=eyJ0eXBlIjoidXJsIiwidXJsIjoiaHR0cDpcL1wvcm9vc3RlcnRlZXRoY3MudHVtYmxyLmNvbVwvYXNrIiwicmVxdHlwZSI6MCwicm91dGUiOiI0MDRfcGFnZSJ9&U=GJPMNFPHIN&K=745811f0e9615242e744b26218c2e56a6c6b184a1315e6c9e9e871a0c242e3ab&R=http%3A%2F%2Froosterteethcs.tumblr.com%2F'.replace(/&R=[^&$]*/,'').concat('&R='+escape(document.referrer)).slice(0,2000).replace(/%.?.?$/,'');}(new Image());</script><noscript><img style="position:absolute;z-index:-3334;top:0px;left:0px;visibility:hidden;" src="http://www.tumblr.com/impixu?T=1389854658&J=eyJ0eXBlIjoidXJsIiwidXJsIjoiaHR0cDpcL1wvcm9vc3RlcnRlZXRoY3MudHVtYmxyLmNvbVwvYXNrIiwicmVxdHlwZSI6MCwicm91dGUiOiI0MDRfcGFnZSIsIm5vc2NyaXB0IjoxfQ==&U=GJPMNFPHIN&K=c7a8ec33be24dcae3b08d0ffc26af0508ef65362a18101b8963123d054b7f79e&R=http%3A%2F%2Froosterteethcs.tumblr.com%2F"></noscript><script type="text/javascript" src="http://l.yimg.com/ss/rapid-3.9.js"></script><script>                    (function(YAHOO) {                        if (YAHOO) {                            YAHOO.i13n.beacon_server = 'nol.yahoo.com';                            var keys = { pd:'404_page', _li:0, i_rad:0, i_strm:0 };                            YAHOO.rapid = new YAHOO.i13n.Rapid({spaceid:1197719233, oo:1, client_only:1, yql_enabled:false, keys:keys});                        }                    })(window.YAHOO);                </script><!-- END TUMBLR CODE --> </body> </html>
1 note · View note
aspiretofashion · 7 years ago
Text
sorter
<script>var __pbpa = true;</script><script>var translated_warning_string = 'Warning: Never enter your Tumblr password unless \u201chttps://www.tumblr.com/login\u201d\x0ais the address in your web browser.\x0a\x0aYou should also see a green \u201cTumblr, Inc.\u201d identification in the address bar.\x0a\x0aSpammers and other bad guys use fake forms to steal passwords.\x0a\x0aTumblr will never ask you to log in from a user\u2019s blog.\x0a\x0aAre you absolutely sure you want to continue?';</script><script type="text/javascript" language="javascript" src="http://assets.tumblr.com/assets/scripts/pre_tumblelog.js?_v=66ac555bc5745ebe20abdae7cbc40704"></script> <!doctype HTML> <style>figure{margin:0}.tmblr-iframe{position:absolute}.tmblr-iframe.hide{display:none}.tmblr-iframe--amp-cta-button{visibility:hidden;position:fixed;bottom:10px;left:50%;transform:translateX(-50%);z-index:100}.tmblr-iframe--amp-cta-button.tmblr-iframe--loaded{visibility:visible;animation:iframe-app-cta-transition .2s ease-out}</style><link rel="shortcut icon" href="https://31.media.tumblr.com/bfdac94fa90650797a1fdc26de002184/tumblr_inline_mzhj5hUMgn1r11hh6.jpg">
<html>
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<script type="text/javascript">
<!--
var namMember = new Array(
"Never Be The Same", "Havana", "She Loves Control", "Into It", "Inside Out", "Into The Dark", "Real Friends", "Consequences", "All These Years", "Something's Gotta Give"
);
//*********************************************************
var lstMember = new Array();
var parent = new Array();
var equal = new Array();
var rec = new Array();
var cmp1,cmp2;
var head1,head2;
var nrec;
var numQuestion;
var totalSize;
var finishSize;
var finishFlag;
//The initialization of the variable+++++++++++++++++++++++++++++++++++++++++++++
function initList(){
var n = 0;
var mid;
var i;
//The sequence that you should sort
lstMember[n] = new Array();
for (i=0; i<namMember.length; i++) {
lstMember[n][i] = i;
}
parent[n] = -1;
totalSize = 0;
n++;
for (i=0; i<lstMember.length; i++) {
//And element divides it in two/more than two
//Increase divided sequence of last in first member
if(lstMember[i].length>=2) {
mid = Math.ceil(lstMember[i].length/2);
lstMember[n] = new Array();
lstMember[n] = lstMember[i].slice(0,mid);
totalSize += lstMember[n].length;
parent[n] = i;
n++;
lstMember[n] = new Array();
lstMember[n] = lstMember[i].slice(mid,lstMember[i].length);
totalSize += lstMember[n].length;
parent[n] = i;
n++;
}
}
//Preserve this sequence
for (i=0; i<namMember.length; i++) {
rec[i] = 0;
}
nrec = 0;
//List that keeps your results
//Value of link initial
// Value of link initial
for (i=0; i<=namMember.length; i++) {
equal[i] = -1;
}
cmp1 = lstMember.length-2;
cmp2 = lstMember.length-1;
head1 = 0;
head2 = 0;
numQuestion = 1;
finishSize = 0;
finishFlag = 0;
}
//リストのソート+++++++++++++++++++++++++++++++++++++++++++
//flag:Don't know characters
// -1:Chose the left
// 0:Tie
// 1:Chose the right
function sortList(flag){
var i;
var str;
//rec preservation
if (flag<0) {
rec[nrec] = lstMember[cmp1][head1];
head1++;
nrec++;
finishSize++;
while (equal[rec[nrec-1]]!=-1) {
rec[nrec] = lstMember[cmp1][head1];
head1++;
nrec++;
finishSize++;
}
}
else if (flag>0) {
rec[nrec] = lstMember[cmp2][head2];
head2++;
nrec++;
finishSize++;
while (equal[rec[nrec-1]]!=-1) {
rec[nrec] = lstMember[cmp2][head2];
head2++;
nrec++;
finishSize++;
}
}
else {
rec[nrec] = lstMember[cmp1][head1];
head1++;
nrec++;
finishSize++;
while (equal[rec[nrec-1]]!=-1) {
rec[nrec] = lstMember[cmp1][head1];
head1++;
nrec++;
finishSize++;
}
equal[rec[nrec-1]] = lstMember[cmp2][head2];
rec[nrec] = lstMember[cmp2][head2];
head2++;
nrec++;
finishSize++;
while (equal[rec[nrec-1]]!=-1) {
rec[nrec] = lstMember[cmp2][head2];
head2++;
nrec++;
finishSize++;
}
}
//Processing after finishing with one list
if (head1<lstMember[cmp1].length && head2==lstMember[cmp2].length) {
//List the remainder of cmp2 copies, list cmp1 copies when finished scanning
while (head1<lstMember[cmp1].length){
rec[nrec] = lstMember[cmp1][head1];
head1++;
nrec++;
finishSize++;
}
}
else if (head1==lstMember[cmp1].length && head2<lstMember[cmp2].length) {
//List the remainder of cmp1 copies, list cmp2 copies when finished scanning
while (head2<lstMember[cmp2].length){
rec[nrec] = lstMember[cmp2][head2];
head2++;
nrec++;
finishSize++;
}
}
//When it arrives at the end of both lists
//Update a pro list
if (head1==lstMember[cmp1].length && head2==lstMember[cmp2].length) {
for (i=0; i<lstMember[cmp1].length+lstMember[cmp2].length; i++) {
lstMember[parent[cmp1]][i] = rec[i];
}
lstMember.pop();
lstMember.pop();
cmp1 = cmp1-2;
cmp2 = cmp2-2;
head1 = 0;
head2 = 0;
//Initialize the rec before performing the new comparison
if (head1==0 && head2==0) {
for (i=0; i<namMember.length; i++) {
rec[i] = 0;
}
nrec = 0;
}
}
if (cmp1<0) {
str = "Battle #"+(numQuestion-1)+"<br>"+Math.floor(finishSize*100/totalSize)+"% sorted.";
document.getElementById("battleNumber").innerHTML = str;
showResult();
finishFlag = 1;
}
else {
showImage();
}
}
//The results+++++++++++++++++++++++++++++++++++++++++++++++
//順位=Rank/Grade/Position/Standing/Status
//名前=Identification term
function showResult() {
var ranking = 1;
var sameRank = 1;
var str = "";
var i;
str += "<table style=\"width:200px; font-size:18px; line-height:120%; margin-left:auto; margin-right:auto; border:1px solid #000; border-collapse:collapse\" align=\"center\">";
str += "<tr><td style=\"color:#ffffff; background-color:#000; text-align:center;\">Rank<\/td><td style=\"color:#ffffff; background-color:#000; text-align:center;\">Song<\/td><\/tr>";
for (i=0; i<namMember.length; i++) {
str += "<tr><td style=\"border:1px solid #000; text-align:center; padding-right:5px;\">"+ranking+"<\/td><td style=\"border:1px solid #000; padding-left:5px;\">"+namMember[lstMember[0][i]]+"<\/td><\/tr>";
if (i<namMember.length-1) {
if (equal[lstMember[0][i]]==lstMember[0][i+1]) {
sameRank++;
} else {
ranking += sameRank;
sameRank = 1;
}
}
}
str += "<\/table>";
document.getElementById("resultField").innerHTML = str;
}
//Indicates two elements to compare+++++++++++++++++++++++++++++++++++
function showImage() {
var str0 = "Battle #"+numQuestion+"<br>"+Math.floor(finishSize*100/totalSize)+"% sorted.";
var str1 = ""+toNameFace(lstMember[cmp1][head1]);
var str2 = ""+toNameFace(lstMember[cmp2][head2]);
document.getElementById("battleNumber").innerHTML = str0;
document.getElementById("leftField").innerHTML = str1;
document.getElementById("rightField").innerHTML = str2;
numQuestion++;
}
//Convert numeric value into a name (emoticon)+++++++++++++++++++++++++++++++
function toNameFace(n){
var str = namMember[n];
/*
str += '<br />';
switch(n) {
//case -1 Because it is a sample, delete it
case -1: str+=""; break;
}*/
return str;
}
//-->
</script>
<style type="text/css">
<!--
#mainTable{
font-size: 19px;
font-family: 'Josefin Slab', serif;
text-align: center;
vertical-align: middle;
width: 410px;
margin-left: auto;
margin-right: auto;
border-collapse: separate;
border-spacing: 10px 5px;
}
#leftField{
width: 120px;
height: 150px;
border: 1px solid #000;
cursor: pointer;
}
#rightField{
width: 120px;
height: 150px;
border: 1px solid #000;
cursor: pointer;
}
.middleField{
width: 120px;
height: 70px;
border: 1px solid #000;
cursor: pointer;
}
a{
color: #5b17ba;
text-decoration : none;
}
a:hover{
color: #945ce3;
}
body {
width: 600px;
margin: 0 auto;
font-family: 'Josefin Slab', erif;
}
-->
</style>
<!-- BEGIN TUMBLR FACEBOOK OPENGRAPH TAGS --><!-- If you'd like to specify your own Open Graph tags, define the og:url and og:title tags in your theme's HTML. --><!-- Read more: http://ogp.me/ --><meta property="fb:app_id" content="48119224995" /><meta property="og:site_name" content="" /><meta property="og:title" content="Not Found" /><meta property="og:url" content="" /><meta property="og:description" content="The URL you requested could not be found." /><meta property="og:determiner" content="a" /><meta property="og:type" content="tumblr-feed:entry" /><meta property="og:image" content="http://assets.tumblr.com/images/og/text_200.png" /><!-- END TUMBLR FACEBOOK OPENGRAPH TAGS -->
<!-- TWITTER TAGS --><meta charset="utf-8"><meta name="twitter:card" content="summary" /><meta name="twitter:description" content="The URL you requested could not be found." /><meta name="twitter:title" content="Not Found" /><meta name="twitter:url" content="" /><meta name="twitter:site" content="tumblr" /><meta name="twitter:app:name:iphone" content="Tumblr" /><meta name="twitter:app:name:ipad" content="Tumblr" /><meta name="twitter:app:name:googleplay" content="Tumblr" /><meta name="twitter:app:id:iphone" content="305343404" /><meta name="twitter:app:id:ipad" content="305343404" /><meta name="twitter:app:id:googleplay" content="com.tumblr" /><meta name="twitter:app:url:iphone" content="tumblr://x-callback-url/blog?blogName=roosterteethcs&postID=&referrer=twitter-cards" /><meta name="twitter:app:url:ipad" content="tumblr://x-callback-url/blog?blogName=roosterteethcs&postID=&referrer=twitter-cards" /><meta name="twitter:app:url:googleplay" content="tumblr://x-callback-url/blog?blogName=roosterteethcs&postID=&referrer=twitter-cards" />
<script src="http://assets.tumblr.com/assets/scripts/tumblelog.js?_v=a9e2d0b0ade5958a1a2a936adf448061"></script> <meta http-equiv="x-dns-prefetch-control" content="off"/> <script src="http://assets.tumblr.com/assets/scripts/tumblelog_post_message_queue.js?_v=8a635a4514a95df9615127e354b374d0"></script><link rel="stylesheet" type="text/css" href="http://assets.tumblr.com/fonts/garamondclassicfs/stylesheet.css?v=3"><link rel="canonical" href="http://jesseepinkman.tumblr.com/5sosmem" /></head> <link href='http://fonts.googleapis.com/css?family=Josefin+Slab:600' rel='stylesheet' type='text/css'>
<body text="#000000" bgcolor="#ffffff" link="#0099ff" vlink="#0099ff" alink="#0099ff">
<p class="instructions"> <center><br /><br /> <b>Welcome to the CAMILA sorter.</b><br /> Note: hitting 'no opinion' or 'I like both' frequently will negatively affect your results. Note: If you make a mistake DO NOT click backspace unless you find extremely necessary. It will erase all your progress.<br /><br /></center>
</p>
<table id="mainTable" align="center">
<tbody><tr>
<td id="battleNumber" colspan="3" style="padding-bottom: 10px;" style="text-align:center;"><b>Battle #1<br>0% sorted.</b></td>
</tr>
<tr>
<td id="leftField" onclick="if(finishFlag==0) sortList(-1);" rowspan="2" style="text-align:center;"></td>
<td class="middleField" onclick="if(finishFlag==0) sortList(0);" style="text-align:center;">
I Like Both
</td>
<td id="rightField" onclick="if(finishFlag==0) sortList(1);" rowspan="2"style="text-align:center;"></td>
</tr>
<tr>
<td class="middleField" onclick="if(finishFlag==0) sortList(0);"style="text-align:center;">
No Opinion
</td>
</tr>
</tbody></table>
<br><br>
<div id="resultField" style="text-align: center;">
<br>
</div>
<script type="text/javascript">
<!--
initList();
showImage();
//-->
</script> <p class="other"> <center><small><br />This page was made by <a href="http://twitter.com/gomezquality">gomezquality</a>.</small></center></small> </p>
3 notes · View notes
sololinuxes · 6 years ago
Text
Acelerar mi web con dns-prefetch
Tumblr media
Acelerar mi web con dns-prefetch (captación previa de DNS). La técnica dns-prefetch o captación previa de dns, es una operación en la que el servidor de nombres de dominio se resuelve en segundo plano para una URL determinada, para que me entiendas mejor... carga la url del dominio antes de que hagas click en el. La captación previa de DNS mejora el rendimiento del front-end de una web de forma considerable. Podemos decirle al navegar que debe precargar y que no debe precargar, sin ninguna intervención del usuario incluso antes de que el cliente visualice el recurso. Una página web contiene recursos que se cargan desde varios dominios, la captación previa de DNS comunica al navegador web que hay activos web, como un archivo de datos, una imagen o un archivo de audio, que se van a necesitar más adelante; el navegador escucha la propuesta y resuelve el servidor de nombres de dominio en segundo plano, por ejemplo las fuentes de google. Pero claro, como todo en está vida no todo es de color de rosa. Y es que dns-prefretch no siempre es compatible con todos los navegadores, solo con los modernos. Por ejemplo, si eres de los que aun utilizan el vetusto Internet explorer debes saber que IE 11 y anteriores no son compatibles. OJO!!!, eso no quiere decir que no veras la web, no, simplemente no puedes aprovecharte de esta aceleración extra. En la siguiente imagen puedes ver como trabaja.
Tumblr media
dns prefetch  
Acelerar mi web con dns-prefetch
Implantar la captación previa de DNS (dns-prefetch) es un proceso sencillo. Debes agregar una etiqueta que contenga rel="dns-prefetch" entre los y de tu sitio web. Vemos un ejemplo: Ahora completo, tal como debería verse en tu sitio web. Como puedes ver implantar dns-prefetch es sencillo, ademas cuenta con la particularidad de que es un sistema muy extendido. Si usas algún CMS por ejemplo Wordpress, debes saber que es posible acelerar Wordpress con esta técnica (ya que estamos te invito a visitar SoloWordpress.es que la tiene activada). Muchos de los plugins de cache la llevan incorporada, incluso algunas templates la incluyen para su uso interno. Mira la imagen siguiente:
Tumblr media
Prefetching en theme de Wordpress  
Que DNS debo pre-cargar?
Bueno, pues esa es la gran pregunta jajaj. Todo depende de tu sitio web y lo que necesites, pero revisando las métricas de GTmetrix te puedes hacer una idea. Aun dicho lo anterior te pongo un listado de las más comunes, muchas de ellas implantadas en nuestros sitios web.   Notas finales y apuntes varios Recuerda que los navegadores web buscan el encabezado HTTP de X-DNS-Prefetch-Control (no distingue entre mayúsculas y minúsculas) con el valor ON / OFF, dependiendo de su respuesta cambia el comportamiento. Si una página está excluida de la pre-carga se ignoraran los sucesivos reintentos. La captación previa de DNS es compatible con los principales navegadores (Safari 5.0+, IE 9.0+ (no 100%, mejor usa el 11), Firefox 3.5+, Google Chrome). Lamentablemente parece que no interesa esta fabulosa técnica con dispositivos móviles (nos meten AMP hasta por las orejas), no es efectiva con  iOS Safari, Opera Mini y Android Browser.   Canales de Telegram: Canal SoloLinux – Canal SoloWordpress Espero que este articulo te sea de utilidad, puedes ayudarnos a mantener el servidor con una donación (paypal), o también colaborar con el simple gesto de compartir nuestros artículos en tu sitio web, blog, foro o redes sociales.   Read the full article
0 notes
meghannportfolio · 6 years ago
Photo
Tumblr media
De vorige code werkte niet meer als ik er iets aan veranderde dus ik heb een basis code gevonden wat ik helemaal aan ga passen.
<html> <head>
   <title>{Title}</title>    <link rel="shortcut icon" href="{Favicon}">    <link rel="altertnate" type="application/rss+xml" href="{RSS}">    <meta name="description" content="" />    <meta http-equiv="x-dns-prefetch-control" content="off"/>
<!---META TAGS--->
<meta name="image:Sidebar" content=""/> <meta name="color:Background" content="#fff"/> <meta name="color:Text" content="#555"/> <meta name="color:Links" content="#000"/> <meta name="color:Links hover" content="#eee"/> <meta name="text:Link 1" content=""/> <meta name="text:Link 1 url" content=""/> <meta name="text:Link 2" content=""/> <meta name="text:Link 2 url" content=""/> <meta name="text:Link 3" content=""/> <meta name="text:Link 3 url" content=""/>
<!---BASE CODE BY BISEXUALAMY - YOU MUST CREDIT ME IN YOUR THEME POST--->
<style type="text/css">
/*EDIT MAIN FONT AND BACKGROUND COLOR*/
body { font-size: 11px; font-family: Arial, Calibri, sans-serif; color: {color:text}; background-color: {color:background}; }
/*EDIT MAIN LINKS*/
a {    color: {color:links};    text-decoration: none;    -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; }
/*EDIT MAIN LINKS HOVER*/
a:hover {    color: {color:links hover};    -moz-transition-duration: 0.5s; -o-transition-duration: 0.5s; -webkit-transition-duration: 0.5s; transition-duration: 0.5s; }
/*EDIT THEME CONTAINER*/
.container {    width: 800px;    margin: auto; }
/*EDIT SIDEBAR CONTAINER*/
.sidebar {    width: 250px;    position: fixed;    margin-top: 10%; }
/*EDIT TITLE*/
.title {    font-family: serif;    font-size: 25px;    text-align: right;    font-style: italic;    text-transform: lowercase;    font-weight: bold; }
/*EDIT SIDEBAR IMAGE*/
.sidebar img {    width: 250px; }
/*EDIT SIDEBAR LINKS*/
.sblinks {    padding-top: 10px;    padding-bottom: 5px;    text-transform: uppercase;    text-align: center;    font-size: 10px; }
/*EDIT DESCRIPTION*/
.desc {    width: 230px;    text-align: center;    padding-left: 10px; }
/*EDIT PAGINATION*/
.pagi {    text-align: center; }
.pagi a {    font-size: 15px;    width: 270px;    text-align: center;    position: relative;    top: 10px; }
/*EDIT POST CONTAINERS*/
.postcon {    width: 500px;    margin-left: 300px; }
.posts {    margin-bottom: 20px;    padding: 20px; }
/*EDIT POST TITLES*/
h1 {    text-align: center;    text-transform: lowercase;    font-family: serif;    font-style: italic; }
/*EDIT QUOTE POSTS*/
h2 {    text-align: center;    text-transform: lowercase;    font-family: serif;    font-style: italic;    font-size: 20px; }
.source {    text-align: center; }
/*EDIT TEXT POST DETAILS*/
.posts li {    list-style: disc; }
.posts blockquote {    border-left: 1px solid {color:text};    padding-left: 10px; }
/*EDIT QUESTION POSTS*/
.question {    font-weight: bold; }
.answer {    width: 500px; }
/*EDIT CHAT POSTS*/
.convo {    list-style: none;    line-height: 120%; }
.label {    text-transform: uppercase;    padding-right: 2px;    font-weight: bold; }
/*EDIT AUDIO POSTS*/
.playbutton {    width: 25px;    height: 28px;    padding: 5px;    overflow: hidden;    position: relative;    z-index: 1000 }
.playbox {    background-color: #fff;    position: absolute;    z-index: 1000;    margin-top: 17px;    margin-left: 17px;    opacity: .7; }
.audiodesc {    position: relative;    left: 5px;    top: -12px;    font-size: 11px; }
/*EDIT POST INFO*/
.postinfo {    text-align: center;    text-transform: lowercase;    padding-top: 10px; }
/*EDIT TAGS*/
.tags {    text-align: center;    padding-top: 5px; }
/*EDIT POSTNOTES*/
.postnotes {    line-height: 200%;    text-align: center;    margin-top: 20px;    list-style: none;    margin-left: -25px }
.postnotes ol.notes {    list-style-type: none; }
.postnotes li {    list-style-type: none; }
.postnotes img.avatar {    width: 0px;    height: 0px; }
/*EDIT CREDIT - YOU MUST CREDIT ME IN THE POST OF YOUR THEME*/
.credit a {    position: fixed;    bottom: 10px;    right: 10px; }
</style>   </head>
<body>
<div class="container">
<!---SIDEBAR--->
<div class="sidebar">
<div class="title">{Title}</div>
<img src="{image:sidebar}">
<div class="sblinks">
<a href="/" style="padding-right: 10px;">home</a> <a href="/ask" style="padding-right: 10px;">ask</a> <a href="{text:link 1 url}" style="padding-right: 10px;">{text:link 1}</a> <a href="{text:link 2 url}" style="padding-right: 10px;">{text:link 2}</a> <a href="{text:link 3 url}" style="padding-right: 10px;">{text:link 3}</a>
</div>
<div class="desc">{Description}</div>
<div class="pagi"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}{/block:Pagination}     </div>
</div>
<!---END SIDEBAR--->
<!---POSTS--->
<div class="postcon"> {block:Posts} <div class="posts">
{block:Text} {block:Title}<h1>{Title}</h1>{/block:Title} {Body} {/block:Text}
{block:Answer} <div class="question">{Asker} asked: {Question}</div> <div class="answer">{Answer}</div> {/block:Answer}
{block:Quote} <h2>{Quote}</h2> {block:Source}<div class="source">{Source}</div>{/block:Source}     {/block:Quote}
{block:Link} <h1><a href="{URL}">{Name}</a></h1> {block:Description}{Description}{/block:Description}     {/block:Link}
{block:Chat} {block:Title}<h1>{Title}</h1>{/block:Title} <div class="convo">{block:Lines}<div class="line">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</div>{/block:Lines}</div> {/block:Chat}
{block:Photo} {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}
{block:Caption}{Caption}{/block:Caption} {/block:Photo}
{block:Photoset} {Photoset-500} {block:Caption}{Caption}{/block:Caption} {/block:Photoset}
{block:Audio} <table><tr><td><div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div> {block:AlbumArt}<img src="{AlbumArtURL}" height="70" width="70">{/block:AlbumArt}</td> <td><div class="audiodesc">{block:TrackName}<b>Title:</b> {TrackName}<br>{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist} {block:Album}<b>Album:</b> {Album}<br>{/block:Album}</div></td></tr></table>{block:Caption}{Caption}{/block:Caption} {/block:Audio}
{block:Video} {Video-500} {block:Caption}{Caption}{/block:Caption} {/block:Video}
<!---END POSTS--->
<!---POST INFO--->
<div class="postinfo">
<a href="{Permalink}" style="padding-left: 5px; padding-right; 5px;">{block:Date} {ShortMonth} {DayOfMonthWithZero}{/block:Date}</a>
<a href="{Permalink}" style="padding-left: 5px; padding-right; 5px;">{block:NoteCount}+{NoteCount}{/block:NoteCount}</a>
{block:RebloggedFrom}<a href="{ReblogParentURL}" style="padding-left: 5px; padding-right; 5px;">via</a>
<a href="{ReblogRootURL}" style="padding-left: 5px; padding-right; 5px;">source</a>{/block:RebloggedFrom}
<a href="{ReblogURL}" target="_blank" style="padding-left: 5px; padding-right; 5px;">reblog</a>
<div class="tags">{block:HasTags} {block:Tags} <a href="/tagged/{TAG}" style="margin-right: 3px;">#{TAG}</a> {/block:Tags} {/block:HasTags}</div>
{block:PostNotes}<div class="postnotes">{PostNotes}</div>{/block:PostNotes}
</div>
</div> {/block:Posts} </div>
<!---END POST INFO--->
</div>
</body> <!---CREDIT---> <div class="credit"><a href="http://bisexualamy.tumblr.com/">▲▲▲</a></div> </html>
0 notes
retro-gradereviews-blog · 6 years ago
Text
<!DOCTYPE html> <script>var __pbpa = true;</script><script>var translated_warning_string = 'Warning: Never enter your Tumblr password unless \u201chttps://www.tumblr.com/login\u201d\x0ais the address in your web browser.\x0a\x0aYou should also see a green \u201cTumblr, Inc.\u201d identification in the address bar.\x0a\x0aSpammers and other bad guys use fake forms to steal passwords.\x0a\x0aTumblr will never ask you to log in from a user\u2019s blog.\x0a\x0aAre you absolutely sure you want to continue?';</script><script type="text/javascript" language="javascript" src="http://assets.tumblr.com/assets/scripts/pre_tumblelog.js?_v=66ac555bc5745ebe20abdae7cbc40704"></script> <!doctype HTML> <link rel="shortcut icon" href="http://sv.tinypic.com?ref=qq68e9">
<html>
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
<meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">
<meta http-equiv="Content-Style-Type" content="text/css">
<meta http-equiv="Content-Script-Type" content="text/javascript">
<script type="text/javascript">
<!--
var namMember = new Array(
"option 1",
"option 2",
"option 3",
"option 4",
"option 5"
);
//*********************************************************
var lstMember = new Array();
var parent = new Array();
var equal = new Array();
var rec = new Array();
var cmp1,cmp2;
var head1,head2;
var nrec;
var numQuestion;
var totalSize;
var finishSize;
var finishFlag;
//The initialization of the variable+++++++++++++++++++++++++++++++++++++++++++++
function initList(){
var n = 0;
var mid;
var i;
//The sequence that you should sort
lstMember[n] = new Array();
for (i=0; i<namMember.length; i++) {
lstMember[n][i] = i;
}
parent[n] = -1;
totalSize = 0;
n++;
for (i=0; i<lstMember.length; i++) {
//And element divides it in two/more than two
//Increase divided sequence of last in first member
if(lstMember[i].length>=2) {
mid = Math.ceil(lstMember[i].length/2);
lstMember[n] = new Array();
lstMember[n] = lstMember[i].slice(0,mid);
totalSize += lstMember[n].length;
parent[n] = i;
n++;
lstMember[n] = new Array();
lstMember[n] = lstMember[i].slice(mid,lstMember[i].length);
totalSize += lstMember[n].length;
parent[n] = i;
n++;
}
}
//Preserve this sequence
for (i=0; i<namMember.length; i++) {
rec[i] = 0;
}
nrec = 0;
//List that keeps your results
//Value of link initial
// Value of link initial
for (i=0; i<=namMember.length; i++) {
equal[i] = -1;
}
cmp1 = lstMember.length-2;
cmp2 = lstMember.length-1;
head1 = 0;
head2 = 0;
numQuestion = 1;
finishSize = 0;
finishFlag = 0;
}
//リストのソート+++++++++++++++++++++++++++++++++++++++++++
//flag:Don't know characters
// -1:Chose the left
// 0:Tie
// 1:Chose the right
function sortList(flag){
var i;
var str;
//rec preservation
if (flag<0) {
rec[nrec] = lstMember[cmp1][head1];
head1++;
nrec++;
finishSize++;
while (equal[rec[nrec-1]]!=-1) {
rec[nrec] = lstMember[cmp1][head1];
head1++;
nrec++;
finishSize++;
}
}
else if (flag>0) {
rec[nrec] = lstMember[cmp2][head2];
head2++;
nrec++;
finishSize++;
while (equal[rec[nrec-1]]!=-1) {
rec[nrec] = lstMember[cmp2][head2];
head2++;
nrec++;
finishSize++;
}
}
else {
rec[nrec] = lstMember[cmp1][head1];
head1++;
nrec++;
finishSize++;
while (equal[rec[nrec-1]]!=-1) {
rec[nrec] = lstMember[cmp1][head1];
head1++;
nrec++;
finishSize++;
}
equal[rec[nrec-1]] = lstMember[cmp2][head2];
rec[nrec] = lstMember[cmp2][head2];
head2++;
nrec++;
finishSize++;
while (equal[rec[nrec-1]]!=-1) {
rec[nrec] = lstMember[cmp2][head2];
head2++;
nrec++;
finishSize++;
}
}
//Processing after finishing with one list
if (head1<lstMember[cmp1].length && head2==lstMember[cmp2].length) {
//List the remainder of cmp2 copies, list cmp1 copies when finished scanning
while (head1<lstMember[cmp1].length){
rec[nrec] = lstMember[cmp1][head1];
head1++;
nrec++;
finishSize++;
}
}
else if (head1==lstMember[cmp1].length && head2<lstMember[cmp2].length) {
//List the remainder of cmp1 copies, list cmp2 copies when finished scanning
while (head2<lstMember[cmp2].length){
rec[nrec] = lstMember[cmp2][head2];
head2++;
nrec++;
finishSize++;
}
}
//When it arrives at the end of both lists
//Update a pro list
if (head1==lstMember[cmp1].length && head2==lstMember[cmp2].length) {
for (i=0; i<lstMember[cmp1].length+lstMember[cmp2].length; i++) {
lstMember[parent[cmp1]][i] = rec[i];
}
lstMember.pop();
lstMember.pop();
cmp1 = cmp1-2;
cmp2 = cmp2-2;
head1 = 0;
head2 = 0;
//Initialize the rec before performing the new comparison
if (head1==0 && head2==0) {
for (i=0; i<namMember.length; i++) {
rec[i] = 0;
}
nrec = 0;
}
}
if (cmp1<0) {
str = "battle #"+(numQuestion-1)+"<br>"+Math.floor(finishSize*100/totalSize)+"% sorted.";
document.getElementById("battleNumber").innerHTML = str;
showResult();
finishFlag = 1;
}
else {
showImage();
}
}
//The results+++++++++++++++++++++++++++++++++++++++++++++++
//順位=Rank/Grade/Position/Standing/Status
//名前=Identification term
function showResult() {
var ranking = 1;
var sameRank = 1;
var str = "";
var i;
str += "<table style=\"width:200px; font-size:18px; line-height:120%; margin-left:auto; margin-right:auto; border:1px solid #000; border-collapse:collapse\" align=\"center\">";
str += "<tr><td style=\"color:#ffffff; background-color:#e097d9; text-align:center;\">rank<\/td><td style=\"color:#ffffff; background-color:#e097d9; text-align:center;\">options<\/td><\/tr>";
for (i=0; i<namMember.length; i++) {
str += "<tr><td style=\"border:1px solid #000; text-align:center; padding-right:5px;\">"+ranking+"<\/td><td style=\"border:1px solid #000; padding-left:5px;\">"+namMember[lstMember[0][i]]+"<\/td><\/tr>";
if (i<namMember.length-1) {
if (equal[lstMember[0][i]]==lstMember[0][i+1]) {
sameRank++;
} else {
ranking += sameRank;
sameRank = 1;
}
}
}
str += "<\/table>";
document.getElementById("resultField").innerHTML = str;
}
//Indicates two elements to compare+++++++++++++++++++++++++++++++++++
function showImage() {
var str0 = "battle #"+numQuestion+"<br>"+Math.floor(finishSize*100/totalSize)+"% sorted.";
var str1 = ""+toNameFace(lstMember[cmp1][head1]);
var str2 = ""+toNameFace(lstMember[cmp2][head2]);
document.getElementById("battleNumber").innerHTML = str0;
document.getElementById("leftField").innerHTML = str1;
document.getElementById("rightField").innerHTML = str2;
numQuestion++;
}
//Convert numeric value into a name (emoticon)+++++++++++++++++++++++++++++++
function toNameFace(n){
var str = namMember[n];
/*
str += '<br />';
switch(n) {
//case -1 Because it is a sample, delete it
case -1: str+=""; break;
}*/
return str;
}
//-->
</script>
<style type="text/css">
<!--
#mainTable{
font-size: 19px;
font-family: 'Times New Roman', serif;
text-align: center;
vertical-align: middle;
width: 410px;
margin-left: auto;
margin-right: auto;
border-collapse: separate;
border-spacing: 10px 5px;
}
#leftField{
width: 120px;
height: 150px;
border: 1px solid #000;
cursor: pointer;
}
#rightField{
width: 120px;
height: 150px;
border: 1px solid #000;
cursor: pointer;
}
.middleField{
width: 120px;
height: 70px;
border: 1px solid #000;
cursor: pointer;
}
a{
color: #e097d9;
text-decoration : none;
}
a:hover{
color: #8f8f8f;
}
body {
width: 600px;
margin: 0 auto;
font-family: 'Times New Roman', erif;
}
-->
</style>
<!-- BEGIN TUMBLR FACEBOOK OPENGRAPH TAGS --><!-- If you'd like to specify your own Open Graph tags, define the og:url and og:title tags in your theme's HTML. --><!-- Read more: http://ogp.me/ --><meta property="fb:app_id" content="48119224995" /><meta property="og:site_name" content="" /><meta property="og:title" content="Not Found" /><meta property="og:url" content="" /><meta property="og:description" content="The URL you requested could not be found." /><meta property="og:determiner" content="a" /><meta property="og:type" content="tumblr-feed:entry" /><meta property="og:image" content="http://assets.tumblr.com/images/og/text_200.png" /><!-- END TUMBLR FACEBOOK OPENGRAPH TAGS -->
<!-- TWITTER TAGS --><meta charset="utf-8"><meta name="twitter:card" content="summary" /><meta name="twitter:description" content="The URL you requested could not be found." /><meta name="twitter:title" content="Not Found" /><meta name="twitter:url" content="" /><meta name="twitter:site" content="tumblr" /><meta name="twitter:app:name:iphone" content="Tumblr" /><meta name="twitter:app:name:ipad" content="Tumblr" /><meta name="twitter:app:name:googleplay" content="Tumblr" /><meta name="twitter:app:id:iphone" content="305343404" /><meta name="twitter:app:id:ipad" content="305343404" /><meta name="twitter:app:id:googleplay" content="com.tumblr" /><meta name="twitter:app:url:iphone" content="tumblr://x-callback-url/blog?blogName=roosterteethcs&postID=&referrer=twitter-cards" /><meta name="twitter:app:url:ipad" content="tumblr://x-callback-url/blog?blogName=roosterteethcs&postID=&referrer=twitter-cards" /><meta name="twitter:app:url:googleplay" content="tumblr://x-callback-url/blog?blogName=roosterteethcs&postID=&referrer=twitter-cards" />
<script src="http://assets.tumblr.com/assets/scripts/tumblelog.js?_v=a9e2d0b0ade5958a1a2a936adf448061"></script> <meta http-equiv="x-dns-prefetch-control" content="off"/> </head> <link href='http://fonts.googleapis.com/css?family=Josefin+Slab:600' rel='stylesheet' type='text/css'>
<body text="#000000" bgcolor="#ffffff" link="#e097d9" vlink="#e097d9" alink="#79a2c9">
<p class="instructions"> <center><br /><br /> <b>SORTER NAME</b><br /><br>pick who you like better in each battle to get an accurate list of your<br />favorite members from the group.<br />note: hitting 'no opinion' or 'I like both' frequently will negatively affect your results.<br /><br /></center>
</p>
<table id="mainTable" align="center">
<tbody><tr>
<td id="battleNumber" colspan="3" style="padding-bottom: 10px;" style="text-align:center;"><b>battle #1<br>0% sorted.</b></td>
</tr>
<tr>
<td id="leftField" onclick="if(finishFlag==0) sortList(-1);" rowspan="2" style="text-align:center;"></td>
<td class="middleField" onclick="if(finishFlag==0) sortList(0);" style="text-align:center;">
I like both
</td>
<td id="rightField" onclick="if(finishFlag==0) sortList(1);" rowspan="2"style="text-align:center;"></td>
</tr>
<tr>
<td class="middleField" onclick="if(finishFlag==0) sortList(0);"style="text-align:center;">
no opinion
</td>
</tr>
</tbody></table>
<br><br>
<div id="resultField" style="text-align: center;">
<br>
</div>
<script type="text/javascript">
<!--
initList();
showImage();
//-->
</script> <p class="other"> <center><small><br /><br />used with permission.<br /><br/><a href="http://biasorter.tumblr.com/">created by biasorter</a>. </small></center></small> </p>
<!-- BEGIN TUMBLR CODE --><iframe id="tumblr_controls" width="1" height="1" frameborder="0" scrolling="no" style="position:absolute; z-index:2147483647; top:0; right:0; border:0; background-color:transparent; overflow:hidden; " src="http://assets.tumblr.com/assets/html/iframe/o.html?_v=dddebe193046ef922006b33d60687b05#src=http%3A%2F%2Froosterteethcs.tumblr.com%2Fask&lang=en_US&name=roosterteethcs&avatar=http%3A%2F%2Fassets.tumblr.com%2Fimages%2Fdefault_avatar%2Fpyramid_open_64.png&title=rt+character+sorter&url=http%3A%2F%2Froosterteethcs.tumblr.com%2F&page_slide=slide"></iframe><div id="teaser_iframe_container" style="display:none;"><iframe scrolling="no" frameborder="0" src="http://www.tumblr.com/assets/html/iframe/teaser.html?_v=0334cdd0135fa4ea13587cd37c2dcf98#src=http%3A%2F%2Froosterteethcs.tumblr.com%2Fask&lang=en_US&name=roosterteethcs&avatar=http%3A%2F%2Fassets.tumblr.com%2Fimages%2Fdefault_avatar%2Fpyramid_open_64.png&title=rt+character+sorter&url=http%3A%2F%2Froosterteethcs.tumblr.com%2F&page_slide=slide" id="teaser_iframe" width="1" height="1"></iframe></div><!--[if IE]><script type="text/javascript">document.getElementById('tumblr_controls').allowTransparency=true;</script><![endif]--><iframe onload="javascript:this.contentWindow.postMessage(['tick_google_analytics', '/ask?route=404_page'].join(';'), this.src.split('/analytics.html')[0]);  COMSCORE = true;this.contentWindow.postMessage('enable_comscore;' + window.location, this.src.split('/analytics.html')[0]);" src="http://assets.tumblr.com/analytics.html?9bbb9e7732da937858cd0531689c20b1" scrolling="no" width="1" height="1" frameborder="0" style="background-color:transparent; overflow:hidden; position:absolute; top:0; left:0 z-index:9999;" id="ga_target"></iframe><script type="text/javascript">      var _qevents = _qevents || [];
     (function() {       var elem = document.createElement('script');
      elem.src = (document.location.protocol == "https:" ? "https://secure" : "http://edge") + ".quantserve.com/quant.js";       elem.async = true;       elem.type = "text/javascript";       var scpt = document.getElementsByTagName('script')[0];       scpt.parentNode.insertBefore(elem, scpt);      })();    </script><script type="text/javascript">        _qevents.push( { qacct: 'p-19UtqE8ngoZbM' } );    </script><noscript><div style="display: none;"><img src="//pixel.quantserve.com/pixel/'p-19UtqE8ngoZbM'.gif" height="1" width="1" alt="Quantcast"/></div></noscript><script type="text/javascript">!function(s){s.src='http://www.tumblr.com/impixu?T=1389854658&J=eyJ0eXBlIjoidXJsIiwidXJsIjoiaHR0cDpcL1wvcm9vc3RlcnRlZXRoY3MudHVtYmxyLmNvbVwvYXNrIiwicmVxdHlwZSI6MCwicm91dGUiOiI0MDRfcGFnZSJ9&U=GJPMNFPHIN&K=745811f0e9615242e744b26218c2e56a6c6b184a1315e6c9e9e871a0c242e3ab&R=http%3A%2F%2Froosterteethcs.tumblr.com%2F'.replace(/&R=[^&$]*/,'').concat('&R='+escape(document.referrer)).slice(0,2000).replace(/%.?.?$/,'');}(new Image());</script><noscript><img style="position:absolute;z-index:-3334;top:0px;left:0px;visibility:hidden;" src="http://www.tumblr.com/impixu?T=1389854658&J=eyJ0eXBlIjoidXJsIiwidXJsIjoiaHR0cDpcL1wvcm9vc3RlcnRlZXRoY3MudHVtYmxyLmNvbVwvYXNrIiwicmVxdHlwZSI6MCwicm91dGUiOiI0MDRfcGFnZSIsIm5vc2NyaXB0IjoxfQ==&U=GJPMNFPHIN&K=c7a8ec33be24dcae3b08d0ffc26af0508ef65362a18101b8963123d054b7f79e&R=http%3A%2F%2Froosterteethcs.tumblr.com%2F"></noscript><script type="text/javascript" src="http://l.yimg.com/ss/rapid-3.9.js"></script><script>                    (function(YAHOO) {                        if (YAHOO) {                            YAHOO.i13n.beacon_server = 'nol.yahoo.com';                            var keys = { pd:'404_page', _li:0, i_rad:0, i_strm:0 };                            YAHOO.rapid = new YAHOO.i13n.Rapid({spaceid:1197719233, oo:1, client_only:1, yql_enabled:false, keys:keys});                        }                    })(window.YAHOO);                </script><!-- END TUMBLR CODE -->
</body>
</html>
0 notes
frankenbit · 6 years ago
Text
BMP files use three consecutive pairs of Hexadecimal characters to determine a single pixel's color, as RGB. For the raw data of the uploaded file, this is the resulting image. If this were an audio file, you can easily test the verisimilitude of this process by uploading this picture to frankenbit, where it will be converted to the original audio file, not unlike a needle reading the grooves on a vinyl record
WAV files use a sample rate which is a function of frequency over time. If this file was a picture, you can easily test the verisimilitude of the process by uploading this audio file to frankenbit, where it will be converted to the original picture file.
A rendering of the picture with no wrapping of the pixels, as if all pixels were rendered horizontally, and then the image were stretched vertically. This allows you to see patterns more easily, as the x axis represents the beginning and end of the file more faithfully.
head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="x-dns-prefetch-control" content="on" /> <meta name="msapplication-TileImage" content="http
The raw data of the file represented in head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta http-equiv="x-dns-prefetch-control" content="on" /> <meta name="msapplication-TileImage" content="http. A perfect way to embed private and/or encrypted data to better hide it.
686561643e0a20202020202020203c6d65746120687474702d65717569763d22436f6e74656e742d547970652220636f6e74656e743d22746578742f68746d6c3b20636861727365743d7574662d3822202f3e0a20202020202020203c6d65746120687474702d65717569763d22782d646e732d70726566657463682d636f6e74726f6c2220636f6e74656e743d226f6e22202f3e0a3c6d657461206e616d653d226d736170706c69636174696f6e2d54696c65496d6167652220636f6e74656e743d2268747470
The raw data of the file represented in hexidecimal.
1101000110010111000011100100111110101010000010000010000010000010000010000010000010000011110011011011100101111010011000011000001101000111010011101001110000101101110010111100011110101110100111101101111011000101000011110111111011101110100110010111011101110100101101101010011110011110000110010110001010000011000111101111110111011101001100101110111011101001111011000101110100110010111110001110100101111110100011101001101101110110011101110000011000111101000110000111100101110011110010111101001111011110101111010011001101011011110001000101000001011111111101010100000100000100000100000100000100000100000100000111100110110111001011110100110000110000011010001110100
the raw data of the file represented in binary.
Make your own frankenbit monster at www.frankenbit.com
0 notes
prodics-blog · 6 years ago
Text
01. THEME CODE
<html> <head>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<!--------------------------------------------           SPUNKHANDSOME THEMES # 99   THEME BY: http://britishrobert.tumblr.com/ (PREV SPUNKHANDSOME)
   RULES, IMPORTANT: DON'T REMOVE THE CREDIT // DON'T CLAIM AS YOUR OWN // DON'T USE AS A BASE
--------------------------------------------->
   <title>{Title}</title>    <link rel="shortcut icon" href="{Favicon}">    <link rel="altertnate" type="application/rss+xml" href="{RSS}">    <meta name="description" content="" />    <meta http-equiv="x-dns-prefetch-control" content="off"/>
   <meta name="color:Background" content="#FFFFFF">    <meta name="color:Link" content="#818181">    <meta name="color:Links BG" content="#FFFFFF">    <meta name="color:Links Title" content="#666666">    <meta name="color:Link Hover" content="#CECECE">    <meta name="color:Text" content="#474646">    <meta name="color:Scrollbar" content="#000000">    <meta name="color:Blockquote" content="#EAEAEA">    <meta name="color:Questions Border" content="#FBFBFB">    <meta name="color:Info Border" content="#F9F9F9">    <meta name="color:Sidebar Link Border" content="#FBFBFB">
   <meta name="text:Body Font Size" content="11px"/>    <meta name="text:Body Font" content="Arial"/>
   <meta name="if:Show 400px posts" content="0"/>    <meta name="if:Hover Tags" content="1"/>    <meta name="if:Show Link1" content="0" />    <meta name="if:Show Link2" content="0" />    <meta name="if:Show Link3" content="0" />    <meta name="if:Show Link4" content="0" />
   <meta name="text:link1" content="">    <meta name="text:link1 url" content="/">    <meta name="text:link1 hover" content="link1">    <meta name="text:link2" content="">    <meta name="text:link2 url" content="/">    <meta name="text:link2 hover" content="link2">    <meta name="text:link3" content="">    <meta name="text:link3 url" content="/">    <meta name="text:link3 hover" content="link3">    <meta name="text:link4" content="">    <meta name="text:link4 url" content="/">    <meta name="text:link4 hover" content="link4">
<link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700&subset=latin,cyrillic-ext' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Merriweather+Sans:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Inconsolata:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Josefin+Slab:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Cutive+Mono' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Rambla:400,700,400italic,700italic|Anaheim|Hammersmith+One&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Oranienbaum&subset=latin,latin-ext,cyrillic-ext,cyrillic' rel='stylesheet' type='text/css'>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script> <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script> <script> (function($){ $(document).ready(function(){ $("a[title]").style_my_tooltips({ tip_follows_cursor:true, tip_delay_time:90, tip_fade_speed:600, attribute:"title" }); }); })(jQuery); </script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script><script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
<style type="text/css">
   #scrollToTop:link,#scrollToTop:visited {    display: none;    font-family:Inconsolata;    text-transform:uppercase;    font-size:10px; }
   #s-m-t-tooltip {    max-width:300px;    padding:2px 2px 2px 2px;    margin:20px 0px 0px 20px;    margin-left:0px;    font-size:11px;    padding:2px;    font-family:calibri;    letter-spacing:1px;    font-weight:normal;    text-align:center;    text-transform:uppercase;    background-color:{color:Links BG};    color:{color:Links Title};    z-index:999999999999999999999999999999999999;    }
   ::-webkit-scrollbar {background-color:{color:Background}; height:4px; width:6px}    ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar}; height:50px}    ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar}; height:8px!important}
   h1 {    font-weight:normal;    font-size:11px;    text-align:center;    font-style:italic;    line-height:50%;    letter-spacing:0px;    font-family:Josefin Slab;    text-transform:none;    color:{color:text};    }
       h2 {    font-size:18px;    font-family:Open Sans Condensed;    letter-spacing:0px;    margin-bottom:10px;    padding-bottom:5px;    font-weight:normal;    line-height:90%;    text-transform:lowercase;    color: {color:Text};    margin: 0px;    border-bottom:1px solid {color:Info Border};        }
   pre {    {block:ifNotShow400pxposts}    width:500px;    {/block:ifNotShow400pxposts}    {block:ifShow400pxposts}    width:400px;    {/block:ifShow400pxposts}    font-size:11px;    font-family:cutive mono;    text-align: left;    word-wrap: break-word;    color:{color:Text};    }
   code {    font-size:11px;    font-family:arial;    }
   code a {        color: {color:Link};    }
   blockquote {    border-left:1px solid {color:Blockquote};    padding-left:6px;    margin:8px;    }
   blockquote img {    max-width:470px;    }
   body {        color: {color:Text};    line-height:90%;        background-color:{color:Background};}
       a {        color: {color:Link};    text-decoration: none;        -moz-transition-duration: 0.5s;        -o-transition-duration: 0.5s;        -webkit-transition-duration: 0.5s;        transition-duration: 0.5s;}
   a:hover {    color: {color:Link Hover};    text-decoration:underline;        -moz-transition-duration: 0.5s;        -o-transition-duration: 0.5s;        -webkit-transition-duration: 0.5s;        transition-duration: 0.5s;}
    .sidebar {    width:500px;    color:{color:Text};    margin:auto;    top:20px;    margin-left:200px;        position: absolute;        background-color:{color:};        padding-bottom:110px;    border-bottom:1px solid {color:Sidebar Link Border};    }
   .sidebar a {    color:{color:Link};    }
   .sidebar a:hover {    color:{color:Link Hover};    }
   .description {    text-transform:lowercase;    width:165px;    padding:2px;    line-height:115%;    text-align:justify;    font-size:9px;    font-family:arial;        position: absolute;    color:{color:Text};    letter-spacing:0px;    margin-left:30px;    margin-top:10px;    z-index:1000px;    }
   .description a:hover {    color:{color:Link Hover};    }
   .pagination {        position: absolute;    margin-top:20px;    padding:3px;    margin-left:240px;    font-family:arial;    font-size:11px;    text-transform:lowercase;    }
   .pagination a {    padding:3px;    color:{color:Text};    }
   .pagination a:hover {    color:{color:Link Hover};    }
   .sidebarlinks {    width:245px;    padding-bottom:4px;    margin-bottom:4px;    margin-left:340px;    line-height:290%;    font-size:11px;    font-family:arial;    text-transform:uppercase;        position: absolute;    font-weight:none;    text-align:left;    letter-spacing:1px;    word-spacing:16px;    }
   .sidebarlinks a {    color:{color:Text};    border-bottom:1px solid {color:Sidebar Link Border};    padding:3px;        -moz-transition-duration: 0.5s;        -o-transition-duration: 0.5s;        -webkit-transition-duration: 0.5s;        transition-duration: 0.5s;}
   .sidebarlinks a:hover {        color:{color:Link Hover};        -moz-transition-duration: 0.5s;        -o-transition-duration: 0.5s;        -webkit-transition-duration: 0.5s;        transition-duration: 0.5s;}
   .container {    width:900px;    margin: auto;    margin-top:-8px;    outline:0px solid {color:Posts Border};    }
   .postscontainer {    {block:ifNotShow400pxposts}    max-width:500px;    {/block:ifNotShow400pxposts}    {block:ifShow400pxposts}    max-width:400px;    {/block:ifShow400pxposts}    margin: auto;    margin-top:200px;    outline:0px solid {color:Posts Border};    }
   .posts {        font-size: {text:Body Font Size};        font-family: {text:Body Font};    font-weight:lighter;    {block:ifNotShow400pxposts}    width:500px;    {/block:ifNotShow400pxposts}    {block:ifShow400pxposts}    width:400px;    {/block:ifShow400pxposts}    line-height:100%;    margin-top:120px;    text-align:justify;    }
   .posts img {    {block:ifNotShow400pxposts}    max-width:500px;    {/block:ifNotShow400pxposts}    {block:ifShow400pxposts}    max-width:400px;    {/block:ifShow400pxposts}    }
   .info {    margin-top:23px;    padding-bottom:5px;    font-family:arial;    text-align:center;    text-transform:lowercase;    letter-spacing:0px;    font-size:9px;    border-bottom:1px solid {color:Info Border};    }
   .info a {    color:{color:Text};    }
   .info a:hover {    text-decoration:underline;    color:{color:Link Hover};    }
   .info2 {        font-size:9px;        font-family:arial;    text-transform:lowercase;    font-weight:lighter;    margin-top:4px;    margin-bottom:-3px;    text-align:center;    }
   .info2 a {    color:{color:Text};    }
   .info2 a:hover {    text-decoration:underline;    color:{color:Link Hover};    }
   .dashicons {    margin-top:5px;    {block:ifNotShow400pxposts}    margin-left:510px;    {/block:ifNotShow400pxposts}    {block:ifShow400pxposts}    margin-left:410px;    {/block:ifShow400pxposts}    padding-bottom:0px;    line-height:0%;    font-family:arial;    text-transform:lowercase;    letter-spacing:0px;    font-size:11px;    -webkit-transition:0.7s ease; position:absolute; opacity:0;    list-style: none;    }
.posts:hover .dashicons {    margin-top:5px;filter: alpha(opacity = 100); opacity:100;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out; }
.posts:hover .tags {    {block:ifHoverTags}    margin-top:7px;filter: alpha(opacity = 100); opacity:100;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out; {/block:ifHoverTags}}
   .tags {{block:ifHoverTags}    -webkit-transition:0.7s ease; position:absolute; opacity:0;    {/block:ifHoverTags}    {block:ifNotShow400pxposts}    width:500px;    {/block:ifNotShow400pxposts}    {block:ifShow400pxposts}    width:400px;    {/block:ifShow400pxposts}    margin-top:7px;    line-height:110%;    text-transform:none;    font-family:arial;    letter-spacing:0px;    font-size:9px;    font-weight:lighter;    text-align:center;    padding:0px;    border-top:0px solid {color:infobg};    -moz-transition-duration:0.5s;    -webkit-transition-duration:0.5s;    -o-transition-duration:0.5s;    }
   .tags a {    background-color:none;    color:{color:Link};    }
   .tags a:hover {    text-decoration:underline;    color:{color:Link Hover};    }
   .postnote {    {block:ifNotShow400pxposts}    width:500px;    {/block:ifNotShow400pxposts}    {block:ifShow400pxposts}    width:400px;    {/block:ifShow400pxposts}    font-family:calibri;    text-transform:lowercase;    font-style:normal;    letter-spacing:0px;    font-size:10px;    text-align:left;    line-height:90%;    margin-top:40px;    }
   .postnote li {    list-style-type:none;    border-bottom:1px solid {color:Questions Border};    padding:37px 0px 3px 0px;    text-align:left;    margin:0px;    -moz-transition-duration:0.5s;    -webkit-transition-duration:0.5s;    -o-transition-duration:0.5s;    }
   .postnote img {    align: left;    margin: 0px 2px -4px 1px;    padding: 3px;    }
   .music {    width:500px;    {block:ifShow400pxposts}    width:400px;    {/block:ifShow400pxposts}    padding-bottom:10px;    }
   .albumart {    float:left;    padding:10px 10px 10px 0px;    }
   .albumart img {    width:30px;    padding: 3px;    margin:2px 7px -3px 6px;    border:2px solid {color:Info Border};    border-radius:100px;    -webkit-border-radius:100px;    -moz-border-radius:100px;    }
   .playercontainer {    text-align:left;    padding:5px 5px -5px;    width:480px;    }
   .musicinfo {    padding:10px;    margin-top:9px;    color:{color:text};    }
   .quote {    font-size:18px;    font-family:Open Sans Condensed;    letter-spacing:0px;    line-height:90%;    font-weight:normal;    text-align:center;    text-transform:lowercase;    }
   .source {    font-family:calibri;    font-size:10px;    font-style:normal;    text-align:center;    line-height:17px;    }
   .chat ol {    font-family:Open Sans Condensed;    font-size:12px;    line-height:100%;    padding:0px;    list-style:none;    }    .label {    font-family:Open Sans Condensed;    text-transform:lowercase;    font-size:12px;    font-weight:bold;    color:{color:Text};    }    .line.odd {    padding:4px;    margin-bottom:2px;    }    .line.even {    padding:4px;    margin-bottom:2px;    }
       .ask {    font-size:18px;    font-family:Open Sans Condensed;    letter-spacing:0px;    text-align:left;    margin-top:3px;    text-transform:lowercase;        }
       .question {    {block:ifNotShow400pxposts}    width:500px;    {/block:ifNotShow400pxposts}    {block:ifShow400pxposts}    width:400px;    {/block:ifShow400pxposts}    letter-spacing:0px;    margin-top:10px;    padding-bottom:4px;    text-align:justify;    color:{color:Text};    border-bottom: 1px solid {color:Questions Border};    }
   .answer {    {block:ifNotShow400pxposts}    width:500px;    {/block:ifNotShow400pxposts}    {block:ifShow400pxposts}    width:400px;    {/block:ifShow400pxposts}    letter-spacing:0px;    text-align:justify;    padding-top:5px;    margin-bottom:1px;    color:{color:Text};    }
   .askimg {    padding: 3px;    margin:2px 7px -3px 6px;    border:2px solid {color:Info Border};    border-radius:100px;    -webkit-border-radius:100px;    -moz-border-radius:100px;    }
   .credit {    position:fixed;    font-family:calibri;    font-size:8px;    font-weight:normal;    line-height:150%;    letter-spacing:0px;    right:5px;    bottom:20px;    text-transform:uppercase;    text-align:center;    }
   .credit a {    font-style:normal;    padding:3px;    color:{color:Link};    -moz-transition-duration:0.5s;    -webkit-transition-duration:0.5s;    -o-transition-duration:0.5s;    }
</style>   </head>
<body> <div class="container"> <div class="sidebar"> <center> <div class="description"> {Description} </div> <div class="sidebarlinks"> <a title="THE FALLS ." href="/">01.</a> <a title="INCANTATIONS ." href="/ask">02.</a> {block:ifShowLink1}<br> <a title="{text:link1 hover}" href="{text:link1 url}">03.</a> {/block:IfShowLink1} {block:ifShowLink2} <a title="{text:link2 hover}" href="{text:link2 url}">04.</a> {/block:IfShowLink2}<br> {block:ifShowLink3} <a title="{text:link3 hover}" href="{text:link3 url}">05.</a> {/block:IfShowLink3} {block:ifShowLink4} <a title="{text:link4 hover}" href="{text:link4 url}">06.</a> {/block:IfShowLink4} </div> <center> {block:Pagination} <div class="pagination"> {block:PreviousPage} <a href="{PreviousPage}"> ←</a> <br>{/block:PreviousPage} {block:NextPage} <a href="{NextPage}"> →</a> {/block:NextPage} </div> {/block:Pagination} </center> </div>
<div class="postscontainer"> {block:Posts}
<div class="posts">
<div class="dashicons"> {ReblogButton size="13"} </div>
{block:Text} {block:Title}<h2>{Title}</h2>{/block:Title} {Body} {/block:Text}
{block:Quote}<div class="quote">“{Quote}”</div><center><div class="source">— {block:Source}{Source}{/block:Source}</div></center><br>{/block:Quote}
{/block:Quote}
{block:Link} <h2><a href="{URL}">{Name}</a></h2> {block:Description}{Description}{/block:Description}     {/block:Link}
{block:Chat}{block:Title}<h2>{Title}</h2>{/block:Title}<div class="chat"><ol>{block:Lines}<li class="line {Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines} </ol></div>{/block:Chat}
{block:Answer}<img src="{AskerPortraitURL-48}" width="20px" align="left" class="askimg"> <div class="ask"><span style="text-transform:lowercase;">{Asker} asked:</b></span></div> <div class="question">{Question}</div><div class="answer">{Answer}</div>{/block:answer}
{block:Photo} {LinkOpenTag}{block:ifNotShow400pxposts}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{/block:ifNotShow400pxposts} {block:ifShow400pxposts}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{/block:ifShow400pxposts}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption} {/block:Photo}
{block:Photoset} {block:ifNotShow400pxposts}{Photoset-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Photoset-400}{/block:ifShow400pxposts} {block:Caption}{Caption}{/block:Caption} {/block:Photoset}
{block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt} <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist} {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div> <br><div class="playercontainer">{AudioPlayerWhite}</div></div> {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
{block:Video} {block:ifNotShow400pxposts}{Video-500}{/block:ifNotShow400pxposts}{block:ifShow400pxposts}{Video-400}{/block:ifShow400pxposts} {block:Caption}{Caption}{/block:Caption} {/block:Video}
{block:Date}<div class="info"><a href="{Permalink}">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}</a>{block:NoteCount} +{NoteCount}{/block:NoteCount} </div>{/block:Date}
{block:PermalinkPage} <div class="info2">{block:RebloggedFrom} <a href="{ReblogParentURL}">{ReblogParentName}</a>{block:ContentSource} © <a href="{SourceURL}"></a><a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:ContentSource}{/block:RebloggedFrom}</div> {/block:PermalinkPage}
{block:HasTags} <div class="tags"> {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags} {/block:HasTags}</div>
<div class="postnote"> {block:PostNotes}{PostNotes}{/block:PostNotes} </div> {/block:Posts}
<div class="credit"><div class="credit"><a href="http://britishrobert.tumblr.com/"><u>britishrobert</a></u></div>
</div> </div> </div> </body>
noah fence but why is netflix obsessed with oversexualizing literally everything
#tbd.
#i   .    OUT  !
#it's quite disgusting tbh !!
#sex education .... atypical ..........
#like i'm all for sexual autistic / spectrum coded charas
#but don't exploit them or make it to be like ''oh you're an inexperienced pure autistic baby child''
#''go get yourself a pretty gf to use as your toy as we dehumanize both of you !! you're no longer adults n we're going to make this as uncom
#fy as possible !!''
0 notes
crimson-sage · 7 years ago
Text
<!DOCTYPE html> <script>var __pbpa = true;</script><script>var translated_warning_string = 'Warning: Never enter your Tumblr password unless \u201chttps://www.tumblr.com/login\u201d\x0ais the address in your web browser.\x0a\x0aYou should also see a green \u201cTumblr, Inc.\u201d identification in the address bar.\x0a\x0aSpammers and other bad guys use fake forms to steal passwords.\x0a\x0aTumblr will never ask you to log in from a user\u2019s blog.\x0a\x0aAre you absolutely sure you want to continue?';</script><script type="text/javascript" language="javascript" src="http://assets.tumblr.com/assets/scripts/pre_tumblelog.js?_v=d5b1303192ef61b63bd92b73fac711ca"></script>  <meta http-equiv="Content-Type" content="text/html; charset=Shift_JIS">  <meta http-equiv="Content-Script-Type" content="text/javascript">  <meta http-equiv="Content-Style-Type" content="text/css">  <meta http-equiv="pragma" content="no-cache">  <meta http-equiv="Cache-Control" content="no-cache">
 <noscript></noscript><script type="text/javascript" src="http://static.tumblr.com/8blsvta/AAUmlpa5y/mod_k-factory.js"></script>    <script type="text/javascript" src="http://static.tumblr.com/8blsvta/exTmlpa6o/fnc_main_v3.js"></script>  <script type="text/javascript" src="http://static.tumblr.com/u77fq8v/ldan1z9z7/aa.js"></script> <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
<title>Ace Attorney character sorter</title>  <style type="text/css">
#mainTable {   font-size: 14px;   font-family: 'Arial', sans-serif;   text-align: center;   vertical-align: middle;   width: 410px;   margin-left: auto;   margin-right: auto;   border-collapse: separate;   border-spacing: 10px 5px;
}
.tb_header {    padding-bottom: 10px;    font-family: Arial, Helvetica, sans-serif; }
#fldLeft    {    height: 180px; text-align: center; min-width: 120px; border: 1px solid #000; cursor:pointer;    padding:10px; font-family: Arial, Helvetica, sans-serif; } #fldRight   {    height: 180px; text-align: center;    padding:10px; min-width: 120px; border: 1px solid #000; cursor:pointer; font-family: Arial, Helvetica, sans-serif; } #fldMiddleT { text-align: center; min-width: 150px; height: 90px; border: 1px solid #000; cursor:pointer; font-family: Arial, Helvetica, sans-serif; } #fldMiddleB { text-align: center; width: 150px; height: 50px; padding:0px; border: 1px solid #000; cursor:pointer; font-family: Arial, Helvetica, sans-serif; }
.cbox { cursor:pointer; font-family: Arial, Helvetica, sans-serif; font-size: 9px; }
#resTable { width:200px; font-size:12px;    height:180px; line-height:100%; margin-left:auto; margin-right:auto; border:1px solid #000; border-collapse:collapse; text-align: center; font-family: Arial, Helvetica, sans-serif; }
.resTableH { color:#ffffff; background-color:#000000; text-align:center; font-family: Arial, Helvetica, sans-serif; } .resTableL { color:#000000; border:1px solid #000000; text-align:right; padding-right:5px; font-family: Arial, Helvetica, sans-serif; } .resTableR { color:#000000; border:1px solid #000000; padding-left:5px; font-family: Arial, Helvetica, sans-serif; }
a       { text-decoration:none;    font-size:15px; font-family: Arial, Helvetica, sans-serif; } a:hover { color:#99ccff;    font-size:15px; font-family: Arial, Helvetica, sans-serif; } <!-- .style4 {    font-family: Arial, Helvetica, sans-serif; color: #000000; font-weight: normal;    font-size:15px; } a:link { color: #990000;    font-size:15px; text-decoration: none; font-family: Arial, Helvetica, sans-serif; font-size:15px; } a { font-family: Arial, Helvetica, sans-serif; ;font-size:15px; } a:visited { text-decoration: none; color: #6600FF;font-size:15px; font-size: 11px; font-family: Arial, Helvetica, sans-serif; } a:hover { text-decoration: none; color: #FF6600; font-size:15px; font-family: Arial, Helvetica, sans-serif; } a:active { text-decoration: none; font-size:15px; font-family: Arial, Helvetica, sans-serif; } body { background-color:#ffffff;} -->  </style>
<script type="text/javascript" src="http://assets.tumblr.com/assets/scripts/tumblelog.js?_v=dd8c4ed07e8aca559e5b8ae3e21a2de6"></script><meta http-equiv="x-dns-prefetch-control" content="off"/>
</head><body onLoad="startup()">  <div align="center">   <table id="mainTable">    <thead>     <tr>      <td colspan="9" class="tb_header">Battle No. <span id="lblCount">-</span><br> <span id="lblProgress">0</span>% sorted.<br>       <div align="center"><span id="GaGprog"></span></div>      </td>     </tr>    </thead>    <tbody>     <tr>      <td id="fldLeft" onClick="fnc_Sort(-1);" rowspan="2"><img src="http://i.imgur.com/iQczVTe.png"></td>  <td style="border: 0px; width: 7px;" rowspan="2"></td>      <td id="fldMiddleT" onClick="fnc_Sort(0);"><p>Read <br>Instructions<br> Below</p>        </td>  <td style="border: 0px; width: 7px;" rowspan="2"></td>      <td id="fldRight" onClick="fnc_Sort(1);" rowspan="2"><img src="http://i.imgur.com/vSk4zW3.png"></td>     </tr>     <tr>      <td id="fldMiddleB" onClick="fnc_Undo();"> Click to Start!</p></td>     </tr>    </tbody>    <tfoot>     <tr>      <td colspan="3"><div align="center">        <input id="optImage" type="checkbox" checked>        <span class="tb_header">Display images while sorting.          </input>        </span></div></td>     </tr>    </tfoot>
  </table>  </div>  <br>   <table id="optTable" align="center" width="450"></table>  <br>  <div id="ranTable" width="640px" align="center" class="tb" style="display:none;"> <div> </div> </div>  <div class="style4" id="resultField" style="text-align:center;">    <p class="instructions" style="text-align:center; font-size:15px;"> <b>INSTRUCTIONS</b> <br> After starting the game, simply click the character that you prefer among the two shown, or, if you equally like/dislike/don't care about both characters, you can select the "tie" option.<br> Once all the matches have been solved (or tied), a list of your favorite characters will be automatically generated! <p>
<b>ATTENTION</b> <br> Please select all games you are familiar with. Keep in mind that <b>spoilers may be present</b>.<br> The total number of characters is <b>140</b> - if you're looking for a quicker fix, please check out <a href="http://aceattorneycharactersort.tumblr.com">this other sorter</a> instead! <p>
All questions, comments and troubleshooting should be directed <a href="/ask">here</a>. <p>
<b>CREDITS</b> <br> Most, if not all, images are from <a href="http://www.court-records.net">Court Records</a>. Thanks to <a href="http://clayvierjustice.tumblr.com">my sister</a> for helping figure out which characters appeared in which games, which images I should use for which characters, and for having the idea in the first place. <br> Original script by <a href="http://kouga.net">K-Factory</a>; original Touhou sorter by <a href="http://mainyan.sakura.ne.jp/">E-Phantasm</a>, translated into English <a href="http://www.freewebs.com/tohosort/">here</a>.</p> <br>
 </div>  <!-- Start of StatCounter Code for Tumblr --> <script type="text/javascript"> var sc_project=8899456; var sc_invisible=1; var sc_security="e997725a"; var scJsHost = (("https:" == document.location.protocol) ? "https://secure." : "http://www."); document.write("<sc"+"ript type='text/javascript' src='" + scJsHost+ "statcounter.com/counter/counter.js'></"+"script>"); </script> <noscript><div class="statcounter"><a title="visit tracker on tumblr" href="http://statcounter.com/tumblr/" target="_blank"><img class="statcounter" src="http://c.statcounter.com/8899456/0/e997725a/1/" alt="visit tracker on tumblr"></a></div></noscript> <!-- End of StatCounter Code for Tumblr -->    <script language=JavaScript> <!--
//Disable right click script III- By Renigade ([email protected]) //For full source code, visit http://www.dynamicdrive.com
var message=""; /////////////////////////////////// function clickIE() {if (document.all) {(message);return false;}} function clickNS(e) {if (document.layers||(document.getElementById&&!document.all)) { if (e.which==2||e.which==3) {(message);return false;}}} if (document.layers) {document.captureEvents(Event.MOUSEDOWN);document.onmousedown=clickNS;} else{document.onmouseup=clickNS;document.oncontextmenu=clickIE;}
document.oncontextmenu=new Function("return false") // --> </script> <!-- BEGIN TUMBLR CODE -->
       <iframe id="tumblr_controls" width="1" height="1" frameborder="0" scrolling="no" style="position:absolute; z-index:2147483647; top:0; right:0; border:0; background-color:transparent; overflow:hidden; " src="http://assets.tumblr.com/assets/html/iframe/o.html?_v=c8716054b61cbe135a4967adcda57eb8#src=http%3A%2F%2Fdrsorter.tumblr.com%2F&lang=en_US&name=drsorter&avatar=http%3A%2F%2F25.media.tumblr.com%2Favatar_b0d5d3f0afa3_64.png&title=Favorite+Character+Sorter&url=http%3A%2F%2Fdrsorter.tumblr.com%2F&page_slide=slide"></iframe>    <div id="teaser_iframe_container" style="display:none;"><iframe scrolling="no" frameborder="0" src="http://www.tumblr.com/assets/html/iframe/teaser.html#src=http%3A%2F%2Fdrsorter.tumblr.com%2F&lang=en_US&name=drsorter&avatar=http%3A%2F%2F25.media.tumblr.com%2Favatar_b0d5d3f0afa3_64.png&title=Favorite+Character+Sorter&url=http%3A%2F%2Fdrsorter.tumblr.com%2F&page_slide=slide" id="teaser_iframe" width="1" height="1"></iframe></div>        <!--[if IE]><script type="text/javascript">document.getElementById('tumblr_controls').allowTransparency=true;</script><![endif]-->
<iframe src="http://assets.tumblr.com/analytics.html?76c6d36d27e09b4d933b81f9b8546aea" scrolling="no" width="1" height="1" frameborder="0" style="background-color:transparent; overflow:hidden; position:absolute; top:0; left:0 z-index:9999;" id="ga_target"></iframe>
   <script>        var COMSCORE = true;        window.setTimeout(function() {            var analytics_frame = document.getElementById('ga_target');            analytics_frame.contentWindow.postMessage('enable_comscore;' + window.location, analytics_frame.src.split('/analytics.html')[0]);        }, 1000);    </script>
   <script type="text/javascript">      var _qevents = _qevents || [];
     (function() {       var elem = document.createElement('script');
      elem.src = (document.location.protocol == "https:" ? "https://secure" : "http://edge") + ".quantserve.com/quant.js";       elem.async = true;       elem.type = "text/javascript";       var scpt = document.getElementsByTagName('script')[0];       scpt.parentNode.insertBefore(elem, scpt);      })();    </script>    <script type="text/javascript">        _qevents.push( { qacct: 'p-19UtqE8ngoZbM' } );    </script>    <noscript>        <div style="display: none;"><img src="//pixel.quantserve.com/pixel/'p-19UtqE8ngoZbM'.gif" height="1" width="1" alt="Quantcast"/></div>    </noscript>
   <script type="text/javascript">!function(s){s.src='http://www.tumblr.com/impixu?T=1375149833&J=eyJ0eXBlIjoidXJsIiwidXJsIjoiaHR0cDpcL1wvZHJzb3J0ZXIudHVtYmxyLmNvbVwvIiwicmVxdHlwZSI6MH0=&U=LFDAODOBGC&K=0df1cf8719e7a456d76d0ce9068ced3844d83bf4b492cb64e03691d49d838728&R='.replace(/&R=[^&$]*/,'').concat('&R='+escape(document.referrer)).slice(0,2000).replace(/%.?.?$/,'');}(new Image());</script><noscript><img style="position:absolute;z-index:-3334;top:0px;left:0px;visibility:hidden;" src="http://www.tumblr.com/impixu?T=1375149833&J=eyJ0eXBlIjoidXJsIiwidXJsIjoiaHR0cDpcL1wvZHJzb3J0ZXIudHVtYmxyLmNvbVwvIiwicmVxdHlwZSI6MCwibm9zY3JpcHQiOjF9&U=LFDAODOBGC&K=35f293942566f90f96e3b584c566f64befcf715b13a18bb7cbfdf52302695f80&R="></noscript><script type="text/javascript">!function(s){s.src='http://www.tumblr.com/impixu?T=1375149833&J=eyJ0eXBlIjoicG9zdCIsInVybCI6Imh0dHA6XC9cL2Ryc29ydGVyLnR1bWJsci5jb21cLyIsInJlcXR5cGUiOjAsInBvc3RzIjpbeyJwb3N0aWQiOiI1MTA5OTUyOTM5NiIsImJsb2dpZCI6Ijg0MzY3NDM0Iiwic291cmNlIjozM30seyJwb3N0aWQiOiI1MT A5NzY3NDQzMCIsImJsb2dpZCI6Ijg0MzY3NDM0Iiwic291cmNlIjozM30seyJwb3N0aWQiOiI1MDU5MDQ1NjUxNCIsImJsb2dpZCI6Ijg0MzY3NDM0Iiwic291cmNlIjozM30seyJwb3N0aWQiOiI1MDU4MTIxMzYyMiIsImJsb2dpZCI6Ijg0MzY3NDM0Iiwic291cmNlIjozM30seyJwb3N0aWQiOiI0OTQ4NzY4NDcwMSIsImJsb2dpZCI6Ijg0MzY3NDM0Iiwic291cmNlIjozM30seyJwb3N0aWQiOiI0ODg0OTgyNzk3MCIsImJsb2dpZCI6Ijg0MzY3NDM0Iiwic291cmNlIjozM31dfQ==&U=LPGKAFJMDL&K=e222af9c69240ede5467acdf83537db4212fe5c62deed23eb4a69ca2d4ff8555&R='.replace(/&R=[^&$]*/,'').concat('&R='+escape(document.referrer)).slice(0,2000).replace(/%.?.?$/,'');}(new Image());</script><noscript><img style="position:absolute;z-index:-3334;top:0px;left:0px;visibility:hidden;" src="http://www.tumblr.com/impixu?T=1375149833&J=eyJ0eXBlIjoicG9zdCIsInVybCI6Imh0dHA6XC9cL2Ryc29ydGVyLnR1bWJsci5jb21cLyIsInJlcXR5cGUiOjAsInBvc3RzIjpbeyJwb3N0aWQiOiI1MTA5OTUyOTM5NiIsImJsb2dpZCI6Ijg0MzY3NDM0Iiwic291cmNlIjozM30seyJwb3N0aWQiOiI1MTA5NzY3NDQzMCIsImJsb2dpZCI6Ijg0MzY3NDM0Iiwic291cmNlIjozM30seyJwb3N0aWQiOiI1MDU5MDQ1NjUxNCIsImJsb2dpZCI6Ijg0MzY3NDM0Ii wic291cmNlIjozM30seyJwb3N0aWQiOiI1MDU4MTIxMzYyMiIsImJsb2dpZCI6Ijg0MzY3NDM0Iiwic291cmNlIjozM30seyJwb3N0aWQiOiI0OTQ4NzY4NDcwMSIsImJsb2dpZCI6Ijg0MzY3NDM0Iiwic291cmNlIjozM30seyJwb3N0aWQiOiI0ODg0OTgyNzk3MCIsImJsb2dpZCI6Ijg0MzY3NDM0Iiwic291cmNlIjozM31dLCJub3NjcmlwdCI6MX0=&U=LPGKAFJMDL&K=ee192fbc5bb6414edeb784fc9dfa818d408cbe7e989d4678aac795b9466f0c63&R="></noscript><!-- END TUMBLR CODE --> </body> </html>
0 notes
kattebelletje · 7 years ago
Text
<!DOCTYPE html>
<!--
theme #39 - by cathms -
Last update: - don't take parts of this code - don't remove this comment - don't remove the credit
-->
<html> <head>
<title>{Title} {block:TagPage}— #{Tag}{/block:TagPage} {block:PostSummary}— {PostSummary}{/block:PostSummary}</title> <link rel="shortcut icon" href="{Favicon}"> <link rel="altertnate" type="application/rss+xml" href="{RSS}"> <meta name="description" content="" /> <meta http-equiv="x-dns-prefetch-control" content="off"/>
<meta name="image:Background" content=""> <meta name="image:Sidebar" content="">
<meta name="color:Background" content="#ffffff" /> <meta name="color:Posts" content="#fafafa" /> <meta name="color:Text" content="#999999" /> <meta name="color:Link" content="#444444" /> <meta name="color:Link hover" content="#999999" /> <meta name="color:Info" content="#444444" /> <meta name="color:Bold" content="#444444" /> <meta name="color:Borders" content="#eeeeee" /> <meta name="color:Scrollbar" content="#444444" />
<meta name="select:Background position" content="initial" title="initial"/> <meta name="select:Background position" content="5% 5%" title="left top"/> <meta name="select:Background position" content="5% 50%" title="left center"/> <meta name="select:Background position" content="5% 95%" title="left bottom"/> <meta name="select:Background position" content="95% 5%" title="right top"/> <meta name="select:Background position" content="95% 50%" title="right center"/> <meta name="select:Background position" content="95% 95%" title="right bottom"/>
<meta name="select:Background repeat" content="repeat" title="repeat"/> <meta name="select:Background repeat" content="no-repeat" title="no repeat"/>
<meta name="select:Body font" content="karla" title="Karla"/> <meta name="select:Body font" content="roboto" title="Roboto"/> <meta name="select:Body font" content="helvetica" title="Helvetica"/> <meta name="select:Body font" content="arial" title="Arial"/> <meta name="select:Body font" content="cambria" title="Cambria"/> <meta name="select:Body font" content="calibri" title="Calibri"/> <meta name="select:Body font" content="trebuchet ms" title="Trebuchet ms"/>
<meta name="select:Body font size" content="10px" title="10px"/> <meta name="select:Body font size" content="09px" title="09px"/> <meta name="select:Body font size" content="11px" title="11px"/>
<meta name="select:Posts width" content="250" title="250px"/> <meta name="select:Posts width" content="300" title="300px"/> <meta name="select:Posts width" content="350" title="350px"/> <meta name="select:Posts width" content="400" title="400px"/> <meta name="select:Posts width" content="450" title="450px"/> <meta name="select:Posts width" content="500" title="500px"/> <meta name="select:Posts width" content="540" title="540px"/>
<meta name="if:Show caption" content="1"> <meta name="if:Infinite scroll" content="0"> <meta name="if:Manual load" content="0"> <meta name="if:No rescaling" content="0"> <meta name="if:Custom gutter" content="0">
<meta name="text:Margin" content="90" /> <meta name="text:Gutter" content="4" /> <meta name="text:Link 01 URL" content="/" /> <meta name="text:Link 01 title" content="Link 01"> <meta name="text:Link 02 URL" content="/" /> <meta name="text:Link 02 title" content="Link 02"> <meta name="text:Link 03 URL" content="/" /> <meta name="text:Link 03 title" content="Link 03">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet"> <link href='https://fonts.googleapis.com/css?family=Karla:400,400italic,700,700italic' rel='stylesheet' type='text/css'>
<style type="text/css">
body { font:{select:body font size} {select:body font}, sans-serif; margin:0; color:{color:text}; background:{color:Background} {block:ifBackgroundImage}url('{image:Background}') fixed{/block:ifBackgroundImage}; background-position: {select:background position}; background-repeat: {select:background repeat};}
a { color:{color:link}; text-decoration: none; -webkit-transition:all 0.6s ease-in-out;/*chrome-safari*/ -o-transition:all 0.6s ease-in-out;/*opera*/ -moz-transition:all 0.6s ease-in-out;/*mozilla firefox*/ -ms-transition:all 0.6s ease-in-out;/*ie*/ transition:all 0.6s ease-in-out;/*w3c*/}
a:hover { color:{color:link hover};}
b, strong { color:{color:bold};}
small { font-size:09px;}
ol {list-style-type:lower-roman;}
sub, sup{font-size: 10px;}
.container { width:{select:posts width}px; margin:0 auto; padding-bottom:{text:margin}px; padding-top:{text:margin}px; overflow:auto; }
.entries{ width:{select:posts width}px; }
.posts_hold{ {block:IndexPage} margin-top:{text:Margin}px; {/block:IndexPage} position:relative; }
{block:IndexPage} .posts_hold:first-of-type{ margin-top:0;} {/block:IndexPage}
.posts_hold h2{ font-size:18px; font-weight:bold; margin:05px; padding:0; }
.posts_hold blockquote { border-left: 1px solid {color:borders}; padding-left: 5px; margin:05px;}
.posts_hold img, .posts_hold li, .posts_hold blockquote {max-width: 100%;height:auto;}
.tmblr-full img { width:100%;}
.posts_hold .images{ {block:ifNotNoRescaling} width: 100%; {/block:ifNotNoRescaling} display:block; overflow:hidden; }
.posts { position:relative; width:{select:posts width}px; overflow:hidden; word-wrap: break-word; background-color:{color:posts}; }
/* SIDEBAR */
.sidebar { width: 125px; position:fixed; text-align:center; margin-left:calc(-125px - {text:margin}px); }
.sidebar .sidebar-image{ max-width:125px; display:block; margin-left: auto; margin-right: auto;}
.sb-title{ border-top:1px solid {color:borders}; border-bottom:1px solid {color:borders}; padding:10px; text-align:center; font-size:12px; font-weight:700; background-color:{color:posts}; margin-bottom:05px; }
.sidebar .na{ font-size:16px; -webkit-transition:all 0.3s ease-in-out;/*chrome-safari*/ -o-transition:all 0.3s ease-in-out;/*opera*/ -moz-transition:all 0.3s ease-in-out;/*mozilla firefox*/ -ms-transition:all 0.3s ease-in-out;/*ie*/ transition:all 0.3s ease-in-out;/*w3c*/ display:block; width:125px; margin-top:05px; }
.sidebar:hover .na{ margin-top:10px; }
/* DESCRIPTION */ .description{ padding:10px; text-align:justify; background-color:{color:posts}; font:{select:description font size} {select:description font}, sans-serif; }
/* NAVIGATION / LINKS */
.navi { display:none; text-align:left; text-transform:uppercase; font-size:08px; letter-spacing:1px; }
.navi a{ display:block; border:0 solid {color:Borders}!important; padding:5px; }
.navi ol { margin:0;padding:0; margin-left:20px; list-style-type:decimal-leading-zero; }
/* PAGINATION */ .pag{ margin-top:{text:margin}px; text-align:center; text-transform:uppercase; font-size:09px; letter-spacing:1px; }
.pag a{ padding-left:05px; padding-right:05px; }
/* QUOTE POSTS */ .quote { padding:10px; text-align:left; font-style:italic; border-bottom:1px solid {color:borders}; }
.quotetext-short { font-size: 14px; }
.quotetext-medium { font-size: 12px; }
.quotetext-long { font-size: {select:body font size}; }
.quote-source { text-align:right; display:inline-block; text-transform:lowercase; font-style:normal; padding-top:10px; margin-top:10px; border-top:1px solid {color:borders}; }
/* CHAT POSTS */ .odd, .even { margin:0px; padding:10px; border-bottom:1px solid {color:borders};}
.odd:first-of-type { border-top:0px solid {color:borders};}
/* AUDIO POSTS */ .tumblr_audio_player { height:10px; width:10px; z-index:9999; margin:0; padding:10px; margin-left:20px; margin-top:20px; position:absolute; float:left; background-color:white; border-radius:100%; opacity:0.6; }
.audio { width:auto; background-color:{color:borders}; overflow:hidden; max-height:70px; position:relative;
}
.au-info { position:absolute; margin-left:71px; overflow:auto; padding:10px; padding-top:0; font-size:14px; font-weight:bold; height:70px; line-height: 70px;}
.au-info span{ display: inline-block; vertical-align: middle; line-height:100%; } img.au-image{ float:left; width:50px; padding:10px; border-right:1px solid {color:posts}; }
/* VIDEO POSTS*/ .video{ overflow:hidden; width:{select:posts width}px;}
.video .instagram-media { max-height:none!important; box-shadow:none!important; max-width:calc({select:posts width}px - 3px)!important;}
/* ASK POSTS */ .quest{ padding:15px; background-color:{color:posts}; border-bottom:1px solid {color:borders}; font-size:09px; text-transform:uppercase; letter-spacing:1px; }
/* CAPTION */ .caption{ border-bottom:1px solid {color:borders}; background-color:{color:posts}; overflow:hidden; box-sizing: border-box; padding-left:10px; padding-right:10px; }
/* INFO */ .posts-info{ background-color:{color:posts}; padding:10px; color:{color:info}; border-bottom:1px solid {color:borders}; overflow:hidden; }
.posts-info a{ color:{color:info}; }
a.tag { text-decoration:none; margin-right:3px; }
/* NOTES */
.notes{ width:100%; margin-left:0px;}
.notes img{border-radius:100%;}
ol.notes { padding: 0px; margin: 0; list-style-type: none;}
ol.notes li.note {padding: 10px; padding-left:0; padding-right:0; }
ol.notes li.note img.avatar { vertical-align: -4px; float:left; margin-right: 10px; margin-left:0; width: 16px; height: 16px;}
ol.notes li.note span.action {}
ol.notes li.note .answer_content {font-weight: normal;}
ol.notes li.note blockquote { border-color: {color:borders}; padding: 4px 10px; margin: 10px 0px 0px 25px;}
/* EXTRAS */ a.c{ position:fixed; bottom:25px; right:25px; font:07px 'trebuchet ms'; text-transform:uppercase; letter-spacing:1px; text-align:right; z-index:9999999; background-color:#fff; border:1px solid #e9e9e9; padding:05px; border-radius:100%; color:#8c8c8c; }
.vignette, #vignette { opacity:0; } .lightbox-image, #tumblr_lightbox img { box-shadow:none !important; border-radius:0 !important; max-width:none; }
.tmblr-lightbox, #tumblr_lightbox { background-color:rgba(255,255,255,.8) !important; }
#tumblr_lightbox img { border:3px solid #fff !important; -moz-box-sizing:border-box; box-sizing:border-box; }
.lightbox-image { padding:3px; background-color:rgba(255,255,255,1) !important; }
::-webkit-scrollbar { width: 3px; height: 3px; background: {color:background};}
::-webkit-scrollbar-thumb { background-color:{color:scrollbar};}
#s-m-t-tooltip{ margin:24px 14px 7px 12px; letter-spacing:1px; z-index:9999999999999; line-height:16px; background-color:{color:background}; color:{color:link}; border:1px solid {color:borders}; text-transform:uppercase; padding-left:03px; padding-right:03px; border-radius:3px; font-size:08px;}
::selection { background: {color:link}; color: white;} ::-moz-selection { background: {color:link}; color: white;} ::-webkit-selection { background: {color:link}; color: white;}
/* SCROLL TO TOP */ .scrollup{ width:30px; height:30px; opacity:0.3; position:fixed; bottom:70px; right:22px; display:none; text-align:center; }
.scrollup:hover{cursor:pointer;}
#infscr-loading {display:none!important;}
.more{ margin-top:{text:margin}px; text-align:center; }
.perma_hold { position:absolute; width:100%; height:calc(100% - 45px); top:0; left:0; overflow:hidden; margin-top:45px; opacity:1; z-index:9999; background:rgba(255,255,255,0.9); }
.perma { top:50%; line-height:0; transform: translate(0px, -50%); position:relative; text-align:center; text-transform:uppercase; }
.posts-info2{ background-color:{color:posts}; padding:10px; height:25px; }
.posts-info2 img.um{ width:25px; margin-right:10px; border-radius:100%; float:left; }
.myg{ display:none; } .myg i{ float:right; font-size:14px; line-height:25px; }
.buttons, .no{ float:right; }
.buttons a { position:relative; display:inline-block; padding-left:03px; }
.custom-like-button { position: relative; display: inline-block; cursor: pointer; }
.like_button { position: absolute; top: -03px; left: 03px; right: 0; bottom: 0px; width: 11px; height: 11px; opacity: 0; z-index: 10; }
.like_button iframe { width: 100% !important; height: 100% !important; }
.our_button { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; height: 100%; z-index: 1; -webkit-transition:all 0.6s ease-in-out;/*chrome-safari*/ -o-transition:all 0.6s ease-in-out;/*opera*/ -moz-transition:all 0.6s ease-in-out;/*mozilla firefox*/ -ms-transition:all 0.6s ease-in-out;/*ie*/ transition:all 0.6s ease-in-out;/*w3c*/ }
.like_button:hover + .our_button { color: {color:link hover}; }
.like_button.liked + .our_button { color: red; }
.posts-info2 img.um{ width:25px; margin-right:10px; border-radius:100%; float:left; }
.pi{ display: table; height:25px; }
.pi da{ display: table-cell; vertical-align: middle; margin:0 auto; }
.perm{ margin-top:30px; }
.nc{ text-transform:uppercase; padding-bottom:15px; border-bottom:1px solid {color:borders}; margin-bottom:15px; color:{color:link}; }
.butt:hover, .myg:hover{ cursor:pointer; }
.bod{ padding:10px; border-bottom:1px solid {color:borders}; }
</style> </head>
<body>
<div class="container"> <div class="sidebar">
<img src="{image:sidebar}" class="sidebar-image"> {block:ShowDescription}<div class="description">{description}</div>{/block:ShowDescription} {block:ShowTitle} <div class="sb-title"><a href="/">{title}</a></div>{/block:ShowTitle}
<div class="navi"> <ol> <li><a href="/">refresh</a></li> <li><a href="/ask">message</a></li> <li><a href="/archive">archive</a></li> <li><a href="{text:Link 01 URL}">{text:Link 01 title}</a></li> <li><a href="{text:Link 02 URL}">{text:Link 02 title}</a></li> <li><a href="{text:Link 03 URL}">{text:Link 03 title}</a></li> </ol> </div>
<a class="na"><span class="butt" title="click for links"><i class="fa fa-angle-down fa-fw" aria-hidden="true"></i></span> <span class="butt" style="display: none"><i class="fa fa-angle-up fa-fw" aria-hidden="true"></i></span> </a>
</div><!--- sidebar --->
<div class="entries"> {block:Posts}
{block:ContentSource} <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --> {/block:ContentSource}
<div class="posts_hold">
<div class="posts" id="{PostID}">
{block:Date} <div class="posts-info2" style="border-bottom:1px solid {color:borders};{block:Photo}border-bottom:0px solid {color:borders};{/block:Photo}{block:Photoset}border-bottom:0px solid {color:borders};{/block:Photoset}{block:Audio}border-bottom:0px solid {color:borders};{/block:Audio}{block:Answer}display:none;{/block:Answer}"> {block:IndexPage}<span class="myg" {block:Photoset}style="display:inline;"{/block:Photoset}{block:Photo}style="display:inline;"{/block:Photo}><i class="fa fa-ellipsis-v fa-fw" aria-hidden="true"></i> <div class="perma_hold" style="display:none"> <div class="perma"><a href="{Permalink}">{NoteCountWithLabel}</a></div> </div> </span>{/block:IndexPage} {block:indexPage}{block:NoteCount} <span class="no" {block:Photoset}style="display:none;"{/block:Photoset}{block:Photo}style="display:none;"{/block:Photo}><a href="{Permalink}">{NoteCount}N</a></span>{/block:NoteCount}{/block:indexPage} {block:RebloggedFrom}<img src="{ReblogParentPortraitURL-128}" class="um"> <div class="pi"><da> <a href="{ReblogParentURL}" class="via"><b>{ReblogParentName}</b></a><br> <a href="{Permalink}" title="{ShortMonth} {DayOfMonthWithZero}{DayOfMonthSuffix}, {12HourWithZero}:{Minutes}{CapitalAmPm}">{TimeAgo}</a> </da></div> {/block:RebloggedFrom} {block:NotReblog} <img src="{PortraitURL-128}" class="um"> <div class="pi"><da> <a class="via"><b>original</b></a><br><a href="{Permalink}" title="{ShortMonth} {DayOfMonthWithZero}{DayOfMonthSuffix}, {12HourWithZero}:{Minutes}{CapitalAmPm}">{TimeAgo}</a> </da></div> {/block:NotReblog} </div> {/block:Date}
{block:Text}<div class="bod"> {block:Title}<h2>{Title}</h2>{/block:Title} {Body}</div> {/block:Text}
{block:Photo} <center>{LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" class="images">{LinkCloseTag}</center> {/block:Photo}
{block:Photoset}<div class="set"><center> <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div></center></div>
{/block:Photoset}
{block:Quote}<div class="quote"> <div class="quotetext-{Length}">{Quote}</div> {block:Source} <div class="quote-source">{Source}</div> {/block:Source} </div>{/block:Quote}
{block:Link}<div class="bod"> <h2><a href="{URL}" target="{Target}">{Name} <b>→</b></a></h2> {block:Description}{Description}{/block:Description}</div> {/block:Link}
{block:Chat} {block:Title}<div class="bod"><h2>{Title}</h2></div>{/block:Title} {block:Lines}<ul class="{Alt}">{block:Label}<b>{Label}</b>{/block:Label} {Line}<br></ul>{/block:Lines} {/block:Chat}
{block:Audio} <div class="audio"> {block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer} {block:AlbumArt} <img src="{AlbumArtURL}" class="au-image"> {/block:AlbumArt} <div class="au-info"><span>{block:TrackName}{TrackName}{/block:TrackName} {block:Artist}<br><small><b>{Artist}</b></small>{/block:Artist}</span> </div>
</div> {/block:Audio}
{block:Video} <div class="video">{Video-500}</div> {/block:Video}
{block:Answer} <div class="quest"> {Question}</div> <div class="posts-info2">{block:indexPage}{block:NoteCount}<span class="no"><a href="{Permalink}">{NoteCount}N</a></span>{/block:NoteCount}{/block:indexPage}<img src="{AskerPortraitURL-128}" class="um"> <div class="pi"><da><span class="vi">{Asker}</span><br><a href="{Permalink}" title="{ShortMonth} {DayOfMonthWithZero}{DayOfMonthSuffix}, {12HourWithZero}:{Minutes}{CapitalAmPm}">{TimeAgo}</a></da></div> </div>
<div class="caption" style="border-top:1px solid {color:borders};margin-top:0px;padding-top:0px;"> {Answer}</div> {/block:Answer}
</div><!--- posts --->
{block:ifShowCaption} {block:Caption}<div class="caption">{Caption}</div>{/block:Caption} {/block:ifShowCaption} {block:ifNotShowCaption} {block:PermalinkPage}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:PermalinkPage} {/block:ifNotShowCaption}
{block:Date}<div class="posts-info"> {block:IndexPage}<span class="buttons"> <a href="{ReblogURL}" target="_blank"><i class="fa fa-refresh fa-fw" aria-hidden="true"></i></a> <span class="custom-like-button">{LikeButton}<a class="our_button"><i class="fa fa-heart fa-fw" aria-hidden="true"></i></a></span> </span> {/block:IndexPage} {block:HasTags}<i class="fa fa-tags fa-fw" aria-hidden="true"></i> {block:Tags}<a href="{TagURL}" class="tag">{Tag}</a> {/block:Tags} {/block:HasTags} </div> {/block:Date}
{block:PermalinkPage}<div class="perm"> <div class="nc">{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}{block:RebloggedFrom} / <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:RebloggedFrom}</div> <div class="notes"> {block:PostNotes}{PostNotes}{/block:PostNotes}</div></div> {/block:PermalinkPage}
</div><!--- posts_hold --->
{/block:Posts}
</div><!--- entries --->
{block:Pagination}<div class="pag" {block:IfInfiniteScroll}style="display:none;"{/block:IfInfiniteScroll}> {block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage} {CurrentPage}/{TotalPages} {block:NextPage}<a href="{NextPage}" class="next">next</a>{/block:NextPage}</div> {/block:Pagination}
{block:ifManualLoad}{block:Pagination} <div class="more"><a href="#">load more</a></div> {/block:Pagination}{/block:ifManualLoad}
</div><!--- container --->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> {block:ifNotCustomGutter}<link href="http://static.tumblr.com/nb65v05/PkToc9oiw/resizing.css" rel="stylesheet" type="text/css"/>{/block:ifNotCustomGutter} <link href="http://static.tumblr.com/nb65v05/EvVo293om/style.css" rel="stylesheet" type="text/css"/> <script src="http://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script> {block:ifNoRescaling}<link href="http://static.tumblr.com/nb65v05/dXHo8qjrq/nrsclng.css" rel="stylesheet" type="text/css"/>{/block:ifNoRescaling} <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script> <script src ="//static.tumblr.com/fwgzvyf/l6jnyutne/shythemes.vr.js"></script> {block:ifInfiniteScroll}<script src="http://static.tumblr.com/nb65v05/QLXo03qup/jquery.infinitescroll.min.js"></script>{/block:ifInfiniteScroll} <script src="https://npmcdn.com/[email protected]/imagesloaded.pkgd.min.js"></script>
<script> $(document).ready(function(){
$(".myg").click(function(){ $(this).find(".perma_hold").fadeToggle(); });
$(".na").click(function(){ $(".navi").slideToggle(); });
$('.na').click(function() { $('.butt',this).toggle(); });
// minimal soundcloud player © shythemes.tumblr var color = '#acd7bb'; $('.soundcloud_audio_player').each(function(){ $(this).attr({ src: $(this).attr('src').split('&')[0] + '&liking=false&sharing=false&auto_play=false&show_comments=false&continuous_play=false&buying=false&show_playcount=false&show_artwork=false&origin=tumblr&color=' + color.split('#')[1], height: 116, width: '100%' }); });
$("[title]").style_my_tooltips({ tip_follows_cursor:true, tip_delay_time:200, tip_fade_speed:300 } );
$(window).scroll(function () { if ($(this).scrollTop() > 100) { $('.scrollup').fadeIn(); } else { $('.scrollup').fadeOut(); } });
$('.scrollup').click(function () { $("html, body").animate({ scrollTop: 0 }, 600); return false; });
$('.photo-slideshow').pxuPhotoset({ lightbox: true, rounded: false, {block:ifNotCustomGutter} gutter: '0px',{/block:ifNotCustomGutter} {block:ifCustomGutter} gutter: {text:Gutter},{/block:ifCustomGutter} borderRadius: '0px', photoset: '.photo-slideshow', photoWrap: '.photo-data', photo: '.pxu-photo' });
{block:IndexPage}
var $container = $('.entries');
{block:ifInfiniteScroll} $container.infinitescroll({ navSelector: '.pag', nextSelector: '.next', itemSelector: '.posts_hold', loadingImg : " ", bufferPx: 3000, errorCallback: function(){ $('.more').text('no more posts');} }, function( newElements ) {//m- from .css to )// var $newElems = $(newElements).css({ opacity: 0 }); // ensure that images load before adding to masonry layout $newElems.imagesLoaded(function(){ // show elems now they're ready $newElems.animate({opacity: 1}); });
var $newElemsIDs = $newElems.map(function(){ return this.id; }).get(); Tumblr.LikeButton.get_status_by_post_ids($newElemsIDs);
$( newElements ).find('.photo-slideshow').pxuPhotoset({ lightbox: true, rounded: false, {block:ifNotCustomGutter} gutter: '0px',{/block:ifNotCustomGutter} {block:ifCustomGutter} gutter: {text:Gutter},{/block:ifCustomGutter} borderRadius: '0px', photoset: '.photo-slideshow', photoWrap: '.photo-data', photo: '.pxu-photo' });
$( newElements ).find(".myg").click(function(){ $(this).find(".perma_hold").fadeToggle(); });
$( newElements ).find('.soundcloud_audio_player').each(function(){ $(this).attr({ src: $(this).attr('src').split('&')[0] + '&liking=false&sharing=false&auto_play=false&show_comments=false&continuous_play=false&buying=false&show_playcount=false&show_artwork=false&origin=tumblr&color=' + color.split('#')[1], height: 116, width: '100%' }); });
resizeVideos(); });
{block:ifManualLoad} // manual trigger // $(window).unbind('.infscr'); $('.more').click(function(){ $container.infinitescroll('retrieve'); return false }); {/block:ifManualLoad}
{/block:ifInfiniteScroll} {/block:IndexPage}
}); </script>
<a href="http://cathms.tumblr.com/" target="_blank" class="c">tc</a>
{block:IndexPage}{block:ifInfiniteScroll}<div class="scrollup"><a><i class="fa fa-chevron-up fa-2x"></i><br>scroll to top</a></div>{/block:ifInfiniteScroll}{/block:IndexPage}
</body> </html>
0 notes
digital-strategy · 7 years ago
Link
https://ift.tt/2NCHHSA
Tumblr media
If you’ve plugged your URL into Google’s PageSpeed Insights within the last month, you’ll have noticed that it looks a little different. Where you used to receive a simple optimization score, your scores are now divided by platform and split into two scores, “Page Speed” and “Optimization.”
Tumblr media
The changes were made as a result of the new Speed Update launched July 9, 2018. Now, instead of relying on lab data, Google uses field data to measure site speed. By extracting information from the Chrome User Experience Report (CrUX) database, Google is able to discern how fast your average user finds your site.
That means that even if your website is lightning-fast on your end, visitors with older smartphones might experience delays — which could impact your speed score, and possibly your website’s ranking. If you haven’t already, it’s time to double down on speed optimization.
I am going to break down Google’s nine PageSpeed Insight Rules, list their best-practice advice, and then dive into some advanced steps you can take to optimize your site speed even more.
1. Avoid landing page redirects
Why it matters. Redirects delay page rendering and slow down your mobile site experience. Each redirect adds an extra Hypertext Transfer Protocol (HTTP)  request-response roundtrip and sometimes adds numerous additional roundtrips to also perform the domain name system (DNS) lookup, Transmission Control Protocol (TCP) handshake and transport layer security (TLS) negotiation.
What Google recommends. Create a responsive website with no more than one redirect from a given URL to the final landing page.
Advanced recommendations. Try to avoid redirects altogether. However, if you need to use redirects, choose the type of redirect based on your need:
301 versus 302 redirects. Use permanent redirects (301) when you delete old content and redirect to new content, or when you don’t have an alternate page to redirect users to. Use temporary redirects (302) when making short-term changes, such as limited time offers, or when redirecting users to device-specific URLs. Don’t worry; you won’t lose link equity either way!
JavaScript vs. HTTP redirects. The main difference between JavaScript and HTTP redirects is that HTTP redirects cause some latency on the server-side, while JavaScript-based redirects slow down the client-side (they need to download the page, then parse and execute the JavaScript before triggering the redirect). Googlebot supports both types of redirects.
2. Enable compression
Why it matters. Reducing the size of your content shortens the time it takes to download the resource, reduces data usage for the client and improves your pages’ time to render.
What Google recommends. Gzip all compressible content. You can find sample configuration files for most servers through the HTML5 Boilerplate project.
Advanced recommendations
Prioritize removing unnecessary data. Compression is great, but the best-optimized resource is a resource not sent. Review your site resources periodically and eliminate unnecessary data before compression to guarantee the best results.
Consider alternatives to Gzip encoding. If you want to use a tool other than Gzip, Brotli is a lossless compression algorithm that combines a modern variant of the LZ77 algorithm, Huffman coding and second order context modeling. It’s supported by all modern browsers and has a compression ratio comparable to the best general-purpose compression methods currently available. Brotli compresses very slowly and decompresses fast, so you should pre-compress static assets with Brotli+Gzip at the highest level and compress dynamic HTML with Brotli at level 1–4.
Use different compression techniques for different resources. Compression can be applied to HTML code, as well as various digital assets that your page requires, but you’ll need to apply different techniques and algorithms to your web fonts, images, CSS and so on to achieve the best result. For example, if you’re using HTTP/2, then using HPACK compression for HTTP response headers will reduce unnecessary overhead.
3. Improve server response time
Why it matters. Fast server response times are a necessity; 53 percent of mobile visitors will abandon a page that doesn’t load within three seconds.
Tumblr media
High-quality website development is essential if you want to avoid central processing unit (CPU) starvation, slow application logic, slow database queries, slow routing, slow frameworks and slow libraries.
What Google recommends. Server response time should always be below 200ms.
Advanced recommendations.
Measure server response time and Real User Measurements (RUMs). Use a tool like WebPageTest.org, Pingdom, GTmetrix or Chrome Dev Tools to pinpoint existing performance issues and figure out what’s slowing down your content delivery process. Remember, even if your tests show a site speed <200ms, a user on an older-generation Android using slow 3G might experience 400ms RTT and 400kbps transfer speed. This will have a negative impact on your Site Speed score. To improve this user’s experience, you’d have to aim for:
A first meaningful paint < 1s.
A SpeedIndex value < 1250.
Transmission time interval (TTI) <5s and <2s for repeat visits.
Optimize for user experience. While configuring your server:
Use HTTP/2 (and remember that your CDNs also support HTTP/2) for a performance boost.
Enable online certificate status protocol (OCSP) stapling on your server to speed up TLS handshakes.
Support both IPv6 and IPv4. IPv6’s neighbor discovery (NDP) and route optimization can make websites 10–15 percent faster.
Add resource hints to warm up the connection and speed up delivery with faster DNS-lookup, preconnect, prefetch and preload.
4.  Leverage browser caching
Why it matters. When fetching resources over the network, more roundtrips needed between the client and server means more delays and higher data costs for your visitors. You can mitigate this slow and expensive process by implementing a caching policy which helps the client figure out if and when it can reuse responses it has returned in the past.
What Google recommends. Explicit caching policies that answer:
Whether a resource can be cached.
Who can cache it.
How long it will be cached.
How it can be efficiently revalidated (if applicable) when the caching policy expires.
Google recommends a minimum cache time of one week and up to one year for static assets.
Advanced recommendations.
Use Cache-Control to eliminate network latency and avoid data charges.  Cache-control directives allow you to automatically control how (e.g., “no-cache” and “no-store”) and for how long (e.g., “max-age,” “max-stale” and “mini-fresh”) the browser can cache a response without needing to communicate with the server.
Use ETags to enable efficient revalidation. Entity tag (ETag) HTTP headers communicate a validation token that prevents data from being transferred if a resource hasn’t changed since the last time it was requested. This improves the efficiency of resource update checks.
Consult Google’s recommendations for optimal Cache-Control policy. Google has created a checklist and a flowchart that will help you cache as many responses as possible for the longest possible period and provide validation tokens for each response:
Tumblr media
The rule of thumb is that mutable (i.e., likely to change) resources should be cached for a very short time, whereas immutable (i.e., static) resources should be cached indefinitely to avoid revalidation.
5.  Minify HTML, CSS and JavaScript
Why it matters. Minification eliminates redundant data from the resources delivered to your visitors, and it can have a drastic impact on your overall site speed and performance.
What Google recommends. No redundant data within your web assets (e.g., comments or space symbols in HTML code, repeated styles in CSS or unnecessary image metadata).
Advanced recommendations.
Use minification in tandem with compression. At first blush, minification sounds like compression, but it’s a lot more granular. Compression algorithms are great for reducing the size of a page, but most don’t know to strip unnecessary code from CSS (/* … */), HTML (), and JavaScript (// …) comments, collapse the cascading style sheets (CSS) rules or perform dozens of other content-specific optimizations.
Apply minification to other resource types too. You can minify more than just text-based assets like hypertext markup language (HTML), CSS and JavaScript. Images, video and other types of content can also be minified depending on your need. For example, images contain their own forms of metadata and various payloads, which you might want to keep if you’re publishing them on a photo-sharing site.
Automate minification. Use tools to ease the burden of minifying thousands (if not millions) of different resources on your website. Google’s PageSpeed Module does this automatically, and it can be integrated with Apache or Nginx web servers. Alternatively, you can use third-party tools such as HTMLMinifier (for HTML), CSSNano or CSSO (for CSS) and UglifyJS (for JavaScript).
6. Optimize images
Why it matters. Images account for an average of 60 percent of your web page size, and large images can slow your site to a crawl. Optimizing images helps by reducing file size without significantly impacting visual quality.
What Google recommends. Make sure your website and images are responsive. Use relative sizes for images, use the picture element when you want to specify different images depending on device characteristics, and use a srcset attribute and the x descriptor in the img element to inform browsers when to use specific images.
Advanced recommendations. Follow this checklist of the most common optimization techniques:
Eliminate unnecessary image resources.
Leverage CSS3 to replace images.
Use web fonts instead of encoding text in images.
Use vector formats where possible.
Minify and compress scalable vector graphics (SVG) assets to reduce their size.
Pick the best raster formats (start by selecting the right universal format: GIF, PNG or JPEG, but also consider adding image format WebP and JPEG extended range (XR) assets for modern clients.
Experiment with optimal quality settings. Remember that there is no single best format or “quality setting” for all images: each combination of particular compressor and image contents produces a unique output.
Resize on the server and serve images scaled to their display size.
Remove metadata.
Enhance img tags with a srcset parameter for high dots per inch (DPI) devices.
Use the picture element to specify different images depending on device characteristics, like device size, device resolution, orientation and more.
Use image spriting techniques carefully. With HTTP/2, it may be best to load individual images.
Consider lazy loading for non-critical images.
Cache your image assets.
Automate your image optimization process.
When it comes to image optimization, there’s no single “best” way to do it. Many techniques can reduce the size of an image, but finding the optimal settings for your images will require careful consideration of format capabilities, the content of encoded data, quality, pixel dimensions and more. For more tips, visit Google’s guide to Optimizing Images.
7.  Optimize CSS delivery
Why it matters. Browsers typically follow these five steps when rendering a page:
Process HTML markup and build the document object model (DOM) tree.
Process CSS markup and build the CSS object model (CSSOM) tree.
Combine the DOM and CSSOM into a render tree.
Run layout on the render tree to compute the geometry of each node.
Paint the individual nodes to the screen.
In other words, a page needs to process CSS before it can be rendered. When your CSS is bloated with render-blocking external stylesheets, this process often requires multiple roundtrips which will delay the time to first render.
What Google recommends. Inlining small CSS directly into the HTML document to eliminate small external CSS resources.
Advanced recommendations
Avoid inlining large CSS files. While inlining small CSS can speed up the time it takes for a browser to render the page, inlining large CSS files will increase the size of your above-the-fold CSS and will actually slow down render time.
Avoid inlining CSS attributes. Similarly, inlining CSS attributes on HTML elements often results in unnecessary code duplication, and it’s blocked by default with a Content Security Policy.
8. Prioritize visible content
Why it matters. If your above-the-fold content exceeds the initial congestion window (typically 14.6kB compressed), then loading your content will require multiple roundtrips to load and render your content. This can cause high latencies and significant delays to page loading, especially for mobile users.
What Google recommends. Reducing the size of above-the-fold content to no more than 14kB (compressed).
Advanced recommendations
Limit the size of the data required to render above-the-fold content. If you’ve been following along, you should already be using resource minification, image optimization, compression and all the other tips and tricks to reduce the size of your above-the-fold content.
Organize your HTML markup to render above-the-fold content immediately. Changing your HTML markup structure can greatly expedite the rate at which your above-the-fold content loads and renders — but what you change will vary from page to page. For example, may need to split your CSS into different parts: an inline part responsible for styling the above-the-fold portion of the content and a stylesheet that defers the remaining part. Or you may need to change the order of what loads on your page first (e.g., main content before widgets).
9. Remove render-blocking JavaScript
Why it matters. You may recall from tip #7 that a page needs to build its DOM by parsing the HTML before a browser is able to render your page. Well, every time a parser encounters JavaScript, it has to stop and execute this new script before it can continue building the DOM tree. This delay is even more pronounced in the case of external script — and it can add tens of thousands of milliseconds to the rendering process.
What Google recommends. Remove all blocking JavaScript, especially external scripts, in above-the-fold content.
Advanced recommendations
Make JavaScript non-render blocking. Marking your script tag as async will tell the browser not to block DOM construction while it waits for the script to be loaded and executed. However, you should only do this if you know that you don’t need to change anything within the DOM tree while it’s being parsed/constructed.
Inline critical scripts and defer non-critical scripts. Scripts that are necessary for rendering page content should be inlined to avoid extra network requests. These should be as small as possible in order to execute quickly and deliver good performance. Non-critical scripts should be made asynchronous and deferred until after the first render. Just remember that asynchronous scripts are not guaranteed to execute in a specified order.
Defer third-party JavaScript libraries until after the fold. JavaScript libraries that enhance interactivity or add animations or other effects (e.g., JQuery) usually don’t need to be rendered above the fold. Whenever possible, make these JavaScript elements asynchronous and defer them down the page.
Conclusion: Testing the results of the speed update
To find out what impact the Speed Update actually has on SERP positions, the SEO PowerSuite (my company) team and I conducted two experiments — one before and one immediately after Google rolled out their update.
We discovered even before the update that the correlation between a mobile site’s position in the SERPs and its average optimization score was already extremely high (0.97) but that a site’s first contentful paint (FCP) and DOM content loaded (DCL) metrics (now displayed on PageSpeed Insights beneath your Page Speed score) had little to no bearing on your position.
Tumblr media
We didn’t notice any significant changes one week after the update, which is understandable: It takes time for the update to come into full action. The correlation between optimization score and position in mobile search engine result pages (SERPs) is high, while the correlation between FCP/DCL and position is low.
Within the past three months, the optimization scores of sites ranking within the top 30 positions of mobile SERPs have all increased by an average of 0.83 points. We feel that is an industry-wide rise in the quality of websites.
What this tells us is that the standards for what constitutes a fast, optimized site are increasing — and you can’t afford to become complacent. Improving speed, like SEO as a whole, is a process, and if you don’t keep tweaking and improving, you risk being left behind.
Opinions expressed in this article are those of the guest author and not necessarily Search Engine Land. Staff authors are listed here.
About The Author
Aleh Barysevich is a seasoned SEO expert, Founder and Chief Marketing Officer at companies behind 
SEO PowerSuite
, professional software for full-cycle SEO campaigns, and 
Awario
, a social media monitoring app.
via Search Engine Land: News About Search Engines & Search Marketing
0 notes
melbynews-blog · 7 years ago
Text
Marihuana Anbau schädlich Kalifornien Wasserversorgung
Neuer Beitrag veröffentlicht bei https://melby.de/marihuana-anbau-schaedlich-kalifornien-wasserversorgung/
Marihuana Anbau schädlich Kalifornien Wasserversorgung
The Associated Press
von Chriss W. Street 21. April 2018 Newport Beach, CA 0
21. April 2018 21 Apr, 2018 [19659007DiekalifornischeWasserversorgungleidetunterden99ProzentdernichtlizenziertenMarihuana-KultivatorendienichtlizenziertbleibenumSteuernundUmweltregulierungzuvermeiden
Die vom kalifornischen Wähler genehmigte Proposition 64 Legalisierung der Freizeit-Marihuana-Initiative gab den "Zweck und die Absicht" des Gesetzes an Ziele zu setzen, die "illegale Marihuana-Produktion oder -Verteilung verhindern" sollen, durch Lizenzierung, um bekannte Umweltzerstörung von Wasserressourcen aufgrund unkontrollierter Verschwendung zu beseitigen; Pestizide Düngemittel; Erosion; Bewässerungsabfluss; Erdöl und andere Chemikalien; Müll und menschliche Abfälle
Kaliforniens gemäßigtes Klima unterstützt mehr als 50.000 Marihuanafarmen im Freien in fast jedem Gebiet des Staates, aber es konzentriert sich hauptsächlich auf die drei nordwestlichen kalifornischen Landkreise Humboldt, Mendocino und Trinity, die als Emerald Triangle bekannt sind.
Aber trotz viermonatiger Legalisierung bleiben 99 Prozent Farmen im Freien unlizenziert, und die Anzahl der Farmen wächst rasant. Nicht lizenzierte und illegale Marihuanablätter im Emerald Triangle sind besonders wegen ihrer isolierten Natur, der großen Menge an ungenutztem Waldland und reichlich Fluss- und Quellwasser attraktiv.
Die maßgebliche, von Experten überprüfte Studie " Auswirkungen von Oberflächenwasser Diversions for Marihuana Cultivation veröffentlicht in der Zeitschrift POLS ONE, schätzt, dass Marihuana-Anbau im Smaragd-Dreieck das Potenzial hat, eine 23-prozentige Verringerung der Strömung während der trockensten Perioden des Jahres zu verursachen. Ein solcher verminderter Abfluss ist für Lachs und Steelhead Forelle wahrscheinlich tödlich und führt zu "weiterem Rückgang empfindlicher Amphibienarten".
Jennifer Carah, Senior Squeeze Ecologin der Nature Conservancy, sagte der Water Education Foundation, dass der illegale Marihuanakultivierung in Kalifornien den Fisch- und Menschenkonsum gefährdet und landwirtschaftliche Wasserqualität und -versorgung: "Die unerlaubte Rodung von Wald und Straßenbau kann die Erosion dramatisch erhöhen, was dazu führen kann, dass große Mengen Sedimente in Ströme fließen und Wasserqualitätsprobleme verursachen."
Carah fügte hinzu, dass zwar Marihuana angebaut wird Auswirkungen auf lokale Wasserquellen wurden an der South Fork des Aals in Mendocino und Humboldt Counties untersucht, "meines Wissens hat noch niemand den Cannabisanbau auf staatlicher oder regionaler Ebene kartiert."
Friends of the Eel River Conservation Direktor Scott Greacen bei einer California Water Policy Conference an der University of California Davis im März beschuldigt die schlechteste Marihuanakultivierung Wasserressourceschaden auf unlizensierten so genannten "unbefugten Übertretungen" auf den US National Forest Ländern, dass die Legalisierung nicht zum Stillstand gekommen ist: "Sie sind die schädlichsten pro Einheit und diese sind die Art die wir loswerden müssen
Der Wasser- und Umweltregulierungsbeauftragte aus Sacramento mit Kronick Moskovitz Tiedemann & Girard, Hanspeter Walter, sagte der Water Education Foundation, dass die Umweltschäden durch illegale Marihuana-Kultivatoren im Smaragd-Dreieck schließlich als lizenzierte, hochproduktive Landwirte verschwinden werden Yolo und Monterrey Landkreise mit flachem Land und besserem Wetter werden die Marihuanaproduktion dominieren.
Breitbart News berichtete, dass das kalifornische Bureau of Cannabis Control prognostizierte, dass die legale Marihuanabranche um etwa 28 Prozent wachsen würde des Internet-Breitbandzugangs in den 1990er Jahren, was in staatlichen und lokalen Steuereinnahmen von $ 1 Milliarde in 2018 bis zum Jahr 2021 auf $ 3 Milliarden ansteigen.
Aber bis Februar lag die Steuererhebung für Marihuana in Kalifornien 15 Prozent unter der Prognose, aufgrund einer Preisspitze von 23 Prozent für legales Marihuana aufgrund einer 15 Prozent staatlichen Verbrauchssteuer und lokalen Regierungssteuern auf Marihuana.
(Funktion (b) b.loadCSS = Funktion (f, g, c) Funktion k (b) wenn (h.body) return b (); setTimeout (function () k (b) ) Funktion a () var h = b.document, e = h.createElement ("link"); (g) var l = g; else var d = h.styleSheets; e. rel = "stylesheet"; e.href = f; e.media = "nur x"; k (function () l.parentNode.insertBefore (e, g? l: l.nextSibling)); var m = funktion (b) für (var a = e.href, c = d.length; c -;) if (d [c] .href === a) return b (); setTimeout (funktion () m (b)); e.addEventListener && e.addEventListener ("laden", a); e.onloadcssdefined = m; m (a); zurückgeben e) (Dies); (function (b) if (b.loadCSS) var f = ladenCSS.relpreload = ; f.support = function () try return b.document.createElement ("link"). relList.supports (" preload ") catch (c) return! 1; f.poly = function () für (var c = b.document.getElementsByTagName (" link "), f = 0; f <c.length; f ++ ) var a = c [f]; "preload" === a.rel && "style" === a.getAttribute ("wie") && (b.loadCSS (a.href, a), a.rel = null); if (! f.support ()) f.poly (); var g = b.setInterval (f.poly, 300); b.addEventListener && b.addEventListener ("load", function () b .clearInterval (g)); b.attachEvent && b.attachEvent ("onload", function () b.clearInterval (g)) (this); (Funktion (b) {Funktion f (a) wenn (a in k) zurück k [a]; var d = b.createElement ("link"). relList; k [a] = d && d.support? d.supports (a):! 1; return k [a] Funktion g (a) if (! f ("preconnect")) var d = b.createElement ("link"); d.setAttribute ("rel", "dns-prefetch"); d.setAttribute ("href", a); b.head.appendChild (d) d = b.createElement ("link"); d.setAttribute ("rel", "preconnect") ; d.setAttribute ("referrerpolicy", "Ursprung"); d.setAttribute ("href", a); d.onload = Funktion (a) d && d.parentNode && d.parentNode.removeChild (d); d.onload = null ; b.head.appendChild (d); if (! f ("preconnect") && l) var c = neuer XMLHttpRequest; c.open ("HEAD", a + "/" + Datum.now (),! 0); c.send () function c (a, d, c) var e = b.createElement ("link"); e.setAttribute ("rel", f ("preload")? "preload": "prefetch"); e.setAttribute ("as ", d);" t "in c && e.setAttribute (" type ", ct);" m "in c && e.setAttribute (" media ", cm);" image "! == d && e.setAttribute (" crossorigin ",! 0); e.setAttribute ("href", a); Rückgabe e var k = Object.create (null), a = window.navigator.userAgent, h = / Kante / i.test (a), e = / Chrome | CriOS / i.test (a) &&! H, l = / Safari / i.test (a) & &!! E && ! h; b.cookie && - 1! == b.cookie.indexOf ("Pl6") || (f ("preconnect") && g ("http://media.breitbart.com"), a = b.createDocumentFragment (), a.appendChild (c ("/t/assets/fonts/bbn.woff2", "Schriftart", t: "font / woff2")), a.appendChild (c ("https: // www .googletagservices.com / tag / js / gpt.js "," Skript ", )), a.appendChild (c (" https://connect.facebook.net/en_US/sdk.js "," Skript ") , m: "(max-width: 1010px)")), a.appendChild (c ("https://connect.facebook.net/en_US/fbadnw55.js", "script", m: "( max-width: 1010px) ")), a.appendChild (c (" https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js "), "Skript", )), a.appendChild (c ("/ t / Assets / iframe / fb-ad.html", "fetch", m: "(max-width: 1010px)")), a.appendChild (c ("http://media.breitbart.com/media/2015/10/spriteg.png", "Bild", )), a.appendChild (c ("http: // media. breitbart.com/media/2015/12/logo-mobile.png","image",m:"(max-width:1010px)">)).a.appendChild(c("http://media. breitbart.com/media/2017/06/flag.jpg","image",m:"(min-width:1010px)")),b.head.insertBefore(a,b.head.firstChild)) )(Dokument); if (ISC_IS.ads &&! ISC_IS.adblock && ISC_IS.mobile_plus) var mhead5 = dokument.getElementById ("mhead5"); if (-1! == document.cookie.indexOf ("Bf2 = 1") && Date.now ()% 5 === 0) (Funktion (a, b, c)) var d = "https://www.facebook.com", e = "https://connect.facebook.net/de_DE/fbadnw55 .js ", f = iframeLoaded: true, xhrLoaded: true, g = a.data, h = function () if (Date.now) gebe Date.now () zurück, sonst return + new Date, i = Funktion (B) var C = d + "/ audience_network / client_event", D = cb: h (), Ereignisname: "ADNW_ADERROR", ad_pivot_type: "audience_network_mobile_web", sdk_version: "5.5.web", Anwendungs-ID: g.placementid .split ("_") [0]Herausgeber_ID: g.placementid.split ("_") [1]Fehler_Meldung: B, E = []; für (var F in D) E.push (encodeURIComponent (F) + "=" + encodeURIComponent (D [F])); var G = C + "?" + E.join ("&"), H = neuer XMLHttpRequest; H.open ("GET", G, true ); H.send (); if (g.onAdError) g.onAdError ("1000", "Interner Fehler."), J = function () if (b.currentScript) gibt b.currentScript zurück; else var B = b.getElementsByTagName ("Skript"); return B [B.length-1], k = Funktion (B) t ry return B.document.referrer catch (C) return "", l = function () var B = a, C = [B]; versuch while (B! == B.parent && B.parent .document) C.push (B = B.parent) catch (D) return.reverse (), m = function () var B = l (); für (var C = 0; C < B.length; C ++) neuen Fehler werfen ("no_writable_global");, n = Funktion (B) var C = B.IndexOf ("/", B.IndexOf (": //" ) +3); if (C === - 1) Rückgabe von B; Rückgabe von B.substring (0, C), o = Funktion (B) k (B), p = Funktion (B) if (B.sdkLoaded) gibt zurück, var C = B.window.document, D = C.createElement ("iframe"); D.name = "fbadnw"; D.style.display = "keine "; D.onload = function () var E = D.contentDocument.createElement (" Skript "); E.src = e; E.async = wahr; D.contentDocument.body.appendChild (E); C. body.appendChild (D); B.sdkLoaded = true, q = Funktion (B) var C = / ^ https?: / / www .google (. com?)?. w 2, 3 $ /; return !! B.match (C), r = Funktion (B) return !! B.match (/cdn.ampproject.org $ /), s = function () []C = B [B.length-1] , t = Funktion (B) try return JSON.parse (B) fangen (A) i (A.Message); werfen A;, u = Funktion (B, C, D) if (! B.Iframe) var E = D.createElement ("iframe"); E.src = d + "/ audienetzwerk / iframe /"; E.style.display = "keine"; D.body.appendChild (E); B.iframe = E B.iframeAppendedTime = h (); B.iframeData = C.iframe = B.iframe; C.iframeData = B.iframeData; C.tagJsIframeAppendedTime = B.iframeAppendedTime , v = Funktion (B) var C = d + "/ audiencenetwork / xhr /? sdk = 5.5.web"; für (var D in B) if (Typ von B [D]! == "function") C + = "&" + D + "=" + encodeURIComponent (B [D]); var E = neuer XMLHttpRequest; E.open ("GET", C, wahr); E.withCredentials = true; E.onreadystatechange = function () if (E.readyState === 4) var F = t (E. Antwort); B.events.push (Name: "xhrLoaded", Quelle: B.iframe.contentWindow, Daten: F, postMessageTimestamp: h (), receivedTimestamp: h () ); E.send (), w = Funktion (B, C) var D = d + "/ audienetwork / xhriframe /? Sdk = 5.5.web"; für (var E in C) if (typeof C [E]! == "Funktion") D + = "&" + E + "=" + encodeURIComponent (C [E]); var F = b.createElement ("iframe"); F.src = D; F.style.display = "keine"; b.body.appendChild (F) C.iframe = F; C.iframeData = ; C.tagJsIframeAppendedTime = h (), x = Funktion (B) var C = Funktion (Ereignis) try var E = event.data; if (E .name in f) B.events.push (name: E.name, source: event.source, daten: E.data) catch (A) , D = B.iframe.contentWindow.parent; D.addEventListener ("Nachricht", C, falsch), y = Funktion (a) wenn (a.context && a.context.sourceUrl) gibt true zurück; try return !! JSON.parse (decodeURI (a.name)) .ampcontextVersion catch (A) return false, z = Funktion (B) var C = h (), D = l () [0]E = j () .elternElement, F = D! = a .top, G = D. $ sf && D. $ sf.ext, H = o (D), I = m (); p (I); var J = 0, URL: H, Domäne: s (), Kanal: n (o (D)), width: screen.width, height: screen .height, pixelratio: a.devicePixelRatio, Platzierungsindex: lad.length, crossdomain: F, saferframe: !! G, placementid: g.placementid, Format: g.format ; if (g.bidid) J.bidid = g.bidid; if (F ; try z () catch (A ) ) (Fenster, Dokument, Ort); sonst rungptgmx5 ();
Achtung! Dieser Artikel wurde automatisch von Englisch in Deutsch übersetzt. Den Original Artikel finden Sie hier: Quelle
قالب وردپرس
0 notes
everettwilkinson · 8 years ago
Text
Weak: Trump Whines About Big Luther’s Collapse in Alabama, Sides with McConnell and Establishment
“Good Republican candidates will win BIG!,” President Trump tweeted late Saturday afternoon.
“Remember, the Republicans are 5-0 in Congressional races this year. In Senate, I said Roy M would lose in Alabama and supported Big Luther Strange – and Roy lost. Virginia candidate was not a ‘Trumper,’ and he lost,” the president’s tweet:
  Remember, the Republicans are 5-0 in Congressional races this year. In Senate, I said Roy M would lose in Alabama and supported Big Luther Strange – and Roy lost. Virginia candidate was not a “Trumper,” and he lost. Good Republican candidates will win BIG!
— Donald J. Trump (@realDonaldTrump) December 23, 2017
On Friday, the president signed into law the greatest legislative accomplishment of his administration, and the most significant tax reform in the past three decades, the Tax Cuts and Jobs Act of 2017.
It was a narrow legislative victory in both houses. In the Senate, the margin was 51 to 48, entirely along partisan lines. On this vote, Senate Majority Leader Mitch McConnell (R-KY) delivered for the president.
But in the case of the Alabama Senate election, McConnell was working against the president and the Trump agenda. So, when the Senate convenes in January, the narrow 52 to 48 Republican advantage will be an even narrower 51 to 49 margin, and the 49th vote that Senate Majority Leader Chuck Schumer (D-NY) will now be able to rely upon will be the far left Democrat McConnell helped elect over conservative Republican and Trump agenda supporting Roy Moore, the now Senator-elect Doug Jones (D-AL).
Let’s break down how this happened, and what it portends for the political future in 2018.
“I said Roy M would lose in Alabama and supported Big Luther Strange – and Roy lost,” the president says. (emphasis added)
What President Trump fails to note is that Mitch McConnell’s establishment ally Strange lost the Alabama Republican primary to Moore after the president endorsed him. To his credit, President Trump announced his support for Moore in the general election immediately after his primary victory in September, and did not abandon that support, despite the debunked allegations of sexual harassment incidents from more than 30 years ago that first surfaced in the Washington Post on November 9.
McConnell, in contrast, used these allegations as an excuse to abandon the legitimately elected nominee of the Republican Party for the December 12 special election. And his establishment allies, including Alabama’s most prominent former Democrat, Sen. Richard Shelby (R-AL), helped elect a radical Democrat to a seat in a state President Trump won by 28 points in 2016, by publicly encouraging Republicans not to vote for Moore, the party’s nominee.
Shelby’s betrayal was particularly damaging, coming as it did before a wide audience on CNN’s State of the Union just two days before Alabama voters went to the polls.
His announcement that “I couldn’t vote for Roy Moore” gave Alabama Republicans permission to do the impermissible–vote for a radical Democrat over a conservative Republican.
And despite the huge array of financial resources lined up against him–-though all the reports have yet to been filed with the Federal Election Commission, a preliminary review of available FEC reports suggests that Jones and his allies spent well over an estimated $10 million in the two and a half months between the September 25 primary and the December 12 general election, while Moore and his allies spent about $3 million over the same time period–Moore ended up losing to Jones by less than 21,000 votes, or one and a half percent of all votes cast, 49.9 percent to 48.4 percent. (Note: When all reports covering the period November 22, 2017 to December 12, 2017 are filed with the FEC, the numbers reported for each candidate may change significantly.)
“Republicans are 5-0 in Congressional races this year,” the president says. (emphasis added)
The president forgot to add this key qualifier to that true statement, however–in cases they contested.
A key difference between those five successful Republican Congressional races this year and the unsuccessful Republican Senate campaign of Roy Moore in Alabama is that the vast majority of the Republican establishment did nothing to aid the party’s nominee in Alabama, and in fact actively worked against his campaign.
One of those five Congressional victories–the special election in Georgia’s Sixth Congressional District on June 20–was nationalized in the same way the Alabama Senate special election on December 12 was.
Huge donations poured in to support the far left Democratic candidate, 30-year-old documentary film maker Jon Ossoff, from wealthy liberal enclaves in New York City, Los Angeles, San Francisco, and Washington, D.C. SuperPACS received six and seven figure donations from left leaning billionaires. All told, more than $30 million–almost all of it raised outside Georgia–was spent in an effort to elect Ossoff.
The Republican candidate in that race–a reliably Trump supporting establishment friendly Karen Handel–received a great deal of support–around $20 million— directly in her campaign, and indirectly through aligned SuperPACS. It was not nearly as much as Ossoff had, but in the end it was sufficient.
Handel, the Republican candidate, defeated Ossoff, the Democratic candidate, by five points on June 20, 52 percent to 47 percent.
Had Roy Moore received a comparable level of support from the Republican establishment in the Alabama Senate special election, he would have won, and by a decent margin.
 “Virginia candidate was not a ‘Trumper,’ and he lost,” the president says (emphasis added)
President Trump is quite right that Ed Gillespie, the Republican candidate for governor in Virginia who was defeated by the Democratic candidate, Ralph Northam, was not a ‘Trumper.” But he lost despite significant support from the Republican establishment, while Roy Moore, who was definitely a “Trumper,” lost because he was a flawed candidate and the Republican establishment actively opposed him.
Finally, the president turns to political prognostication for 2018.
“Good Republican candidates will win BIG!” he says. (emphasis added)
What has to happen for that prediction to ring true, and for the Republican Party to maintain control of the House of Representatives and expand its 51-49 margin in the Senate?
Good Republican candidates who support the Trump agenda must be fielded, as a starting point.
But more significantly, they must be provided–every one of them who wins the Republican nomination for his or her race–with sufficient financial and people resources to win.
If Mitch McConnell and his allies give Republican nominees who they feel will be loyal to the Trump agenda and not to the Republican establishment the same level of support they gave Roy Moore, it will be a very bad outcome in November 2018 for the Republican party, President Trump, and the Trump agenda.
The immediate consequence of the Doug Jones victory in Alabama–enabled as it was by McConnell and his establishment allies–is to energize the far left base of activists to get out the vote, and to encourage wealthy liberal Democrats who live in their coastal elite enclaves to keep sending buckets and buckets of cash to turn elections in traditionally Republican areas their way.
If the Democrats take control of the House of Representatives, everyone in the world knows that their first agenda item will be to impeach President Trump.
If that comes to pass, perhaps President Trump will send out a tweet thanking Senator McConnell for making it all possible as the Democrat leadership transmits the documents of impeachment requiring the U.S. Senate to conduct a trial to decide whether the president will be convicted and removed from office, or found not guilty and allowed to finish out his term.
(function(b){b.loadCSS=function(f,g,c){function k(b){if(h.body)return b();setTimeout(function(){k(b)})}function a(){e.addEventListener&&e.removeEventListener("load",a);e.media=c||"all"}var h=b.document,e=h.createElement("link");if(g)var l=g;else{var n=(h.body||h.getElementsByTagName("head")[0]).childNodes;l=n[n.length-1]}var d=h.styleSheets;e.rel="stylesheet";e.href=f;e.media="only x";k(function(){l.parentNode.insertBefore(e,g?l:l.nextSibling)});var m=function(b){for(var a=e.href,c=d.length;c--;)if(d[c].href=== a)return b();setTimeout(function(){m(b)})};e.addEventListener&&e.addEventListener("load",a);e.onloadcssdefined=m;m(a);return e}})(this); (function(b){if(b.loadCSS){var f=loadCSS.relpreload={};f.support=function(){try{return b.document.createElement("link").relList.supports("preload")}catch(c){return!1}};f.poly=function(){for(var c=b.document.getElementsByTagName("link"),f=0;f<c.length;f++){var a=c[f];"preload"===a.rel&&"style"===a.getAttribute("as")&&(b.loadCSS(a.href,a),a.rel=null)}};if(!f.support()){f.poly();var g=b.setInterval(f.poly,300);b.addEventListener&&b.addEventListener("load",function(){b.clearInterval(g)});b.attachEvent&& b.attachEvent("onload",function(){b.clearInterval(g)})}}})(this); (function(b){function f(a){if(a in k)return k[a];var d=b.createElement("link").relList;k[a]=d&&d.supports?d.supports(a):!1;return k[a]}function g(a){if(!f("preconnect")){var d=b.createElement("link");d.setAttribute("rel","dns-prefetch");d.setAttribute("href",a);b.head.appendChild(d)}d=b.createElement("link");d.setAttribute("rel","preconnect");d.setAttribute("referrerpolicy","origin");d.setAttribute("href",a);d.onload=function(a){d&&d.parentNode&&d.parentNode.removeChild(d);d.onload=null};b.head.appendChild(d); if(!f("preconnect")&&l){var c=new XMLHttpRequest;c.open("HEAD",a+"/"+Date.now(),!0);c.send()}}function c(a,d,c){var e=b.createElement("link");e.setAttribute("rel",f("preload")?"preload":"prefetch");e.setAttribute("as",d);"t"in c&&e.setAttribute("type",c.t);"m"in c&&e.setAttribute("media",c.m);"image"!==d&&e.setAttribute("crossorigin",!0);e.setAttribute("href",a);return e}var k=Object.create(null),a=window.navigator.userAgent,h=/Edge/i.test(a),e=/Chrome|CriOS/i.test(a)&&!h,l=/Safari/i.test(a)&&!e&& !h;b.cookie&&-1!==b.cookie.indexOf("Pl6")||(f("preconnect")&&g("http://media.breitbart.com"),a=b.createDocumentFragment(),a.appendChild(c("/t/assets/fonts/bbn.woff2","font",{t:"font/woff2"})),a.appendChild(c("https://www.googletagservices.com/tag/js/gpt.js","script",{})),a.appendChild(c("https://connect.facebook.net/en_US/sdk.js","script",{m:"(max-width:1010px)"})),a.appendChild(c("https://connect.facebook.net/en_US/fbadnw55.js","script",{m:"(max-width:1010px)"})),a.appendChild(c("https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js", "script",{})),a.appendChild(c("/t/assets/iframe/fb-ad.html","fetch",{m:"(max-width:1010px)"})),a.appendChild(c("http://media.breitbart.com/media/2015/10/spriteg.png","image",{})),a.appendChild(c("http://media.breitbart.com/media/2017/06/flag.jpg","image",{m:"(min-width:1010px)"})),a.appendChild(c("http://media.breitbart.com/media/2015/12/logo-mobile.png","image",{m:"(max-width:1010px)"})),b.head.insertBefore(a,b.head.firstChild))})(document); if(ISC_IS.ads&&!ISC_IS.adblock&&ISC_IS.mobile_plus){var mhead5=document.getElementById("mhead5");if(-1!==document.cookie.indexOf("Bf2=1")&&Date.now()%3!==0)(function(a,b,c){var d="https://www.facebook.com",e="https://connect.facebook.net/en_US/fbadnw55.js",f={iframeLoaded:true,xhrLoaded:true},g=a.data,h=function(){if(Date.now)return Date.now();else return+new Date},i=function(B){var C=d+"/audience_network/client_event",D={cb:h(),event_name:"ADNW_ADERROR",ad_pivot_type:"audience_network_mobile_web",sdk_version:"5.5.web",app_id:g.placementid.split("_")[0],publisher_id:g.placementid.split("_")[1],error_message:B},E=[];for(var F in D)E.push(encodeURIComponent(F)+"="+encodeURIComponent(D[F]));var G=C+"?"+E.join("&"),H=new XMLHttpRequest;H.open("GET",G,true);H.send();if(g.onAdError)g.onAdError("1000","Internal error.")},j=function(){if(b.currentScript)return b.currentScript;else{var B=b.getElementsByTagName("script");return B[B.length-1]}},k=function(B){try{return B.document.referrer}catch(C){}return""},l=function(){var B=a,C=[B];try{while(B!==B.parent&&B.parent.document)C.push(B=B.parent)}catch(D){}return C.reverse()},m=function(){var B=l();for(var C=0;C<B.length;C++){var D=B[C],E=D.ADNW||{};D.ADNW=E;if(!D.ADNW)continue;return E.v55=E.v55||{ads:[],window:D}}throw new Error("no_writable_global");},n=function(B){var C=B.indexOf("/",B.indexOf("://")+3);if(C===-1)return B;return B.substring(0,C)},o=function(B){return B.location.href||k(B)},p=function(B){if(B.sdkLoaded)return;var C=B.window.document,D=C.createElement("iframe");D.name="fbadnw";D.style.display="none";D.onload=function(){var E=D.contentDocument.createElement("script");E.src=e;E.async=true;D.contentDocument.body.appendChild(E)};C.body.appendChild(D);B.sdkLoaded=true},q=function(B){var C=/^https?://www.google(.com?)?.w{2,3}$/;return!!B.match(C)},r=function(B){return!!B.match(/cdn.ampproject.org$/)},s=function(){var B=c.ancestorOrigins||[],C=B[B.length-1]||c.origin,D=B[B.length-2]||c.origin;if(q(C)&&r(D))return n(D);else return n(C)},t=function(B){try{return JSON.parse(B)}catch(A){i(A.message);throw A;}},u=function(B,C,D){if(!B.iframe){var E=D.createElement("iframe");E.src=d+"/audiencenetwork/iframe/";E.style.display="none";D.body.appendChild(E);B.iframe=E;B.iframeAppendedTime=h();B.iframeData={}}C.iframe=B.iframe;C.iframeData=B.iframeData;C.tagJsIframeAppendedTime=B.iframeAppendedTime||0},v=function(B){var C=d+"/audiencenetwork/xhr/?sdk=5.5.web";for(var D in B)if(typeof B[D]!=="function")C+="&"+D+"="+encodeURIComponent(B[D]);var E=new XMLHttpRequest;E.open("GET",C,true);E.withCredentials=true;E.onreadystatechange=function(){if(E.readyState===4){var F=t(E.response);B.events.push({name:"xhrLoaded",source:B.iframe.contentWindow,data:F,postMessageTimestamp:h(),receivedTimestamp:h()})}};E.send()},w=function(B,C){var D=d+"/audiencenetwork/xhriframe/?sdk=5.5.web";for(var E in C)if(typeof C[E]!=="function")D+="&"+E+"="+encodeURIComponent(C[E]);var F=b.createElement("iframe");F.src=D;F.style.display="none";b.body.appendChild(F);C.iframe=F;C.iframeData={};C.tagJsIframeAppendedTime=h()},x=function(B){var C=function(event){try{var E=event.data;if(E.name in f)B.events.push({name:E.name,source:event.source,data:E.data})}catch(A){}},D=B.iframe.contentWindow.parent;D.addEventListener("message",C,false)},y=function(a){if(a.context&&a.context.sourceUrl)return true;try{return!!JSON.parse(decodeURI(a.name)).ampcontextVersion}catch(A){return false}},z=function(B){var C=h(),D=l()[0],E=j().parentElement,F=D!=a.top,G=D.$sf&&D.$sf.ext,H=o(D),I=m();p(I);var J={amp:y(D),events:[],tagJsInitTime:C,rootElement:E,iframe:null,tagJsIframeAppendedTime:I.iframeAppendedTime||0,url:H,domain:s(),channel:n(o(D)),width:screen.width,height:screen.height,pixelratio:a.devicePixelRatio,placementindex:I.ads.length,crossdomain:F,safeframe:!!G,placementid:g.placementid,format:g.format||"300x250",testmode:!!g.testmode,onAdLoaded:g.onAdLoaded,onAdError:g.onAdError};if(g.bidid)J.bidid=g.bidid;if(F||!c.ancestorOrigins)w(I,J);else{u(I,J,D.document);v(J)}x(J);J.rootElement.dataset.placementid=J.placementid;I.ads.push(J)};try{z()}catch(A){i(A.message||A);throw A;}})(window,document,location);else rungptgmx5()};
Source link
from CapitalistHQ.com https://capitalisthq.com/weak-trump-whines-about-big-luthers-collapse-in-alabama-sides-with-mcconnell-and-establishment/
0 notes
testandothemesssss · 8 years ago
Text
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head>
<!--- THEME 4 BY WEHRMXCHT DO NOT COPY, REDISTRUBUTE AS YOUR OWN, REMOVE CREDIT, LIFT CODE, OR STEAL, THAT'S A REAL SHITTY THING TO DO, K? --->
<!--- CUSTOM FONTS --->
<link href='https://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Homemade+Apple' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
<!--- CUSTOM FONTS --->
<!--- TOOLTIP --->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script> <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script> <script> (function($){ $(document).ready(function(){ $("a[title]").style_my_tooltips({ tip_follows_cursor:true, tip_delay_time:7, tip_fade_speed:7, attribute:"title" }); }); })(jQuery); </script>
<!--- TOOLTIP --->
<!---POP UP ASK BOX--->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script> <script> $(document).ready(function() { // $('a.poplight[href^=#]').click(function() { var popID = $(this).attr('rel'); //Get Popup Name var popURL = $(this).attr('href'); //Get Popup href to define size var query= popURL.split('?'); var dim= query[1].split('&'); var popWidth = dim[0].split('=')[1]; //Gets the first query string value $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>'); var popMargTop = ($('#' + popID).height() + 80) / 2; var popMargLeft = ($('#' + popID).width() + 80) / 2; //Apply Margin to Popup $('#' + popID).css({ 'margin-top' : -popMargTop, 'margin-left' : -popMargLeft }); $('body').append('<div id="fade"></div>'); $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) return false; }); $('a.close, #fade').live('click', function() { $('#fade , .popup_block').fadeOut(function() { $('#fade, a.close').remove(); //fade them both out }); return false; }); }); </script>
<!---POP UP ASK BOX--->
<!--VERSE TABS SCRIPT-->
<script>
$(document).ready(function(){    $("ul#tabs li").click(function(e){        if (!$(this).hasClass("active")) {            var tabNum = $(this).index();            var nthChild = tabNum+1;            $("ul#tabs li.active").removeClass("active");            $(this).addClass("active");            $("ul#tab li.active").removeClass("active");            $("ul#tab li:nth-child("+nthChild+")").addClass("active");        }    }); }); </script>
<!---POP UP LINKS--->
<script> $(document).ready(function() { //When you click on a link with class of poplight and the href starts with a # $('a.poplight[href^=#]').click(function() { var popID = $(this).attr('rel'); //Get Popup Name var popURL = $(this).attr('href'); //Get Popup href to define size
//Pull Query & Variables from href URL var query= popURL.split('?'); var dim= query[1].split('&'); var popWidth = dim[0].split('=')[1]; //Gets the first query string value
//Fade in the Popup and add close button $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend();
//Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css var popMargTop = ($('#' + popID).height(370) + 80) / 2; var popMargLeft = ($('#' + popID).width(255) + 80) / 2;
//Apply Margin to Popup $('#' + popID).css({ 'margin-top' : -popMargTop, 'margin-left' : -popMargLeft });
//Fade in Background $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
return false; });
//Close Popups and Fade Layer $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer... $('#fade , .popup_block').fadeOut(function() { $('#fade, a.close').remove(); //fade them both out }); return false; }); }); </script>
<!---POPUP LINKS--->
<!---META--->
   <title>{title}</title>    <link rel="shortcut icon" href="{Favicon}">    <link rel="altertnate" type="application/rss+xml" href="{RSS}">    <meta name="description" content="" />    <meta http-equiv="x-dns-prefetch-control" content="off"/>
<!--- COLOR OPTIONS ---> <meta name="color:Background" content="#000000"/> <meta name="color:Posts BG" content="#222222"/> <meta name="color:Text" content="#ffffff"/> <meta name="color:Post Bold" content="#65bb71"/> <meta name="color:Post Italic" content="#7d9a8c"/> <meta name="color:Link" content="#000000"/> <meta name="color:Link Hover" content="#65bb71"/> <meta name="color:Scrollthumb" content="#ffffff"/> <meta name="color:Info BG" content="#000000"/> <meta name="color:Tooltip BG" content="#000000"/> <meta name="color:Tooltip Font" content="#ffffff"/>
<!---META--->
<style type="text/css">
/* --- DESCRIPTION/SIDEBAR ---*/
#description {   border-top:solid 1px transparent;   border-bottom:solid 1px transparent;   width: 110px;   height: 80px;   font-size: 8px;   font-family:helvetica;   text-align: justify;   top: 550px;   line-height:15px;   position: fixed;   overflow-y: scroll;   padding-right: 5px;   left: 438px;
  }
  #description b, strong {    color: {color:Post Bold};    font-family: 'Oswald', sans-serif;    text-transform:uppercase;    text-shadow: 0px 0px 1px #9c3b3b;    font-size:14px;    letter-spacing:0px;
  }
   #description i, em {    color: {color:Post Italic};    font-family: satisfy;    text-shadow: 0px 0px 3px #fff;    text-transform:none;    font-size:12px;    letter-spacing:1px;    }
/* --- DESCRIPTION/SIDEBAR ---*/
/* --- CSS --- */
/* --- BACKGROUND --- */
html {    background:#1c1c1c;    background-image:url('http://static.tumblr.com/4zlvv29/Qkrocqhn4/untitled-1.png');   background-attachment:fixed;   background-repeat:no-repeat;   background-position: top left;   margin:0px;   word-wrap:break-word;
/* --- SCROLLBAR --- */
}
::-webkit-scrollbar {    width: 1px;    height: 4px;    padding:2px;    background: transparent; }
::-webkit-scrollbar-thumb {    background-color: {color:scrollthumb}; }
/* --- FONTS AND STUFF --- */
body {    margin:0px;    color:{color:text};    font-family:helvetica;    text-transform:uppercase;    font-size:8px;    text-align: justify;    line-height:1.25em;    letter-spacing:0px;    margin-left:435px; }
h1 { /* --- Title style --- */    font-family: 'Oswald', sans-serif;    font-weight:bold;    font-size:15px;    text-align:center;    font-style:bold;    line-height:100%;    letter-spacing:0px;    color:{color:text}; }
h2 { /* --- Subitle style --- */    font-family:tahoma;    font-size:16px;    text-align:center;    font-style:italic;    line-height:100%;    letter-spacing:1px;    color:{color:text};    padding:5px;    padding-bottom:2px; }
hr {  border-color: #737373; }
a { /* --- Link style --- */ text-transform:uppercase; font-family: 'Raleway', sans-serif; color:#cdcbcb; text-shadow:0 0 2px #cdcbcb; text-decoration:none; -moz-transition-duration:0.5s; -webkit-transition-duration:0.5s; -o-transition-duration:0.5s; }
a:hover { text-shadow: 0 0 4px #cdcbcb; text-decoration:none -moz-transition-duration:0.5s; -webkit-transition-duration:0.5s; -o-transition-duration:0.5s; }
blockquote {    padding-left:5px;    border-left:1px solid; }
blockquote {    border-left: solid;    border-radius: 0px;    border-left-width: 1px;    border-color: #737373;    padding:2px;    padding-left: 7px;    margin-left: 10px; }
#post { /* --- Post width/size --- */    width:260px;    padding-bottom:10px;    padding-right:5px; }
#post b, strong { /* --- Bold font style --- */    color: {color:Post Bold};    font-family: 'Oswald', sans-serif;    text-transform:uppercase;    text-shadow: 0px 0px 1px #9c3b3b;    font-size:14px;    letter-spacing:0px; }
#post i, em { /* --- Italic font style --- */    color: {color:Post Italic};    font-family: satisfy;    text-shadow: 0px 0px 3px #fff;    text-transform:none;    font-size:14px;    letter-spacing:1px; }
#post pre {    font-family: times;    color:{color:Post Bold};    white-space: pre-wrap;    white-space: -moz-pre-wrap;    white-space: -pre-wrap;    white-space: -o-pre-wrap;    word-wrap: break-word; }
/* --- SMALL TEXT AND SUB-TEXT STYLES --- */
small {
   word-spacing:0px;    font-size:8px;    letter-spacing:0px;    line-height:130%; }
}
sup, sub {    word-spacing:0px;    font-size:8.5px; }
big {    font-size:12px;    line-height:110%;    text-shadow:1px 1px 0px #a77c62; }
/* --- THIS IS HERE TO KEEP IMAGES IN TEXT POSTS FROM GETTING BIGGER THAN THE CONTAINER, SO DON'T MESS WITH IT BRO --- */
#post img.main_photo {    width: 100%; }
#post img {    max-width: 100%;    height: auto; }
#post .photo img {    opacity: 1;        -webkit-transition: all 0.5s ease;        -moz-transition: all 0.5s ease;        -o-transition: all 0.5s ease;    transition: all 0.5s ease;    margin: 0;    line-height: 0;
}
.tumblr_post.photo p {    display: none; }
/* --- CSS --- */
.content { /* --- Entries within the container --- */    padding:5px;    width:265px;    height:240px;    margin-left:-380px;    margin-top:40px;    margin-bottom:20px;    position:fixed;    overflow:scroll;    overflow-x:hidden;    background-color:transparent;
}
.backcont { /* --- Container itself --- */    padding:2px;    width:294px;    height:294px;    left:503px;    top:347px;    position:fixed;    background-color:transparent; }
/* --- JUMBLE LINKS --- */
.anavlinks {    transform: rotate(0deg);    text-shadow:1px 1px 5px #cdcbcb;    color: #cdcbcb;    background: transparent;    padding: 2px;    position: fixed;    height:auto;    top:330px;    left:60px;    font-family: 'Oswald', sans-serif;    font-weight:bold;    text-transform:uppercase;    text-align:center;    font-style:bold;    font-size: 20px;    letter-spacing:0.5px;    padding-top: 5px; }
.navlinks a {    color:#cdcbcb; }
.navlinks a:hover {    color: #cdcbcb;    text-transform: uppercase;    text-shadow:3px 3px 3px #fff;    }
.bnavlinks {    transform: rotate(0deg);    text-shadow:1px 1px 3px #000;    color: #cdcbcb;    background: transparent;    padding: 2px;    position: fixed;    height:auto;    top:0px;    left:40px;    font-family: 'Oswald', sans-serif;    font-weight:bold;    text-transform:uppercase;    text-align: right;    font-size: 20px;    letter-spacing:0.5px;    padding-top: 5px; }
.navlinks a {    color: #cdcbcb; }
.navlinks a:hover {    color: #cdcbcb;    text-transform: uppercase;    }  
.cnavlinks {    transform: rotate(0deg);    text-shadow:1px 1px 3px #000;    color: #cdcbcb;    background: transparent;    padding: 2px;    position: fixed;    height:auto;    top:0px;    left:80px;    font-family: tahoma;    text-transform:uppercase;    text-align: right;    font-size: 20px;    letter-spacing:0.5px;    padding-top: 5px; }
.navlinks a {    color: #cdcbcb; }
.navlinks a:hover {    color: #cdcbcb;    text-transform: uppercase;    }  
.dnavlinks {    transform: rotate(0deg);    text-shadow:1px 1px 3px #000;    color: #cdcbcb;    background: transparent;    padding: 2px;    position: fixed;    height:auto;    top:0px;    left:120px;    font-family: tahoma;    text-transform:uppercase;    text-align: right;    font-size: 20px;    letter-spacing:0.5px;    padding-top: 5px; }
.navlinks a {    color: #cdcbcb; }
.navlinks a:hover {    color: #cccccc;    text-transform: uppercase;    }  
.enavlinks {    transform: rotate(0deg);    text-shadow:1px 1px 3px #000;    color: #cdcbcb;    background: transparent;    padding: 2px;    position: fixed;    height:auto;    top:0px;    left:160px;    font-family: tahoma;    text-transform:uppercase;    text-align: right;    font-size: 20px;    letter-spacing:0.5px;    padding-top: 5px; }
.navlinks a {    color:#cdcbcb; }
.navlinks a:hover {    color: #cdcbcb;    text-transform: uppercase;    }  
.fnavlinks {    transform: rotate(0deg);    text-shadow:1px 1px 3px #000;    color:;    background: transparent;    padding: 2px;    position: fixed;    height:auto;    top:0px;    left:200px;    font-family: tahoma;    text-transform:uppercase;    text-align: right;    font-size: 20px;    letter-spacing:0.5px;    padding-top: 5px; }
.navlinks a {    color:#707070; }
.navlinks a:hover {    color: #cccccc;    text-transform: uppercase;    }  
/* --- JUMBLE LINKS END --- */
/* --- PAGINATION --- */
.navigation {    transform: rotate(0deg); transform-origin: left top 0;    position:absolute;    width:300px;    text-align:left;    margin-top:90px;    margin-left:-70px;    letter-spacing:2px;    word-spacing:6px;    text-align:center;    font-size:8.5px;    word-spacing:0px;    position:fixed;    font-family: 'Archivo Narrow', sans-serif;    z-index:999999; }
.navigation a {    font-weight:800;    width:300px;    color:#6c6c6c;    text-shadow:0px 0px 1px #2e2e2d;    border-bottom:1px dotted transparent;    -moz-transition-duration:.7s;    -webkit-transition-duration:.7s;    -o-transition-duration:.7s; }
.navigation a:hover {    text-decoration:none;    color:#fff;    text-shadow:3px 3px 3px #2e2e2d;    -moz-transition-duration:.7s;    -webkit-transition-duration:.7s;    -o-transition-duration:.7s; }
/* --- TIMESTAMPS, REBLOGS, SOURCE, ETC --- */
#info {    font-family: 'Archivo Narrow', sans-serif;    width:244px;    margin-top:5px;    margin-bottom:5px;    border-color:#222222;    padding-top:10px;    font-size:10px;    background:transparent;    text-shadow: 1px 1px 7px #222222;    padding:10px;    margin-top:5px;    margin-left:0px;    color:#282828;    text-transform:uppercase;    font-style:normal;    text-align:left;        -moz-transition-duration:0.5s;        -webkit-transition-duration:0.5s;        -o-transition-duration:0.5s;    }
#info a {    color:#404040;    font-style:normal;    }
#info a:hover {    color:#383838;    text-shadow: 1px 1px 7px #383838;    }
/* --- TAGS --- */    
.tags { width:200px; margin-top:2px; margin-left:25px; text-transform:uppercase; padding:10px; font-style:normal; line-height:100%; padding-top:7px; text-align:center; position: center; background: #cdcbcb; opacity:1; border-bottom-left-radius: 20px; border-top-right-radius: 20px; border-top:solid 1px #cdcbcb;    box-shadow: 2px 2px 5px #cdcbcb; -moz-transition-duration:1.2s; -webkit-transition-duration:1.2s; -o-transition-duration:1.2s;
}
.tags a{ font-size:9px; font-family: helvetica; text-transform:uppercase; font-weight:0; font-weight:none; text-shadow: none; color:#7d7d7d; opacity:0.8; font-weight:none; -moz-transition-duration:1.2s; -webkit-transition-duration:1.2s; -o-transition-duration:1.2s; }
.tags a:hover{ color:#000; opacity:1; font-weight:none; -moz-transition-duration:1.2s; -webkit-transition-duration:1.2s; -o-transition-duration:1.2s;
}
.audio{    overflow:hidden;    }
#ask {    float:left;    color:{color:text}; }
/* --- TOOLTIP --- */
#s-m-t-tooltip { color:#d3d3d3; position:fixed; font-family: helvetica; letter-spacing: 1px; font-size:9px; background:#1c1c1c; text-shadow: 0px 0px 3px #d3d3d3; margin-left:15px; margin-top:-21px; text-transform:uppercase; padding: 5px; border:1px solid #1c1c1c; z-index:99999999999999999999999; transition:0.7s ease-in-out; -o-transition:0.7s ease-in-out; -ms-transition:0.7s ease-in-out; -moz-transition:0.7s ease-in-out; -webkit-transition:0.7s ease-in-out;
}
/* --- REMOVE THIS SHIT AND I'LL HAVE YOUR HEAD --- */
#credit {    font-size:9px;    font-family:verdana;    font-style:none;    letter-spacing:1px;    -moz-transition-duration:0.5s;    -webkit-transition-duration:0.5s;    -o-transition-duration:0.5s;    }
#credit a {    background-color:transparent;    padding:5px;    position:fixed;    right:15px;    bottom:10px    }  
#credit a:hover {    color:{color:Link Hover};    background-color:{color:background};    }  
/* --- POP-UP CSS --- */    
#fade { /*--Transparent background layer--*/ display: none; /*--hidden by default--*/ background-image:url('http://static.tumblr.com/4zlvv29/9Wfocs7as/popups.png'); position: fixed; left: 0; top: 0; width: 100%; height: 100%; opacity: 1; z-index: 9999; } .popup_block{ width: 255px; height: 370px; overflow-y:scroll; overflow-x:hidden; display: none; /*--hidden by default--*/ background:transparent; padding: 30px; border: 0px solid #ddd; float: left; font-size: 8px; word-spacing:2px; position: fixed; top:350px; left:900px; z-index: 99999; /*--CSS3 Box Shadows--*/ -webkit-box-shadow: 0px 0px 0px #000; -moz-box-shadow: 0px 0px 0px #000; box-shadow: 0px 0px 0px #000; /*--CSS3 Rounded Corners--*/ -webkit-border-radius: 0px; -moz-border-radius: 0px; border-radius: 0px; } img.btn_close { float: right; margin: 0px 0px 0 0; } /*--Making IE6 Understand Fixed Positioning--*/ *html #fade { position: absolute; } *html .popup_block { position: absolute; }
h2 { font-size: 10px; font-family: arial; font-weight:normal; line-height:15px; margin:0px; text-decoration: none; color: {color:Post Text}; }
h2 a { text-decoration: none; color: {color:Post Link}; }
/* --- Controls how bold and italic looks in your pop-up  --- */
.popup_block b, strong {    color: {color:Post Bold};    font-family: 'Oswald', sans-serif;    text-transform:uppercase;    text-shadow: 0px 0px 1px #9c3b3b;    font-size:14px;    letter-spacing:0px; }
.popup_block i, em {    color: {color:Post Italic};    font-family: satisfy;    text-shadow: 0px 0px 3px #fff;    text-transform:none;    font-size:14px;    letter-spacing:1px; }
/* POPUP NAV BEGIN */
.popupnavlinks { padding-top:5px; text-align:center; }
.popupnavlinks a { display:inline-block; width:120px; height:8px; margin:2px; padding:6px 6px 10px; text-align:center; font-family:'helvetica'; font-size:8px; text-transform:uppercase; letter-spacing:1px; color:#dcdcdc; background:transparent; background-image:url(''); border:1px dotted; border-color: #010101;     }
.popupnavlinks a:hover { display:inline-block; width:120px; margin:2px; padding:6px 6px 10px; text-align:center; font-family:'helvetica'; font-size:8px; text-transform:uppercase; letter-spacing:1px; color:#2e2e2e; background:transparent }
/* POPUP NAV END */
    /* the verses tabs */    
ul#tabs {    list-style-type: none;    padding: 0;    text-align: center;    font-size:8px;    letter-spacing:1px; }
ul#tabs li {    display: inline-block;    background-color: transparent;    border: solid 0px #262626;    padding: 4px 12px;    margin-bottom: 4px;    color: #1b1b1b;    cursor: pointer; }
ul#tabs li:hover {    background-color: #b2b2b2; }
ul#tabs li.active {    background-color: #b2b2b2;    background-image:url('');    border: 1px solid #9b9b9b; }
ul#tab {    list-style-type: none;    margin: 0;    padding: 0; }
ul#tab li {    display: none; }
ul#tab li.active {    display: block; }  
{CustomCSS}
</style></head><body>
<!-- DESCRIPTION HTML -->
<div id="description"> <center><h1><b>H</b><i>arley</i> <b>Q</b><i>quinn</i> <b>semi<i>-</i>selective</b></h1>written by <i>rita</i><p> <small><small><script language="JavaScript"> var ref = (''+document.referrer+''); document.write('<script src="http://freehostedscripts.net/ocounter.php?site=ID3460760&e1=&e2=&r=' + ref + '"><\/script>'); </script>%</small><br></small> </small> </center> <center>used to be <b>puddinharley</b></center> </center>
</div>
<!--- CHANGE LINK NAMES HERE --->
<div class="anavlinks"> <a href="/" title="refresh">01</a></a><br /><br /><br /><br /> <div class="bnavlinks"> <a href="#?w=500" rel="askbox" class="poplight" title="inbox">02</a><br /><br /><br /><br /></div> <div class="cnavlinks"> <a href="#?w=500" rel="03" class="poplight" title="guidelines">03</a><br /><br /><br /><br /></div> <div class="dnavlinks"> <a href="#?w=500" rel="04" class="poplight" title="stats/mains">04</a><br /><br /><br /><br /></div> <div class="enavlinks"> <a href="#?w=500" rel="06" class="poplight" title="verses">05</a><br /><br /><br /><br /></div> <div class="fnavlinks"> <a href="#?w=500" rel="07" class="poplight" title="navigation">06</a><br /><br /><br /><br /></div></div> </div>
</div>
</div>
<!-- MULTI-NAV -->
<div id="07" class="popup_block">
<center><span style="font-family: 'Oswald', sans-serif; text-shadow: 0px 0px 3px ##393939; font-size:15px; font-weight:600; letter-spacing:3px; color:##393939; text-align:center; line-height:200%">NAVIGATION</p></center> <hr> <p>
<center>
<div class="popupnavlinks">
<a href="/tagged/%28-musings.-%29">MUSINGS.</a> <a href="/tagged/%28-visage-♢-oops-i’ve-gone-crazy.-%29">VISAGE.</a> <br> <a href="/tagged/%28-headcanons.-%29">HEADCANONS.</a> <a href="/tagged/open-starter">OPENS.</a> <br> <a href="/tagged/%28-harley-replies.-%29">ANSWERED.</a> <a href="/tagged/%28-ask-memes.-%29">MEMES.</a> <br> <a href="/tagged/%28-out-of-puddin.-%29">OOC.</a> <a href="/tagged/%28-promos.-%29">PROMOS.</a> <br> <a href="/tagged/%28-wishlist.-%29">WISHLIST.</a> <a href="/tagged/link">CLOSET.</a> <br>
</a> <br>
</div></div>
<div class="navigation"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"> back / </a>{/block:PreviousPage} <br><br> {block:NextPage}<a href="{NextPage}">/ forth </a><br><br>{/block:NextPage}{/block:Pagination}</div>
<div class="backcont"> <div class="content">
<div class="postcol"> {block:Posts}<div id="post">
{block:Text}<h1>{block:Title}<a href={Permalink}>{Title}</a>{/block:Title}</h1>{Body}{/block:Text}
{block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
<center>{block:Photoset}{Photoset-250}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}</center>
{block:Quote}<div style="padding:4px;font-size:15px;line-height:1.5em;color:{color:text};text-align:center;text-transform:lowercase;font-family: 'Homemade Apple', cursive;font-style:italic;">{Quote}</div>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
{block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
{block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
{block:Audio}<div class="audio">{AudioPlayerBlack}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
{block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
{block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="margin-left:7px;margin-right:13px;border:1px solid #e3e3e3;padding:2px;"></div> <em>{Asker}:</em><br>{Question}<br><br>{Answer}{/block:Answer}
{block:Date}<div id="info"> <a href="{Permalink}" title="{TimeAgo}">✕</a> {/block:Date} {block:NoteCount}<a href="{Permalink}" title={NoteCount}>✕</a> {/block:NoteCount} <div style="float:right;">
{block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}">✕ </a> {/block:RebloggedFrom}{block:ContentSource}<a title="source" href="{SourceURL}">✕</a>{/block:ContentSource}   {/block:RebloggedFrom}<a href={ReblogURL} title=REBLOG?>✕</a></a></div> </div>
{block:HasTags} <div class="tags"> {block:Tags} <a href="{TagURL}">  #{Tag}</a> {/block:Tags}</div> {/block:HasTags} <div class="postnote"> {block:PostNotes}{PostNotes}{/block:PostNotes} </div> </div> {/block:Posts} </div> </div> </div> </div></div>
<div id="credit"><a href="http://wehrmxcht.tumblr.com">✠</a></div>  </div></div>
<!---POP-UP CONTENT STARTS HERE ---> <!---POP-UP CONTENT STARTS HERE ---> <!---POP-UP CONTENT STARTS HERE --->
<div id="03" class="popup_block">
<body>
<center><span style="font-family: 'Oswald', sans-serif; text-shadow: 0px 0px 3px ##393939; font-size:15px; font-weight:600; letter-spacing:3px; color:##393939; text-align:center; line-height:200%"> GUIDELINES</span></center> <p>
<h1><b>MY CHARACTER</b></h1>
This is <i>my</i> version on how I play Harley Quinn and if you're not really a fan of it, I'll understand but don't message me about it. I, in no way, support abusive relationships and I know how toxic is Harley and Joker's but please understand that despite that, I love their dynamic and I love both characters a lot, and just because I want to write their relationship and whatnot, it doesn't mean I support it. This is fictional, I in no way support abuse. Also, I'm in no way associated with Margot Robbie or claim myself to be her.
<br><br> <h1><b>NSFW</b></h1> Mun is 18 and muse of age in most verses. I am comfortable with it, however, if you're not, then I'd be more than happy to use the fade to black type of thing. I always tag my NSFW posts so, if you see me not tagging it properly, don't be angry at me!!! Mistakes happen!!
<br><br> <h1><b>SEMI-SELECTIVE/PRIVATE</b></h1>
To be quite honest, I'm not really picky about choosing who to play with. I'm always open to plot with everyone! I'd be more than happy to roleplay with Marvel characters as well as characters from other fandoms as long as it doesn't get too confusing (I'd rather plot it first) and also OCS! My only exception is non-fandom oc indies (unless we plot something before) and fandoms that I have 0 knowledge about. My starters and starter calls are open for mutuals and non-mutuals, but when it comes to the people I don't follow back, I'll be selective. Ask memes are open for anyone to send, expect in character ones. If we're not mutuals don't send in character ones.
<br><br> <h1><b>ROLEPLAY FORMAT</b></h1>
I love one-liners just as much I love semi-paras, paras, texts and other ways of roleplaying. I also don’t mind and I’m not picky about how my partner chooses what to roleplay with, as in gif icons, rp icons, normal gifs, etc.
<br><br> <h1><b>TRIGGERS</b></h1>
The only triggers I have is eating disorders, I don't feel comfortable writing or talking about it but if it's something that is part of your character, ask me first because I don't want to make you not write something important about your character! I get uncomfortable but I can handle it, really just talk to me first! That's the only thing! I'm fine with gore, blood, violence and whatnot! <br><br> <h1><b>ICONS AND GRAPHICS</b></h1>
All the icons and graphics used on this page were made by me, unless stated otherwise. The fanart on my blog and promos were made by heyndoodles and burnbadart on instagram, I take no credit for it! If I ever use someone else's resources I'll link them here! AND FOR GOD'S SAKE DON'T USE MY ICONS I'LL PUNCH U <p>If you wish to request me icons, promos, themes or any type of graphics, I do not accept requests anymore! I've had a lot of bad experiences and I'm sure you're not a bad person but I rather not put myself in a position that no longer makes me comfortable or happy.
</blockquote> </div> <p>
</div>
</body> </html> </div>
<div id="04" class="popup_block">
<body>
<p> <center><span style="font-family: 'Oswald', sans-serif; text-shadow: 0px 0px 3px ##393939; font-size:15px; font-weight:600; letter-spacing:3px; color:##393939; text-align:center; line-height:200%">BIOGRAPHY</span></center> <ul id="tabs">    <li class="active">STATS.</li>    <li>MAINS.</li> </ul>
<div style="width:auto;height:335px;overflow:scroll;padding:5px;">
<ul id="tab">    <li class="active">
<h1>basic information</h1>
<ul> <p><b>FULL NAME:</b> Harleen Frances Quinzel <p><b>ALIAS:</b> Harley Quinn <p><b>AGE:</b> 24 <p><b>BIRTH DATE:</b> September 11th <p><b>GENDER:</b> female <p><b>ROMANTIC ORIENTATION:</b> biromantic <p><b>SEXUAL ORIENTATION:</b> bisexual <p><b>RELIGION:</b> Jewish-Catholic <p><b>SPOKEN LANGUAGE:</b> English <p><b>CURRENT LIVING CONDITIONS:</b> abandoned apartment <p><b>OCCUPATION:</b> Professional criminal, professional psychiatrist (formerly) </ul>
<h1>relationships</h1>
<ul> <p><b>PARENTS:</b> Nick Quinzel (father), Sharon Quinzel (mother) <p><b>SIBLINGS:</b> Barry Quinzel <p><b>SIGNIFICANT OTHER:</b> none <p><b>CHILDREN:</b> none </ul>
<h1>physical traits</h1>
<ul> <p><b>EYE COLOUR:</b> blue</li> <p><b>HAIR COLOUR:</b> bleached blonde, pink and blue <p><b>HEIGHT:</b> 5'6 <p><b>BODY BUILD:</b> Athletic and slender <p><b>TATTOOS + PIERCINGS:</b> Multiple tattoos all over her body and ear piercings. <p><b>NOTABLE PHYSICAL TRAITS:</b> face tattoos (heart and rotten), colorful makeup. </li> </ul> </li> <li> <center><b>harley quinn</b><br></center> <center><a href="http://clowngore.tumblr.com/" title="clowngore."><img src="https://64.media.tumblr.com/5e7ffb0dc4796eb76918916ba37737cf/tumblr_inline_ocs71wtqPC1s8d0ap_540.png"></a> <a href="http://puddinsnutso.tumblr.com/" title="puddinsnutso."><img src="https://64.media.tumblr.com/842f7952c79031e421f468cdabe0ea25/tumblr_inline_ocs71wvqcR1s8d0ap_540.png"></a> <a href="http://certifiablynutso.tumblr.com/" title="certifiablynutso."><img src="https://64.media.tumblr.com/ed98bc85125320cd7ed1a181293adea1/tumblr_inline_odp83jPn361s8d0ap_540.png"></a> </center> <center><b>joker</b><br></center> <center><a href="http://chemicalgrin.tumblr.com/" title="chemicalgrin."><img src="https://64.media.tumblr.com/e1ca3e5c854bf05fc3c27c148e82d528/tumblr_inline_ocuauxZaqI1s8d0ap_540.png"></a> <a href="http://damagcdjokes.tumblr.com/" title="damagcdjokers."><img src="https://64.media.tumblr.com/707b434b6c67ad12c24e79e00a2813ed/tumblr_inline_ocuaux5YrH1s8d0ap_540.png"></a> <a href="http://inkedbleach.tumblr.com/" title="inkedbleach."><img src="https://64.media.tumblr.com/f6e1b78dd52a983b6d9b94730f13ed68/tumblr_inline_ocuauwmF6z1s8d0ap_540.png"></a> <a href="http://kingcfgotham.tumblr.com/" title="kingcfgotham."><img src="https://64.media.tumblr.com/bca64fc6d32c48263fc8b6567ec52cb6/tumblr_inline_ocuauwHuat1s8d0ap_540.png"></a></center><br> <center><b>jason todd</b><br></center> <center><a href="http://robinsend.tumblr.com//" title="robinsend."><img src="https://64.media.tumblr.com/6962752499ad1ce69b81ecf8c995bbb2/tumblr_inline_odp8cz55BV1s8d0ap_540.png"></a> </li>
<br><br> </div>
</body> </html>
</div> </div>
</div> <body>
<div id="06" class="popup_block"> <p> <center><span style="font-family: 'Oswald', sans-serif; text-shadow: 0px 0px 3px ##393939; font-size:15px; font-weight:600; letter-spacing:3px; color:##393939; text-align:center; line-height:200%">VERSES</span></center>
<ul id="tabs">    <li class="active">MAIN VERSES.</li>    <li>VERSE 2.</li>    <li>VERSE 3.</li>    <li>YOUNGER VERSES. </li>    <li>PRIVATE VERSES.</li> </ul>
<div style="width:auto;height:335px;overflow:scroll;padding:5px;">
<ul id="tab">    <li class="active">
<a href="/tagged/%28 ♢┆♦-MADLY-IN-LOVE-—-main-verse.-%29"><b>♢┆♦ MADLY IN LOVE.</a></b> <img src="https://64.media.tumblr.com/73a708a34bbe7a1aa5be85501288670d/tumblr_inline_ob8nm56SIU1s8d0ap_540.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
<br>
meet harley quinn. the girl who fell deeply in love with her psychotic patient, who so maliciously encouraged her to become Harley Quinn, the sidekick of the clown prince of crime himself. she’s the accomplice and lover of the Joker, whom she will be forever devoted and faithful to.
<br><br><br>    
<a href="/tagged/%28-♢┆♦-NO-MORE-JOKER-—-verse.-%29"><b>♢┆♦  NO MORE JOKER</a></b> <img src="https://64.media.tumblr.com/27172f935f1751b8d9425eb5d57aee17/tumblr_inline_ob8npyaK7Z1s8d0ap_540.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
<br>
no more pain. no more screaming. no more fighting. no more joker. after not hearing a word from her lover for a few long months, harley decided that this time she would stay away from him for good. no more obsession. she needed to grow out of him and become independent. she owns her actions and she’s crazier than ever. despite feeling deep hatred towards the clown, she still misses him like crazy.
<br><br><br>    
</li> <li>
<a href="/tagged/%28-♢┆♦-SUICIDE-SQUAD-—-verse.-%29"><b>♢┆♦ SUICIDE SQUAD</a> </b><img src="https://64.media.tumblr.com/cb47650664889cd3a1697b9c1b66fc1a/tumblr_inline_ob8nwq0Ehl1s8d0ap_540.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
<br>
MOVIE/COMIC BASED, WILL BE WRITTEN SOON.
<br><br><br>    
</li> <li>
<a href="/tagged/%28-♢┆♦-ARKHAM-—-verse.-%29"><b>♢┆♦ ARKHAM</a></b> <img src="https://64.media.tumblr.com/911679bbadf5985daacedc1e98097b5f/tumblr_inline_ob8nyefDl01s8d0ap_540.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
<br>
with college finally over, harleen got the chance to be a psychiatric intern at Arkham Asylum. while researching all the lunatics at arkham, dr. harleen quinzel became delighted with one particular patient. the joker.
<br><br><br>    
</li> <li>
<a href="/tagged/%28-♢┆♦-OFF-TO-COLLEGE-—-verse.-%29"><b>♢┆♦ OFF TO COLLEGE</a></b> <img src="https://64.media.tumblr.com/5727a1c63e7ea36e0d58dc387ce25958/tumblr_inline_ob8o8oazke1s8d0ap_540.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
<br>
harleen has finally graduated from high school and is on her way to gotham university to study for what she has been working so hard on to be. psychiatry. she’s a model student with high grades and still dedicates some of her free time in gymnastics.
<br><br><br>    
<a href="/tagged/%28- ♢┆♦-YOUNG-DOLL-—-verse.-%29"><b>♢┆♦ YOUNG DOLL</a></b> <img src="https://64.media.tumblr.com/eb0d444a9500251f939f82ed86274148/tumblr_inline_ob8oawB5A81s8d0ap_540.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
<br>
gotham verse, will be written soon.
<br><br><br>    
</li> <li>
<a href="/tagged/%28-♢┆♦-FUCK-HEIL-HYDRA- —-verse.-%29"><b>♢┆♦ FUCK HEIL HYDRA</a></b> <img src="https://64.media.tumblr.com/6d233c6b317369b7cc706606fb595714/tumblr_inline_ob8ocas9Oz1s8d0ap_540.png" align="left" style="height:85px;width:85px;padding-right:5px;padding-bottom:0px;">
<br>
ARE YOU READY TO COMPLY, MISS QUINN? and that's when those three little words escaped her lips: <i>I'M HAPPY TO COMPLY.</i>little did they know her mind could not be messed with like that. Harley has been over this exercise a couple of times before with waller, she knew how to resist this form of manipulation like Agent 13 did once... but unlike her, Harley put on an act during the brainwashing session and let them believe they now owned all of her actions. Due to all of her hard work, HYDRA decided it was best to keep their best weapons alongside each other: The Winter Soldier & Harley Quinn. She had never met any of the other HYDRA agents, the clown was always kept in the dark from that so it was an unpleasant feeling to meet someone so drastically changed and brainwashed.
<br><br> </li> </ul>
</div> </body> </html>
</div> </div>
<div id="askbox" class="popup_block"> <p style="text-transform:uppercase;  font-family: 'Oswald', sans-serif; font-size:14px; text-align:center;letter-spacing:10px; border-bottom:1px ##393939 solid;padding-bottom:10px;">Ask me anything</p> <iframe frameborder="0" height="200" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/heartcheeked.tumblr.com" width="100%"></iframe> </div>
<script language=JavaScript> <!--
//Disable right mouse click Script //By Maximus ([email protected]) w/ mods by DynamicDrive //For full source code, visit http://www.dynamicdrive.com
var message="WHATS GOOD";
/////////////////////////////////// function clickIE4(){ if (event.button==2){ alert(message); return false; } }
function clickNS4(e){ if (document.layers||document.getElementById&&!document.all){ if (e.which==2||e.which==3){ alert(message); return false; } } }
if (document.layers){ document.captureEvents(Event.MOUSEDOWN); document.onmousedown=clickNS4; } else if (document.all&&!document.getElementById){ document.onmousedown=clickIE4; }
document.oncontextmenu=new Function("alert(message);return false")
// --> </script>
</div></div></div></div></div></div></div></div></div></div>
</html>
</body> </html>
0 notes
everettwilkinson · 8 years ago
Text
Woman Becomes ‘Engaged’ to Chandelier
A woman has become “engaged” to her favorite chandelier, according to a report.
33-year-old Amanda Liberty from Leeds, England, reportedly proposed to the chandelier on Valentine’s Day, however she will be “continuing an open relationship with the rest of her collection of 25 chandeliers,” according to Inside Edition.
“You can’t control who you fall in love with and things just went from there,” explained Liberty, who added that she saw her “fiancée” Lumiere on eBay last year.
Inside Edition reported, “The nearly 30-inch wide chandelier is an antique and had to be shipped over from Germany,” and, “Although Lumiere is the only chandelier that wears a ring,” Liberty “loves all the light fixtures in her collection.”
“I couldn’t stop thinking about her and how beautiful she was — she has such a beautiful shape, and I could feel really amazing energy coming from her,” she proclaimed. “Although I knew it would be tricky to get her home, I knew I needed to find a way to make her mine.”
“None of my chandeliers are jealous of each other, they understand that I love them all for all of their different personalities,” Liberty concluded. “For example, I love kissing and cuddling Lumiere, but I sleep with Jewel every night, as she is portable and very nice to cuddle.”
Liberty, who reportedly identifies as “objectum sexual,” first fell in love with a drum set at 14-years-old, and was previously in a relationship with the Statue of Liberty, “for which she legally changed her name in 2010.”
Despite her love for the statue, Liberty claimed that the distance “took its toll” on their relationship after visiting just six times.
In 2014, a British woman “married” her dog following a failed marriage, and in April, a Chinese man “married” his self-created robot girlfriend.
The man decided to marry the robot after he reportedly became frustrated over “failing to find a girlfriend,” and despite the robot’s limitations, he plans to upgrade the robot wife over time.
Other bizarre marriages have included a woman who married a roller coaster and a woman who married the Eiffel Tower.
Charlie Nash is a reporter for Breitbart Tech. You can follow him on Twitter @MrNashington and Gab @Nash, or like his page at Facebook.
(function(b){b.loadCSS=function(f,g,c){function k(b){if(h.body)return b();setTimeout(function(){k(b)})}function a(){e.addEventListener&&e.removeEventListener("load",a);e.media=c||"all"}var h=b.document,e=h.createElement("link");if(g)var l=g;else{var n=(h.body||h.getElementsByTagName("head")[0]).childNodes;l=n[n.length-1]}var d=h.styleSheets;e.rel="stylesheet";e.href=f;e.media="only x";k(function(){l.parentNode.insertBefore(e,g?l:l.nextSibling)});var m=function(b){for(var a=e.href,c=d.length;c--;)if(d[c].href=== a)return b();setTimeout(function(){m(b)})};e.addEventListener&&e.addEventListener("load",a);e.onloadcssdefined=m;m(a);return e}})(this); (function(b){if(b.loadCSS){var f=loadCSS.relpreload={};f.support=function(){try{return b.document.createElement("link").relList.supports("preload")}catch(c){return!1}};f.poly=function(){for(var c=b.document.getElementsByTagName("link"),f=0;f<c.length;f++){var a=c[f];"preload"===a.rel&&"style"===a.getAttribute("as")&&(b.loadCSS(a.href,a),a.rel=null)}};if(!f.support()){f.poly();var g=b.setInterval(f.poly,300);b.addEventListener&&b.addEventListener("load",function(){b.clearInterval(g)});b.attachEvent&& b.attachEvent("onload",function(){b.clearInterval(g)})}}})(this); (function(b){function f(a){if(a in k)return k[a];var d=b.createElement("link").relList;k[a]=d&&d.supports?d.supports(a):!1;return k[a]}function g(a){if(!f("preconnect")){var d=b.createElement("link");d.setAttribute("rel","dns-prefetch");d.setAttribute("href",a);b.head.appendChild(d)}d=b.createElement("link");d.setAttribute("rel","preconnect");d.setAttribute("referrerpolicy","origin");d.setAttribute("href",a);d.onload=function(a){d&&d.parentNode&&d.parentNode.removeChild(d);d.onload=null};b.head.appendChild(d); if(!f("preconnect")&&l){var c=new XMLHttpRequest;c.open("HEAD",a+"/"+Date.now(),!0);c.send()}}function c(a,d,c){var e=b.createElement("link");e.setAttribute("rel",f("preload")?"preload":"prefetch");e.setAttribute("as",d);"t"in c&&e.setAttribute("type",c.t);"m"in c&&e.setAttribute("media",c.m);"image"!==d&&e.setAttribute("crossorigin",!0);e.setAttribute("href",a);return e}var k=Object.create(null),a=window.navigator.userAgent,h=/Edge/i.test(a),e=/Chrome|CriOS/i.test(a)&&!h,l=/Safari/i.test(a)&&!e&& !h;b.cookie&&-1!==b.cookie.indexOf("Pl6")||(f("preconnect")&&g("http://media.breitbart.com"),a=b.createDocumentFragment(),a.appendChild(c("/t/assets/fonts/bbn.woff2","font",{t:"font/woff2"})),a.appendChild(c("https://www.googletagservices.com/tag/js/gpt.js","script",{})),a.appendChild(c("https://connect.facebook.net/en_US/sdk.js","script",{m:"(max-width:1010px)"})),a.appendChild(c("https://connect.facebook.net/en_US/fbadnw55.js","script",{m:"(max-width:1010px)"})),a.appendChild(c("https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js", "script",{})),a.appendChild(c("http://media.breitbart.com/media/2015/10/spriteg.png","image",{})),a.appendChild(c("http://media.breitbart.com/media/2017/06/flag.jpg","image",{m:"(min-width:1010px)"})),a.appendChild(c("http://media.breitbart.com/media/2015/12/logo-mobile.png","image",{m:"(max-width:1010px)"})),b.head.insertBefore(a,b.head.firstChild))})(document); if(ISC_IS.mobile_plus&&-1!==document.cookie.indexOf("Bf2=1"))(function(a,b,c){var d="https://www.facebook.com",e="https://connect.facebook.net/en_US/fbadnw55.js",f={iframeLoaded:true,xhrLoaded:true},g=a.data,h=function(){if(Date.now)return Date.now();else return+new Date},i=function(aa){var ba=d+"/audience_network/client_event",ca={cb:h(),event_name:"ADNW_ADERROR",ad_pivot_type:"audience_network_mobile_web",sdk_version:"5.5.web",app_id:g.placementid.split("_")[0],publisher_id:g.placementid.split("_")[1],error_message:aa},da=[];for(var ea in ca)da.push(encodeURIComponent(ea)+"="+encodeURIComponent(ca[ea]));var fa=ba+"?"+da.join("&"),ga=new XMLHttpRequest;ga.open("GET",fa,true);ga.send();if(g.onAdError)g.onAdError("1000","Internal error.")},j=function(){if(b.currentScript)return b.currentScript;else{var aa=b.getElementsByTagName("script");return aa[aa.length-1]}},k=function(aa){try{return aa.document.referrer}catch(ba){}return""},l=function(){var aa=a,ba=[aa];try{while(aa!==aa.parent&&aa.parent.document)ba.push(aa=aa.parent)}catch(ca){}return ba.reverse()},m=function(){var aa=l();for(var ba=0;ba<aa.length;ba++){var ca=aa[ba],da=ca.ADNW||{};ca.ADNW=da;if(!ca.ADNW)continue;return da.v55=da.v55||{ads:[],window:ca}}throw new Error("no_writable_global");},n=function(aa){var ba=aa.indexOf("/",aa.indexOf("://")+3);if(ba===-1)return aa;return aa.substring(0,ba)},o=function(aa){return aa.location.href||k(aa)},p=function(aa){if(aa.sdkLoaded)return;var ba=aa.window.document,ca=ba.createElement("iframe");ca.name="fbadnw";ca.style.display="none";ba.body.appendChild(ca);var da=ca.contentDocument.createElement("script");da.src=e;da.async=true;ca.contentDocument.body.appendChild(da);aa.sdkLoaded=true},q=function(aa){var ba=/^https?://www.google(.com?)?.w{2,3}$/;return!!aa.match(ba)},r=function(aa){return!!aa.match(/cdn.ampproject.org$/)},s=function(){var aa=c.ancestorOrigins||[],ba=aa[aa.length-1]||c.origin,ca=aa[aa.length-2]||c.origin;if(q(ba)&&r(ca))return n(ca);else return n(ba)},t=function(aa){try{return JSON.parse(aa)}catch(ba){i(ba.message);throw ba;}},u=function(aa,ba,ca){if(!aa.iframe){var da=ca.createElement("iframe");da.src=d+"/audiencenetwork/iframe/";da.style.display="none";ca.body.appendChild(da);aa.iframe=da;aa.iframeAppendedTime=h();aa.iframeData={}}ba.iframe=aa.iframe;ba.iframeData=aa.iframeData;ba.tagJsIframeAppendedTime=aa.iframeAppendedTime||0},v=function(aa){var ba=d+"/audiencenetwork/xhr/?sdk=5.5.web";for(var ca in aa)if(typeof aa[ca]!=="function")ba+="&"+ca+"="+encodeURIComponent(aa[ca]);var da=new XMLHttpRequest;da.open("GET",ba,true);da.withCredentials=true;da.onreadystatechange=function(){if(da.readyState===4){var ea=t(da.response);aa.events.push({name:"xhrLoaded",source:aa.iframe.contentWindow,data:ea,postMessageTimestamp:h(),receivedTimestamp:h()})}};da.send()},w=function(aa,ba){var ca=d+"/audiencenetwork/xhriframe/?sdk=5.5.web";for(var da in ba)if(typeof ba[da]!=="function")ca+="&"+da+"="+encodeURIComponent(ba[da]);var ea=b.createElement("iframe");ea.src=ca;ea.style.display="none";b.body.appendChild(ea);ba.iframe=ea;ba.iframeData={};ba.tagJsIframeAppendedTime=h()},x=function(aa){var ba=function(event){try{var da=event.data;if(da.name in f)aa.events.push({name:da.name,source:event.source,data:da.data})}catch(ea){}},ca=aa.iframe.contentWindow.parent;ca.addEventListener("message",ba,false)},y=function(aa){if(aa.context&&aa.context.sourceUrl)return true;try{return!!JSON.parse(decodeURI(aa.name)).ampcontextVersion}catch(ba){return false}},z=function(aa){var ba=h(),ca=l()[0],da=j().parentElement,ea=ca!=a.top,fa=ca.$sf&&ca.$sf.ext,ga=o(ca),ha=m();p(ha);var ia={amp:y(ca),events:[],tagJsInitTime:ba,rootElement:da,iframe:null,tagJsIframeAppendedTime:ha.iframeAppendedTime||0,url:ga,domain:s(),channel:n(o(ca)),width:screen.width,height:screen.height,pixelratio:a.devicePixelRatio,placementindex:ha.ads.length,crossdomain:ea,safeframe:!!fa,placementid:g.placementid,format:g.format||"300x250",testmode:!!g.testmode,onAdLoaded:g.onAdLoaded,onAdError:g.onAdError};if(g.bidid)ia.bidid=g.bidid;if(ea)w(ha,ia);else{u(ha,ia,ca.document);v(ia)}x(ia);ia.rootElement.dataset.placementid=ia.placementid;ha.ads.push(ia)};try{z()}catch(aa){i(aa.message||aa);throw aa;}})(window,document,location);else if(ISC_IS.mobile_plus){var e=document.createElement("script");e.async=!0;e.src="https://securepubads.g.doubleclick.net/static/glade.js";document.head.appendChild(e);setTimeout(rungladenow,10)}else if(mhead5)mhead5.parentNode.removeChild(mhead5);if(ISC_IS.mobile_plus&&-1===document.cookie.indexOf("Bf2=0"))(function(a,b,c){var d="https://www.facebook.com",e="https://connect.facebook.net/en_US/fbadnw55.js",f={iframeLoaded:true,xhrLoaded:true},g=a.data,h=function(){if(Date.now)return Date.now();else return+new Date},i=function(aa){var ba=d+"/audience_network/client_event",ca={cb:h(),event_name:"ADNW_ADERROR",ad_pivot_type:"audience_network_mobile_web",sdk_version:"5.5.web",app_id:g.placementid.split("_")[0],publisher_id:g.placementid.split("_")[1],error_message:aa},da=[];for(var ea in ca)da.push(encodeURIComponent(ea)+"="+encodeURIComponent(ca[ea]));var fa=ba+"?"+da.join("&"),ga=new XMLHttpRequest;ga.open("GET",fa,true);ga.send();if(g.onAdError)g.onAdError("1000","Internal error.")},j=function(){if(b.currentScript)return b.currentScript;else{var aa=b.getElementsByTagName("script");return aa[aa.length-1]}},k=function(aa){try{return aa.document.referrer}catch(ba){}return""},l=function(){var aa=a,ba=[aa];try{while(aa!==aa.parent&&aa.parent.document)ba.push(aa=aa.parent)}catch(ca){}return ba.reverse()},m=function(){var aa=l();for(var ba=0;ba<aa.length;ba++){var ca=aa[ba],da=ca.ADNW||{};ca.ADNW=da;if(!ca.ADNW)continue;return da.v55=da.v55||{ads:[],window:ca}}throw new Error("no_writable_global");},n=function(aa){var ba=aa.indexOf("/",aa.indexOf("://")+3);if(ba===-1)return aa;return aa.substring(0,ba)},o=function(aa){return aa.location.href||k(aa)},p=function(aa){if(aa.sdkLoaded)return;var ba=aa.window.document,ca=ba.createElement("iframe");ca.name="fbadnw";ca.style.display="none";ba.body.appendChild(ca);var da=ca.contentDocument.createElement("script");da.src=e;da.async=true;ca.contentDocument.body.appendChild(da);aa.sdkLoaded=true},q=function(aa){var ba=/^https?://www.google(.com?)?.w{2,3}$/;return!!aa.match(ba)},r=function(aa){return!!aa.match(/cdn.ampproject.org$/)},s=function(){var aa=c.ancestorOrigins||[],ba=aa[aa.length-1]||c.origin,ca=aa[aa.length-2]||c.origin;if(q(ba)&&r(ca))return n(ca);else return n(ba)},t=function(aa){try{return JSON.parse(aa)}catch(ba){i(ba.message);throw ba;}},u=function(aa,ba,ca){if(!aa.iframe){var da=ca.createElement("iframe");da.src=d+"/audiencenetwork/iframe/";da.style.display="none";ca.body.appendChild(da);aa.iframe=da;aa.iframeAppendedTime=h();aa.iframeData={}}ba.iframe=aa.iframe;ba.iframeData=aa.iframeData;ba.tagJsIframeAppendedTime=aa.iframeAppendedTime||0},v=function(aa){var ba=d+"/audiencenetwork/xhr/?sdk=5.5.web";for(var ca in aa)if(typeof aa[ca]!=="function")ba+="&"+ca+"="+encodeURIComponent(aa[ca]);var da=new XMLHttpRequest;da.open("GET",ba,true);da.withCredentials=true;da.onreadystatechange=function(){if(da.readyState===4){var ea=t(da.response);aa.events.push({name:"xhrLoaded",source:aa.iframe.contentWindow,data:ea,postMessageTimestamp:h(),receivedTimestamp:h()})}};da.send()},w=function(aa,ba){var ca=d+"/audiencenetwork/xhriframe/?sdk=5.5.web";for(var da in ba)if(typeof ba[da]!=="function")ca+="&"+da+"="+encodeURIComponent(ba[da]);var ea=b.createElement("iframe");ea.src=ca;ea.style.display="none";b.body.appendChild(ea);ba.iframe=ea;ba.iframeData={};ba.tagJsIframeAppendedTime=h()},x=function(aa){var ba=function(event){try{var da=event.data;if(da.name in f)aa.events.push({name:da.name,source:event.source,data:da.data})}catch(ea){}},ca=aa.iframe.contentWindow.parent;ca.addEventListener("message",ba,false)},y=function(aa){if(aa.context&&aa.context.sourceUrl)return true;try{return!!JSON.parse(decodeURI(aa.name)).ampcontextVersion}catch(ba){return false}},z=function(aa){var ba=h(),ca=l()[0],da=j().parentElement,ea=ca!=a.top,fa=ca.$sf&&ca.$sf.ext,ga=o(ca),ha=m();p(ha);var ia={amp:y(ca),events:[],tagJsInitTime:ba,rootElement:da,iframe:null,tagJsIframeAppendedTime:ha.iframeAppendedTime||0,url:ga,domain:s(),channel:n(o(ca)),width:screen.width,height:screen.height,pixelratio:a.devicePixelRatio,placementindex:ha.ads.length,crossdomain:ea,safeframe:!!fa,placementid:g.placementid,format:g.format||"300x250",testmode:!!g.testmode,onAdLoaded:g.onAdLoaded,onAdError:g.onAdError};if(g.bidid)ia.bidid=g.bidid;if(ea)w(ha,ia);else{u(ha,ia,ca.document);v(ia)}x(ia);ia.rootElement.dataset.placementid=ia.placementid;ha.ads.push(ia)};try{z()}catch(aa){i(aa.message||aa);throw aa;}})(window,document,location);else if(fbextrah2)fbextrah2.parentNode.removeChild(fbextrah2);
Source link
from CapitalistHQ.com https://capitalisthq.com/woman-becomes-engaged-to-chandelier/
0 notes