OSDN Git Service

CUDA
[eos/hostdependX86LINUX64.git] / util / X86LINUX64 / cuda-6.5 / libnsight / plugins / org.w3c.sac_1.3.0.v20120820 / about_files / copyright-software-20021231_files / base.css
1 /* Copyright 1997-2003 W3C (MIT, ERCIM, Keio). All Rights Reserved.
2    The following software licensing rules apply:
3    http://www.w3.org/Consortium/Legal/copyright-software */
4
5 /* $Id: base.css,v 1.13 2003/03/11 14:07:08 bbos Exp $ */
6
7 /* this style sheet defines the basic style for all W3C pages */
8 /* you can point to this by adding:
9
10      <LINK rel="Stylesheet" href="/StyleSheets/base">
11
12
13    in the HEAD of your HTML document */
14
15 body {
16   font-family: sans-serif;
17   color: black;
18   background: white;
19 }
20
21 a:link, a:active {
22   color: #00e;
23   background: transparent;
24 }
25
26 a:visited {
27   color: #529;
28   background: transparent;
29 }
30
31 div.intro {
32   margin-left: 5%;
33   margin-right: 5%;
34   font-style: italic
35 }
36
37 pre {
38   font-family: monospace
39 }
40
41 a:link img, a:visited img {
42    border-style: none
43 }
44
45 a img { color: white; }        /* hide the border in Netscape 4 */
46 @media all {                   /* hide from Netscape 4 */
47   a img { color: inherit; }    /* undo the rule above */
48 }
49
50 ul.toc {
51   list-style: disc;
52   list-style: none;
53 }
54
55 div.issue {
56   padding: 0.5em;
57   border: none;
58   margin-right: 5%;
59 }
60
61 .hideme { display: none }
62
63 @media print {
64
65   table {
66     page-break-inside: avoid
67   }
68
69 }