Advertisement
LatviaCPI

5/2/18 wed sniff bookmark

May 2nd, 2018
258
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 10.90 KB | None | 0 0
  1.  
  2. <!DOCTYPE html>
  3. <title>Shithead</title>
  4. <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="http://orig01.deviantart.net/e5ee/f/2017/192/1/8/mouthing_f2u_credit_puppio_by_vinnabelle-da89d7g.png">
  5. <head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
  6. <link href="https://fonts.googleapis.com/css?family=Saira+Extra+Condensed" rel="stylesheet">
  7. <script src="https://use.fontawesome.com/3503470de0.js"></script>
  8. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script><script>(function($){$(document).ready(function(){$("[title]").style_my_tooltips();});})(jQuery);</script>
  9. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
  10. <style>
  11.  
  12.  
  13. body {
  14.     background: url(http://www.tokkoro.com/picsup/2885768-drawing-digital-art-forest-lake-trees-fantasy-art-exphrasis___fantasy-wallpapers.jpg);
  15.     background-size: cover;
  16.     background-repeat: no-repeat;
  17.     background-color: #8093DA;
  18. }
  19.  
  20. ::selection {display: none;}
  21. ::-webkit-selection {display: none;}
  22. ::-o-selection {display: none;}
  23. ::-ms-selection {display: none;}
  24. iframe: { display: none !important; }
  25.  
  26. .f{
  27.     font-family: sans-serif;
  28.     text-transform: uppercase;
  29.     text-align: center;
  30.     font-size: 9px;
  31.     letter-spacing: 1px;
  32.     text-align: center;
  33.     color: #6779BD;
  34.     padding: 2px 3px 4px 3px;
  35.     transition: 0.3s;
  36.     -moz-transition: 0.3s;
  37.     -webkit-transition: 0.3s;
  38.     -o-transition: 0.3s;
  39. }
  40.  
  41. .tf  {border-collapse:collapse;border-spacing:0;margin: 0 auto;margin-top: 30px;}
  42. .tf th{
  43. padding:20px 5px;
  44. border-style: none;
  45. overflow:hidden;}
  46.  
  47. .f:hover{
  48.     color: white;
  49.     box-shadow: 0px 0px 10px 10px #888;
  50.     transition: all 0.3s;
  51.     -moz-transition: 0.3s;
  52.     -webkit-transition: 0.3s;
  53.     -o-transition: 0.3s;
  54. }
  55.  
  56. #s-m-t-tooltip {
  57.     position: relative;
  58.     overflow: hidden;
  59.     z-index: 99999;
  60.     max-width: 200px;
  61.     margin: 10px 0 0 10px;
  62.     padding: 6px 6px 6px 6px;
  63.     font-family: 'Raleway', sans-serif;
  64.     background: #000; /* link title background color */
  65.     border: 0px solid black;
  66.     border-radius: 0px;
  67.     line-height: 100%;
  68.     letter-spacing: 1px;
  69.     color: #fff;
  70.     font-size: 10px;
  71.     font-weight: lighter;
  72. }
  73.  
  74. .counters {
  75.     position: absolute;
  76.     left: 5px;
  77.     top: 5px;
  78. }
  79.  
  80. .counters a {
  81.     text-decoration: none;
  82.     color: white;
  83. }
  84.  
  85.  
  86. div.tab button {
  87.     display: block;
  88.     background-color: rgba(0, 0, 0, 0.2);
  89.     color: black;
  90.     margin: 12px 8px 12px 8px;
  91.     padding: 7px;
  92.     text-align: center;
  93.     width: auto;
  94.     border: none;
  95.     border-radius: 100000px;
  96.     outline: none;
  97.     transition: 0.3s;
  98.     font-size: 17px;
  99.     display: inline;
  100. }
  101.  
  102. div.tab button:hover {
  103.     background-color: #000;
  104. }
  105.  
  106. div.tab button.active {
  107.     background-color: #000;
  108. }
  109.  
  110. /* main box */
  111. .oof {
  112.     text-align: center;
  113.     padding: 10px;
  114.     border: 10px solid transparent;
  115.     background: rgba(255, 255, 255, 0.5);
  116.     border: 1px solid white;
  117.     width: 40%;
  118.     color: black; /* text color */
  119.     overflow: auto;
  120.     height: 350px;
  121.     position: absolute;
  122.     right: 50px;
  123.     margin-top: 50px;
  124. }
  125.  
  126. /* side box */
  127.  
  128. .ooga {
  129.     text-align: center;
  130.     padding: 10px;
  131.     border: 10px solid transparent;
  132.     background: rgba(255, 255, 255, 0.5);
  133.     border: 1px solid white;
  134.     width: 20%;
  135.     color: black; /* text color */
  136.     overflow: auto;
  137.     height: 350px;
  138.     position: absolute;
  139.     left: 30px;
  140.     margin-top: 50px;
  141. }
  142.  
  143.  
  144.  
  145. .oof::-webkit-scrollbar {width: 1px;height: 1px;}
  146. .oof::-webkit-scrollbar-button {width: 0px;height: 0px;}
  147. .oof::-webkit-scrollbar-thumb {background: #e1e1e1;}
  148. .oof::-webkit-scrollbar-thumb:hover {background: #ffffff;}
  149. .oof::-webkit-scrollbar-thumb:active {background: #000000;}
  150. .oof::-webkit-scrollbar-track {background: #666666;}
  151. .oof::-webkit-scrollbar-track:hover {background: #666666;}
  152. .oof::-webkit-scrollbar-track:active {background: #333333;}
  153. .oof::-webkit-scrollbar-corner {background: transparent;}
  154.  
  155. .discord {
  156.   display: inline-block;
  157.   padding: 10px 20px;
  158.   font-size: 12px;
  159.   cursor: pointer;
  160.   text-align: center;
  161.   text-decoration: none;
  162.   outline: none;
  163.   color: #fff;
  164.   background-color: #1E88E5;
  165.   border: none;
  166.   border-radius: 10px;
  167.   box-shadow: 0 9px #999;
  168.   transition: 0.3s;
  169. }
  170.  
  171. .discord:hover {background-color: #42A5F5;transition: 0.3s;}
  172.  
  173. .discord:active {
  174.   background-color: #90CAF9;
  175.   box-shadow: 0 5px #666;
  176.   transform: translateY(4px);
  177. }
  178.  
  179. </style>
  180.  
  181. <body oncontextmenu="return false">
  182.  
  183.  
  184.  
  185.  
  186.  
  187. <div class="oof">
  188.  
  189.    
  190.    
  191.    
  192.    
  193.    
  194.    
  195.   <div class="tab">
  196.  
  197.   <button title="oof?" class="tablinks" onclick="openTab(event, 'One')" id="defaultOpen"></button>
  198.  
  199.   <button title="friends!" class="tablinks" onclick="openTab(event, 'Two')"></button>
  200.  
  201.   <button title="banned" class="tablinks" onclick="openTab(event, 'Five')"></button>
  202.  
  203. </div>
  204.  
  205.  
  206.  
  207. <div class="info">
  208.  
  209. <div id="One" class="tabcontent">
  210.   <p>Hey guys, it's me Latvia <br>
  211.  I got perm banned chatwide, so you won't see me online anymore! <br>
  212.   However, my code doc is still up for use to whomever may need it <br>
  213.   If you have any inquiries or need help with anything, feel free to contact me at <br>
  214.   <ul>
  215.       <li><a style="text-decoration:none;"href="https://www.instagram.com/justevan_/" target="_blank">Instagram</a></li>
  216.     <li>Skype: Latvia Watvia</li>
  217.     <li><a style="text-decoration:none;"href="https://latviaisanerd.deviantart.com/" target="_blank">dA</a></li>
  218.     <li>Discord: Latvia#7148</li>
  219.   </ul>
  220.   I'd be glad to answer any questions you may have! <br>
  221.  </p>
  222.  
  223.  <a href="https://docs.google.com/document/d/1mlryF6z3frhKjmwcUNx45m8Qzvv2c_-RgfguXfZ8kCw/edit" class="discord" title="sniff code doc" target="_blank">sniff codes</a>
  224.  
  225. </div>
  226.  
  227. <div id="Two" class="tabcontent">
  228. <br><br>
  229. These people are pretty cool! I recommend talking to them sometime!
  230. <table class="tf">
  231.  <tr>
  232.    <th><a href="http://a1k2.chatwitch.com/properties/index.php?known_as=lungs&pop=1" class="f" title="lungs" target="_blank">Siobhán</a></th>
  233.    <th><a href="http://a1k2.chatwitch.com/properties/index.php?known_as=chill&pop=1" class="f" title="chill" target="_blank">Kylie</a></th>
  234.    <th><a href="http://a1k2.chatwitch.com/properties/index.php?known_as=hoboadrian&pop=1" class="f" title="HoboAdrian" target="_blank">Adrian</a></th>
  235.  </tr>
  236.  <tr>
  237.    <th><a href="http://a1k2.chatwitch.com/properties/index.php?known_as=ugh&pop=1" class="f" title="ugh" target="_blank">Jocelyn</a></th>
  238.    <th><a href="http://a1k2.chatwitch.com/properties/index.php?known_as=babydoll&pop=1" class="f" title="babydoll" target="_blank">Grace</a></th>
  239.    <th><a href="http://a1k2.chatwitch.com/properties/index.php?known_as=DeadBoy&pop=1" class="f" title="DeadBoy" target="_blank">Deadboy</a></th>
  240.  </tr>
  241.  <tr>
  242.    <th><a href="http://a1k2.chatwitch.com/properties/index.php?known_as=eon&pop=1" class="f" title="eon" target="_blank">Lucy</a></th>
  243.    <th><a href="http://a1k2.chatwitch.com/properties/index.php?known_as=amdis&pop=1" class="f" title="Amdis" target="_blank">Alex</a></th>
  244.  </tr>
  245. </table>
  246.  
  247.  
  248.  
  249. </div>
  250.  
  251. <div id="Five" class="tabcontent">
  252. <br>
  253.  
  254. Oops I got perm banned! <br>
  255. I'd like to take the time to say, thank you to everyone on Cats Paw Island, and chatlands as a whole, that made my stay here pleasant. To anyone I may have upset or offended in the past, I am sorry. I regret some of the things I did on here, but all the friendships and connections I made are not one of those things. I'd also like to apologize to any staff I may have been rude to, I am deeply sorry. I am a bit sad to say farewell to chatlands, but what's done is done so, yknow, rip lol, what can ya do? Thanks again for makin my stay here fun, bye everyone!<br>
  256.  
  257.  
  258. </div>
  259.  
  260. </div>
  261.  
  262.  
  263.  
  264.  
  265.  
  266.  
  267. </div>
  268.  
  269. <div class="ooga">
  270.  
  271.  
  272. <br><br>
  273. These people are pretty cool! I recommend talking to them sometime!
  274. <table class="tf">
  275.   <tr>
  276.     <th><a href="http://a1k2.chatwitch.com/properties/index.php?known_as=lungs&pop=1" class="f" title="lungs" target="_blank">Siobhán</a></th>
  277.     <th><a href="http://a1k2.chatwitch.com/properties/index.php?known_as=chill&pop=1" class="f" title="chill" target="_blank">Kylie</a></th>
  278.     <th><a href="http://a1k2.chatwitch.com/properties/index.php?known_as=hoboadrian&pop=1" class="f" title="HoboAdrian" target="_blank">Adrian</a></th>
  279.   </tr>
  280.   <tr>
  281.     <th><a href="http://a1k2.chatwitch.com/properties/index.php?known_as=ugh&pop=1" class="f" title="ugh" target="_blank">Jocelyn</a></th>
  282.     <th><a href="http://a1k2.chatwitch.com/properties/index.php?known_as=babydoll&pop=1" class="f" title="babydoll" target="_blank">Grace</a></th>
  283.     <th><a href="http://a1k2.chatwitch.com/properties/index.php?known_as=DeadBoy&pop=1" class="f" title="DeadBoy" target="_blank">Deadboy</a></th>
  284.   </tr>
  285.   <tr>
  286.     <th><a href="http://a1k2.chatwitch.com/properties/index.php?known_as=eon&pop=1" class="f" title="eon" target="_blank">Lucy</a></th>
  287.     <th><a href="http://a1k2.chatwitch.com/properties/index.php?known_as=amdis&pop=1" class="f" title="Amdis" target="_blank">Alex</a></th>
  288.   </tr>
  289. </table>
  290.  
  291.  
  292.  
  293.  
  294. </div>
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301.  
  302. <script language=JavaScript>
  303. //Disable right click script
  304. var message = "";
  305. ///////////////////////////////////
  306. function clickIE() {
  307.     if (document.all) {
  308.         (message);
  309.         return false;
  310.     }
  311. }
  312.  
  313. function clickNS(e) {
  314.     if (document.layers || (document.getElementById && !document.all)) {
  315.         if (e.which == 2 || e.which == 3) {
  316.             (message);
  317.             return false;
  318.         }
  319.     }
  320. }
  321. if (document.layers) {
  322.     document.captureEvents(Event.MOUSEDOWN);
  323.     document.onmousedown = clickNS;
  324. } else {
  325.     document.onmouseup = clickNS;
  326.     document.oncontextmenu = clickIE;
  327. }
  328.  
  329. document.oncontextmenu = new Function("return false")
  330. </script>
  331.  
  332. <script>
  333. function openTab(evt, tabName) {
  334.     var i, tabcontent, tablinks;
  335.     tabcontent = document.getElementsByClassName("tabcontent");
  336.     for (i = 0; i < tabcontent.length; i++) {
  337.         tabcontent[i].style.display = "none";
  338.     }
  339.     tablinks = document.getElementsByClassName("tablinks");
  340.     for (i = 0; i < tablinks.length; i++) {
  341.         tablinks[i].className = tablinks[i].className.replace(" active", "");
  342.     }
  343.     document.getElementById(tabName).style.display = "block";
  344.     evt.currentTarget.className += " active";
  345. }
  346.  
  347. // Get the element with id="defaultOpen" and click on it
  348. document.getElementById("defaultOpen").click();
  349. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement