File: benchmarks.css

package info (click to toggle)
libatomic-queue 0.0%2Bgit20220518.83774a2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,352 kB
  • sloc: cpp: 1,620; javascript: 353; makefile: 131; python: 82; ansic: 74; sh: 59
file content (34 lines) | stat: -rw-r--r-- 464 bytes parent folder | download | duplicates (6)
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
body {
    background-color: black;
    color: white;
    font-family: 'Roboto Slab', sans-serif;
}

div.chart {
    height: 500px;
    margin-top: 2em;
}

p.copyright {
    color: #A0A0A0;
    text-align: left;
    font-size: 0.8em;
}

h1, h2, h3 {
    margin-left: 20px;
}

p, li {
    color: #A0A0A0;
    margin-left: 20px;
}

span.tooltip_scalability_title {
    font-weight: bold;
    font-size: 1.2em;
}

table.tooltip_scalability {
    text-align: right;
}