-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathreport.css
92 lines (72 loc) · 1.46 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
81
82
83
84
85
86
87
88
89
90
91
92
.navigation{
border: 1px solid black;
}
main {
height : 100vh;
}
body {
margin: 0;
}
.navLink {
width: 100%;
}
.lineNo {
color: gray;
}
.srcLine {
color: black;
}
.constraint .srcLine {
background-color: rgba(0,81,255,0.21);
}
td.constraint {
color: green;
float: right;
font-weight: bold;
}
.keyword {
color: rgb(128,49,20);
font-weight: bold;
}
.annotation {
color: gray;
}
.comment {
color: green;
}
.string {
color: blue;
}
.fa-question {
color: red;
}
.gutter {
background-color: #eee;
background-repeat: no-repeat;
background-position: 50%;
}
.split {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
overflow-y: auto;
overflow-x: auto;
}
.split.split-horizontal, .gutter.gutter-horizontal {
height: 100%;
float: left;
}
.gutter.gutter-horizontal {
background-image: url('grips/vertical.png');
cursor: ew-resize;
}
.gutter.gutter-vertical {
background-image: url('grips/horizontal.png');
cursor: ns-resize;
}
.gutter.gutter-vertical {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAFAQMAAABo7865AAAABlBMVEVHcEzMzMzyAv2sAAAAAXRSTlMAQObYZgAAABBJREFUeF5jOAMEEAIEEFwAn3kMwcB6I2AAAAAASUVORK5CYII=')
}
.gutter.gutter-horizontal {
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==')
}