/* default is w3ctalk-1024w.css */ BODY { margin-left: 2%; margin-right: 2%; color: black; background: white; font-size: 32px; font-family: arial, helvetica, sans-serif; font-weight: bold; /* added */ } DIV.slidebody { color: black; margin: 0; height: 600px; overflow: auto; } SMALL { font-size: 90%; } BIG { font-size: 120%; } IMG { border: 0; text-align: center; /* added */ } CODE { color: #003; /* almost black */ font-weight: bold; font-family: "Courier New", courier, monospace; } A:link { color: #002040 /* very dark blue */; text-decoration: underline } A:visited { color: black; text-decoration: underline } A:active { color: red } A.offsite { color: blue } P.author { font-size: 40%; /*80%;*/ color: black; margin-left: 1em; /* font-weight: bold; /* added */ } P.footertitle { text-align: center; font-size: 40%; /*80%;*/ color: black; margin-left: 0em; margin-right: 0em; /* font-weight: bold; /* added */ } P.index { font-size: 40%; /*80%;*/ color: black; margin-right: 1em; /* font-weight: bold; /* added */ } P.top { margin-top: 0.5em; margin-bottom: 0em; /* font-weight: bold; /* added */ } BLOCKQUOTE { /* font-style: italic;*/ margin-left: 5%; margin-right: 5%; color: #005500; /* dark green */ /* font-weight: bold; /* added */ } BLOCKQUOTE SPAN.attribution { font-style: normal; font-weight: bold; } EM { color: maroon; /* dark red */ /* font-weight: bold; /* added */ } UL, OL { color: black; margin-left: 30px; margin-top: 0.5em; margin-bottom: 0.5em; font-size: 32px; /* font-weight: bold; /* added */ } OL.overview { /* added */ text-align: left; font-size: 70%; /*140%;*/ /*130%;*/ margin-left: 2em; /*3em;*/ margin-right: 1em; /*1.5em;*/ font-weight: bold; } OL LI.overview { /* added */ margin-botton: 0.1em; font-weight: bold; } TABLE.overview { /* added */ margin-top: 0em; } TD.overview { /* added */ border: 1em; } TABLE CAPTION.overview { /* added */ color: white; font-size: 120%; font-family: arial, helvetica, sans-serif; font-weight: bold; } UL UL, UL OL, OL UL, OL OL { font-size: 90%; /* font-weight: bold; /* added */ /* margin-left: 20px; /* added */ } DL P, UL P, OL P, DL OL, DL UL, DL DL, OL OL, OL DL, OL UL, UL DL, UL OL, UL UL { margin-top: 0em; /* default: 0 */ margin-bottom: 0.5em; /* default: 0 */ /* font-weight: bold; /* added */ } SPAN.keyword { color: #066; /* dark green-blue */ /* font-weight: bold; /* added */ } SPAN.comment { color: #606; /* dark purple */ font-weight: normal; /* font-style: italic;*/ /* font-weight: bold; /* added */ } SPAN.string { color: #660; /* olive */ /* font-weight: bold; /* added */ } DIV.keyword { color: #066; /* dark green-blue */ /* font-weight: bold; /* added */ } DIV.comment { color: #606; /* dark purple */ font-weight: normal; font-style: italic; /* font-weight: bold; /* added */ } DIV.string { color: #660; /* olive */ /* font-weight: bold; /* added */ } PRE, TT, CODE { color: navy; font-weight: bold; font-family: "Courier New", courier, monospace; } PRE { /* font-size: 1em; /* Redundant, but fixes bug in Opera 3.5 */ margin-left: 3%; margin-right: 20px; /* font-weight: bold; /* added */ } /* Inside PRE, use SPAN.keyword, SPAN.comment and SPAN.string to highlight features of code */ PRE SPAN.keyword, CODE SPAN.keyword { color: #066; /* dark green-blue */ /* font-weight: bold; /* added */ } PRE SPAN.comment, CODE SPAN.comment { color: #606; /* dark purple */ font-weight: normal; font-style: italic; /* font-weight: bold; /* added */ } PRE SPAN.string, CODE SPAN.string { color: #660; /* olive */ /* font-weight: bold; /* added */ } HR { margin-top: 0em; color: black; } HR.top { margin-top: 0em; /* for euroweb2001 */ /* margin-bottom: 0.4em; */ } HR.bottom { margin-top: 0em; margin-bottom: 0px; clear: both; } H1 { color: navy; font-size: 100%; font-weight: bold; font-family: arial, helvetica, sans-serif; } H1.slide { font-size: 125%; margin-top: .65em; margin-bottom: .65em; margin-left: 0em; font-weight: bold; } H1.slidelist { text-align: center; font-size: 125%; margin-top: 25pt;/*16pt;*/ margin-bottom: .55em;/*0em;*/ /* font-weight: bold; /* added */ } H2.subtitle { margin-top: 0em; text-align: center; font-size: 80%; /* font-weight: bold; /* added */ margin-bottom: 1.25em; } H2.slidelist { text-align: center; font-size: 80%; /* font-weight: bold; /* added */ margin-bottom: .25em; } H2.titleheadings { margin-top: 1.25em; margin-bottom: 1.25em; margin-left: 0em; color: black; font-size: 40%; /*100%;*/ font-family: arial, helvetica, sans-serif; } H2 { margin-top: 1em; color: #066; font-size: 100%; font-family: arial, helvetica, sans-serif; } H3.slidelist { color: black; font-size: 80%; font-family: arial, helvetica, sans-serif; /* font-weight: bold; /* added */ margin-top: 1.1em;/*.85em;*/ /*0em;*/ margin-bottom: 1em;/*.75em;*/ /*0em;*/ } H3.titleheadings { margin-top: 1.25em; margin-bottom: 1.375em; margin-left: 0em; color: black; font-size: 40%; font-family: arial, helvetica, sans-serif; /* font-weight: bold; /* added */ } H3 { color: black; font-size: 80%; font-family: arial, helvetica, sans-serif; /* font-weight: bold; /* added */ } H4 { color: black; font-size: 70%; font-family: arial, helvetica, sans-serif; /* font-weight: bold; /* added */ } /* DIV.comment is used in the all.htm file for comments that will not be shown on the slides themselves. This rule is for when the style sheet is applied to the all.htm file */ DIV.comment { font-size: medium; padding: 1em; border: thin dotted; margin: 3em 3%; text-align: justify; } DIV.comment EM, DIV.comment CODE, DIV.comment PRE, DIV.comment TT { /*color: white;*/ } DIV.comment UL, DIV.comment OL { font-size: 100%; } TABLE.navbar { line-height: 1px; /* Avoid space above small icons */ margin-bottom: -.2em; } TABLE.navbarPrintable { line-height: 1px; /* Avoid space above small icons */ } br { /* added */ } div.slidebody table tr td { margin-left: 2%; margin-right: 2%; color: black; background: white; font-size: 32px; font-family: arial, helvetica, sans-serif; margin: 0; } p.copyright { font-size: 6.5pt; margin-top: 0.8em; margin-bottom: 0em; } p.ovcopyright { font-size: 6.5pt; margin-top: 4.8em;/* 2.25em;*/ margin-bottom: 0em; } .alt { background: silver; color: black; padding: 0.4em } IMG.illustration { float: left; border-style: none; color: white } /* .intro { font-size: 110%; margin: 0 2em }*/ /* replaced 'larger' by '110%' which seems to work better in NS 4.6 */