File size: 1,360 Bytes
30c32c8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
body {
    font-family: monospace;
}
p {
    max-width: 400px;
}
@media (min-width: 960px) {
    .profile-tables {
        top: 0px;
        position: absolute;
        left: 450px;
    }
}
.share {
    display: none;
}
.share label {
    cursor: pointer;
}
.share[href] {
    display: inline;
}

.render .profile-tables {
    position: static;
    left: 0;
}
.render .description {
    display: none;
}
.render .run-push {
    display: none;
}
#scratch-stage {
    border: 5px solid black;
    display: block;
    width: 400px;
    height: 300px;
}
.render #scratch-stage {
    display: none;
}
.loading label, .profile-count label{
    width: 15em;
    display: inline-block;
}
.render .loading {
    display: none;
}
.profile-tables table {
    margin: 30px 0 30px 0px;
}
.profile-tables th {
    border-bottom: 1px solid #333;
    text-align: center;
}
.profile-tables th:first-child {
    width: 215px;
}
.profile-tables th, .profile-tables td {
    min-width: 85px;
    border-bottom: 1px solid #ccc;
    border-spacing: 0;
    border-collapse: collapse;
    padding: 5px;
}
.profile-tables td:not(:first-child) {
    text-align: center;
}
.profile-tables img{
    margin: 0 auto;
    display: block;
    clear: both;
    width: 20%;
}

.slow {
    background-color: #ffa1a1;
}
.profiler-count-running {
    height: 4em;
    background-color: #dddddd;
}