forked from nature-of-code/Nature-of-Code-Website-Archive
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtemp.css
More file actions
57 lines (57 loc) · 912 Bytes
/
temp.css
File metadata and controls
57 lines (57 loc) · 912 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
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;
}