diff style.css @ 4:eede9c0c9e58

initial redesign
author Dylan Holmes <ocsenave@gmail.com>
date Fri, 06 Jul 2012 21:36:02 -0500
parents bd8cb2d399ed
children 0af8687de6f6
line wrap: on
line diff
     1.1 --- a/style.css	Thu Jul 05 17:18:43 2012 -0500
     1.2 +++ b/style.css	Fri Jul 06 21:36:02 2012 -0500
     1.3 @@ -0,0 +1,77 @@
     1.4 +body{
     1.5 +
     1.6 +    
     1.7 +    font:14px Helvetica,Arial,sans-serif;
     1.8 +    line-height:1.5em;
     1.9 +    color:#333;
    1.10 +    /*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");*/
    1.11 +    background:#acf;
    1.12 +    text-align:justify;
    1.13 +    font-weight:bold;
    1.14 +    color:#555;
    1.15 +
    1.16 +    background:#fdc;
    1.17 +
    1.18 +}
    1.19 +
    1.20 +#border {
    1.21 +    border:1.5em solid #fdb;
    1.22 +    background:white;
    1.23 +    width:700px;
    1.24 +    width:40em;
    1.25 +    margin:0px auto;
    1.26 +    padding:1.5em 4.5em;
    1.27 +    border-color:#f56;
    1.28 +    border-right-color:#8f2;
    1.29 +    border-top-color:#fc0;
    1.30 +    border-bottom-color:#0184df;
    1.31 +
    1.32 +}
    1.33 +
    1.34 +
    1.35 +div.folio {
    1.36 +    border-bottom:0em solid #ffc;
    1.37 +}
    1.38 +.folio img {
    1.39 +    height:132px;
    1.40 +    height:180px;
    1.41 +    height:108px;
    1.42 +    height:144px;
    1.43 +    margin:0 .5em;
    1.44 +}
    1.45 +
    1.46 +.header{
    1.47 +    text-align:center;
    1.48 +    margin-bottom:3em;
    1.49 +}
    1.50 +#logo {
    1.51 +    height:4.5em;
    1.52 +
    1.53 +}
    1.54 +
    1.55 +h1,h2,h3,h4,h5,h6,a{
    1.56 +    color:#00c;
    1.57 +    color:#0184df;
    1.58 +    margin-top:3em;
    1.59 +}
    1.60 +
    1.61 +
    1.62 +
    1.63 +table.choices {
    1.64 +
    1.65 +    width:30em;
    1.66 +    margin:1.5em auto;
    1.67 +    border-spacing:0px;
    1.68 +}
    1.69 +.choices td,em {
    1.70 +    color:#a0c;
    1.71 +    font-style:normal;
    1.72 +
    1.73 +}
    1.74 +
    1.75 +
    1.76 +.snapshot {
    1.77 +    height:24em;
    1.78 +    display:block;
    1.79 +    margin:.75em auto;
    1.80 +}
    1.81 \ No newline at end of file