]> asedeno.scripts.mit.edu Git - bluechips.git/blob - bluechips/public/css/main.css
added a 'My Share' column to lists of expenditures
[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.list {
40     border-collapse: collapse;
41     width: 100%;
42     margin: 10px 0;
43 }
44 table.list th {
45     text-align: left;
46     padding: 2px 5px;
47     border-bottom: 1px solid #bbb;
48 }
49 table.list td {
50     padding: 2px 5px;
51     vertical-align: top;
52 }
53 table.list td.date {
54     width: 90px;
55 }
56 table.list td.user {
57     width: 110px;
58 }
59 table.list td.amount {
60     width: 90px;
61 }
62 table.list td.share {
63     width: 90px;
64 }
65 #totals {
66     margin-bottom: 10px;
67 }
68 #totals th {
69     text-align: right;
70 }
71 #balance {
72     margin-bottom: 10px;
73 }
74 #balance th {
75     text-align: left;
76 }
77 td.labelcol {
78     text-align: right;
79     font-weight: bold;
80 }
81 tr.user-not-involved {
82     color: #aaa;
83 }
84 div.flash {
85     margin: 10px 0;
86     padding: 0.5em;
87     font-weight: bold;
88     background: #fffa98;
89     border: 1px solid #e6e000;
90 }
91 div.flash ul {
92     margin-bottom: 0;
93 }