changeset 1:c749eccf9edc

add .css files
author paulo@twcdns.fastsearch.net
date Wed, 21 Jul 2010 01:02:20 -0700
parents 561c0b0f3234
children ff6cf071c65c
files index.css pics/index.css thule_fit_kits/index.css
diffstat 3 files changed, 50 insertions(+), 0 deletions(-) [+]
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 +}
     2.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     2.2 +++ b/pics/index.css	Wed Jul 21 01:02:20 2010 -0700
     2.3 @@ -0,0 +1,6 @@
     2.4 +@import "/index.css";
     2.5 +
     2.6 +img
     2.7 +{
     2.8 +	border-width: 0px;
     2.9 +}
     3.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     3.2 +++ b/thule_fit_kits/index.css	Wed Jul 21 01:02:20 2010 -0700
     3.3 @@ -0,0 +1,13 @@
     3.4 +@import "/index.css";
     3.5 +
     3.6 +a
     3.7 +{
     3.8 +	font-weight: bold;
     3.9 +	font-size: 200%;
    3.10 +}
    3.11 +
    3.12 +td
    3.13 +{
    3.14 +	border-top-style: dashed;
    3.15 +	border-width: 1px;
    3.16 +}