press.css
876 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
55
56
57
58
59
60
61
62
63
64
/* Copyright 1997-2003 W3C (MIT, ERCIM, Keio). All Rights Reserved.
The following software licensing rules apply:
http://www.w3.org/Consortium/Legal/copyright-software */
/* $Id: press.css,v 2.9 2011/02/10 02:12:42 ijacobs Exp $ */
body {
font-family: sans-serif;
color: black;
background: white;
margin-left: 3em; margin-right: 3em;
}
a:link, a:active {
color: #00e;
background: transparent;
}
a img {
border-style: none;
color: #fffbf0;
}
a:visited {
color: #529;
background: transparent;
}
div.intro {
margin-left: 5%;
margin-right: 5%;
font-style: italic;
}
.menu {
text-align: center;
}
pre {
font-family: monospace;
}
img.icon {
border: none;
}
ul.toc {
list-style: none;
}
div.issue {
padding: 0.5em;
border: none;
margin-right: 5%;
}
.hideme {
display: none;
}
.indent {
margin-left: 3em;
width: 85%;
}