Vincent Driessen | ee885cd | 2010-01-29 14:22:30 +0100 | [diff] [blame^] | 1 | /* |
| 2 | Shamelessly ripped from the Github pages of the mogenerator project, by Jonathan Rentzsch |
| 3 | http://rentzsch.github.com/mogenerator/ |
| 4 | */ |
| 5 | a { text-decoration: none; } |
| 6 | h1, h2, h3, h4, h5, h6, pre, code, li, p { |
| 7 | font-size: 1em; |
| 8 | } |
| 9 | ul, ol, dl, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, |
| 10 | form, body, html, p, blockquote, fieldset, input, td, th { |
| 11 | padding: 0; |
| 12 | margin: 0; |
| 13 | } |
| 14 | a img, :link img, :visited img { |
| 15 | border: none; |
| 16 | } |
| 17 | body { |
| 18 | font-family: helvetica, verdana, sans-serif; |
| 19 | padding: 20px 0 0 0; |
| 20 | color: #333; |
| 21 | } |
| 22 | a { |
| 23 | color: #115FB9; |
| 24 | } |
| 25 | a:hover { |
| 26 | color: #1A8BF4; |
| 27 | } |
| 28 | #page { |
| 29 | width: 49em; |
| 30 | min-height: 500px; |
| 31 | padding-top: 30px; |
| 32 | margin: 50px auto 0 auto; |
| 33 | background: #fff left top no-repeat; |
| 34 | } |
| 35 | #main { |
| 36 | margin: 0; |
| 37 | } |
| 38 | dt { |
| 39 | color: #A60D3F; |
| 40 | float: left; |
| 41 | text-align: right; |
| 42 | width: 7em; |
| 43 | line-height: 140%; |
| 44 | font-weight: bold; |
| 45 | } |
| 46 | dd { |
| 47 | float: left; |
| 48 | width: 30em; |
| 49 | line-height: 140%; |
| 50 | margin-bottom: .9em; |
| 51 | margin-left: 11px; |
| 52 | display: inline; |
| 53 | } |
| 54 | dd p { |
| 55 | margin-bottom: .9em; |
| 56 | } |
| 57 | #actions { |
| 58 | clear: both; |
| 59 | float: left; |
| 60 | margin-top: .7em; |
| 61 | width: 100%; |
| 62 | } |
| 63 | #actions a { |
| 64 | font-size: 80%; |
| 65 | font-weight: bold; |
| 66 | text-align: center; |
| 67 | width: 16em; |
| 68 | margin-left: 180px; |
| 69 | display: inline; |
| 70 | float: left; |
| 71 | } |
| 72 | #actions .title, #actions .subtitle { |
| 73 | display: block; |
| 74 | } |
| 75 | #actions .title { |
| 76 | margin: .7em 0 .3em 0; |
| 77 | } |
| 78 | #actions .subtitle { |
| 79 | color: #999; |
| 80 | } |