Skip to content
This repository has been archived by the owner on Mar 9, 2024. It is now read-only.

Commit

Permalink
whoops adding css
Browse files Browse the repository at this point in the history
  • Loading branch information
shiffman committed Sep 4, 2012
1 parent e358fc0 commit eb7fe41
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 2 deletions.
3 changes: 1 addition & 2 deletions index.html
Expand Up @@ -7,8 +7,7 @@
<meta name="description" content="Learning Processing" />
<meta name="keywords" content="Dan Shiffman programming processing art computer java" />
<meta name="copyright" content="Copyright &copy; 2008 Dan Shiffman. All Rights Reserved."/>
<script type="text/javascript" src="../lib/js/core.js"></script>
<link href="../lib/css/screen.css" rel="stylesheet" type="text/css" media="screen" />
<link href="temp.css" rel="stylesheet" type="text/css" media="screen" />
</head>
<body>
<form name="form" id="form" method="post" onsubmit="return false" action="http://scripts.dreamhost.com/add_list.cgi">
Expand Down
57 changes: 57 additions & 0 deletions 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;
}

0 comments on commit eb7fe41

Please sign in to comment.