kamilpocwiard

Untitled

Jul 8th, 2014
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.59 KB | None | 0 0
  1. <!--
  2. Copyright &copy; 2014 Szymon Wnuk. All rights reserved.
  3. -->
  4. <!DOCTYPE html>
  5. <html>
  6. <head>
  7. <meta http-equiv="Content-type" content="text/html; charset=ISO-8859-2" />
  8. <title>EasyHard</title>
  9. </head>
  10. <style type="text/css">
  11. @font-face{font-family:Baron_Neue;src:url(Baron_Neue.otf);}
  12. table{margin:60px 0px 0px 0px;}
  13. tr,td,tbody{font-family:Baron_Neue;color:white;border-top-style:none;border-right-style:none;border-bottom-style:none;border-left-style:solid;border-color:#7b7b7b;border-width:4px;height:20px;}
  14. h2{font-family:Baron_Neue;color:white;font-size:30px;position:absolute;left:15px;top:-15px;}
  15. a { position: relative; display: inline-block; }
  16. a:before { position: absolute; top: 0; left: 0; right: 0; bottom: 0; opacity: 0; transition: opacity 0.25s ease-in; background: rgba(64, 64,64, 0.6); content: attr(data-title); padding: -100% 0% 3; font-size: 9px; text-align: center; color: white; }
  17. a:hover:before { opacity: 1; }
  18. </style>
  19. <body style="background-color:#7b7b7b">
  20. <div id="content1" style="background-color:#7b7b7b;">
  21. <h2 style="position:absolute;top:-20px;">zbanowani gracze</h2>
  22. <?php
  23. mysql_connect('db4free.net', 'easyhard', 'kamil1ek505');
  24. mysql_select_db('easyhard');
  25. $result = mysql_query("SELECT * FROM guild_database");
  26. echo "<table style='margin-bottom:0px;position:absolute;top:10px;left:0px'>";
  27. echo "<th>".$row['tag']."</th>";
  28. echo "<th>".$row['name']."</th>";
  29. echo "<th>".$row['leader']."</th>";
  30. echo "</table>";
  31. ?>
  32. </div>
  33. <!--deathbans-->
  34. </body>
  35. </html>
  36. <!--
  37. Copyright &copy; 2014 Szymon Wnuk. All rights reserved.
  38. -->
Advertisement
Add Comment
Please, Sign In to add comment