File: SRC.css

package info (click to toggle)
libsamplerate 0.2.2-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 10,444 kB
  • sloc: ansic: 371,377; sh: 121; makefile: 111
file content (56 lines) | stat: -rw-r--r-- 650 bytes parent folder | download | duplicates (3)
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
a:link {
  color: #FB1465;
}

a:active, a:visited {
  color: #FB1465;
}

body {
  background: black;
  color: white;
  font-family: arial, helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  color: #FB1465;
}

code, kbd, samp, var {
  font-family: courier, monospace;
  font-size: 1em;
}

main {
  padding-left: 3%;
  padding-right: 3%;
}

pre {
  font-family: courier, monospace;
  font-size: 1em;
}

.image-logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}

.indent_block {
  margin-left: 10%;
  margin-right: 10%;
}

.nf {
  font-weight: bold;
}

.container {
  display: flex;
}

.content {
  flex: 1;
}