58 lines
1.3 KiB
CSS
58 lines
1.3 KiB
CSS
/* print.css
|
|
|
|
Copyright (c) 2005 W3C (MIT, ERCIM, Keio), All Rights Reserved.
|
|
W3C liability, trademark, document use and software licensing
|
|
rules apply, see:
|
|
|
|
http://www.w3.org/Consortium/Legal/copyright-documents
|
|
http://www.w3.org/Consortium/Legal/copyright-software
|
|
*/
|
|
body {
|
|
color: black;
|
|
font-family: sans-serif;
|
|
font-size: 12pt;
|
|
}
|
|
|
|
div.slide { page-break-before: always; page-break-inside: avoid; }
|
|
div.background { display: none;
|
|
visibility: hidden; page-break-after: avoid; }
|
|
div.handout { display: block; visibility: visible; }
|
|
|
|
div dt
|
|
{
|
|
margin-left: 0;
|
|
margin-top: 1em;
|
|
margin-bottom: 0.5em;
|
|
font-weight: bold;
|
|
}
|
|
div dd
|
|
{
|
|
margin-left: 2em;
|
|
}
|
|
|
|
blockquote { font-style: italic }
|
|
|
|
pre { color: rgb(0,128,0); font-size: 80%;
|
|
font-weight: bold; line-height: 120%; }
|
|
|
|
p.copyright { font-size: smaller }
|
|
|
|
a:visited { color: navy }
|
|
a:link { color: blue }
|
|
a:hover { color: red }
|
|
a:active { color: red }
|
|
|
|
a {text-decoration : none}
|
|
.navbar a:link {color: white}
|
|
.navbar a:visited {color: yellow}
|
|
.navbar a:active {color: red}
|
|
.navbar a:hover {color: red}
|
|
|
|
ul { list-style-type: square; }
|
|
ul ul { list-style-type: disc; }
|
|
ul ul ul { list-style-type: circle; }
|
|
ul ul ul ul { list-style-type: disc; }
|
|
li { margin-left: 0.5em; }
|
|
li li { font-size: 80%; font-style: italic }
|
|
li li li { font-size: 80%; font-style: normal }
|
|
|