]> asedeno.scripts.mit.edu Git - bluechips.git/blob - bluechips/public/css/main.css
emphasize transactions that the logged-in user is part of, deemphasize others
[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 #totals {
63     margin-bottom: 10px;
64 }
65 #totals th {
66     text-align: right;
67 }
68 td.labelcol {
69     text-align: right;
70     font-weight: bold;
71 }
72 tr.user-not-involved {
73     color: #aaa;
74 }