view style.css @ 13:b8b4b137e7e2

emphasized price.
author Robert McIntyre <rlm@mit.edu>
date Sun, 08 Jul 2012 19:33:54 -0500
parents c71332685761
children 9567495a4c3e
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 }
56 div.money-inner{
57 border:1px solid black;
58 padding:1em;
59 text-align:center;
60 width:400px;
61 margin-left:auto;
62 margin-right:auto;
63 font-size:18px;
64 }
66 div.money-outer{
67 margin-top:2em;
68 }
70 em.money{
71 color:#115511;
72 font-size:25px;
73 }
75 table.choices {
76 width:30em;
77 margin:1.5em auto;
78 border-spacing:0px;
79 }
80 .choices td,em {
81 color:#a0c;
82 font-style:normal;
83 }
85 .snapshot {
86 display:block;
87 margin:.75em auto;
88 }