comparison 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
comparison
equal deleted inserted replaced
12:c71332685761 13:b8b4b137e7e2
13 background:#fdc; 13 background:#fdc;
14 14
15 } 15 }
16 16
17 #border { 17 #border {
18 border:1.5em solid #fdb; 18 border:1.5em solid #ffddbb;
19 background:white; 19 background:white;
20 width:700px; 20 width:700px;
21 width:40em; 21 width:40em;
22 margin:0px auto; 22 margin:0px auto;
23 padding:1.5em 4.5em; 23 padding:1.5em 4.5em;
24 border-color:#f56; 24 border-color:#ff5566;
25 border-right-color:#8f2; 25 border-right-color:#88ff22;
26 border-top-color:#fc0; 26 border-top-color:#ffcc00;
27 border-bottom-color:#0184df; 27 border-bottom-color:#0184df;
28 28
29 } 29 }
30 30
31 31
51 h3{ 51 h3{
52 margin-top:1em; 52 margin-top:1em;
53 } 53 }
54 54
55 55
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 }
65
66 div.money-outer{
67 margin-top:2em;
68 }
69
70 em.money{
71 color:#115511;
72 font-size:25px;
73 }
74
56 table.choices { 75 table.choices {
57 width:30em; 76 width:30em;
58 margin:1.5em auto; 77 margin:1.5em auto;
59 border-spacing:0px; 78 border-spacing:0px;
60 } 79 }
65 84
66 .snapshot { 85 .snapshot {
67 display:block; 86 display:block;
68 margin:.75em auto; 87 margin:.75em auto;
69 } 88 }
89