vue Petit soucis dans la page galaxy
Kommunauty
Connexion
Inscription

Petit soucis dans la page galaxy


kikikc Messages : 70

Bonjour,

J'ai un petit soucis dans la page galaxy, voila j'ai crée une alliance et lorsque je vais dans la page galaxie dans la colonne alliance et bien il y a un cadre vide:

Comment résoudre se problème?

Si il faut que j'upload des fichier dite le moi.

Bonne journée

dimanche 3 avril 2011

SiMax Messages : 7572

Salut !

Tu as bien vérifié dans la base de données que l'alliance a bien été créée et que tu es bien dedans ?

dimanche 3 avril 2011

kikikc Messages : 70

Oui, de plus l'alliance est bien crée car je peut aller dans les parametre de celle-ci (avec inviter membre,...)

dimanche 3 avril 2011

NicoBelo Messages : 434

Est-ce que tu as actualisé les points ? Ca met tout à jour il me semble.

dimanche 3 avril 2011

kikikc Messages : 70

Cela na rien changé!

dimanche 3 avril 2011

Mizur Messages : 6615

Faudrait retrouver le bout de code qui dit d'afficher le nom de l'alliance a cet endroit...! Tu as utilisé un script pour trafiquer l'affichage de base non?

dimanche 3 avril 2011

kikikc Messages : 70

Oui, j'en ai utilisé un qui permettait d'arrondir les cadre

voila le tuto que j'ai suivi http://www.aidexnova.fr/showthread.php?tid=437

dimanche 3 avril 2011

Mizur Messages : 6615

Je ne suis pas inscris sur ces forums, je n'y ai pas accès

Regarde si dans ce code ça ne change pas quelque chose au niveau du contenu du cadre...!

dimanche 3 avril 2011

kikikc Messages : 70

A effectivement donc voila ce que contient mon fichier formates.css qui se trouve dans skin/xnova

/*  
   _    _       _
  /^  | | ___ |  | |
/    | |/ _ |  | |  
/ /^ | | |_|   |  |
/   /_/___/_| _|
---------SKIN---------

*/

/* Cadres arrondis */
content tr, content td, th, td, tr, input, textarea, table{  -moz-border-radius:10px;   }

/* Rajout de : lorsqu'on survole un lien dans le menu */
leftmenu div div a:hover:before { content:":"; }
leftmenu div div a:hover:after  { content:":"; }

/* Couleur des ressources */
td.l a + br + br + b,
td.l a + br + br + a + b,
td.l a + br + br + b + b,
td.l a + br + br + b + b + b,
td.l a + br + br + b + a + b,
td.l a + br + br + a + a + b,
td.l a + br + br + b + b + b + b {

}

., #, td, th, textarea, body, table
{
  font-family          : Tahoma,sans-serif;
  font-size            : 1em;
}

img
{
  border               : 0px;
}

p table
{
  border               : 0px;
}

p td
{
  text-align           : center;
  font-size            : 60%;
  font-family          : Tahoma,sans-serif;
}

table table
{
  border               : 0px;
}

table table td
{
  font-size            : 60%;
  font-family          : Tahoma,sans-serif;
}

body
{
  color                : #FFFFFF;
  margin-top           : 1px;
  margin-left          : 1px;
  background-color     : #040e1e;
  background-image     : url(img/background2.jpg);
  background-attachment: fixed;
  background-repeat    : no-repeat;
  background-position  : top left;
  scrollbar-arrow-color: #FFFFFF;
  scrollbar-base-color: #344566;
  scrollbar-track-color: #344566;
  scrollbar-face-color: #344566;
  scrollbar-highlight-color: #344566;
  scrollbar-3dlight-color: #465673;
  scrollbar-darkshadow-color: #344566;
  scrollbar-shadow-color: #465673;
  font-size            : 60%;
  font-family          : Tahoma,sans-serif;
}

body.style{
  background-image     : url(img/background1.jpg);
}

body.style table {
  margin               : 0px;
}

body form table th table input
{
  width: 60px;
}

th, td.a, td.b, td.c, td.f, td.g, td.h, td.i,
td.j, td.k, td.l, td.m, td.n, td.o, td.q, td.r,
td.v, .style td, p td, table.s th img
{
  border               : 1px #545454 solid;
  font-size            : 60%;
  font-family          : Tahoma,sans-serif;
}

input, select, textarea
{
  border               : 1px #545454 solid;
  font-size            : 100%;
  font-family          : Tahoma,sans-serif;
}

