Annotation of comics/comics.css, revision 1.4

1.1       nick        1: html {
                      2:         margin: 0px;
                      3:         padding: 0px;
                      4: }
                      5: 
                      6: body { 
1.4     ! nick        7:     background-image: url("/daily/work/images/backnewsfrench9.jpg");
1.3       nick        8:     background-repeat: repeat;
                      9:     background-position: center center
                     10:     -webkit-background-size: cover;
                     11:     -moz-background-size: cover;
                     12:     -o-background-size: cover;
                     13:     background-size: 100%;
1.1       nick       14: 
1.3       nick       15:     font-family: Tahoma, Geneva, sans-serif;
1.1       nick       16: }
                     17: 
                     18: a:link {color:#082e58;  text-decoration: none; font-weight:normal;}
                     19: a:visited {color:#082e58; font-weight:normal; text-decoration:none;}
                     20: a:hover {color:#0004c8;}
                     21: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>