Upstream tarball 10153
[amule.git] / src / utils / amps / style.css
blob3e8ce940545bb3b55f0d6e22c9a20a521fc64196
1 /**
2 * AMPS - AMule PHP Statistics
3 * Written by überpenguin, AMPS is an adaptation of BigBob's aStats
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License
7 * as published by the Free Software Foundation; either version 2
8 * of the License, or (at your option) any later version.
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
20 /* Be VERY careful with this one... I'm providing it because I'm a nice guy */
22 body.thebody
26 /* High level table */
28 table.toplevel
30 width: 50%;
33 /* Top table for each section box */
35 table.sec
37 width: 100%;
38 background-color: #486591;
41 /* Lowest level table where the data is arranged */
43 table.organize
45 width: 100%;
48 /* Area where the title of each section lives */
50 tr.secheader
52 background-color: #486591;
55 /* Area where the data table is placed in each section */
57 tr.secbody
59 background-color: #e6e6e6;
63 /* Area where the title of each section lives */
65 td.secheader
67 color: #fefefe;
68 text-align: center;
71 /* Area where the data table is placed in each section */
73 td.secbody
75 color: #00000;
78 /* Place where the statistics are put */
80 td.organize
82 border-style: none;
83 border-width: thin;
84 background-color: #fefefe;