Draft NEWS for sbcl-2.4.7
[sbcl.git] / doc / cmu-user / cmucl.css
blobc65761f2f47ab2a9bab62d6082dd026aab58ab16
1 html {
2 color: black;
3 background-color: white;
4 margin-left: 4%;
5 margin-right: 2%;
8 h1 {
9 text-align: center;
10 font-family: Helvetica, Arial, sans-serif
13 h2 {
14 color: #515e4b;
15 font-family: Helvetica, Arial, sans-serif
18 h3 {
19 font-family: Helvetica, Arial, sans-serif;
22 .lisp {
23 background: #aaaaaa;
24 border:solid #aaaaaa 0.1px;
25 white-space:pre;
26 font-family: sans-serif;
29 .example {
30 background: #cccccc;
31 border:solid #cccccc 0.1px;
32 white-space:pre;
35 .code {
36 background: #faf0e6;
37 border:solid #faf0e6 1px;
38 white-space:pre-line;
41 .technical {
42 background: #dddddd;
43 border: solid black 1px;
44 padding-left: 1em;
45 padding-right: 1em;
46 padding-top: 1ex;
47 padding-bottom: 1ex;
48 font-size: smaller;
49 font-stretch: semi-condensed;
50 margin-left: 10%;
53 .credits {
54 background: #eeeeee;
55 font-stretch: condensed;
56 font-size: 0.8em;
57 font-family: Helvetica, Arial, sans-serif;
58 text-align: right;
61 .function-name {
62 color: rgb(25%,0%,0%);
65 .variable {
66 color: rgb(0%,25%,0%);
70 A:link
72 text-decoration: none
74 A:active
76 text-decoration: none
78 A:visited
80 text-decoration: none
82 A:hover
84 text-decoration: underline