jbe@0: body { jbe@0: background-color: #bfc; jbe@0: font-family: sans-serif; jbe@0: } jbe@0: jbe@0: table { jbe@0: border-spacing: 4px; jbe@0: } jbe@0: jbe@0: table th { jbe@0: text-align: left; jbe@0: } jbe@0: jbe@0: table th, table td { jbe@0: padding: 1ex 0.5em; jbe@0: background: #f0fff4; jbe@0: } jbe@0: jbe@0: table .numeric { jbe@0: text-align: right; jbe@0: } jbe@0: jbe@0: input[type=text] { jbe@0: background: #f0fff4; jbe@0: border: none; jbe@0: } jbe@0: jbe@0: input { jbe@0: padding: 0.5ex 0.5em; jbe@0: } jbe@0: bsw@121: #chat { bsw@121: background: #fff; bsw@121: margin-bottom: 1ex; bsw@121: padding: 0.5ex 0.5em; bsw@121: } bsw@121: bsw@121: #chat .line .name { bsw@121: margin-right: 0.5em; bsw@121: color: #777; bsw@121: } bsw@121: bsw@121: #chat .line .msg { bsw@121: }