File: newlispdoc.css

package info (click to toggle)
newlisp 10.7.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 6,248 kB
  • sloc: ansic: 33,280; lisp: 4,181; sh: 609; makefile: 215
file content (47 lines) | stat: -rw-r--r-- 907 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
40
41
42
43
44
45
46
47
<!-- this file should reside in the same directory, where HTML
     files generated with newlispdoc reside -->

span.arw {
	color:#666666;
	font-size: 100%;
	}
	
body 	{
	font-family: Verdana, Lucida Sans, Helvetica,  sans-serif;
	line-height: 100%;
	max-width: 1000px;
 	}

p 	{
	font-family: Verdana, Lucida Sans, Helvetica,  sans-serif;
	line-height: 100%;
 	}

h3, h4 {
	font-family: Verdana, Lucida Sans, Helvetica,  sans-serif;
   	font-size: 100%;
	}

h1, h2 {
	padding-top: 10px;
	font-family: Verdana, Lucida Sans, Helvetica,  sans-serif;
   	font-size: 100%;
	}

b 	{
	font-family: Verdana, Lucida Sans, Helvetica,  sans-serif;
   	font-size: 90%;
	color: grey;
	font-weight: 600;
	}

pre {
	font-family: Andale Mono, "Bitstream Vera Sans Mono", Monaco, "Courier New";
   	font-size: 85%;
	}

tt {
	font-family: Andale Mono, "Bitstream Vera Sans Mono", Monaco, "Courier New";
	font-size: 95%;
	}