MPEXC6.CSS (906B)
1 /* Cascading Style Sheet for MPE XC6 glossary */ 2 3 body { font-size: 75%; 4 5 line-height: 125%; 6 font-family: Verdana, Arial, Helvetica, } 7 8 a:link { color: #0000FF; } 9 10 a:active { color: #FF33CC; } 11 12 a:visited { color: #800080; } 13 14 h1 { font-size: 120%; 15 margin-bottom: 1%; } 16 17 h2 { font-size: 110%; 18 margin-bottom: .4em; } 19 20 h3 { font-size: 100%; 21 margin-top: 1.2em; 22 } 23 24 p { margin-top:6pt; margin-bottom: 6pt; } 25 26 code { font-family: Courier; } 27 28 pre { margin-top: 0em; 29 margin-bottom: 0em; 30 font-family: Courier; 31 font-size: 100% } 32 33 table { font-size: 100%; 34 margin-top: 1em; 35 margin-bottom: 1em;} 36 37 th.center { text-align: center; } 38 39 th { text-align: left; 40 background: #dddddd; 41 margin: 3pt; 42 vertical-align: bottom; } 43 44 tr { vertical-align: top; } 45 46 td { margin: 3pt; 47 vertical-align: top; } 48 49 50 51 52 53 54