]> asedeno.scripts.mit.edu Git - bluechips.git/blob - bluechips/public/css/main.css
Tags that are associated with any expenditures are automatically pruned
[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: #002286;
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 15px;
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 {
46     margin-bottom: 10px;
47 }
48 table.form th {
49     text-align: right;
50 }
51 table.list {
52     width: 100%;
53     margin: 10px 0;
54 }
55 table.list th {
56     text-align: left;
57     border-bottom: 1px solid #bbb;
58 }
59
60 table.list th.amount {
61     text-align: right;
62 }
63
64 table.list th.share {
65     text-align: right;
66 }
67
68 table.list td {
69     vertical-align: top;
70 }
71 table.list td.date {
72     width: 90px;
73 }
74 table.list td.user {
75     width: 110px;
76 }
77 table.list td.amount {
78     width: 90px;
79     text-align: right;
80 }
81 table.list td.share {
82     width: 90px;
83     text-align: right;
84 }
85 table.list td.editlink {
86     width: 30px;
87 }
88 #totals {
89     margin-bottom: 10px;
90 }
91 #totals th {
92     text-align: right;
93 }
94 #totals th.scope {
95     text-align: right;
96     padding: 2px 15px;
97 }
98 #totals .scope {
99     border-bottom: 1px solid #bbb;
100 }
101 #totals td {
102     padding: 2px 15px;
103     text-align: right;
104 }
105 #balance {
106     margin-bottom: 10px;
107 }
108 #balance th {
109     text-align: left;
110 }
111
112 #balance td.amount {
113     text-align: right;
114 }
115 #balance th.amount {
116     text-align: right;
117 }
118
119 td.labelcol {
120     text-align: right;
121     font-weight: bold;
122 }
123 tr.user-not-involved {
124     color: #aaa;
125 }
126 div.flash {
127     margin: 10px 0;
128     padding: 0.5em;
129     font-weight: bold;
130     background: #fffa98;
131     border: 1px solid #e6e000;
132 }
133 div.flash ul {
134     margin-bottom: 0;
135 }
136 span.error-message {
137     font-weight: bold;
138     color: #f00;
139 }
140 input.currency {
141     padding-left: 10px;
142     background-image: url(../icons/currency-small.png);
143     background-repeat: no-repeat;
144     background-position: center left;
145 }
146 span.see-all {
147     font-size: 0.7em;
148 }
149 #mobile {
150     padding: 5px;
151     font-weight: bold;
152     border-bottom: 1px solid #bbb;
153 }