From eb7fe41e63ac51c327d4baaa74d0836b6e424383 Mon Sep 17 00:00:00 2001 From: Daniel Shiffman Date: Tue, 4 Sep 2012 17:04:00 -0400 Subject: [PATCH] whoops adding css --- index.html | 3 +-- temp.css | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+), 2 deletions(-) create mode 100644 temp.css diff --git a/index.html b/index.html index 6e2885b..6f42e51 100644 --- a/index.html +++ b/index.html @@ -7,8 +7,7 @@ - - +
diff --git a/temp.css b/temp.css new file mode 100644 index 0000000..26e72ce --- /dev/null +++ b/temp.css @@ -0,0 +1,57 @@ +body,td,th { + font:14px/18px Verdana, Helvetica, sans-serif; + color: #FFFFFF; +} +body { + background-color:#eb106a; + /*background-image: url(../img/bgd.jpg);*/ + margin: 0; + padding:0; +} +img{border:0} +img, div { behavior: url(../js/iepngfix.htc) } +a{color:#ffea00;} +#bar{ + height:320px; + margin-top:125px; + background-color: #da4f76; + /*background:url(../img/barbgd.png);*/ +} +.holder{ + width:1000px; + margin:0 auto; +} +#col1{ + margin:40px 0 0 115px; + width:345px; + float:left; +} +#col2{ + margin:40px 0 0 0; + width:500px; + padding-right:40px; + float:right; +} +#buttons{margin-top:20px;} +#teaser{ + width:147px; + height:118px; + position:absolute; + margin-left:-50px; + top:370px; +} +#emailbox{ + width:427px; + height:41px; + margin-left:0px; + padding:5px 0px; + /*background:url(../img/emailbox_bgd.gif) no-repeat;*/ + background-color: #da4f76 +} +#emailbox table{margin:0 auto;} +td{ + padding:2px 5px; +} +.clearer{ + clear:both; +} \ No newline at end of file