di.css
988 Bytes
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
/* Style for design issues documents */
body {
font-family: serif;
background: #eeffee;
color: black;
margin: 2em 8% 2em 10%; /* T R B L */
}
table {
background: #f3fff3; /* paler same axis */
}
th { background: white;
text-align: left;}
h1, h2, h3 {
font-family: sans-serif;
margin: 1em 0 0.5em -5%;
}
h1 { font-size: 150% }
h2 { font-size: 120% }
h3 { font-size: 100%; font-style: italic;}
h4 { }
P { margin: 0 0 1em 0 ; /* top right bottom left */
/* text-indent: 2em ; first-line indent - nope not this style. */
/* line-height: 2.0; only for double-space */
/* font-size: 12pt; */ /* use user's default */
}
.note { color: #485 }
blockquote {
font-style: italic;
font-family: sanserif;
}
.abstract {
font-style: italic;
font-family: serif;
margin: 0.5em 3em 0.5em 3em;
}
.number {font-family: monospace;}
.detail {font-size: 80%; }
.axiom { margin: 1em; border: thin; background-color: white }
/* ends */