1 <?php |
1 <?php |
2 // +--------------------------------------------------------------------+ |
|
3 // | PowerAdmin | |
|
4 // +--------------------------------------------------------------------+ |
|
5 // | Copyright (c) 1997-2002 The PowerAdmin Team | |
|
6 // +--------------------------------------------------------------------+ |
|
7 // | This source file is subject to the license carried by the overal | |
|
8 // | program PowerAdmin as found on http://poweradmin.sf.net | |
|
9 // | The PowerAdmin program falls under the QPL License: | |
|
10 // | http://www.trolltech.com/developer/licensing/qpl.html | |
|
11 // +--------------------------------------------------------------------+ |
|
12 // | Authors: Roeland Nieuwenhuis <trancer <AT> trancer <DOT> nl> | |
|
13 // | Sjeemz <sjeemz <AT> sjeemz <DOT> nl> | |
|
14 // +--------------------------------------------------------------------+ |
|
15 |
2 |
16 // |
3 /* PowerAdmin, a friendly web-based admin tool for PowerDNS. |
17 // $Id: style.css.php,v 1.4 2003/01/12 20:20:24 azurazu Exp $ |
4 * See <https://rejo.zenger.nl/poweradmin> for more details. |
18 // |
5 * |
|
6 * Copyright 2007, 2008 Rejo Zenger <rejo@zenger.nl> |
|
7 * |
|
8 * This program is free software: you can redistribute it and/or modify |
|
9 * it under the terms of the GNU General Public License as published by |
|
10 * the Free Software Foundation, either version 3 of the License, or |
|
11 * (at your option) any later version. |
|
12 * |
|
13 * This program is distributed in the hope that it will be useful, |
|
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
|
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
|
16 * GNU General Public License for more details. |
|
17 * |
|
18 * You should have received a copy of the GNU General Public License |
|
19 * along with this program. If not, see <http://www.gnu.org/licenses/>. |
|
20 */ |
19 |
21 |
20 include_once("../inc/config.inc.php"); |
22 include_once("../inc/config.inc.php"); |
21 $bgcolor = "#FCC229"; //Original style |
23 $bgcolor = "#FCC229"; //Original style |
22 //$bgcolor = "#B5C6D2"; //Greenish style |
|
23 ?> |
24 ?> |
24 |
25 |
25 |
26 |
26 A:link { color: #000000} |
27 A:link { color: #000000} |
27 A:visited { color: #000000} |
28 A:visited { color: #000000} |