]> asedeno.scripts.mit.edu Git - bluechips.git/blob - bluechips/public/css/main.css
Changed currency fields to be right-aligned.
[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
113 td.labelcol {
114     text-align: right;
115     font-weight: bold;
116 }
117 tr.user-not-involved {
118     color: #aaa;
119 }
120 div.flash {
121     margin: 10px 0;
122     padding: 0.5em;
123     font-weight: bold;
124     background: #fffa98;
125     border: 1px solid #e6e000;
126 }
127 div.flash ul {
128     margin-bottom: 0;
129 }
130 span.error-message {
131     font-weight: bold;
132     color: #f00;
133 }
134 input.currency {
135     padding-left: 10px;
136     background-image: url(../icons/currency-small.png);
137     background-repeat: no-repeat;
138     background-position: center left;
139 }
140 span.see-all {
141     font-size: 0.7em;
142 }
143 #mobile {
144     padding: 5px;
145     font-weight: bold;
146     border-bottom: 1px solid #bbb;
147 }