view style.css @ 17:39200fe70eef

added credits for Robert and Dylan.
author Robert McIntyre <rlm@mit.edu>
date Sun, 08 Jul 2012 21:47:42 -0500
parents 9567495a4c3e
children b8d2a1600155
line wrap: on
line source
1 body{
4 font:14px Helvetica,Arial,sans-serif;
5 line-height:1.5em;
6 color:#333;
7 /*background:#acf url("http://image.shutterstock.com/display_pic_with_logo/601885/601885,1304021351,4/stock-vector-vector-splatter-paint-brush-abstract-seamless-background-splash-splotch-stain-art-blob-blot-76157275.jpg");*/
8 background:#acf;
9 text-align:justify;
10 font-weight:bold;
11 color:#555;
13 background:#fdc;
15 }
17 #border {
18 border:1.5em solid #ffddbb;
19 background:white;
20 width:700px;
21 width:40em;
22 margin:0px auto;
23 padding:1.5em 4.5em;
24 border-color:#ff5566;
25 border-right-color:#88ff22;
26 border-top-color:#ffcc00;
27 border-bottom-color:#0184df;
29 }
32 div.folio {
33 border-bottom:0em solid #ffc;
34 }
36 .folio img {
37 margin:1em .5em;
38 }
40 .header{
41 text-align:center;
42 margin-bottom:3em;
43 }
45 h1,h2,h3,h4,h5,h6,a{
46 color:#00c;
47 color:#0184df;
48 margin-top:3em;
49 }
51 h3{
52 margin-top:1em;
53 }
55 div.money-outer{
56 margin-top:6em;
57 }
59 div.money-inner{
60 border:1px solid black;
61 padding:1em;
62 text-align:center;
63 width:400px;
64 margin-left:auto;
65 margin-right:auto;
66 font-size:18px;
67 }
69 em.money{
70 color:#115511;
71 font-size:25px;
72 }
74 table.choices {
75 width:30em;
76 margin:1.5em auto;
77 border-spacing:0px;
78 }
79 .choices td,em {
80 color:#a0c;
81 font-style:normal;
82 }
84 .snapshot {
85 display:block;
86 margin:.75em auto;
87 }
90 p.credit{
91 font-size:10px;
92 text-align:right;
93 }