# HG changeset patch # User paulo@twcdns.fastsearch.net # Date 1279699340 25200 # Node ID c749eccf9edcb0736991085c60a752ee605381c4 # Parent 561c0b0f3234426d603a1c5e4a8809df365f4240 add .css files diff -r 561c0b0f3234 -r c749eccf9edc index.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/index.css Wed Jul 21 01:02:20 2010 -0700 @@ -0,0 +1,31 @@ +body +{ + background-color: #111; + color: #ccc; +} + +a:link +{ + color: #831; +} + +a:visited +{ + color: gray; +} + +dt +{ + padding-top: 15px; +} + +div.index_date +{ + font-size: small; + color: #666; +} + +div.email +{ + font-size: small; +} diff -r 561c0b0f3234 -r c749eccf9edc pics/index.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/pics/index.css Wed Jul 21 01:02:20 2010 -0700 @@ -0,0 +1,6 @@ +@import "/index.css"; + +img +{ + border-width: 0px; +} diff -r 561c0b0f3234 -r c749eccf9edc thule_fit_kits/index.css --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/thule_fit_kits/index.css Wed Jul 21 01:02:20 2010 -0700 @@ -0,0 +1,13 @@ +@import "/index.css"; + +a +{ + font-weight: bold; + font-size: 200%; +} + +td +{ + border-top-style: dashed; + border-width: 1px; +}