summary refs log tree commit diff
path: root/lib/test-driver/logfile.css
blob: a54d8504a86713adbc2c6d24878c10d3ac4cf9c2 (plain) (blame)
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
body {
    font-family: sans-serif;
    background: white;
}

h1
{
    color: #005aa0;
    font-size: 180%;
}

a {
    text-decoration: none;
}


ul.nesting, ul.toplevel {
    padding: 0;
    margin: 0;
}

ul.toplevel {
    list-style-type: none;
}

.line, .head {
    padding-top: 0em;
}

ul.nesting li.line, ul.nesting li.lastline {
    position: relative;
    list-style-type: none;
}

ul.nesting li.line {
    padding-left: 2.0em;
}

ul.nesting li.lastline {
    padding-left: 2.1em; /* for the 0.1em border-left in .lastline > .lineconn */
}

li.line {
    border-left: 0.1em solid #6185a0;
}

li.line > span.lineconn, li.lastline > span.lineconn {
    position: absolute;
    height: 0.65em;
    left: 0em;
    width: 1.5em;
    border-bottom: 0.1em solid #6185a0;
}

li.lastline > span.lineconn {
    border-left: 0.1em solid #6185a0;
}


em.storeref {
    color: #500000;
    position: relative; 
    width: 100%;
}

em.storeref:hover {
    background-color: #eeeeee;
}

*.popup {
    display: none;
/*    background: url('http://losser.st-lab.cs.uu.nl/~mbravenb/menuback.png') repeat; */
    background: #ffffcd;
    border: solid #555555 1px;
    position: absolute;
    top: 0em;
    left: 0em;
    margin: 0;
    padding: 0;
    z-index: 100;
}

em.storeref:hover span.popup {
    display: inline;
    width: 40em;
}


.logTreeToggle {
    text-decoration: none;
    font-family: monospace;
    font-size: larger;
}

.errorLine {
    color: #ff0000;
    font-weight: bold;
}

.warningLine {
    color: darkorange;
    font-weight: bold;
}

.prio3 {
    font-style: italic;
}

code {
    white-space: pre-wrap;
}

.serial {
    color: #56115c;
}

.machine {
    color: #002399;
    font-style: italic;
}

ul.vmScreenshots {
    padding-left: 1em;
}

ul.vmScreenshots li {
    font-family: monospace;
    list-style: square;
}