moonbridge

annotate example_webpage.css @ 127:37532927dba9

Introduced new proto "main" to allow for a main thread
author jbe
date Tue Apr 14 19:30:53 2015 +0200 (2015-04-14)
parents 4997e742c81c
children
rev   line source
jbe@0 1 body {
jbe@0 2 background-color: #bfc;
jbe@0 3 font-family: sans-serif;
jbe@0 4 }
jbe@0 5
jbe@0 6 table {
jbe@0 7 border-spacing: 4px;
jbe@0 8 }
jbe@0 9
jbe@0 10 table th {
jbe@0 11 text-align: left;
jbe@0 12 }
jbe@0 13
jbe@0 14 table th, table td {
jbe@0 15 padding: 1ex 0.5em;
jbe@0 16 background: #f0fff4;
jbe@0 17 }
jbe@0 18
jbe@0 19 table .numeric {
jbe@0 20 text-align: right;
jbe@0 21 }
jbe@0 22
jbe@0 23 input[type=text] {
jbe@0 24 background: #f0fff4;
jbe@0 25 border: none;
jbe@0 26 }
jbe@0 27
jbe@0 28 input {
jbe@0 29 padding: 0.5ex 0.5em;
jbe@0 30 }
jbe@0 31
bsw@121 32 #chat {
bsw@121 33 background: #fff;
bsw@121 34 margin-bottom: 1ex;
bsw@121 35 padding: 0.5ex 0.5em;
bsw@121 36 }
bsw@121 37
bsw@121 38 #chat .line .name {
bsw@121 39 margin-right: 0.5em;
bsw@121 40 color: #777;
bsw@121 41 }
bsw@121 42
bsw@121 43 #chat .line .msg {
bsw@121 44 }

Impressum / About Us