better css
| 31 | 48 | |
|---|---|---|
| 1 | body { background-color: #fff; color: #333; } | |
| 2 | ||
| 3 | body, p, ol, ul, td { | |
| 4 | font-family: verdana, arial, helvetica, sans-serif; | |
| 5 | font-size: 13px; | |
| 6 | line-height: 18px; | |
| 1 | body { | |
| 2 | background-color: #fff; | |
| 3 | color: #333; | |
| 4 | font-size: 62.5%; | |
| 5 | font-family: Helvetica, Arial, sans-serif; | |
| 7 | 6 | } |
| 8 | 7 | |
| 9 | pre { | |
| 10 | background-color: #eee; | |
| 11 | padding: 10px; | |
| 12 | font-size: 11px; | |
| 8 | p, ol, ul, td { | |
| 9 | font-size: 1.3em; | |
| 10 | font-family: "Lucida Grande"; | |
| 13 | 11 | } |
| 14 | ||
| 15 | 12 | a { |
| 16 | 13 | color: #994D00; |
| 17 | 14 | text-decoration: none; |
| --- | --- | |
| 21 | 18 | background-color: #ff9; |
| 22 | 19 | } |
| 23 | 20 | |
| 21 | h1 { | |
| 22 | font-size: 2.4em; | |
| 23 | } | |
| 24 | h2 { | |
| 25 | font-size: 2em; | |
| 26 | } | |
| 27 | h3 { | |
| 28 | font-size: 1.7em; | |
| 29 | } | |
| 30 | h1 a { | |
| 31 | color: #316A8F; | |
| 32 | } | |
| 33 | h1 a:hover { | |
| 34 | color: #489ED4; | |
| 35 | background-color: #DFFFFB; | |
| 36 | } | |
| 37 | ||
| 38 | pre { | |
| 39 | background-color: #eee; | |
| 40 | padding: 1.0em; | |
| 41 | font-size: 1.1em; | |
| 42 | } | |
| 43 | ||
| 44 | ||
| 24 | 45 | .fieldWithErrors { |
| 25 | padding: 2px; | |
| 46 | padding: 0.2em; | |
| 26 | 47 | background-color: red; |
| 27 | 48 | display: table; |
| 28 | 49 | } |
| 29 | 50 | |
| 30 | 51 | #errorExplanation { |
| 31 | width: 400px; | |
| 32 | border: 2px solid red; | |
| 33 | padding: 7px; | |
| 34 | padding-bottom: 12px; | |
| 35 | margin-bottom: 20px; | |
| 52 | width: 40.0em; | |
| 53 | border: .2em solid red; | |
| 54 | padding: .4em; | |
| 55 | padding-bottom: 1.2em; | |
| 56 | margin-bottom: 2.0em; | |
| 36 | 57 | background-color: #f0f0f0; |
| 37 | 58 | } |
| 38 | 59 | |
| 39 | 60 | #errorExplanation h2 { |
| 40 | 61 | text-align: left; |
| 41 | 62 | font-weight: bold; |
| 42 | padding: 5px 5px 5px 15px; | |
| 43 | font-size: 12px; | |
| 44 | margin: -7px; | |
| 63 | padding: .5em .5em .5em 1.5em; | |
| 64 | font-size: 1.2em; | |
| 65 | margin: -.7em; | |
| 45 | 66 | background-color: #c00; |
| 46 | 67 | color: #fff; |
| 47 | 68 | } |
| --- | --- | |
| 49 | 70 | #errorExplanation p { |
| 50 | 71 | color: #333; |
| 51 | 72 | margin-bottom: 0; |
| 52 | padding: 5px; | |
| 73 | padding: .5em; | |
| 53 | 74 | } |
| 54 | 75 | |
| 55 | 76 | #errorExplanation ul li { |
| 56 | font-size: 12px; | |
| 77 | font-size: 1.2em; | |
| 57 | 78 | list-style: square; |
| 58 | 79 | } |
| 59 | 80 | |
| 60 | 81 | div.uploadStatus { |
| 61 | margin: 5px; | |
| 82 | margin: .5em; | |
| 62 | 83 | } |
| 63 | 84 | |
| 64 | 85 | div.progressBar { |
| 65 | margin: 5px; | |
| 86 | margin: .5em; | |
| 66 | 87 | } |
| 67 | 88 | |
| 68 | 89 | div.progressBar div.border { |
| 69 | 90 | background-color: #fff; |
| 70 | border: 1px solid grey; | |
| 91 | border: .1em solid grey; | |
| 71 | 92 | width: 100%; |
| 72 | 93 | } |
| 73 | 94 | |
| 74 | 95 | div.progressBar div.background { |
| 75 | 96 | background-color: #333; |
| 76 | height: 18px; | |
| 97 | height: 1.8em; | |
| 77 | 98 | width: 0%; |
| 78 | 99 | } |
| 79 | 100 | |
