Changeset 52
- Timestamp:
- Aug 20, 2007, 5:40:58 PM (17 years ago)
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
css/style.css
r28 r52 59 59 font-size: 16px; 60 60 } 61 .Paticka62 {63 font-size: small;64 color: #c4c4c4;65 }66 61 .Nadpis 67 62 { … … 96 91 color: #A0A0ff; 97 92 } 98 .bAdmini{ 93 .bAdmini 94 { 99 95 font-size: 20px; 100 96 color:#ff9933; 101 97 } 102 .DivPaticka{ 98 .DivPaticka 99 { 103 100 border-style: solid; 104 border-top-color: #c4c4c4;105 border-width: 00 0 0;101 border-top-color: gray; 102 border-width: 1 0 0 0; 106 103 margin-top: 1px; 107 104 padding-top: 1px; 105 text-align: center; 106 font-size: 14px; 107 color: white; 108 108 } 109 109 .SpanAktuality -
global.php
r49 r52 115 115 foreach($Menu as $Index => $MenuItem) 116 116 { 117 $Result .= '<a href="'.$Config['Web']['BaseURL'].$MenuItem[0].'" onMouseOver="swtch("'.($Index*2+2).'","'.$MenuItem[2].'")" onMouseOut="swtch("'.($Index*2+1).'","'.$MenuItem[2].'")"><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("'.($Index*2+2).'","'.$MenuItem[2].'")" onMouseOut="swtch("'.($Index*2+1).'","'.$MenuItem[2].'")"><IMG SRC="'.$Config['Web']['BaseURL'].'images/'.$MenuItem[2].'.jpg" name="'.$MenuItem[2].'" alt="'.$MenuItem[1].'" border="0"></A><br>'; 118 118 } 119 119 return($Result); … … 170 170 <td colspan="2"> 171 171 <DIV class="DivPaticka"> 172 <I class="Paticka">173 172 <A href="administrace/" class="Paticka">#</A> 174 173 | Správce serveru: '.$Config['Web']['Admin'].' | Email: '.$Config['Web']['AdminEmail'].' | Poèet pøístupù: <A HREF="http://counter.cnw.cz/" TARGET=_parent> … … 180 179 </SCRIPT> 181 180 | Provozováno na <a href="http://game-server.zdechov.net/">game-server.zdechov.net</a> | 182 </I> 183 181 184 182 </DIV> 185 183 </td>
Note:
See TracChangeset
for help on using the changeset viewer.