]> asedeno.scripts.mit.edu Git - bluechips.git/blob - bluechips/public/css/main.css
style flash messages more obviously
[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 #balance {
69     margin-bottom: 10px;
70 }
71 #balance th {
72     text-align: left;
73 }
74 td.labelcol {
75     text-align: right;
76     font-weight: bold;
77 }
78 tr.user-not-involved {
79     color: #aaa;
80 }
81 div.flash {
82     margin: 10px 0;
83     padding: 0.5em;
84     font-weight: bold;
85     background: #fffa98;
86     border: 1px solid #e6e000;
87 }
88 div.flash ul {
89     margin-bottom: 0;
90 }