-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreport.css
80 lines (70 loc) · 1.17 KB
/
report.css
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
body {
background:white;
font-family:Verdana,Arial,Helvetica,Sans-Serif;
font-size:12px;
padding:10px;
}
ul.tree,
ul.tree ul {
list-style:none;
margin:0;
padding:0;
}
ul.tree ul {
margin-left:8px;
position:relative;
}
ul.tree ul:before {
content:"";
display:block;
width:0;
position:absolute;
top:0;
bottom:0;
left:0;
border-left:1px solid;
}
ul.tree li {
margin:0;
padding:0 10px;
font-size:12px;
line-height:18px;
color:#369;
font-weight:bold;
position:relative;
}
ul.tree ul li:before {
content:"";
display:block;
width:12px;
height:0;
border-top:1px solid;
position:absolute;
top:8px;
left:0;
}
ul.tree ul li:last-child:before {
background:white;
height:auto;
bottom:0;
}
li a {
text-decoration: none;
display: block;
}
li.treehide ul { display: none; }
li.treeshow ul { display: block; }
div.pic {
background:url(document.png) 0 0 no-repeat;
padding-left: 17px;
text-decoration:none;
display:block;
float:left;
white-space:nowrap;
}
div.ref {
# border:1px solid;
text-decoration:none;
display:block;
white-space:nowrap;
}