view style.css @ 48:159f38b83f5f tip

add corrections.
author Robert McIntyre <rlm@mit.edu>
date Sat, 18 Apr 2015 21:20:48 -0700
parents b8d2a1600155
children
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:1em;
49 line-height:2em;
50 }
52 h3{
53 margin-top:1em;
54 }
56 div.money-outer{
57 margin-top:6em;
58 }
60 div.money-inner{
61 border:1px solid black;
62 padding:1em;
63 text-align:center;
64 width:400px;
65 margin-left:auto;
66 margin-right:auto;
67 font-size:18px;
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 }
91 p.credit{
92 font-size:10px;
93 text-align:right;
94 }
96 div.huge-obnoxious {
97 font-size:60px;
98 margin-left:auto;
99 margin-right:auto;
100 text-align:center;
101 color:#12CC55;