]> asedeno.scripts.mit.edu Git - bluechips.git/blobdiff - bluechips/public/css/main.css
big interface overhaul, doesn't really add any new features yet
[bluechips.git] / bluechips / public / css / main.css
index 963dcbd75695bf741f4202b4aecab0e1d9fd4248..3897fe07ef78883ee2ca7ae1efb450494b077b9a 100644 (file)
@@ -1,3 +1,71 @@
+body {
+    font-family: "Lucida Grande", helvetica, arial, sans-serif;
+    font-size: 0.9em;
+    width: 700px;
+}
+strong {
+    font-weight: bold;
+}
+em {
+    font-style: italic;
+}
+a {
+    color: #068600;
+}
+h1.title {
+    font-size: 1.5em;
+    width: 140px;
+}
+a:link {
+    text-decoration: none;
+}
+a:visited {
+    text-decoration: none;
+}
 .bluechips {
     color: #00a;
 }
+#nav {
+    text-align: center;
+}
+#nav td {
+    padding: 5px 20px;
+}
+div.block {
+    margin: 10px 0;
+    padding: 0 10px;
+    border-bottom: 1px solid #bbb;
+}
+table.list {
+    border-collapse: collapse;
+    width: 100%;
+    margin: 10px 0;
+}
+table.list th {
+    text-align: left;
+    padding: 2px 5px;
+    border-bottom: 1px solid #bbb;
+}
+table.list td {
+    padding: 2px 5px;
+    vertical-align: top;
+}
+table.list td.date {
+    width: 90px;
+}
+table.list td.user {
+    width: 110px;
+}
+table.list td.amount {
+    width: 90px;
+}
+#totals {
+    margin-bottom: 10px;
+}
+#totals th {
+    text-align: right;
+}
+td.labelcol {
+    text-align: right;
+    font-weight: bold;
+}