raychat.css in Raychat trunk, at raychat.css
| 1 | p.gray{ |
| 2 | color: #808080; |
| 3 | } |
| 4 | |
| 5 | div.gray_form { |
| 6 | background-color: #ebebeb; |
| 7 | padding: 20px; |
| 8 | max-width: 1000px; |
| 9 | } |
| 10 | div.gray_form p{ |
| 11 | color: #666666; |
| 12 | max-width:500px; |
| 13 | } |
| 14 | td.gray div{ |
| 15 | max-width: 400px; |
| 16 | color: #666666; |
| 17 | float: left; |
| 18 | } |
| 19 | |
| 20 | td.input { |
| 21 | max-width: 27em; |
| 22 | } |
| 23 | |
| 24 | div.success { |
| 25 | background: url("img/success.png") no-repeat scroll left center transparent; |
| 26 | font-size: 110%; |
| 27 | font-weight: bold; |
| 28 | margin-left: 10px; |
| 29 | max-width: 500px; |
| 30 | padding: 20px 20px 20px 80px; |
| 31 | margin-bottom: 15px; |
| 32 | } |
| 33 | p.small { |
| 34 | font-size: 70%; |
| 35 | } |
| 36 | input.regular-text{ |
| 37 | width: 18em; |
| 38 | } |
| 39 | .form-table td { |
| 40 | vertical-align: top; |
| 41 | } |