Advertisement
Guest User

Untitled

a guest
Jan 30th, 2014
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. IMAGE: http://i.stack.imgur.com/Pd53k.png
  2. WEBSITE: http://loja.millenarycraft.com/recent.html
  3.  
  4. CODE:
  5.  
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml">
  8. <head>
  9. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  10. <title>Trasações Recentes</title>
  11. <style type="text/css">
  12. /********************************************************************************************/
  13. /* ~ OLÁ, VISUALIZADOR DE CÓDIGO FONTE!
  14. /* ~ ESTA PÁGINA FOI TOTALMENTE DESENVOLVIDA ESPECIALMENTE PARA O SITE DA LOJA DO SERVIDOR "MillenaryCraft"!
  15. /********************************************************************************************/
  16.  
  17. #playerImage {
  18. border: 1px solid #CCC;
  19. width: 64px;
  20. height: 64px;
  21. position: relative;
  22. -moz-border-radius:3px;
  23. -webkit-border-radius:3px;
  24. -moz-box-shadow: 0px 0px 3px #D4D4D4;
  25. -webkit-box-shadow: 0px 0px 3px #D4D4D4;
  26. }
  27.  
  28. #playerName {
  29. display: none;
  30. background: #FFF;
  31. border: 1px solid #CCC;
  32. width: 141px;
  33. height: 20.5px;
  34. font-family: Arial, Helvetica, sans-serif;
  35. text-align: center;
  36. -moz-border-radius:3px;
  37. -webkit-border-radius:3px;
  38. -moz-box-shadow: 0px 0px 3px #D4D4D4;
  39. -webkit-box-shadow: 0px 0px 3px #D4D4D4;
  40. }
  41.  
  42. #playerImage:hover #playerName {
  43. display: block;
  44. position: absolute;
  45. top: 4.35em;
  46. left: -2.4em;
  47. }
  48.  
  49. .players{
  50. -moz-column-count:8; /* Firefox */
  51. -webkit-column-count:8; /* Safari and Chrome */
  52. column-count:8;
  53. }
  54.  
  55. </style>
  56. </head>
  57.  
  58. <body>
  59.  
  60. <div class="players">
  61.  
  62. <table border="0">
  63. <tr>
  64. <td>
  65. <div id="playerImage"><img src="https://minotar.net/avatar/arthurmaker/64" />
  66. <div id="playerName">arthurmaker</div>
  67. </div>
  68. </td>
  69. <td>
  70. <div id="playerImage"><img src="https://minotar.net/avatar/Tester/64" />
  71. <div id="playerName">Tester</div>
  72. </div>
  73. </td>
  74. <td>
  75. <div id="playerImage"><img src="https://minotar.net/avatar/LHT/64" />
  76. <div id="playerName">LHT</div>
  77. </div>
  78. </td>
  79. <td>
  80. <div id="playerImage"><img src="https://minotar.net/avatar/EduLeme/64" />
  81. <div id="playerName">EduLeme</div>
  82. </div>
  83. </td>
  84. <td>
  85. <div id="playerImage"><img src="https://minotar.net/avatar/joaozlive/64" />
  86. <div id="playerName">joaozlive</div>
  87. </div>
  88. </td>
  89. <td>
  90. <div id="playerImage"><img src="https://minotar.net/avatar/Fernando_Augusto/64" />
  91. <div id="playerName">Fernando_Augusto</div>
  92. </div>
  93. </td>
  94. </tr>
  95. </table>
  96.  
  97. </div>
  98.  
  99. </body>
  100. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement