File: style.css

package info (click to toggle)
visolate 3.1.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,856 kB
  • sloc: java: 9,882; makefile: 7; sh: 1
file content (64 lines) | stat: -rw-r--r-- 932 bytes parent folder | download | duplicates (4)
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
body {
  background: #ffffff;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #000000;
/*  margin-left: 0;
  margin-right: 0; */
}

h1 {
  color: #333399;
}

h2.separator {
  margin-bottom: 0px;
  border-bottom: 2px solid #9999cc;
}

h3.separator {
  margin-bottom: 0px;
  border-bottom: 2px solid #9999cc;
}

h4.separator {
  margin-bottom: 0px;
  border-bottom: 2px solid #9999cc;
}

h5.separator {
  margin-bottom: 0px;
  border-bottom: 2px solid #9999cc;
}

h6.separator {
  margin-bottom: 0px;
  border-bottom: 2px solid #9999cc;
}

img {
  border: 0px;
}

code {
  font-family: Courier New, Courier, mono, monospace;
  font-size: 12px;
  color: #000066;
  background-color: #ffeedd;
}

table.itemlist {
  /* border-top: 1px solid #000000; */
  padding-top: 0px;
  margin-top: 4px;
}

p {
  text-indent: 1.5em;
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}

pre {
  font-family: monospace;
}