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 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124
|
/* Style sheet fro a w3c talk "all.htm" file which is the slide
master but which, with this sheet, can be printed as a summary shet.
8 Sep 97 Created Tim BL
*/
BODY {
margin-left: 20%;
margin-right: 20%;
color: #0;
background: #ffffff;
font-size: 10pt;
font-family: arial, helvetica, sans-serif;
}
SMALL {
font-size: smaller;
}
IMG {
border: 0;
}
CODE {
margin-left: 5%;
margin-right: 36pt;
font-weight: bold;
font-family: "Courier New", courier, monospace;
}
A:link { color: black }
A:visited { }
A:active { }
A.offsite { color: #ffff00 }
P.author {
font-size: 10pt;
font-style: italic;
}
P.top {
margin-top: 20px;
}
BLOCKQUOTE {
font-style: italic;
margin-left: 5%;
margin-right: 5%;
color: #black;
}
BLOCKQUOTE SPAN.attribution {
font-style: normal;
font-weight: bold;
}
EM {
}
UL, OL {
/* color: #ffffff;
margin-left: 36px; */
}
PRE, TT {
font-weight: bold;
font-family: "Courier New", courier, monospace;
}
HR {
/* margin-top: 5px;
color: #ffffe8; */
/* color: #666; */
}
HR.top {
/* margin-bottom: 10px; */
}
HR.bottom {
/* margin-top: 10px; */
}
H1 {
text-align: left;
/* color: yellow ; */
/* font-size: 12pt; */
font-size: x-large;
font-weight: bold;
font-family: arial, helvetica, sans-serif;
}
H1.slide {
margin-top: 10px;
font-weight: bold;
}
H1.slidelist {
text-align: center;
font-size: 22px;
}
H2 {
/* color: white; */
/* font-size: 12pt; */
font-size: large;
font-family: arial, helvetica, sans-serif;
}
H3 {
/* color: white;
font-size: 12pt;
*/
font-family: arial, helvetica, sans-serif;
}
H4 {
/*
color: white;
font-size: 12pt;
*/
font-family: arial, helvetica, sans-serif;
}
|