Advertisement
Xylitol

Startpage 1

Jun 15th, 2014
739
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5.63 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3. <head>
  4. <style type="text/css">
  5.             body
  6.             {
  7.                     background-image:url(temari.jpg);
  8.                     background-position:top left;
  9.                     background-repeat:no-repeat;
  10.                     background-color:#FFF;
  11.             }
  12.             .panel
  13.             {
  14.                     background-color: #e8eaee;
  15.                     border-radius: 100px;
  16.                     opacity: 0.8;
  17.                     text-align: center;
  18.                     height: 120px;
  19.                     width: 170px;
  20.                     padding-top: 50px;
  21.                     margin-left: auto;
  22.                     margin-right: auto;
  23.                     margin-top: 10px;
  24.                     transition: all 0.5s;
  25.                     color: #3c4c5c;
  26.             }
  27.             .panel:hover
  28.             {
  29.                     opacity: 1;
  30.                     background-color: #bcc3cc;
  31.                     color: #fff;
  32.             }
  33.             a
  34.             {
  35.                     text-decoration: none;
  36.                     color: #3c4c5c;
  37.                     transition: color 0.4s;
  38.                     font-family: Helvetica Neue, Futura LT, Dejavu Sans;
  39.             }
  40.             a:hover
  41.             {
  42.                     color: #fff;
  43.             }
  44.             .title
  45.             {
  46.                     font-size: 36pt;
  47.             }
  48.             .links
  49.             {
  50.                     position: fixed;
  51.                     margin-left: -400px;
  52.                     margin-top: -350px;
  53.                     top:50%;
  54.                     left:50%;
  55.                     background-color: transparent;
  56.             }
  57.             .heading
  58.             {
  59.                     color: #78797a;
  60.                     font-size: 48pt;
  61.                     padding: 0px 10px 10px;
  62.                     font-family: Helvetica Neue, Futura LT, Dejavu Sans;
  63.             }
  64.             .edit
  65.             {
  66.                     border-radius: 5px;
  67.                     -moz-border-radius: 5px;
  68.                     -webkit-border-radius: 5px;
  69.                     border: 2px solid;
  70.                     width:22em;
  71.                     background:#e8eaee;
  72.                     color:#3c4c5c;
  73.                     font-size: 20px;
  74.             }
  75.             .edit:hover, .edit:focus
  76.             {
  77.                     border-color:#CCCCCC;
  78.                     background:#bcc3cc;
  79.             }
  80.             .bouton
  81.             {
  82.                     width:7em;
  83.                     border-radius: 5px;
  84.                     -moz-border-radius: 5px;
  85.                     -webkit-border-radius: 5px;
  86.                     border: 2px solid;
  87.                     background:#e8eaee;
  88.                     color:#3c4c5c;
  89.                     font-size: 20px;
  90.             }
  91.             .bouton:hover, .bouton:focus
  92.             {
  93.                     border-color:#CCCCCC;
  94.                     background:#bcc3cc;
  95.             }
  96.              .search
  97.             {
  98.                     position: fixed;
  99.                     margin-left: -310px;
  100.                     margin-top: -380px;
  101.                     top:50%;
  102.                     left:50%;
  103.                     background-color: transparent;
  104.             }
  105. </style>
  106. <script type="text/javascript">
  107.                 function FocusOnInput()
  108.                      {
  109.                         document.getElementById("query").focus();
  110.                      }
  111.             </script>
  112. </head>
  113. <body onload="FocusOnInput()">
  114. <table class="search" align="center">
  115. <tr>
  116.     <td>
  117.         <form action='https://startpage.com/do/search' method='POST' name='blah' id='search_form' autocomplete="off" style="padding-bottom:0px;">
  118.             <input name='query' class="edit" id='query'>
  119.             <input type='hidden' name='cat' value='web'/>
  120.             <input type='hidden' name='cmd' value='process_search'/>
  121.             <input type='hidden' name='language' value='francais'/>
  122.             <input type='hidden' name='engine0' value='v1all'/>
  123.             <input type='hidden' name='abp' id='abp' value='-1'/>
  124.             <input type="hidden" name="prf" id="prf" value="537140bebd4f22fd1c2bf558b283c02b" >
  125.             <input class="bouton" type="submit" value="Search">
  126.         </form>
  127.     </td>
  128. </tr>
  129. </table>
  130. <table class="links" width="800" height="600" align="center">
  131. <tr>
  132.     <td class="heading" style="text-align: left;">
  133.          Start
  134.     </td>
  135. </tr>
  136. <tr>
  137.     <!--Top row: 4chan links-->
  138.     <td>
  139.         <div class="panel">
  140.             <div class="title">
  141.                 <a href="https://boards.4chan.org/g/">/g/</a>
  142.             </div>
  143.         </div>
  144.     </td>
  145.     <td>
  146.         <div class="panel">
  147.             <div class="title">
  148.                 <a href="https://boards.4chan.org/a/">/a/</a>
  149.             </div>
  150.         </div>
  151.     </td>
  152.     <td>
  153.         <div class="panel">
  154.             <div class="title">
  155.                 <a href="https://boards.4chan.org/diy/">/diy/</a>
  156.             </div>
  157.         </div>
  158.     </td>
  159.     <td>
  160.         <div class="panel">
  161.             <div class="title">
  162.                 <a href="https://boards.4chan.org/c/">/c/</a>
  163.             </div>
  164.         </div>
  165.     </td>
  166. </tr>
  167. <tr>
  168.     <!--Mid row: utility links-->
  169.     <td>
  170.         <div class="panel">
  171.             <div class="title">
  172.                 <a href="http://192.168.1.122:666/">CCT</a>
  173.             </div>
  174.         </div>
  175.     </td>
  176.     <td>
  177.         <div class="panel">
  178.             <div class="title">
  179.                 <a href="http://192.168.1.122:9999/">SF</a>
  180.             </div>
  181.         </div>
  182.     </td>
  183.     <td>
  184.         <div class="panel">
  185.             <div class="title">
  186.                 <a href="http://stallman.org/">RMS</a>
  187.             </div>
  188.         </div>
  189.     </td>
  190.     <td>
  191.         <div class="panel">
  192.             <div class="title">
  193.                 <a href="http://192.168.1.122:1337/">QB</a>
  194.             </div>
  195.         </div>
  196.     </td>
  197. </tr>
  198. <tr>
  199.     <!--Bot row: other links-->
  200.     <td>
  201.         <div class="panel">
  202.             <div class="title">
  203.                 <a href="http://publichd.se">PHD</a>
  204.             </div>
  205.         </div>
  206.     </td>
  207.     <td>
  208.         <div class="panel">
  209.             <div class="title">
  210.                 <a href="http://thepiratebay.se">TPB</a>
  211.             </div>
  212.         </div>
  213.     </td>
  214.     <td>
  215.         <div class="panel">
  216.             <div class="title">
  217.                 <a href="http://cloud.feedly.com">RSS</a>
  218.             </div>
  219.         </div>
  220.     </td>
  221.     <td>
  222.         <div class="panel">
  223.             <div class="title">
  224.                 <a href="http://gmail.com">Mail</a>
  225.             </div>
  226.         </div>
  227.     </td>
  228. </tr>
  229. </table>
  230. </body>
  231. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement