File: doc.css

package info (click to toggle)
picolisp 25.12-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 7,388 kB
  • sloc: ansic: 3,092; javascript: 1,004; makefile: 107; sh: 2
file content (39 lines) | stat: -rw-r--r-- 483 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
/* 22oct23 Software Lab. Alexander Burger
 * 06dec12jk
 */

html {
   background-color: #ddd;
}

body {
   margin: auto;
   max-width: 50em;
   border: 1px solid #bbb;
   background-color: white;
   padding: 2em 7% 4em 10%;
}

h5 {
   font-size: 95%;
   margin-bottom: 1em;
}

dt {
   margin: 0.4em -2em 0 0;
   font-weight: 600;
   color: #444;
}

dd {
   margin-top: 0.3em;
   margin-bottom: 0.4em;
}

code, pre {
   color: rgb(0%,40%,0%);
}

dt code {
   word-spacing: -0.04em;
}