moonbridge

diff example_webpage.css @ 0:f6d3b3f70dab

Initial commit
author jbe
date Sun Jan 04 19:30:28 2015 +0100 (2015-01-04)
parents
children 4997e742c81c
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/example_webpage.css	Sun Jan 04 19:30:28 2015 +0100
     1.3 @@ -0,0 +1,31 @@
     1.4 +body {
     1.5 +  background-color: #bfc;
     1.6 +  font-family: sans-serif;
     1.7 +}
     1.8 +
     1.9 +table {
    1.10 +  border-spacing: 4px;
    1.11 +}
    1.12 +
    1.13 +table th {
    1.14 +  text-align: left;
    1.15 +}
    1.16 +
    1.17 +table th, table td {
    1.18 +  padding: 1ex 0.5em;
    1.19 +  background: #f0fff4;
    1.20 +}
    1.21 +
    1.22 +table .numeric {
    1.23 +  text-align: right;
    1.24 +}
    1.25 +
    1.26 +input[type=text] {
    1.27 +  background: #f0fff4;
    1.28 +  border: none;
    1.29 +}
    1.30 +
    1.31 +input {
    1.32 +  padding: 0.5ex 0.5em;
    1.33 +}
    1.34 +

Impressum / About Us