Advertisement
Guest User

roundpage

a guest
Jun 15th, 2014
1,762
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 3.34 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <style type="text/css">
  4.     body
  5.     {
  6.         background-color: #fff;
  7.         /*background-image: url('madokafaget.png');*/
  8.         background-repeat: no-repeat;
  9.         background-position: center;
  10.         background-attachment: fixed;
  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.     </style>
  65.     <body>
  66.         <table class="links" width="800" height="600" align="center">
  67.             <tr>
  68.                 <td class="heading" style="text-align: left;">
  69.                     Start
  70.                 </td>
  71.             </tr>
  72.             <tr><!--Top row: 4chan links-->
  73.                
  74.                 <td>
  75.                     <div  class="panel">
  76.                         <div class="title">
  77.                             <a href="https://boards.4chan.org/g/">/g/</a>
  78.                         </div>
  79.                     </div>
  80.                 </td>
  81.                
  82.                 <td>
  83.                     <div  class="panel">
  84.                         <div class="title">
  85.                             <a href="https://boards.4chan.org/a/">/a/</a>
  86.                         </div>
  87.                     </div>
  88.                 </td>
  89.                
  90.                 <td>
  91.                     <div  class="panel">
  92.                         <div class="title">
  93.                             <a href="https://boards.4chan.org/s4s/">/s4s/</a>
  94.                         </div>
  95.                     </div>
  96.                 </td>
  97.                
  98.                 <td>
  99.                     <div  class="panel">
  100.                         <div class="title">
  101.                             <a href="https://boards.4chan.org/jp/">/jp/</a>
  102.                         </div>
  103.                     </div>
  104.                 </td>
  105.                
  106.             </tr>
  107.            
  108.             <tr><!--Mid row: utility links-->
  109.                
  110.                 <td>
  111.                     <div  class="panel">
  112.                         <div class="title">
  113.                             <a href="http://forum.xda-developers.com/nexus-7/orig-development">XDA</a>
  114.                         </div>
  115.                     </div>
  116.                 </td>
  117.                
  118.                 <td>
  119.                     <div  class="panel">
  120.                         <div class="title">
  121.                             <a href="http://192.168.1.144:8888/">N7</a>
  122.                         </div>
  123.                     </div>
  124.                 </td>
  125.                
  126.                 <td>
  127.                     <div  class="panel">
  128.                         <div class="title">
  129.                             <a href="http://stallman.org/">RMS</a>
  130.                         </div>
  131.                     </div>
  132.                 </td>
  133.                
  134.                 <td>
  135.                     <div  class="panel">
  136.                         <div class="title">
  137.                             <a href="http://192.168.1.122:1337/">QB</a>
  138.                         </div>
  139.                     </div>
  140.                 </td>
  141.                
  142.             </tr>
  143.            
  144.             <tr><!--Bot row: other links-->
  145.                
  146.                 <td>
  147.                     <div  class="panel">
  148.                         <div class="title">
  149.                             <a href="http://publichd.se">PHD</a>
  150.                         </div>
  151.                     </div>
  152.                 </td>
  153.                
  154.                 <td>
  155.                     <div  class="panel">
  156.                         <div class="title">
  157.                             <a href="http://thepiratebay.se">TPB</a>
  158.                         </div>
  159.                     </div>
  160.                 </td>
  161.                
  162.                 <td>
  163.                     <div  class="panel">
  164.                         <div class="title">
  165.                             <a href="http://cloud.feedly.com">RSS</a>
  166.                         </div>
  167.                     </div>
  168.                 </td>
  169.                
  170.                 <td>
  171.                     <div  class="panel">
  172.                         <div class="title">
  173.                             <a href="http://gmail.com">Mail</a>
  174.                         </div>
  175.                     </div>
  176.                 </td>
  177.                
  178.             </tr>
  179.            
  180.         </table>
  181.     </body>
  182. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement