Advertisement
LatviaCPI

PERSONAL SNIFF 7/2/2017 PURPLE AESTHETIC

Jul 2nd, 2017
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 25.36 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <script language="javascript">
  3. document.onmousedown=disableclick;
  4. function disableclick(event)
  5. {
  6. if(event.button==2)
  7. {
  8. return false;
  9. }
  10. }
  11. </script></head><body oncontextmenu="return false">
  12. <html>
  13. <!---
  14.  
  15. Hey you, yeah you. I see you. Lurking in my view source. Don't steal my work.
  16.  
  17. CODED BY LATVIA//EVAN DONT STEAL THIS SHIT U FUCKASSES
  18.  
  19. I WILL HUNT YOU DOWN AND RAM MY FOOT SO FAR UP YOUR ASS YOU'LL BE TASTING THE RUBBER FROM MY SHOES FOR BREAKFAST
  20.  
  21.  
  22. --->
  23. <link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
  24. <link href="https://fonts.googleapis.com/css?family=Kaushan+Script" rel="stylesheet">
  25. <link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
  26. <link rel="shortcut icon" href="http://i.imgur.com/Yuw1RSf.jpg">
  27. <head>
  28.  
  29. <style type="text/css">
  30. a.btn{position:absolute;z-index:999999999999;white-space:nowrap;outline:0;text-decoration:none;cursor:pointer;overflow:hidden;font:600 12px/18px "Helvetica Neue","HelveticaNeue",Helvetica,Arial,sans-serif;height:20px;padding:0 5px;-webkit-font-smoothing:antialiased;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;-webkit-transition-property:padding;-moz-transition-property:padding;-ms-transition-property:padding;-o-transition-property:padding;transition-property:padding;-webkit-transition-duration:.1s;-moz-transition-duration:.1s;-ms-transition-duration:.1s;-o-transition-duration:.1s;transition-duration:.1s;-webkit-transition-timing-function:ease;-moz-transition-timing-function:ease;-ms-transition-timing-function:ease;-o-transition-timing-function:ease;transition-timing-function:ease}.btn{color:#fff;border:1px solid rgba(0,0,0,0.18);background:rgba(0,0,0,0.38);text-shadow:1px 1px 0 rgba(0,0,0,0.08)}a.btn,a.btn:hover{color:white!important}.btn{margin-bottom:5px;color:#fff;border:1px solid rgba(0,0,0,0.18);background:rgba(0,0,0,0.38);text-shadow:1px 1px 0 rgba(0,0,0,0.08);-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px}.btn:hover::after,.btn:focus::after{background:rgba(255,255,255,0.09);color:white}.btn:active::after{background:rgba(255,255,255,0.18) color:white}.btn_label.show{display:block}.btn::after{position:absolute;top:0;right:0;bottom:0;left:0;content:'';-webkit-border-radius:inherit;-moz-border-radius:inherit;border-radius:inherit}.btn.icon::before{display:block;content:'';position:absolute;top:0;left:0;bottom:0;width:20px;border-radius:inherit;background:url('http://static.tumblr.com/tpqedpr/cQ1mbwb60/de.png') 0 0 no-repeat}.btn.theme::before{background-position:0 -0px}.btn img{width:15px}.btn.icon{padding-left:20px}.btn:active::after {background:rgba(255,255,255,0.18)}.clear {clear: both;} #pagination {display: all;}
  31. </style>
  32.  
  33. <title>Evans Sniff</title>
  34. <link href="style-my-tooltips.css" rel="stylesheet" type="text/css" />
  35. <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>
  36. <style>
  37.  
  38.  
  39.     body {
  40.         background: url("https://images5.alphacoders.com/432/thumb-1920-432766.jpg");
  41.         background-size: cover;
  42.         background-repeat: no-repeat;
  43.         background-attachment: fixed;
  44.         color: black;
  45. }
  46.  
  47. header {
  48.       text-align: center;
  49.       background: url('https://hannahborje.files.wordpress.com/2013/11/stars-galaxies-purplewww-fullhdwpp-com.jpg');
  50.       background-size: cover;
  51.       color: black;
  52.     }
  53.  
  54. ul {
  55.       padding: 10px 0px 5px 0px;
  56.       background: rgba(0,0,0,0.5);
  57.     }
  58.  
  59. .himg {
  60.     border: 2px solid black;
  61.     border-radius: 150px;
  62.     height: 120px;
  63.     width: 120px;
  64.     border-style: outset;
  65.     margin: 25px 0px 10px 0px;
  66.     opacity: 0.5;
  67.     -webkit-animation: spin 4s linear infinite;
  68.     animation: spin 4s linear infinite;
  69. }
  70.  
  71. @-webkit-keyframes spin {
  72.   0% { -webkit-transform: rotateY(0deg); }
  73.   100% { -webkit-transform: rotateY(360deg); }
  74. }
  75.  
  76. @keyframes spin {
  77.   0% { transform: rotateY(0deg); }
  78.   100% { transform: rotateY(360deg); }
  79. }
  80.  
  81. .info {
  82.     border: 2px solid black;
  83.     font-family: 'Raleway', sans-serif;
  84.     font-weight: 300;
  85.     text-align: center;
  86.     opacity: 0.8;
  87.     background: rgba(196, 114, 183, 0.80);
  88. }
  89.  
  90. #s-m-t-tooltip {
  91.     position:relative;
  92.     overflow:hidden;
  93.     z-index:99999;
  94.     max-width:200px;
  95.     margin:10px 0 0 10px;
  96.     padding:6px 6px 6px 6px;
  97.     font-family: 'Raleway', sans-serif;
  98.     background:black;
  99.     border:0px solid black;
  100.     border-radius: 5px;
  101.     line-height:100%;
  102.     text-transform:uppercase;
  103.     letter-spacing:1px;
  104.     color:#fff;
  105.     font-size: 10px;
  106.     font-weight: lighter;
  107. }
  108.  
  109. #navigations {
  110.     background: rgba(154, 80, 142, 1);
  111.     margin: 3px;
  112.     opacity: 0.5;
  113. }
  114.  
  115. #solemn {
  116.     background: rgba(154, 80, 142, 1);
  117.     margin: 3px;
  118.     opacity: 0.5;
  119. }
  120.  
  121. #navigations:hover{
  122. -webkit-transition: all 1.00s ease;
  123. -moz-transition: all 1.00s ease;
  124. transition: all 1.00s ease;
  125. -webkit-transform:rotateY(360deg);
  126. -moz-transform:rotateY(360deg);
  127. -o-transform: rotateY(360deg);
  128. }
  129.  
  130.  
  131. iframe {display:none !important;}
  132.  
  133. #spacer {
  134.     padding: 20px;
  135. }
  136.  
  137. #clock {
  138.     position:fixed;
  139.     width: 50px;
  140.     margin:4px;
  141.     padding:2px 2px 2px 2px;
  142.     text-transform:uppercase;
  143.     text-align: center;
  144.     font-size:9px;
  145.     z-index: 9999;
  146.     letter-spacing:1px;
  147.     font-family: 'Noto Sans', sans-serif;
  148.     color:#f2ddbc;
  149.     background:#333; /*7c5862*/
  150.     border-radius:4px;
  151.     right: 5px;
  152.     bottom: 5px;
  153.     box-shadow:0px 0px 3px #555;
  154.     -webkit-transition: all 0.5s ease-in-out;
  155.     -moz-transition: all 0.5s ease-in-out;
  156.     -ms-transition: all 0.5s ease-in-out;
  157.     -o-transition: all 0.5s ease-in-out;
  158. }
  159.  
  160. #clock:hover {
  161.     color:#fff;
  162.     background:#6a4751;
  163.     border-radius:6px;
  164.     box-shadow:0px 0px 5px #444;
  165.     -webkit-transition: all 0.5s ease-in-out;
  166.     -moz-transition: all 0.5s ease-in-out;
  167.     -ms-transition: all 0.5s ease-in-out;
  168.     -o-transition: all 0.5s ease-in-out;
  169.  
  170. }
  171.  
  172. /* Let's get this party started */
  173. ::-webkit-scrollbar {
  174.     width: 5px;
  175. }
  176.  
  177. /* Track */
  178. ::-webkit-scrollbar-track {
  179.     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  180.     -webkit-border-radius: 10px;
  181.     border-radius: 10px;
  182. }
  183.  
  184. /* Handle */
  185. ::-webkit-scrollbar-thumb {
  186.     -webkit-border-radius: 10px;
  187.             height:auto;
  188.     border-radius: 10px;
  189.     background: rgba(154, 80, 142,0.8);
  190.     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
  191. }
  192. ::-webkit-scrollbar-thumb:window-inactive {
  193.     -webkit-border-radius: 10px;
  194.     border-radius: 10px;
  195.     background: rgba(154, 80, 142,0.8);
  196. }
  197.  
  198. ::-webkit-scrollbar-track-piece {
  199.     -webkit-border-radius: 10px;
  200.     border-radius: 10px;
  201.     background: rgba(154, 80, 142,0.8);
  202. }
  203.  
  204.  
  205.  
  206. marquee {
  207.     color:white;
  208.     font-family: 'Raleway', sans-serif;
  209.     background: rgba(0, 0, 0, 0.3);
  210.     width: 400px;
  211.     border-radius: 10px;
  212.     padding: 1px 0px 1px 0px;
  213. }
  214.  
  215. ::-webkit-selection { color: black; background: #9A508E;}
  216. ::-o-selection { color: black; background: #9A508E;}
  217. ::-moz-selection { color: black; background: #9A508E;}
  218. ::selection { color: black; background: #9A508E;}
  219.  
  220. #cornerplayer
  221. {background-color:#000;
  222. width:50px;
  223. height:50px;
  224. border-radius:0px 50px 0px 0px;
  225. -moz-border-radius:0px 50px 0px 0px;
  226. position:fixed;
  227. overflow:hidden;
  228. opacity: 1;
  229. bottom:0px;
  230. left:0px;
  231. -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
  232.  
  233. #icon
  234. {margin-top:11px;
  235. margin-bottom:10px;
  236. margin-left:-8px;
  237. -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
  238.  
  239. #cornerplayer:hover
  240. {width:150px;
  241. height: 75px;
  242. padding-bottom:10px;
  243. opacity: 1;
  244. -moz-border-radius:0px 50px 0px 0px;
  245. border-radius:0px 50px 0px 0px;
  246.     -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;
  247. }
  248.  
  249. #cornerplayer:hover #icon
  250. {margin-top:10px;
  251. margin-left:0px;
  252. margin-bottom:4px;
  253. -webkit-transition: opacity 0.8s linear;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;
  254. }
  255.  
  256. .tooltip {
  257.     position: relative;
  258.     display: inline-block;
  259.    background-color: rgba(0, 0, 0, 0.5);
  260.     padding: 5px 5px 5px 5px;
  261.     color: #000;
  262.     border: 1px solid #000;
  263.     font-size: 10px;
  264.     -webkit-transition: all 0.3s ease-in-out;
  265.     -moz-transition: all 0.3s ease-in-out;
  266.     -ms-transition: all 0.3s ease-in-out;
  267.     -o-transition: all 0.3s ease-in-out;
  268. }
  269.  
  270. .tooltip:hover {
  271.     border-radius: 7px;
  272.     background-color: #000;
  273.     color:#777777;
  274.     text-shadow: 2px 0 .2px #FF0000, -2px 0 .2px #00F1F5;
  275.     border: 1px solid #fff;
  276.     -webkit-transition: all 0.3s ease-in-out;
  277.     -moz-transition: all 0.3s ease-in-out;
  278.     -ms-transition: all 0.3s ease-in-out;
  279.     -o-transition: all 0.3s ease-in-out;
  280. }
  281.  
  282. .tooltip .tooltiptext {
  283.     visibility: hidden;
  284.     width: 200px;
  285.     background-color: rgba(0, 0, 0, 1);
  286.     color: #fff;
  287.     text-align: center;
  288.     border-radius: 10px;
  289.     padding: 5px;
  290.     padding-top: 8px;
  291.     position: absolute;
  292.     z-index: 1;
  293.     top: 150%;
  294.     left: 50%;
  295.     margin-left: -60px;
  296. }
  297.  
  298. .tooltip .tooltiptext::after {
  299.     content: "";
  300.     position: absolute;
  301.     bottom: 100%;
  302.     left: 50%;
  303.     margin-left: -5px;
  304.     border-width: 5px;
  305.     border-style: solid;
  306.     border-color: transparent transparent black transparent;
  307. }
  308.  
  309. .tooltip:hover .tooltiptext {
  310.     visibility: visible;
  311. }
  312.  
  313. .timg {
  314.     margin-right:;
  315.     height: 320px;
  316.     width: 180px;
  317.     }
  318.  
  319. .friend {
  320.     color: white;
  321.     text-decoration: none;
  322.     background-color: black;
  323.     padding: 10px 9px 9px 9px;
  324.     transition: 0.3s;
  325.  
  326. }
  327.  
  328. .friend:hover {
  329.     background-color: #4caf50;
  330.     transition: 0.3s;
  331. }
  332.  
  333. .things {
  334.     position: fixed;
  335.     left:10px;
  336.     top:10px;
  337.     z-index: 99999;
  338.     color: white;
  339.     padding: 7px;
  340.     font-size: 10px;
  341.     text-align: center;
  342.     border: 1px dashed white;
  343.     background-color: #000;
  344.     width: 85px;
  345.     padding:10px;
  346.     border:1px solid #4BAB70;
  347.     outline:1px dashed #ffffff;
  348.     outline-offset:-7px;
  349. }
  350.  
  351. .things a{
  352.     text-decoration: none;
  353. }
  354.  
  355. </style>
  356. <script>
  357. function startTime() {
  358.     var today = new Date();
  359.     var h = today.getHours();
  360.     var m = today.getMinutes();
  361.     var s = today.getSeconds();
  362.     m = checkTime(m);
  363.     s = checkTime(s);
  364.     document.getElementById('clock').innerHTML =
  365.     h + ":" + m + ":" + s;
  366.     var t = setTimeout(startTime, 500);
  367. }
  368. function checkTime(i) {
  369.     if (i < 10) {i = "0" + i};  // add zero in front of numbers < 10
  370.     return i;
  371. }
  372. </script>
  373. </head>
  374.  
  375. <body onload="window.resizeTo(1200,650);startTime()">
  376.  
  377. <div class="things"><a href ="http://latviaisanerd.deviantart.com/journal/sniff-things-688203254" title="commissions" target="_blank">I do sniff commissions for cheap</a></div>
  378.  
  379. <header>
  380.    <div align="center" class="himgspin">
  381. <a href="http://a1k7.chatwitch.com/properties/index.php?known_as=latvia&pop=1" title="Evan"><img class="himg" src="https://images.genius.com/3154d2604d4cc7d1ae243f4f86482e4d.500x500x1.jpg" id=""></a></div>
  382. <div><marquee scrollamount="4">straight to hell</marquee></div>
  383.        <div class="w3-center">
  384.     <ul>
  385.       <div id="Thing" class="w3-bar">
  386.     <button class="w3-bar-item w3-button tablink" onclick="openCity(event,'About')" id="navigations">About</button>
  387.     <button class="w3-bar-item w3-button tablink" onclick="openCity(event,'Misc')" id="navigations">Misc</button>
  388.     <button class="w3-bar-item w3-left w3-button tablink" onclick="openCity(event,'Friends')" id="navigations">Friends</button>
  389.         <button class="w3-bar-item w3-left w3-button tablink" onclick="openCity(event,'Funnies')" id="navigations">Funnies</button>
  390.             <button class="w3-bar-item w3-left w3-button tablink" onclick="openCity(event,'Sniffs')" id="navigations">Sniffs</button>
  391.     <div class="w3-dropdown-hover w3-margin-right">
  392.     <button class="w3-btn w3-hover-black" id="solemn">Alts</button>
  393.     <div class="w3-dropdown-content w3-bar-block w3-animate-zoom">
  394.       <a href="http://a1k7.chatwitch.com/properties/index.php?known_as=Scoundrel&pop=1" class="w3-bar-item w3-btn w3-hover-black">scoundrel</a>
  395.       <a href="http://a1k7.chatwitch.com/properties/index.php?known_as=shrek&pop=1" class="w3-bar-item w3-btn w3-hover-black">Shrek</a>
  396.       <a href="http://a1k7.chatwitch.com/properties/index.php?known_as=donaldtrump&pop=1" class="w3-bar-item w3-btn w3-hover-black">DonaldTrump</a>
  397.       <a href="http://a1k7.chatwitch.com/properties/index.php?known_as=Barry-B-Benson&pop=1" class="w3-bar-item w3-btn w3-hover-black">Barry-B-Benson</a>
  398.       <a href="http://a1k7.chatwitch.com/properties/index.php?known_as=maybe&pop=1" class="w3-bar-item w3-btn w3-hover-black">maybe</a>
  399.       <a href="http://a1k7.chatwitch.com/properties/index.php?known_as=babyboy&pop=1" class="w3-bar-item w3-btn w3-hover-black">BabyBoy</a>
  400.     </div>
  401.   </div>
  402.   </div>
  403.     </ul>
  404.   </header>
  405. <div id="spacer">
  406. <div class="w3-center">
  407. <div id="About" class="w3-container w3-display-container info w3-animate-bottom w3-margin-bottom w3-display-bottommiddle" style="display:none; width: 50%">
  408. <span onclick="this.parentElement.style.display='none'"
  409.   class="w3-btn w3-hover-red w3-display-topright">X</span>
  410.     <h2>About</h2>
  411.     <p class="w3-tooltip">Hey i'm Latvia, just call me Evan<br>
  412.  Currently taken as of <a href="http://a1k7.chatwitch.com/properties/index.php?known_as=babygirl&pop=1" title="♥"><i>4/28/17</i></a><br>
  413.  I can be ass lmao oops<br>
  414.  I love making friends, talk to me any time<br>
  415.  <div class="tooltip">me
  416.  <span class="tooltiptext"><center><img src="http://i.imgur.com/f07eN1G.jpg" class="timg"></center></span>
  417. </div>
  418.    </p>
  419.  </div>
  420.  
  421. <div id="Misc" class="w3-container info w3-animate-bottom w3-margin-bottom w3-display-bottommiddle" style="display:none;width: 50%">
  422.  <span onclick="this.parentElement.style.display='none'"
  423.  class="w3-btn w3-hover-red w3-display-topright">X</span>
  424.    <h2>Misc</h2>
  425.    <footer>This is just for social media and other things</footer>
  426. <p>
  427.      Instagram: justevan_<br>
  428.      Skype: Latvia Watvia<br>
  429.      Discord: Namira#7148<br>
  430.      Wolfing: Latvia<br><br>
  431.      Below is a compilation of sniff codes I have amassed, feel free to use them!<br><br>
  432.            <a href="https://docs.google.com/document/d/1mlryF6z3frhKjmwcUNx45m8Qzvv2c_-RgfguXfZ8kCw/edit?usp=sharing" title="sniff codes" class="w3-btn w3-black w3-hover-green">Codes</a>
  433.    </p>
  434.  </div>
  435.  
  436.  <div id="Friends" class="w3-container info w3-animate-bottom w3-margin-bottom w3-display-bottommiddle" style="display:none;width: 60%">
  437.  <span onclick="this.parentElement.style.display='none'"
  438.  class="w3-btn w3-hover-red w3-display-topright">X</span>
  439.    <h3>Friends</h3>
  440.    <p>
  441. <a href="http://a1k7.chatwitch.com/properties/index.php?known_as=hesitant&pop=1" class="friend" title="hesitant" target="_blank">Kaitlyn</a>
  442. <a href="http://a1k7.chatwitch.com/properties/index.php?known_as=trashbabypossum&pop=1" class="friend" title="trashbabypossum" target="_blank">Sebby</a>
  443. <a href="http://a1k7.chatwitch.com/properties/index.php?known_as=england&pop=1" class="friend" title="england" target="_blank">England</a>
  444. <a href="http://a1k7.chatwitch.com/properties/index.php?known_as=amdis&pop=1" class="friend" title="Amdis" target="_blank">Kat</a>
  445. <a href="http://a1k7.chatwitch.com/properties/index.php?known_as=lungs&pop=1" class="friend" title="lungs" target="_blank">Siobhán</a>
  446. <a href="http://a1k7.chatwitch.com/properties/index.php?known_as=slothic&pop=1" class="friend" title="Slothic" target="_blank">Lila</a>
  447.  
  448. <br><br>
  449. <a href="http://a1k7.chatwitch.com/properties/index.php?known_as=hoboadrian&pop=1" class="friend" title="HoboAdrian" target="_blank">Adrian</a>
  450. <a href="http://a1k7.chatwitch.com/properties/index.php?known_as=weed&pop=1" class="friend" title="weed" target="_blank">Khloe</a>
  451. <a href="http://a1k7.chatwitch.com/properties/index.php?known_as=teddy&pop=1" class="friend" title="teddy" target="_blank">Bailey</a>
  452. <a href="http://a1k7.chatwitch.com/properties/index.php?known_as=corvo&pop=1" class="friend" title="corvo" target="_blank">Lucy</a>
  453. <a href="http://a1k7.chatwitch.com/properties/index.php?known_as=golf&pop=1" class="friend" title="golf" target="_blank">Amber</a>
  454. <a href="http://a1k7.chatwitch.com/properties/index.php?known_as=mcclain&pop=1" class="friend" title="mcclain" target="_blank">Lance</a>
  455. <a href="http://a1k7.chatwitch.com/properties/index.php?known_as=Cards&pop=1" class="friend" title="Cards" target="_blank">Jay</a>
  456.  
  457. <br><br>
  458. <a href="http://a1k7.chatwitch.com/properties/index.php?known_as=Destrie&pop=1" class="friend" title="destrie" target="_blank">Destrie</a>
  459. <a href="http://a1k7.chatwitch.com/properties/index.php?known_as=concernedcorvid&pop=1" class="friend" title="concernedcorvid" target="_blank">Piper</a>
  460. <a href="http://a1k7.chatwitch.com/properties/index.php?known_as=tony&pop=1" class="friend" title="tony" target="_blank">Tony</a>
  461. <a href="http://a1k7.chatwitch.com/properties/index.php?known_as=beloved&pop=1" class="friend" title="Beloved" target="_blank">Morgan</a>
  462. <a href="http://a1k7.chatwitch.com/properties/index.php?known_as=CarRadio&pop=1" class="friend" title="CarRadio" target="_blank">Kaine</a>
  463. <a href="http://a1k7.chatwitch.com/properties/index.php?known_as=Indi&pop=1" class="friend" title="Indi" target="_blank">Indi</a>
  464. <a href="http://a1k7.chatwitch.com/properties/index.php?known_as=Cresent&pop=1" class="friend" title="Cresent" target="_blank">Cresent</a>
  465. </p>
  466.  </div>
  467. </div>
  468.  
  469. <div id="Funnies" class="w3-container info w3-animate-bottom w3-margin-bottom w3-display-bottommiddle" style="display:none;width: 50%">
  470.  <span onclick="this.parentElement.style.display='none'"
  471.  class="w3-btn w3-hover-red custom w3-display-topright">X</span>
  472.    <h2>Funnies</h2>
  473.    <footer>[contains strong language]</footer>
  474.    <p>[10:53am] Lungs: Dude once yelled at me "nice ankles" and then i said "thanks" and he went "shit its a girl"<br>
  475.    •<br>
  476.    [9:43pm] hesitant: when i was like 7 id piss in the corner of my room lmAO<br>
  477. [9:43pm] Lungs: I used to pee my pants a lot when i was like eight cause i'd get real into hide and seek<br>
  478. [9:43pm] hesitant: id like<br>
  479. [9:43pm] Latvia: im laughinf wtf u guys<br>
  480. [9:43pm] Lungs: HIDE AND SEEK IS ONLY FOR PROS OKAY<br>
  481. [9:43pm] hesitant: get out of the shower and go in my room to get dressed<br>
  482. [9:43pm] Lungs: IF YOU DIDN'T PEE YOUR PANTS WHEN YOU WERE ALMOST FOUND<br>
  483. [9:43pm] hesitant: then id piss in the corner of my room<br>
  484. [9:44pm] Lungs: THEN YOU AINT NO PRO<br>
  485. [9:44pm] Latvia: i shit my pants am i pro yet,<br>
  486. [9:44pm] Lungs: I like how you could of peed in the shower<br>
  487. [9:44pm] Latvia: and kaitlyn y<br>
  488. [9:44pm] Lungs: but then you got dressed<br>
  489. [9:44pm] hesitant: my coousin is like 12 and pisses and shits hmself too<br>
  490. [9:44pm] hesitant: yea<br>
  491. [9:44pm] Lungs: and THEN proceeded to pee<br>
  492. [9:44pm] hesitant: and idk i was stupid<br>
  493. [9:44pm] hesitant: yes<br>
  494.    •<br>
  495.    [10:09pm] hesitant: im close with<br>
  496. [10:09pm] hesitant: uh<br>
  497. [10:09pm] hesitant: my best friend<br>
  498. [10:09pm] hesitant: does that cunt<br>
  499. [10:09pm] hesitant: COUNT<br>
  500. [10:09pm] hesitant: F<br>
  501. [10:09pm] Latvia: BAN<br>
  502. [10:09pm] hesitant: IM<br>
  503. [10:09pm] Lungs: NICE<br>
  504. [10:09pm] hesitant: LEAVING<br>
  505. [10:09pm] hesitant: I<br>
  506. [10:09pm] hesitant: just left<br>
  507. [10:09pm] Lungs: N<br>
  508. [10:09pm] Lungs: o<br>
  509. [10:09pm] Lungs: ok<br>
  510. [10:10pm] hesitant: just entered<br>
  511. [10:10pm] hesitant: crying<br>
  512. [10:10pm] Latvia: weba<br>
  513. [10:10pm] Latvia: count,<br>
  514.    •<br>
  515.    [1:04am] flowersans: roast me right now you wont<br>
  516. [1:04am] hotel: u smell like hotdog water..<br>
  517.    •<br>
  518.    [7:42pm] Lungs: EAT THE RAT<br>
  519. [7:42pm] Lungs: AMBER EAT THE RAT<br>
  520. [7:42pm] Lungs: JUST CHOMP CHOMP<br>
  521. [7:42pm] Lungs: CRRRRRUNCH<br>
  522. [7:42pm] golf: CRIES<br>
  523. [7:42pm] Lungs: DO IT<br>
  524. [7:42pm] Lungs: PEER PRESSURE<br>
  525. [7:42pm] Lungs: DO IT OR YOU AINT COOL LIKE ME<br>
  526. [7:42pm] Lungs: !<br>
  527. [7:42pm] golf: I WONT LOOK COOOL HNCDI<br>
  528. [7:42pm] Lungs: YOU WANNA BE COOL?<br>
  529. [7:42pm] golf: yEYSS<br>
  530. [7:42pm] Lungs: EAT THE F*CKING RAT<br>
  531. [7:42pm] Lungs: OR YOU MIGHT BECOME THE RAT<br>
  532. [7:42pm] golf: EW OMG<br>
  533. [7:42pm] Lungs: EAT OR BE EATEN!!!<br>
  534. [7:43pm] Lungs: THE RAT COULD EAT YOU IF YOU DONT EAT IT!!<br>
  535. [7:43pm] golf: WHAT CUNTING RAT<br>
  536. [7:43pm] Latvia: me<br>
  537. [7:43pm] Lungs: EVAN!<br>
  538. [7:43pm] golf: I DONT HAVE A RAT IN MY HAND<br>
  539. [7:43pm] Latvia: im the rat<br>
  540. [7:43pm] Lungs: LITTLE RAT BOY<br>
  541. [7:43pm] golf: SWALLOWS EVAn<br>
  542. [7:43pm] Lungs: HE GON EAT YOU IF YOU DONT CHOMP HIM FIRST<br>
  543. [7:43pm] Lungs: O<br>
  544. [7:43pm] Lungs: NICE<br>
  545. [7:43pm] Lungs: gg<br>
  546.    •<br>
  547.    [10:38am] Indi: I love tickling the bottom of my dog's feet<br>
  548. [10:38am] Kwoli: I thought that said licking at first<br>
  549. [10:38am] Kwoli: And i was very concerned<br>
  550. •<br>
  551.  
  552. [2:17am] Slothic: mom liked my post<br>
  553. [2:17am] babygirl: im always on isnta<br>
  554. [2:17am] babygirl: insta<br>
  555. [2:17am] Slothic: but mom<br>
  556. [2:17am] Slothic: i hate evans posts<br>
  557. [2:17am] Slothic: i hate all of them<br>
  558. [2:17am] Slothic: ALL<br>
  559. [2:17am] Slothic: of<br>
  560. [2:17am] Slothic: them<br>
  561. [2:18am] Latvia: if i posted a selfie would you hate it<br>
  562. [2:18am] Slothic: what<br>
  563. [2:18am] Slothic: no<br>
  564. [2:18am] babygirl: nO<br>
  565. [2:18am] babygirl: I WOULD LOVE IT<br>
  566. [2:18am] Slothic: thats what i was hoping it would BE<br>
  567. [2:18am] Slothic: mom<br>
  568. [2:18am] Latvia: 0 selfies<br>
  569. [2:18am] Latvia: :)<br>
  570. [2:18am] Slothic: dad says hes not attractive<br>
  571. [2:18am] Slothic: mom<br>
  572. [2:18am] babygirl: daddy is fine as fuck<br>
  573. [2:18am] babygirl: I MEAN<br>
  574. [2:18am] babygirl: DOKS<br>
  575. [2:18am] Latvia: LMA<br>
  576. [2:18am] babygirl: ouh<br>
  577. [2:18am] Latvia: O<br>
  578. [2:18am] babygirl: okayu<br>
  579. [2:18am] Slothic: get banned mom<br>
  580. [2:18am] Slothic: evan spam<br>
  581. [2:18am] Slothic: evan<br>
  582. [2:18am] Slothic: spam<br>
  583. [2:18am] Latvia: aur ur not supposed to say that publically<br>
  584. [2:18am] Latvia: lmfoa<br>
  585. [2:18am] Destrie: <i>yikes</i><br>
  586. [2:18am] Slothic: rip mom sk17<br>
  587. [2:18am] babygirl: I WASNT THINKING I JUST<br>
  588. [2:18am] babygirl: TYPED<br>
  589. •<br>
  590.   </p>
  591.   </div>
  592.  
  593. <div id="Sniffs" class="w3-container w3-display-container info w3-animate-bottom w3-margin-bottom w3-display-bottommiddle" style="display:none; width: 50%">
  594. <span onclick="this.parentElement.style.display='none'"
  595.   class="w3-btn w3-hover-red w3-display-topright">X</span>
  596.   <h1>Sniffs</h1>
  597.   <footer>again if you haven't already noticed I make sniffs</footer>
  598.    <p> So uhhhhhhhhhhhh i've decided to start making sniff templates and shit and I've already made one.<br>
  599.    <a href="https://templatesniff1.tumblr.com/" title="Sniff Template">This sniff  (which can be found just by clicking this link)<br> is like.. one or two deltas man I dunno.</a> <br>I'll make more eventually maybe we'll see
  600.    </p>
  601.  </div>
  602.  
  603. <div id="clock"></div>
  604.  
  605. <div id="cornerplayer">
  606. <center><div id="icon"><img src="http://i122.photobucket.com/albums/o260/mhilka/minigifs/minigif01.gif"/></div></center><div>
  607. <embed src="https://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=http://k003.kiwi6.com/hotlink/yegrdfxxwm/Wires.mp3&t0=Wires&f1=http://k003.kiwi6.com/hotlink/pno5adzeq0/Triathalon_-_Bad_Mood.mp3&t1=Bad%20Mood&f2=http://k003.kiwi6.com/hotlink/lfppigqwr4/Paris.mp3&t2=Paris&f3=http://k003.kiwi6.com/hotlink/emtrolkyof/Sweater_Weather_.mp3&t3=Sweater%20Weather&total=4" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash"/>
  608. </div>    
  609. </div>
  610.  
  611.  
  612.  
  613.  
  614. <script>
  615. function openCity(evt, cityName) {
  616.  var i, x, tablinks;
  617.  x = document.getElementsByClassName("info");
  618.  for (i = 0; i < x.length; i++) {
  619.      x[i].style.display = "none";
  620.  }
  621.  tablinks = document.getElementsByClassName("tablink");
  622.  for (i = 0; i < x.length; i++) {
  623.      tablinks[i].className = tablinks[i].className.replace(" w3-black", "");
  624.  }
  625.  document.getElementById(cityName).style.display = "block";
  626.  evt.currentTarget.className += " w3-black";
  627. }
  628.  
  629. </script>
  630.  
  631.  
  632. <script language="JavaScript">
  633. // FHS Text Counter
  634. var height = '52';
  635. var fhsh = document.createElement('script');var fhs_id_h = "3251951";
  636. fhsh.src = "//s1.freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=Visits&a=1&s=1&h="+height+"";
  637. document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
  638. </script>
  639.  
  640. <script language="JavaScript">
  641. // FHS Tumblr Online Counter
  642. var height = '28';
  643. var fhs = document.createElement('script');var fhs_id = "5482011";
  644. var ref = (''+document.referrer+'');var pn =  window.location;var w_h = window.screen.width + " x " + window.screen.height;
  645. fhs.src = "//s1.freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=Online User&e2=Online Users&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"&s=1&a=1&h=&h="+height+"";
  646. document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
  647. </script>
  648.  
  649. </body>
  650. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement