/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
    .header {
    }
    .header a {
	padding: 5px;
	margin-bottom: 2px;
	color: #000055;
	background: #F0F0F0;
	font-weight: bold;
	border: 1px solid #C0C0C0;
	text-decoration: none;
    }
    .header a:hover {
	border: 1px #007000 solid; 
	background: #FDD;
    }
    
    .error {
	color: red;
	font-weight: bold;
    }
    
    .group {
	background: grey;
    }

    .source {
	background: #FFEFD5;
	margin: 3px;
    }
    
    .list {
	background: #FF855B;
    }
    
    .logtable td, .logtable th {
	border: 1px solid black;
    }
    
    .logtable th {
	background: gray;
    }

    .logtable a:not(:hover) {
	text-decoration: none;
	color: black;
    }
    
    .loginfo th {
	padding-right: 25px;
    }