diff index.css @ 1:c749eccf9edc

add .css files
author paulo@twcdns.fastsearch.net
date Wed, 21 Jul 2010 01:02:20 -0700
parents
children b1038ce571d3
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/index.css	Wed Jul 21 01:02:20 2010 -0700
     1.3 @@ -0,0 +1,31 @@
     1.4 +body
     1.5 +{
     1.6 +	background-color: #111;
     1.7 +	color: #ccc;
     1.8 +}
     1.9 +
    1.10 +a:link
    1.11 +{
    1.12 +	color: #831;
    1.13 +}
    1.14 +
    1.15 +a:visited
    1.16 +{
    1.17 +	color: gray;
    1.18 +}
    1.19 +
    1.20 +dt
    1.21 +{
    1.22 +	padding-top: 15px;
    1.23 +}
    1.24 +
    1.25 +div.index_date
    1.26 +{
    1.27 +	font-size: small;
    1.28 +	color: #666;
    1.29 +}
    1.30 +
    1.31 +div.email
    1.32 +{
    1.33 +	font-size: small;
    1.34 +}