view style.css @ 11:3e6679506149

resized many pictures.
author Robert McIntyre <rlm@mit.edu>
date Sun, 08 Jul 2012 18:42:18 -0500
parents 0af8687de6f6
children c71332685761
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 #fdb;
19 background:white;
20 width:700px;
21 width:40em;
22 margin:0px auto;
23 padding:1.5em 4.5em;
24 border-color:#f56;
25 border-right-color:#8f2;
26 border-top-color:#fc0;
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 table.choices {
57 width:30em;
58 margin:1.5em auto;
59 border-spacing:0px;
60 }
61 .choices td,em {
62 color:#a0c;
63 font-style:normal;
64 }
66 .snapshot {
67 height:24em;
68 display:block;
69 margin:.75em auto;
70 }