OLD | NEW |
(Empty) | |
| 1 body { |
| 2 font-family: sans-serif; |
| 3 } |
| 4 |
| 5 hr{ |
| 6 border: 1px solid; |
| 7 border-color: #36C; |
| 8 margin: 1em 0 |
| 9 } |
| 10 |
| 11 h1, h2, h3, h4 { |
| 12 margin: 0; |
| 13 margin-bottom: 0; |
| 14 } |
| 15 |
| 16 h1 { |
| 17 font-size: 190%; |
| 18 height: 1.2em; |
| 19 } |
| 20 |
| 21 |
| 22 h2{ |
| 23 font-size: 140%; |
| 24 height: 1.2em; |
| 25 } |
| 26 |
| 27 h3{ |
| 28 font-size: 100%; |
| 29 } |
| 30 |
| 31 li{ |
| 32 margin: .3em 0 1em 0; |
| 33 } |
| 34 |
| 35 body{ |
| 36 font-family: Helvetica,Arial,sans-serif; |
| 37 font-size: small; |
| 38 color: #000; |
| 39 background-color: #fff; |
| 40 } |
| 41 |
| 42 div.title { |
| 43 background-color: rgb(229, 236, 249); |
| 44 border-top: 1px solid rgb(51, 102, 204); |
| 45 text-align: center; |
| 46 padding-top: 0.2em; |
| 47 padding-bottom: 0.2em; |
| 48 margin-bottom: 20px; |
| 49 } |
| 50 |
| 51 div.subtitle { |
| 52 border-bottom: 1px solid rgb(51, 102, 204); |
| 53 margin-top: 2em; |
| 54 } |
| 55 |
| 56 td.contents { |
| 57 text-align: start; |
| 58 } |
| 59 |
| 60 div.run { |
| 61 margin: 20px; |
| 62 width: 300px; |
| 63 height: 300px; |
| 64 float: right; |
| 65 background-color: rgb(229, 236, 249); |
| 66 background-image: url(v8-logo.png); |
| 67 background-position: center center; |
| 68 background-repeat: no-repeat; |
| 69 border: 1px solid rgb(51, 102, 204); |
| 70 } |
OLD | NEW |