]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - html/html/include/content.css
Kleinere fixes an der Backup Routine
[people/pmueller/ipfire-2.x.git] / html / html / include / content.css
1 table.list {
2 width: 100%;
3 margin: 0;
4 margin-top: 5px;
5 border: 1px solid #ccc;
6 padding: 10px;
7 }
8
9 table tr.header {
10 background-image: url(../images/table-header.gif);
11 background-repeat: no-repeat;
12 background-color: #e6e6e6;
13 }
14
15 table.list tr.header td {
16 font-size: 10px;
17 padding: 4px;
18 margin: 0;
19 font-weight: bold;
20 border-bottom: 1px solid #ccc;
21 }
22
23 table.list tr.odd {
24 background: #fff;
25 padding: 0;
26 margin: 0;
27 }
28
29 table.list tr.even {
30 background: #eeeced;
31 padding: 4px;
32 margin: 0;
33 }
34
35 table.list tr td {
36 padding: 4px;
37 margin: 0;
38 }
39
40 #page-content a {
41 text-decoration: underling;
42 color: #3F5368;
43 }
44
45 #page-content a:hover {
46 text-decoration: underline;
47 color: #000000;
48 }