File:  [Local Repository] / comics / comics.css
Revision 1.4: download - view: text, annotated - select for diffs
Wed Jun 10 21:14:31 2020 UTC (3 years, 11 months ago) by nick
Branches: MAIN
CVS tags: HEAD
Updated for w3 validation.

html {
        margin: 0px;
        padding: 0px;
}

body { 
    background-image: url("/daily/work/images/backnewsfrench9.jpg");
    background-repeat: repeat;
    background-position: center center
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100%;

    font-family: Tahoma, Geneva, sans-serif;
}

a:link {color:#082e58;  text-decoration: none; font-weight:normal;}
a:visited {color:#082e58; font-weight:normal; text-decoration:none;}
a:hover {color:#0004c8;}


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