Ir para conteúdo
  • 0

Alguem altera meu top-level igual a este? '-'


Gadreel

Pergunta

Tipo o meu tá cm os nome verde é tals o (PADRÃO)


Queria que alguém que manja-se dos paranaue deixa-se nesse style pra mim se não for pedir muito '-'



140411034142301772.png



MEU SCRIPT TÁ ASSIM \/



<div id="Themeboxes">
<?php
$skills = $SQL->query('SELECT * FROM players WHERE deleted = 0 AND group_id < '.$config['site']['players_group_id_block'].' AND account_id != 1 ORDER BY level DESC LIMIT 5');
?>
<style type="text/css" media="all">
.Toplevelbox {
top: -4px;
position: relative;
margin-bottom: 10px;
width: 180px;
height: 200px;
}
.top_level {
position: absolute;
top: 29px;
left: 6px;
height: 160px;
width: 168px;
z-index: 20;
text-align: center;
padding-top: 6px;
font-family: Tahoma, Geneva, sans-serif;
font-size: 9.2pt;
color: black;
font-weight: bold;
text-align: right;
text-decoration: inherit;
text-shadow: 0.1em 0.1em #333
}

#Topbar a {
text-decoration: none;
cursor: auto;
}
a.topfont {
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
color: #00FF00;
text-decoration: none
}
a:hover.topfont {
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
color: #F0F8FF;
text-decoration:none
}
</style>

<div id="Topbar" class="Toplevelbox" style="background-image:url(<?PHP echo $layout_name; ?>/images/top_level.png);">
<div class="top_level" style="background:url(<?PHP echo $layout_name; ?>/images/bg_top.png)" align=" ">
<?php
$a = 1;
foreach($skills as $skill) {
echo '<div align="left"><a href="?subtopic=characters&name='.$skill['name'].'" class="topfont">
<font color="#CCC">    '.$a.' - </font>'.$skill['name'].'
<br>
<small><font color="white">      Level: ('.$skill['level'].')</font></small>
<br>
</a>
</div>';
$a++;
}
?>
<div class="Bottom" style="background-image:url(<?PHP echo $layout_name; ?>/images/general/box-bottom.gif); top: 159px;; left:-5px;">
</div>
</div>
</div>

Link para o comentário
Compartilhar em outros sites

Posts Recomendados

  • 0

Acho que é assim..

Só lembrando que eu não manjo dos paranaue de css.

a.topfont {
font-family: Tahoma, Arial, Helvetica;
font-size: 11px;
color: #00FF00;
text-decoration: none

 

Onde está em verde, ali você altera a cor..

 

abraços.

Link para o comentário
Compartilhar em outros sites

  • 0

 

Qual site do servidor que eu vi esse top list?

 

Sim, eu tenho um mas não é igual esse, as fontes são maiores, aparece o top 7, e não o 5, em verde se está online, vermelho se está Offline.. mas não é igual esse em nenhum aspecto praticamente

Link para o comentário
Compartilhar em outros sites

  • 0

 

Sim, eu tenho um mas não é igual esse, as fontes são maiores, aparece o top 7, e não o 5, em verde se está online, vermelho se está Offline.. mas não é igual esse em nenhum aspecto praticamente

tá aqui o site que eu vi da foto ..

http://belezoka.servegame.com/?subtopic=latestnews

Editado por Gadreel
Link para o comentário
Compartilhar em outros sites

  • 0

 

Acho que é assim..

Só lembrando que eu não manjo dos paranaue de css.

 

Onde está em verde, ali você altera a cor..

 

abraços.

 

 

Já tentei alterar as cor mais não deu em nada!

Link para o comentário
Compartilhar em outros sites

  • 0

Tá ae gente fina, ve se funciona

<div id="Themeboxes">
<style type="text/css" media="all">
  .Toplevelbox {
    top: -4px;
    position: relative;
    margin-bottom: 10px;
    width: 180px;
    height: 200px;
  }
  .top_level {
    position: absolute;
    top: 29px;
    left: 6px;
    height: 160px;
    width: 168px;
    z-index: 20;
    text-align: center;
    padding-top: 6px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 9.2pt;
    color: black;
    font-weight: bold;
    text-align: right;
    text-decoration: inherit;
    text-shadow: 0.1em 0.1em #333
  }

  #Topbar a {
  text-decoration: none;
  cursor: auto;
  }
  a.topfont {
    font-family: Tahoma, Arial, Helvetica; 
    font-size: 11px; 
        color: #00FF00;
    text-decoration: none
  }
  a:hover.topfont {
    font-family: Tahoma, Arial, Helvetica; 
    font-size: 11px; 
    color: #F0F8FF; 
    text-decoration:none
  }
</style>

<div id="Topbar" class="Toplevelbox" style="background-image:url(<?PHP echo $layout_name; ?>/images/top_level.png);">
  <div class="top_level" style="background:url(<?PHP echo $layout_name; ?>/images/bg_top.png)" align="	">
    <?php 
    $a = 1;
    foreach($skills as $skill) {
      echo '<div align="left"><a href="?subtopic=characters&name='.$skill['name'].'" class="topfont">
        <font color="#000000">    '.$a.' - </font><font color="#FFFFFF">'.$skill['name'].'</font>
        <br>
        <small><font color="white">      Level: ('.$skill['level'].')</font></small>
        <br>
      </a>
      </div>';
      $a++;
    }
    ?>
    <div class="Bottom" style="background-image:url(<?PHP echo $layout_name; ?>/images/general/box-bottom.gif); top: 159px;; left:-5px;">
    </div>
  </div>
