Advertisement
ravmunken

konbanwa.html (to be used with noha's homepage)

Aug 17th, 2014
375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 7.38 KB | None | 0 0
  1. GET IT HERE: http://noha-ra.deviantart.com/art/Konbanwa-homepage-450787545
  2.  
  3.  
  4.     <!DOCTYPE html>
  5.     <!--TODO : unweebafy-->
  6.     <!-- homepage by noha javascript by nullbyte -->
  7.      
  8.     <html>
  9.      
  10.     <head>
  11.      
  12.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  13.     <link rel="stylesheet" href="animations.css">
  14.      
  15.     <title>Browser Home</title>
  16.      
  17.     </head>
  18.     <style>
  19.    
  20.     a{
  21.             color:#5d5d5d;
  22.             font-family:"Kozuka Gothic Pr6N";
  23.             font-size:25px;
  24.             text-decoration:none;
  25.             margin-left:5px;
  26.             transition-property: color;
  27.             transition-duration: .1s;
  28.             transition-timing-function: linear;
  29.     }
  30.     body{
  31.             padding-left:10px;
  32.             padding-right:10px;
  33.             font-family:"Kozuka Gothic Pr6N";
  34.             color:#a98d9b;
  35.             font-size:34px;
  36.             background:#3f3f3f;
  37.     }
  38.      
  39.     span{
  40.             margin-left:10px;
  41.             text-family:"Kozuka Gothic Pr6N";
  42.             text-align: center;
  43.     }
  44.      
  45.     a:hover { color:#a98d9b}
  46.      
  47.     input[type=text] {
  48.             width: 18px;
  49.             padding: 3px;
  50.              font-size:25px;
  51.             font-family:"Kozuka Gothic Pr6N";
  52.             right:5px;bottom:5px;
  53.             border: 1px solid #3a3a3a;
  54.             transition-property: all;
  55.             transition-duration: .5s;
  56.             transition-timing-function: ease;
  57.             color: #5d5d5d;
  58.             background-color: #3a3a3a;
  59.             background-position: -2px 5px;
  60.             # background-image: url('file://C:/.homepage/searchicon.png');
  61.             background-repeat: no-repeat;
  62.     }
  63.      
  64.     input[type=text]:hover {
  65.             border-color: #3a3a3a;
  66.             transition-property: all;
  67.             transition-duration: .5s;
  68.             transition-timing-function: ease;
  69.             color: #a98d9b;
  70.             width:230px;
  71.             background-position: 227px 5px;
  72.             padding-right: 20px;
  73.     }
  74.     input[type=text]:focus {
  75.             border-color: #3a3a3a;
  76.             transition-property: all;
  77.             transition-duration: .5s;
  78.             transition-timing-function: ease;
  79.             color: #5d5d5d;
  80.             width:230px;
  81.             background-position: 227px 5px;
  82.             padding-right: 20px;
  83.     }
  84.      
  85.     .boxed {
  86.             border: 0px solid #3f3f3f;
  87.             padding: 5px;
  88.             color: #a98d9b;
  89.             background-color: none;
  90.             width: 900px;
  91.             margin-left: auto;
  92.             margin-right: -600px;
  93.             margin-bottom: 200px;
  94.             position:absolute;
  95.             right: 0%;
  96.         bottom: 0%;
  97.         text-align:right;
  98.             transition-property: all;
  99.             transition-duration: .5s;
  100.             transition-timing-function: ease;
  101.         position: fixed;
  102.         overflow-y: hidden;
  103.         overflow-x: hidden;
  104.     }
  105.  
  106.     .boxed:hover {
  107.             border: 0px solid #3f3f3f;
  108.             padding: 5px;
  109.             color: #a98d9b;
  110.             background-color: none;
  111.             width: 900px;
  112.             margin-left: auto;
  113.             margin-right: 0px;
  114.         padding-right:40px;
  115.             margin-bottom: 200px;
  116.             position:absolute;
  117.             right: 0%;
  118.         bottom: 0%;
  119.         text-align:right;
  120.             transition-property: all;
  121.             transition-duration: .5s;
  122.             transition-timing-function: ease;
  123.             background-position: 227px 0px;
  124.         position: fixed;
  125.         overflow-y: hidden;
  126.         overflow-x: hidden;
  127.     }
  128.  
  129.     .boxed:focus {
  130.             border: 0px solid #3f3f3f;
  131.             padding: 5px;
  132.             color: #a98d9b;
  133.             background-color: none;
  134.             width: 900px;
  135.             margin-left: auto;
  136.             margin-right: 0px;
  137.         padding-right:40px;
  138.             margin-bottom: 200px;
  139.             position:absolute;
  140.             right: 0%;
  141.         bottom: 0%;
  142.         text-align:right;
  143.             transition-property: all;
  144.             transition-duration: .5s;
  145.             transition-timing-function: ease;
  146.             background-position: 227px 0px;
  147.         position: fixed;
  148.         overflow-y: hidden;
  149.         overflow-x: hidden;
  150.     }
  151.  
  152.      
  153.     h1 {
  154.           padding-bottom: -600px;
  155.           position: absolute;
  156.           visibility: hidden;
  157.           margin-top: -200px;
  158.           margin-left: -745px;
  159.           left: 100%;
  160.           top: 100%;
  161.         position: fixed;
  162.         overflow-y: hidden;
  163.         overflow-x: hidden;
  164.          
  165.     }
  166.  
  167.      
  168.     </style>
  169.             <body>
  170.             <h1 align="right" id="message" class="expandUp"></h1>
  171.                 <script type="text/javascript">
  172.                         var d = new Date();
  173.                         var n = d.getHours();
  174.  
  175.                         if ( n == 23 || n == 0) {
  176.                                 message = "<img src='goodnight.png'></img>";
  177.                         } else if ( n >= 1 && n <= 4 ) {
  178.                                message = "<img src='goodnight.png'></img>";
  179.                         } else if ( n >= 5 && n <= 11 ) {
  180.                                message = "<img src='goodmorning.png'></img>";
  181.                         } else if ( n >= 12 && n <= 17 ) {
  182.                                message = "<img src='goodafternoon.png'></img>";
  183.                         } else if ( n >= 18 && n <= 22 ) {
  184.                                message = "<img src='goodevening.png'></img>";
  185.                         }
  186.  
  187.                         document.getElementById("message").innerHTML = message;
  188.                 </script>
  189.  
  190.  
  191.  
  192.  
  193.             <div class="boxed" class=slideUp>
  194.  
  195.  
  196.             <a style="padding-left:10px" href="http://konachan.com">konachan</a>
  197.             <a href="http://yande.re">yande.re</a>
  198.             <a href="http://4chan.org/w/">yotsuba</a>
  199.             <a href="http://zerochan.net">zerochan</a>
  200.             </br>
  201.  
  202.             <a style="padding-left:10px" href="http://deviantart.com/messages">deviantart</a>
  203.             <a href="http://tumblr.com">tumblr</a>
  204.             <a href="http://somethingawful.com">somethingawful</a>
  205.            
  206.             </br>
  207.  
  208.             <a style="padding-left:10px" href="http://discogs.com">discogs</a>
  209.             <a href="http://bandcamp.com">bandcamp</a>
  210.             <a href="http://soundcloud.com">soundcloud</a>
  211.  
  212.             </br>
  213.  
  214.             <a style="padding-left:10px" href="http://mail.google.com">post</a>
  215.             <a href="https://my.cl.ly">cloud</a>
  216.             <a href="http://images.google.com/">image</a>
  217.             <a href="http://translate.google.com">translate</a>
  218.             </br>
  219.  
  220.  
  221.         <a style="padding-left:10px" href="http://bakabt.me/browse.php">bakabt</a>
  222.         <a href="http://nyaa.eu">nyaa</a>
  223.         <a href="http://commiesubs.com">commie</a>
  224.         <a href="http://g.e-hentai.org">g.e</a>
  225.         </br>
  226.  
  227.  
  228.             <a style="padding-left:10px" href="http://vimeo.com">vimeo</a>
  229.             <a href="http://youtube.com/feed/subscriptions">youtube</a>
  230.             <a href="http://twitch.tv/directory/following">twitch</a>
  231.  
  232.  
  233.         <form method="get" action="http://www.google.com/search"> <input type="text" placeholder="" value=""
  234.            name="q" autocomplete="off">
  235.            
  236.             </div>  
  237.  
  238.      
  239.      <script>
  240.     $(window).scroll(function() {
  241.         $('#animatedElement').each(function(){
  242.         var imagePos = $(this).offset().top;
  243.  
  244.         var topOfWindow = $(window).scrollTop();
  245.             if (imagePos < topOfWindow+400) {
  246.                 $(this).addClass("slideUp");
  247.             }
  248.         });
  249.     });
  250. </script>
  251.  
  252.  
  253.     </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement