File: style.css

package info (click to toggle)
node-canvas 3.2.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,592 kB
  • sloc: javascript: 16,908; cpp: 8,125; makefile: 23
file content (47 lines) | stat: -rw-r--r-- 557 bytes parent folder | download
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
body {
  padding: 40px 50px;
  font: 13px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

p {
  margin: 15px 5px;
}

a {
  color: #00C5F7;
}

canvas, img {
  padding: 5px;
  border: 1px solid #eee;
}

p.msg {
  width: 400px;
}

#tests {
  width: 100%;
  margin-top: 35px;
}

table tr td:nth-child(1),
table tr td:nth-child(2),
table tr td:nth-child(3) {
  width: 200px;
}

table tr td:nth-child(4) {
  padding: 0 45px;
}

table tr td p {
  margin: 5px 0;
}

table th {
  background: white;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}