]> asedeno.scripts.mit.edu Git - bluechips.git/blob - bluechips/public/css/main.css
added more 'my share' scope to status dashboard
[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 table {
35     border-collapse: collapse;
36 }
37 th, td {
38     padding: 2px 5px;
39 }
40 div.block {
41     margin: 10px 0;
42     padding: 0 10px;
43     border-bottom: 1px solid #bbb;
44 }
45 table.form th {
46     text-align: right;
47 }
48 table.list {
49     width: 100%;
50     margin: 10px 0;
51 }
52 table.list th {
53     text-align: left;
54     border-bottom: 1px solid #bbb;
55 }
56 table.list td {
57     vertical-align: top;
58 }
59 table.list td.date {
60     width: 90px;
61 }
62 table.list td.user {
63     width: 110px;
64 }
65 table.list td.amount {
66     width: 90px;
67 }
68 table.list td.share {
69     width: 90px;
70 }
71 #totals {
72     margin-bottom: 10px;
73 }
74 #totals th {
75     text-align: right;
76 }
77 #totals th.scope {
78     text-align: left;
79     padding: 2px 15px;
80 }
81 #totals .scope {
82     border-bottom: 1px solid #bbb;
83 }
84 #totals td {
85     padding: 2px 15px;
86 }
87 #balance {
88     margin-bottom: 10px;
89 }
90 #balance th {
91     text-align: left;
92 }
93 td.labelcol {
94     text-align: right;
95     font-weight: bold;
96 }
97 tr.user-not-involved {
98     color: #aaa;
99 }
100 div.flash {
101     margin: 10px 0;
102     padding: 0.5em;
103     font-weight: bold;
104     background: #fffa98;
105     border: 1px solid #e6e000;
106 }
107 div.flash ul {
108     margin-bottom: 0;
109 }
110 span.error-message {
111     font-weight: bold;
112     color: #f00;
113 }
114 input.currency {
115     padding-left: 10px;
116     background-image: url(/icons/currency-small.png);
117     background-repeat: no-repeat;
118     background-position: center left;
119 }