Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- IMAGE: http://i.stack.imgur.com/Pd53k.png
- WEBSITE: http://loja.millenarycraft.com/recent.html
- CODE:
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>Trasações Recentes</title>
- <style type="text/css">
- /********************************************************************************************/
- /* ~ OLÁ, VISUALIZADOR DE CÓDIGO FONTE!
- /* ~ ESTA PÁGINA FOI TOTALMENTE DESENVOLVIDA ESPECIALMENTE PARA O SITE DA LOJA DO SERVIDOR "MillenaryCraft"!
- /********************************************************************************************/
- #playerImage {
- border: 1px solid #CCC;
- width: 64px;
- height: 64px;
- position: relative;
- -moz-border-radius:3px;
- -webkit-border-radius:3px;
- -moz-box-shadow: 0px 0px 3px #D4D4D4;
- -webkit-box-shadow: 0px 0px 3px #D4D4D4;
- }
- #playerName {
- display: none;
- background: #FFF;
- border: 1px solid #CCC;
- width: 141px;
- height: 20.5px;
- font-family: Arial, Helvetica, sans-serif;
- text-align: center;
- -moz-border-radius:3px;
- -webkit-border-radius:3px;
- -moz-box-shadow: 0px 0px 3px #D4D4D4;
- -webkit-box-shadow: 0px 0px 3px #D4D4D4;
- }
- #playerImage:hover #playerName {
- display: block;
- position: absolute;
- top: 4.35em;
- left: -2.4em;
- }
- .players{
- -moz-column-count:8; /* Firefox */
- -webkit-column-count:8; /* Safari and Chrome */
- column-count:8;
- }
- </style>
- </head>
- <body>
- <div class="players">
- <table border="0">
- <tr>
- <td>
- <div id="playerImage"><img src="https://minotar.net/avatar/arthurmaker/64" />
- <div id="playerName">arthurmaker</div>
- </div>
- </td>
- <td>
- <div id="playerImage"><img src="https://minotar.net/avatar/Tester/64" />
- <div id="playerName">Tester</div>
- </div>
- </td>
- <td>
- <div id="playerImage"><img src="https://minotar.net/avatar/LHT/64" />
- <div id="playerName">LHT</div>
- </div>
- </td>
- <td>
- <div id="playerImage"><img src="https://minotar.net/avatar/EduLeme/64" />
- <div id="playerName">EduLeme</div>
- </div>
- </td>
- <td>
- <div id="playerImage"><img src="https://minotar.net/avatar/joaozlive/64" />
- <div id="playerName">joaozlive</div>
- </div>
- </td>
- <td>
- <div id="playerImage"><img src="https://minotar.net/avatar/Fernando_Augusto/64" />
- <div id="playerName">Fernando_Augusto</div>
- </div>
- </td>
- </tr>
- </table>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement