Darathor
Citation :
Site(s) concerné(s) : travian.fr (et éventuellement tout autre site Travian du moment que le code html n'est pas changé).
But : Afficher la liste de villages sur plusieurs colonnes au lieu d'une lorsque l'ont est en haute résolution.
Auteur : Darathor (darathor@free.fr)
Version : 1.0 (21/04/2007)
Compatibilité navigateurs : Firefox 1.5 et 2.
Code :
@-moz-document domain(travian.fr)
{
body > div#ba table.f10
{
display: block;
}
body > div#ba table.f10 > tbody > tr
{
display: block;
float: left;
width: 270px;
}
body > div#ba table.f10 > tbody > tr > td
{
width: 80px;
}
body > div#ba table.f10 > tbody > tr > td:first-child
{
width: 190px;
}
}