| 1 | body { |
| 2 | text-align: center; |
| 3 | margin: 0; |
| 4 | padding: 0; |
| 5 | border-top: .9em solid #71643C; |
| 6 | font-size: 0.85em; |
| 7 | } |
| 8 | |
| 9 | body { |
| 10 | font-family: Helvetica, sans-serif; |
| 11 | } |
| 12 | |
| 13 | h2 { |
| 14 | font: 16px Helvetica, sans-serif; |
| 15 | padding: 0; |
| 16 | color: #71643c; |
| 17 | font-variant: small-caps; |
| 18 | margin-bottom: 0; |
| 19 | } |
| 20 | |
| 21 | img { |
| 22 | border: none; |
| 23 | } |
| 24 | |
| 25 | /* Command execution form */ |
| 26 | |
| 27 | #command { |
| 28 | padding: 1em; |
| 29 | background: #91896f; |
| 30 | width: 40em; |
| 31 | margin: 0 auto 0 auto; |
| 32 | -moz-border-radius: 0.4em; |
| 33 | -webkit-border-radius: 0.4em; |
| 34 | } |
| 35 | |
| 36 | #c { |
| 37 | width: 25em; |
| 38 | } |
| 39 | |
| 40 | /* Content */ |
| 41 | |
| 42 | |
| 43 | |
| 44 | #lasts * { |
| 45 | padding: 0; |
| 46 | margin: 0; |
| 47 | } |
| 48 | |
| 49 | #lasts { |
| 50 | position: relative; |
| 51 | list-style: none; |
| 52 | width: 60em; |
| 53 | padding: 0; |
| 54 | margin: 2em auto 3em auto; |
| 55 | }#lasts div { |
| 56 | text-align: left; |
| 57 | padding: 1em; |
| 58 | }#lasts div h2 { |
| 59 | text-align: center; |
| 60 | margin-bottom: 0.3em; |
| 61 | } |
| 62 | |
| 63 | #news { |
| 64 | position: absolute; |
| 65 | width: 50%; |
| 66 | height: 100%; |
| 67 | right: 50%; |
| 68 | border-right: 1px solid #71643c; |
| 69 | } |
| 70 | |
| 71 | #commands { |
| 72 | margin-left: 50%; |
| 73 | } |
| 74 | |
| 75 | |
| 76 | code { |
| 77 | font-family:Helvetica, sans-serif; |
| 78 | }code.cmd { |
| 79 | font: 1.1em Courier, monospace; |
| 80 | padding: 0 .2em; |
| 81 | background: #eee; |
| 82 | } |
| 83 | |
| 84 | .cmd { |
| 85 | cursor: pointer; |
| 86 | background: #f5f5f5; |
| 87 | }.cmd:hover { |
| 88 | background: #ddd; |
| 89 | } |
| 90 | |
| 91 | var { |
| 92 | color:#70625f; |
| 93 | font-style: normal; |
| 94 | } |
| 95 | |
| 96 | a:link var, a:visited var { |
| 97 | color:#9b685c; |
| 98 | font-style: normal; |
| 99 | } |
| 100 | |
| 101 | /* Footer */ |
| 102 | |
| 103 | #footer { |
| 104 | width: 65em; |
| 105 | background: #91896f; |
| 106 | margin: 2em auto 0 auto; |
| 107 | color: white; |
| 108 | text-align: left; |
| 109 | padding: 1em; |
| 110 | -moz-border-radius-topleft: 0.4em; |
| 111 | -webkit-border-radius-topleft: 0.4em; |
| 112 | -moz-border-radius-topright: 0.4em; |
| 113 | -webkit-border-radius-topright: 0.4em; |
| 114 | } |
| 115 | |
| 116 | |
| 117 | |
| 118 | #footer h2 { |
| 119 | display: inline; |
| 120 | font-size: 1em; |
| 121 | font-weight: bold; |
| 122 | color: white; |
| 123 | } |
| 124 | |
| 125 | #footer a { |
| 126 | color: white; |
| 127 | } |
| 128 | |
| 129 | #footer ul { |
| 130 | margin: 0; |
| 131 | padding: 0; |
| 132 | display: inline; |
| 133 | }#footer ul li { |
| 134 | display: inline; |
| 135 | }#footer ul li:after { |
| 136 | color: #70625f; |
| 137 | content: " |" |
| 138 | }#footer ul li:last-child:after { |
| 139 | content: "" |
| 140 | } |
| 141 | |