]> asedeno.scripts.mit.edu Git - bluechips.git/blob - bluechips/public/css/main.css
added ability to switch back and forth between mobile and non-mobile interface on iphone
[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 table.list td {
60     vertical-align: top;
61 }
62 table.list td.date {
63     width: 90px;
64 }
65 table.list td.user {
66     width: 110px;
67 }
68 table.list td.amount {
69     width: 90px;
70 }
71 table.list td.share {
72     width: 90px;
73 }
74 #totals {
75     margin-bottom: 10px;
76 }
77 #totals th {
78     text-align: right;
79 }
80 #totals th.scope {
81     text-align: left;
82     padding: 2px 15px;
83 }
84 #totals .scope {
85     border-bottom: 1px solid #bbb;
86 }
87 #totals td {
88     padding: 2px 15px;
89 }
90 #balance {
91     margin-bottom: 10px;
92 }
93 #balance th {
94     text-align: left;
95 }
96 td.labelcol {
97     text-align: right;
98     font-weight: bold;
99 }
100 tr.user-not-involved {
101     color: #aaa;
102 }
103 div.flash {
104     margin: 10px 0;
105     padding: 0.5em;
106     font-weight: bold;
107     background: #fffa98;
108     border: 1px solid #e6e000;
109 }
110 div.flash ul {
111     margin-bottom: 0;
112 }
113 span.error-message {
114     font-weight: bold;
115     color: #f00;
116 }
117 input.currency {
118     padding-left: 10px;
119     background-image: url(/icons/currency-small.png);
120     background-repeat: no-repeat;
121     background-position: center left;
122 }
123 span.see-all {
124     font-size: 0.7em;
125 }
126 #mobile {
127     padding: 5px;
128     font-weight: bold;
129     border-bottom: 1px solid #bbb;
130 }