File: style.css

package info (click to toggle)
acl2 8.6%2Bdfsg-2
  • links: PTS
  • area: main
  • in suites: trixie
  • size: 1,111,420 kB
  • sloc: lisp: 17,818,294; java: 125,359; python: 28,122; javascript: 23,458; cpp: 18,851; ansic: 11,569; perl: 7,678; xml: 5,591; sh: 3,976; makefile: 3,833; ruby: 2,633; yacc: 1,126; ml: 763; awk: 295; csh: 233; lex: 197; php: 178; tcl: 49; asm: 23; haskell: 17
file content (77 lines) | stat: -rw-r--r-- 1,006 bytes parent folder | download | duplicates (20)
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
65
66
67
68
69
70
71
72
73
74
75
76
77
body {
  margin: 1em 5% 1em 5%;
}

p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

pre {
  padding: 0;
  margin: 0;
}

h1, h2 {
  border-bottom: 2px solid #449977;
}

h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif;
  line-height: 1.3;
}

a:link {
  color: #449977;
}

a:visited {
  color: purple;
}

a {
  text-decoration: none;
  padding: 1px 2px;
}

a:hover {
  text-decoration: none;
  padding: 1px;
  border: 1px solid #000000;
}

.lisp-symbol {
  margin-right: 10%;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  border: 1px solid #449977;
  background: #eeeeee;
  padding: 0.5em;
}

.note {
  margin-right: 10%;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

td.content {
  padding: 0;
}

td.title {
  font-family: sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  text-decoration: underline;
  padding-right: 0.5em;
  margin-top: 0.0em;
  margin-bottom: 0.5em;
}

.note td.content {
  padding-left: 0.5em;
  border-left: 2px solid #449977;
}