punie chan

This commit is contained in:
simio 2024-11-23 19:23:05 -03:00
parent 4e33ebb2b3
commit 13fab43eb7
4 changed files with 38 additions and 21 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 860 B

View File

@ -2,14 +2,22 @@
text-decoration: none;
}
.header_table{
width: 100%;
}
.buda{
top: -220px;
left: -35px;
position: absolute;
background-image: url("/public/images/argentum/map_assets/buda_base.png");
}
header{
background-image: url("/public/images/argentum/map_assets/eldelnexodehao.png");
background-position: top;
margin-top: 0px;
}
.header-wall{
background-image: url("/public//images/argentum/map_assets/diamante.png");
background-position: top;
height: 32px
}

View File

@ -14,22 +14,10 @@ h2 > img{
vertical-align: middle;
}
header{
background-image: url("/public/images/argentum/map_assets/eldelnexodehao.png");
height: 160px;
margin-top: 0px;
}
.ao_char_sprite{
width: 30px;
}
.header-wall{
background-image: url("/public//images/argentum/map_assets/diamante.png");
background-position: bottom;
height: 50px
}
.site-content{
position: absolute;
top: 0;

View File

@ -2,11 +2,32 @@
<br>
<a href="/argentum/buda"><img class="buda" src="/public/images/argentum/map_assets/buda.png"></a>
<center>
<a class="top-sprite" id="kiki_header" href="/home">
<img class="ao_char_sprite" alt="Kiki Argentum" src="/public/images/header_girls/argentum/kiki.png"><br>
</a>
<span class="blue">Kiki</span><br>
<span class="blue">< HOME ></span>
<table align="center">
<tbody align="center">
<tr align="center">
<td valign="bottom" align="center">
<a class="top-sprite" id="punie_header" href="/home">
<img class="ao_char_sprite" alt="Kiki Argentum" src="/public/images/header_girls/argentum/punie.png"><br>
</a>
<div class="nombre_y_clan">
<span class="red">Punie</span><br>
<span class="red">< HOME ></span>
</div>
</td>
<td valign="bottom" align="center">
<a class="top-sprite" id="kiki_header" href="/kiki">
<img class="ao_char_sprite" alt="Kiki Argentum" src="/public/images/header_girls/argentum/kiki.png"><br>
</a>
<div class="nombre_y_clan">
<span class="blue">Kiki</span><br>
<span class="blue">< Kiki Nation ></span>
</div>
</td>
</tr>
</tbody>
</table>
</center>
<div class="bg bg-wall header-wall"></div>
</header>