Guest User

index.html

a guest
Jul 20th, 2015
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.10 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml">
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  4. <title>Home</title>
  5. <style type="text/css">
  6. body {
  7.     background-color: #1c2126;
  8.     margin: 0px;
  9.     overflow: hidden;
  10. }
  11. a {
  12.     outline: none;
  13. }
  14. #menu {
  15.     background-color: none;
  16.     padding: 30px 0px 30px 0px;
  17.     text-align: center;
  18. }
  19. #menu a {
  20.     font-size: 16px;
  21.     text-decoration: none;
  22.     font-family: Terminus Re33;
  23.     color: #959698;
  24.     text-decoration: none;
  25.     padding: 0 32px 0 32px;
  26. }
  27. #menu a:hover {
  28.     color: #ffffff;
  29.     text-decoration: underline;
  30. }
  31. #bgddg {
  32.     #margin-left: 70px;
  33.     width: 500px;
  34.     height: 34px;
  35.     border: solid 1px;
  36.     border-color: rgba(0,0,0,0.3);
  37.     background-color: #171b1f;
  38.     box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.06);
  39. }
  40. #formddg {
  41.     width: 430px;
  42.     border: 0px;
  43.     background: none;
  44.     font-size: 16px;
  45.     font-family: Terminus Re33;
  46.     color: #ffffff;
  47.     margin: 7px;
  48. }
  49. #btngo {
  50.     border: 0px;
  51.     background-color: #39424d;
  52.     width: 49px;
  53.     height: 34px;
  54.     font-size: 16px;
  55.     text-decoration: none;
  56.     font-family: Terminus Re33;
  57.     color: #959698;
  58.     float: right;
  59.     cursor:pointer;
  60.     padding: 0px;
  61. }
  62. #btngo:hover {
  63.     border: 0px;
  64.     background-color: #1a4666;
  65.     width: 49px;
  66.     height: 34px;
  67.     font-size: 16px;
  68.     text-decoration: none;
  69.     font-family: Terminus Re33;
  70.     #font-weight: bold;
  71.     color: #ffffff;
  72.     float: right;
  73.     padding: 0px;
  74. }
  75. </style>
  76. </head>
  77. <body>
  78. <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0">
  79.   <tr><td align="middle" valign="middle">
  80.     <br>
  81.     <div id="bgddg">
  82.       <form method="get" action="https://google.com/">
  83.         <input id="formddg" name="q" type="text" maxlength="128" value="" title="Google...">
  84.         <input id="btngo" name="submit" type="submit" value="GO">
  85.       </form>
  86.     </div>
  87.     <div id="menuu">
  88.       <div id="menu">
  89.         <a href="https://github.com/">GitHub</a>
  90.             <a href="https://www.archlinux.org/">Arch Linux</a>
  91.             <a href="https://www.linux.org.ru/">LOR</a>
  92.             <a href="http://habr.ru">Habrahabr</a>
  93.         <a href="https://webmail.beget.ru/">Mail</a>
  94.     </div>
  95.   </td></tr>
  96. </table>
  97. </body>
  98. </html>
Advertisement
Add Comment
Please, Sign In to add comment