moonbridge

view example_webpage.css @ 140:9ca22af4d4b1

Added methods "read_call" and "read_yield"
author jbe
date Fri May 01 01:46:07 2015 +0200 (2015-05-01)
parents 4997e742c81c
children
line source
1 body {
2 background-color: #bfc;
3 font-family: sans-serif;
4 }
6 table {
7 border-spacing: 4px;
8 }
10 table th {
11 text-align: left;
12 }
14 table th, table td {
15 padding: 1ex 0.5em;
16 background: #f0fff4;
17 }
19 table .numeric {
20 text-align: right;
21 }
23 input[type=text] {
24 background: #f0fff4;
25 border: none;
26 }
28 input {
29 padding: 0.5ex 0.5em;
30 }
32 #chat {
33 background: #fff;
34 margin-bottom: 1ex;
35 padding: 0.5ex 0.5em;
36 }
38 #chat .line .name {
39 margin-right: 0.5em;
40 color: #777;
41 }
43 #chat .line .msg {
44 }

Impressum / About Us