←  OFF Topic

AMXX.pl: Support AMX Mod X i SourceMod

»

Zmiana koloru czcionki + przesuniecie

Zablokowany

  • +
  • -
marcel - zdjęcie marcel 18.11.2009

http://www.amxbans.a...pl/ban_list.php

Gdzie zmienic kolor tej pomaranczowej czcionki ? I jak przeniesc z lewej strony na prawa Główna | Lista banów | (menu)
Odpowiedz

  • +
  • -
DaddyKuba - zdjęcie DaddyKuba 18.11.2009

Pokaż index oraz main_header
Odpowiedz

  • +
  • -
marcel - zdjęcie marcel 18.11.2009

index:
<?php 

/*
 *
 *  AMXBans, managing bans for Half-Life modifications
 *  Copyright (C) 2003, 2004  Ronald Renes / Jeroen de Rover
 *
 *	web		: [url=http://www.xs4all.nl/~yomama/amxbans/]AMXBans v4.0 readme[/url]
 *	mail	: [email protected]
 *	ICQ		: 104115504
 *   
 *	This file is part of AMXBans.
 *
 *  AMXBans is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation; either version 2 of the License, or
 *  (at your option) any later version.
 *
 *  AMXBans is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with AMXBans; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 */

header( "Location:ban_list.php" ); ?>

main_header:
{php}
CheckFrontEndState();

if(isset($_COOKIE["amxbans"])) {
	ReadSessionFromCookie();
}
{/php}

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>AMXBans - {$title}</title>

<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-2" />
<meta name="Keywords" content="" />
<meta name="Description" content="" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="cache-control" content="no-cache" />
<link rel="stylesheet" type="text/css" href="{$dir}/include/amxbans.css" />
<script type="text/javascript" language="JavaScript" src="{$dir}/layer.js"></script>
</head>

<body>




<div id="log">
 <div style="margin-left: 2px">[url="{$dir}"]{"_HOME"|lang}[/url] | [url="{$dir}/ban_list.php"]{"_BANLIST"|lang}[/url] | 
 {if ($display_search == "enabled" || $smarty.session.bans_add == "yes")}[url="{$dir}/ban_search.php"]{"_SEARCH"|lang}[/url]{/if}
 
 {if ($smarty.session.bans_add == "yes")}
  | [url="{$dir}/admin/add_ban.php"]{"_ADDBAN"|lang}[/url] | 
 [url="{$dir}/admin/add_live_ban.php"]{"_ADDLIVEBAN"|lang}[/url]
 {/if}

{if ($smarty.session.bans_import == "yes")} | [url="{$dir}/admin/import_bans.php"]{"_IMPORT"|lang}[/url]{/if}
{if ($smarty.session.bans_export == "yes")} | [url="{$dir}/export_bans.php"]{"_EXPORT"|lang}[/url]{/if}
{if ($smarty.session.prune_db == "yes")} | [url="{$dir}/admin/prune_db.php"]{"_PRUNEDB"|lang}[/url]{/if}
{if ($smarty.session.amxadmins_edit == "yes" || $smarty.session.webadmins_edit == "yes" || $smarty.session.permissions_edit == "yes")} | [url="{$dir}/admin/admins_levels.php"]{"_ADMINSLEVELS"|lang}[/url]{/if}
{if ($smarty.session.amxadmins_edit == "yes" && $smarty.session.permissions_edit == "yes")} | [url="{$dir}/admin/server_admins.php"]{"_SERVERADMINS"|lang}[/url]{/if}
 
{if ($smarty.session.servers_edit == "yes")} | [url="{$dir}/admin/servers.php"]{"_SERVERS"|lang}[/url]{/if}

{if ($smarty.session.bans_add == "yes" && $smarty.session.bans_import == "yes" && $smarty.session.bans_export == "yes" && $smarty.session.webadmins_edit == "yes" && $smarty.session.prune_db == "yes" && $smarty.session.amxadmins_edit == "yes" && $smarty.session.permissions_edit == "yes")} | [url="{$dir}/admin/cfg.php"]{"_CONFIG"|lang}[/url]
  | [url="{$dir}/admin/log_search.php"]{"_ACCESSLOG"|lang}[/url]{/if}
</div>
  </div>

<table border='0' cellpadding='0' cellspacing='0' width='100%'>
  <tr>
    <td width='100%' valign='top' style='padding: 20px'>
    <table border='0' cellpadding='0' cellspacing='0' width='100%'>
      
	<tr>
		<td> </td>
	</tr>
	  
      <tr>
        <td>

        <table cellspacing='1' width='100%'>
		
		<tr>
	

			
		</tr>
		
	</table>
Odpowiedz

Gość__* 19.11.2009

Pokaż index oraz main_header

Chyba nie ;) Znajdź plik style.css ( końcówka *.css ). Za kolor czcionki odpowiada color: wartość; Co do przesunięcia, musisz usunąć lub przekopiować div'a na górę i ustawić wszystko w stylu ;)
Odpowiedz

  • +
  • -
mgr inż. Pavulon - zdjęcie mgr inż. Pavulon 19.11.2009

Copyright by Arena-Brzozow.pl | Wszystkich banów:
zamiast:
AMXBans 5.1 Reloaded | Total bans: 
by SeToY & |PJ|ShOrTy with credits to YoMama/LuX & lantz69

Tak tak, pomagajcie...
Odpowiedz

Gość__* 19.11.2009

Pavulon, nie znasz się ... Przecież on to sam napisał? hello ^^
Odpowiedz

  • +
  • -
Wujek - zdjęcie Wujek 19.11.2009

Warunkiem otrzymania pomocą jest zostawienie stopki.
Takie są warunki licencji amxbans
Odpowiedz

  • +
  • -
marcel - zdjęcie marcel 19.11.2009

Ok, wieczorkiem podmienie ;)
Odpowiedz
Zablokowany