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.
69 lines
1.2 KiB
69 lines
1.2 KiB
/* 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: base.css,v 1.14 2006/04/18 08:21:59 bbos Exp $ */
|
|
|
|
/* this style sheet defines the basic style for all W3C pages */
|
|
/* you can point to this by adding:
|
|
|
|
<LINK rel="Stylesheet" href="/StyleSheets/base">
|
|
|
|
|
|
in the HEAD of your HTML document */
|
|
|
|
body {
|
|
font-family: sans-serif;
|
|
color: black;
|
|
background: white;
|
|
}
|
|
|
|
a:link, a:active {
|
|
color: #00e;
|
|
background: transparent;
|
|
}
|
|
|
|
a:visited {
|
|
color: #529;
|
|
background: transparent;
|
|
}
|
|
|
|
div.intro {
|
|
margin-left: 5%;
|
|
margin-right: 5%;
|
|
font-style: italic
|
|
}
|
|
|
|
pre {
|
|
font-family: monospace
|
|
}
|
|
|
|
a:link img, a:visited img {
|
|
border-style: none
|
|
}
|
|
|
|
a img { color: white; } /* hide the border in Netscape 4 */
|
|
@media all { /* hide from Netscape 4 */
|
|
a img { color: inherit; } /* undo the rule above */
|
|
}
|
|
|
|
ul.toc, ol.toc {
|
|
list-style: disc;
|
|
list-style: none;
|
|
}
|
|
|
|
div.issue {
|
|
padding: 0.5em;
|
|
border: none;
|
|
margin-right: 5%;
|
|
}
|
|
|
|
.hideme { display: none }
|
|
|
|
@media print {
|
|
|
|
table {
|
|
page-break-inside: avoid
|
|
}
|
|
|
|
}
|