File: uncrustify.css

package info (click to toggle)
uncrustify 0.72.0%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 20,792 kB
  • sloc: cpp: 66,305; ansic: 20,623; python: 3,195; cs: 3,184; objc: 1,870; java: 557; sh: 388; awk: 150; javascript: 127; perl: 63; makefile: 7
file content (63 lines) | stat: -rw-r--r-- 788 bytes parent folder | download | duplicates (8)
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
html, body {
   background-color: #5a5f52;
   color:            #ffffff;
}

div.node1 {
   margin: 0em;
	width:  70%;
}
div.node2 {
   margin: 0em;
	width:  90%;
}

h1, h2, h3, h4 {
   font-family: Verdana, sans-serif;
   color:       #d1c121;
}
h1 {
   font-size:   18pt;
}
h2 {
   font-size:   14pt;
}
h3 {
   font-size:   11pt;
}
h4 {
   font-size:   10pt;
}

pre {
   font-family:      Verdana, sans-serif;
   font-size:        11pt;
   background-color: #6b6f63;
}

a {
   font-family: Verdana, sans-serif;
   font-size:   11pt;
   color:       #d1c121;
}

p, small, li {
   font-family: Verdana, sans-serif;
   color:       #ffffff;
}

p {
   font-size: 11pt;
}

small {
   font-size: 7pt;
}

li {
   list-style-type: disc;
   font-size:       11pt;
   font-style:      italic;
}