File:  [Local Repository] / comics / comics.css
Revision 1.3: download - view: text, annotated - select for diffs
Thu Feb 5 18:05:58 2015 UTC (9 years, 8 months ago) by nick
Branches: MAIN
CVS tags: HEAD
Changed the background and added a fancy title.

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

body { 
    background-image: url("http://demandred.dyndns.org/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>