]> asedeno.scripts.mit.edu Git - bluechips.git/blob - bluechips/public/css/main.css
Right align total debit/credit on status pages
[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 #totals {
86     margin-bottom: 10px;
87 }
88 #totals th {
89     text-align: right;
90 }
91 #totals th.scope {
92     text-align: right;
93     padding: 2px 15px;
94 }
95 #totals .scope {
96     border-bottom: 1px solid #bbb;
97 }
98 #totals td {
99     padding: 2px 15px;
100     text-align: right;
101 }
102 #balance {
103     margin-bottom: 10px;
104 }
105 #balance th {
106     text-align: left;
107 }
108
109 #balance td.amount {
110     text-align: right;
111 }
112 #balance th.amount {
113     text-align: right;
114 }
115
116 td.labelcol {
117     text-align: right;
118     font-weight: bold;
119 }
120 tr.user-not-involved {
121     color: #aaa;
122 }
123 div.flash {
124     margin: 10px 0;
125     padding: 0.5em;
126     font-weight: bold;
127     background: #fffa98;
128     border: 1px solid #e6e000;
129 }
130 div.flash ul {
131     margin-bottom: 0;
132 }
133 span.error-message {
134     font-weight: bold;
135     color: #f00;
136 }
137 input.currency {
138     padding-left: 10px;
139     background-image: url(../icons/currency-small.png);
140     background-repeat: no-repeat;
141     background-position: center left;
142 }
143 span.see-all {
144     font-size: 0.7em;
145 }
146 #mobile {
147     padding: 5px;
148     font-weight: bold;
149     border-bottom: 1px solid #bbb;
150 }