th, td.a, td.b, td.c, td.f, input, select, td.g,
td.h, td.i, td.j, td.k, td.m, td.o, td.q, td.r,
td.v, td.s, .style td, p td
{
  background-color     : #000000;
  filter               : alpha(opacity=70);
  -moz-opacity         : 0.7;
  -khtml-opacity       : 0.7;
  opacity              : 0.7;
}

th
{
  text-align           : center;
  padding-left         : 3px;
  padding-right        : 3px;
}

td.a
{
  height               : 39px;
  text-align           : center;
}

td.b
{
  padding              : 3px;
}

td.c
{
  font-weight          : bold;
  color                : #FFFFFF;
  padding-left         : 3px;
  background-image     : url(img/bg1.gif);
  filter               : alpha(opacity=70);
  -moz-opacity         : 0.7;
  -khtml-opacity       : 0.7;
  opacity              : 0.7;
}

td.f, input, select, textarea
{
  color                : #FFFFFF;
  background-color     : #1c1c1c;
  filter               : alpha(opacity=70);
  -moz-opacity         : 0.7;
  -khtml-opacity       : 0.7;
  opacity              : 0.7;
}

textarea
{
  width                : 100%;
}

td.k input
{
  text-align           : left;
}

td.g
{
  font-weight          : bold;
  text-align           : right;
  color                : #FFFFFF;
}

td.h
{
  text-align           : center;
  color                : #FFFFFF;
}

td.i
{
  text-align           : center;
  color                : #FFFFFF;
}

td.j
{
  text-align           : center;
  color                : #FFFFFF;
}

td.k, td.k input
{
  text-align           : center;
  color                : #FFFFFF;
}

td.l
{
  background-color     : #000000;
  color                : #FFFFFF;
  vertical-align       : top;
  padding              : 3px;
  filter               : alpha(opacity=70);
  -moz-opacity         : 0.7;
  -khtml-opacity       : 0.7;
  opacity              : 0.7;
}

td.m
{
  font-weight          : bold;
  text-align           : right;
  width                : 86px;
  color                : #FFFFFF;
}

td.n
{
  font-weight          : bold;
  text-align           : right;
  width                : 89px;
  text-align           : center;
  color                : #FFFFFF;
}

td.o
{
  text-align           : center;
  color                : #FFFFFF;
}

td.q
{
  font-weight          : bold;
  font-size            : 60%;
  font-family          : Tahoma,sans-serif;
  text-align           : center;
  vertical-align       : middle;
  color                : #FFFFFF;
}

td.r
{
  text-align           : right;
  color                : #FFFFFF;
}

td.v
{
  font-weight          : bold;
  text-align           : right;
  color                : #f7f7f7;
}

td.s
{
  color                : #FFFFFF;
}

table.s th
{
  border               : 0px;
}

table.s th img
{
  width                : 89px;
  height               : 89px;
}

div.z
{
  font-weight          : bold;
  color                : #FFFFFF;
}

a
{
  color                : #FFFFFF;
  text-decoration      : none;
  font-weight          : bold;
}

a.s
{
  color                : #FFFFFF;
}

a.t
{
  color                : #FFFFFF;
}

a:hover
{
  color                : #CDD7F8;
  text-decoration      : underline;
}

.style td
{
  color                : #FFFFFF;
  border-top           : 0px;
  font-size            : 60%;
  font-family          : Tahoma,sans-serif;
}

.style div a
{
  padding-left         : 7px;
  height               : 100%;
  width                : 100%;
  font-size            : 100%;
  font-family          : Tahoma,sans-serif;
}

.style div a:link
{
  height               : 100%;
  width                : 100%;
  font-size            : 100%;
  font-family          : Tahoma,sans-serif;
}

.style div a:visited
{
  height               : 100%;
  width                : 100%;
  font-size            : 100%;
  font-family          : Tahoma,sans-serif;
}

.style div a:hover
{
  background-image     : url(img/link.gif);
  background-repeat    : no-repeat;
  background-position  : left;
  height               : 100%;
  width                : 108px;
  text-decoration      : none;
  font-size            : 100%;
  font-family          : Tahoma,sans-serif;
}

.style
{
  margin-top           : 10px;
}

h1
{
  font-size            : 60%;
  font-family          : Tahoma,sans-serif;
  border-bottom        : 0px #344566; solid;
  width                : 98%;
  text-align           : center;
}
dimanche 3 avril 2011

Mizur Messages : 6615

Ah merde, c'est que du style, ça change pas le contenu normalement

Bon alors, sur ta page qui gere le contenu des cases de ce tableau (la planete, le nom, l'alliance, etc...), si tu la trouves, dedans il y a bien ce qu'il faut pour les cases sur les alliances...?

dimanche 3 avril 2011

Page suivante »