Changeset 52


Ignore:
Timestamp:
Aug 20, 2007, 5:40:58 PM (17 years ago)
Author:
george
Message:

Oprava chybného zobrazování tlačítek hlavního panelu.
Změna stylu dolního informačního proužku serveru.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • css/style.css

    r28 r52  
    5959  font-size: 16px;
    6060}
    61 .Paticka
    62 {
    63    font-size: small;
    64    color: #c4c4c4;
    65 }
    6661.Nadpis
    6762{
     
    9691  color: #A0A0ff;
    9792}
    98 .bAdmini{
     93.bAdmini
     94{
    9995  font-size: 20px;
    10096  color:#ff9933;
    10197}
    102 .DivPaticka{
     98.DivPaticka
     99{
    103100  border-style: solid;
    104   border-top-color: #c4c4c4;
    105   border-width: 0 0 0 0;
     101  border-top-color: gray;
     102  border-width: 1 0 0 0;
    106103  margin-top: 1px;
    107104  padding-top: 1px;
     105  text-align: center;
     106  font-size: 14px;
     107  color: white;
    108108}
    109109.SpanAktuality
  • global.php

    r49 r52  
    115115  foreach($Menu as $Index => $MenuItem)
    116116  {
    117     $Result .= '<a href="'.$Config['Web']['BaseURL'].$MenuItem[0].'" onMouseOver="swtch(&quot;'.($Index*2+2).'&quot;,&quot;'.$MenuItem[2].'&quot;)" onMouseOut="swtch(&quot;'.($Index*2+1).'&quot;,&quot;'.$MenuItem[2].'&quot;)"><IMG SRC="'.$Config['Web']['BaseURL'].'images/'.$MenuItem[2].'.jpg" name="'.$MenuItem[2].'" alt="'.$MenuItem[1].'" border="0"></A>';
     117    $Result .= '<a href="'.$Config['Web']['BaseURL'].$MenuItem[0].'" onMouseOver="swtch(&quot;'.($Index*2+2).'&quot;,&quot;'.$MenuItem[2].'&quot;)" onMouseOut="swtch(&quot;'.($Index*2+1).'&quot;,&quot;'.$MenuItem[2].'&quot;)"><IMG SRC="'.$Config['Web']['BaseURL'].'images/'.$MenuItem[2].'.jpg" name="'.$MenuItem[2].'" alt="'.$MenuItem[1].'" border="0"></A><br>';
    118118  }
    119119  return($Result);
     
    170170    <td colspan="2">
    171171      <DIV class="DivPaticka">
    172        <I class="Paticka">
    173172   <A href="administrace/" class="Paticka">#</A>
    174173      | Správce serveru: '.$Config['Web']['Admin'].' | Email: '.$Config['Web']['AdminEmail'].' | Poèet pøístupù: <A HREF="http://counter.cnw.cz/" TARGET=_parent>
     
    180179      </SCRIPT>
    181180      | Provozováno na <a href="http://game-server.zdechov.net/">game-server.zdechov.net</a> |
    182       </I> 
    183  
     181
    184182      </DIV>
    185183    </td>
Note: See TracChangeset for help on using the changeset viewer.