]> asedeno.scripts.mit.edu Git - bluechips.git/blob - bluechips/public/css/main.css
ripped out toscawidgets, replaced with formencode, put split editing on main expendit...
[bluechips.git] / bluechips / public / css / main.css
1 body {
2     font-family: "Lucida Grande", helvetica, arial, sans-serif;
3     font-size: 0.9em;
4     width: 700px;
5 }
6 strong {
7     font-weight: bold;
8 }
9 em {
10     font-style: italic;
11 }
12 a {
13     color: #068600;
14 }
15 h1.title {
16     font-size: 1.5em;
17     width: 140px;
18 }
19 a:link {
20     text-decoration: none;
21 }
22 a:visited {
23     text-decoration: none;
24 }
25 .bluechips {
26     color: #00a;
27 }
28 #nav {
29     text-align: center;
30 }
31 #nav td {
32     padding: 5px 20px;
33 }
34 div.block {
35     margin: 10px 0;
36     padding: 0 10px;
37     border-bottom: 1px solid #bbb;
38 }
39 table.form th {
40     text-align: right;
41 }
42 table.list {
43     border-collapse: collapse;
44     width: 100%;
45     margin: 10px 0;
46 }
47 table.list th {
48     text-align: left;
49     padding: 2px 5px;
50     border-bottom: 1px solid #bbb;
51 }
52 table.list td {
53     padding: 2px 5px;
54     vertical-align: top;
55 }
56 table.list td.date {
57     width: 90px;
58 }
59 table.list td.user {
60     width: 110px;
61 }
62 table.list td.amount {
63     width: 90px;
64 }
65 table.list td.share {
66     width: 90px;
67 }
68 #totals {
69     margin-bottom: 10px;
70 }
71 #totals th {
72     text-align: right;
73 }
74 #balance {
75     margin-bottom: 10px;
76 }
77 #balance th {
78     text-align: left;
79 }
80 td.labelcol {
81     text-align: right;
82     font-weight: bold;
83 }
84 tr.user-not-involved {
85     color: #aaa;
86 }
87 div.flash {
88     margin: 10px 0;
89     padding: 0.5em;
90     font-weight: bold;
91     background: #fffa98;
92     border: 1px solid #e6e000;
93 }
94 div.flash ul {
95     margin-bottom: 0;
96 }