File: style.css

package info (click to toggle)
cl-nibbles 20210520.gitdad2524-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 200 kB
  • sloc: lisp: 1,623; makefile: 2
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;
}