view style.css @ 10:0af8687de6f6

beginning image resize.
author Robert McIntyre <rlm@mit.edu>
date Sun, 08 Jul 2012 18:26:09 -0500
parents eede9c0c9e58
children 3e6679506149
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 height:180px;
38 margin:0 .5em;
39 }
41 .header{
42 text-align:center;
43 margin-bottom:3em;
44 }
46 h1,h2,h3,h4,h5,h6,a{
47 color:#00c;
48 color:#0184df;
49 margin-top:3em;
50 }
54 table.choices {
55 width:30em;
56 margin:1.5em auto;
57 border-spacing:0px;
58 }
59 .choices td,em {
60 color:#a0c;
61 font-style:normal;
63 }
65 .snapshot {
66 height:24em;
67 display:block;
68 margin:.75em auto;
69 }