</div>
Link para o comentário
Compartilhar em outros sites

  • 0

 

Tá ae gente fina, ve se funciona

<div id="Themeboxes">
<style type="text/css" media="all">
  .Toplevelbox {
    top: -4px;
    position: relative;
    margin-bottom: 10px;
    width: 180px;
    height: 200px;
  }
  .top_level {
    position: absolute;
    top: 29px;
    left: 6px;
    height: 160px;
    width: 168px;
    z-index: 20;
    text-align: center;
    padding-top: 6px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 9.2pt;
    color: black;
    font-weight: bold;
    text-align: right;
    text-decoration: inherit;
    text-shadow: 0.1em 0.1em #333
  }

  #Topbar a {
  text-decoration: none;
  cursor: auto;
  }
  a.topfont {
    font-family: Tahoma, Arial, Helvetica; 
    font-size: 11px; 
        color: #00FF00;
    text-decoration: none
  }
  a:hover.topfont {
    font-family: Tahoma, Arial, Helvetica; 
    font-size: 11px; 
    color: #F0F8FF; 
    text-decoration:none
  }
</style>

<div id="Topbar" class="Toplevelbox" style="background-image:url(<?PHP echo $layout_name; ?>/images/top_level.png);">
  <div class="top_level" style="background:url(<?PHP echo $layout_name; ?>/images/bg_top.png)" align="	">
    <?php 
    $a = 1;
    foreach($skills as $skill) {
      echo '<div align="left"><a href="?subtopic=characters&name='.$skill['name'].'" class="topfont">
        <font color="#000000">    '.$a.' - </font><font color="#FFFFFF">'.$skill['name'].'</font>
        <br>
        <small><font color="white">      Level: ('.$skill['level'].')</font></small>
        <br>
      </a>
      </div>';
      $a++;
    }
    ?>
    <div class="Bottom" style="background-image:url(<?PHP echo $layout_name; ?>/images/general/box-bottom.gif); top: 159px;; left:-5px;">
    </div>
  </div>
</div>

 

Rapaz aconteceu esse error aqui olhar

Warning: Invalid argument supplied for foreach() inC:\xampp\htdocs\layouts\tibiacom\layout.php on line 62

Né pra fica verde não brother queria que fica-se com as letrinhas é os bang preto com branco que nem na foto!

Editado por Gadreel
Link para o comentário
Compartilhar em outros sites

  • 0

 

Rapaz aconteceu esse error aqui olhar

Warning: Invalid argument supplied for foreach() inC:\xampp\htdocs\layouts\tibiacom\layout.php on line 62

Né pra fica verde não brother queria que fica-se com as letrinhas é os bang preto com branco que nem na foto!

 

faltou um </div> pelo que eu contei..

Link para o comentário
Compartilhar em outros sites

  • 0

Código arrumado

<div id="Themeboxes">
<?php
$skills = $SQL->query('SELECT * FROM players WHERE deleted = 0 AND group_id < '.$config['site']['players_group_id_block'].' AND account_id != 1 ORDER BY level DESC LIMIT 5');
?>
<style type="text/css" media="all">
  .Toplevelbox {
    top: -4px;
    position: relative;
    margin-bottom: 10px;
    width: 180px;
    height: 200px;
  }
  .top_level {
    position: absolute;
    top: 29px;
    left: 6px;
    height: 160px;
    width: 168px;
    z-index: 20;
    text-align: center;
    padding-top: 6px;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 9.2pt;
    color: black;
    font-weight: bold;
    text-align: right;
    text-decoration: inherit;
    text-shadow: 0.1em 0.1em #333
  }
 
  #Topbar a {
  text-decoration: none;
  cursor: auto;
  }
  a.topfont {
    font-family: Tahoma, Arial, Helvetica; 
    font-size: 11px; 
        color: #00FF00;
    text-decoration: none
  }
  a:hover.topfont {
    font-family: Tahoma, Arial, Helvetica; 
    font-size: 11px; 
    color: #F0F8FF; 
    text-decoration:none
  }
</style>
 
<div id="Topbar" class="Toplevelbox" style="background-image:url(<?PHP echo $layout_name; ?>/images/top_level.png);">
  <div class="top_level" style="background:url(<?PHP echo $layout_name; ?>/images/bg_top.png)" align="	">
    <?php 
    $a = 1;
    foreach($skills as $skill) {
      echo '<div align="left"><a href="?subtopic=characters&name='.$skill['name'].'" class="topfont">
        <font color="#000000">    '.$a.' - </font><font color="#FFFFFF">'.$skill['name'].'</font>
        <br>
        <small><font color="white">      Level: ('.$skill['level'].')</font></small>
        <br>
      </a>
      </div>';
      $a++;
    }
    ?>
    <div class="Bottom" style="background-image:url(<?PHP echo $layout_name; ?>/images/general/box-bottom.gif); top: 159px;; left:-5px;">
    </div>
  </div>
</div>
Link para o comentário
Compartilhar em outros sites

×
×
  • Criar Novo...