You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
64 lines
876 B
64 lines
876 B
/* 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%;
|
|
}
|