-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.css
89 lines (67 loc) · 1.12 KB
/
contact.css
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
/**************************** page content ***************************/
#infocontainer{
max-width: 720px;
/* http://www.svendtofte.com/code/max_width_in_ie/ */
width: expression(document.body.clientWidth > 720? "720px": "auto");
margin: 0px auto;
padding: 20px 0px;
text-align: left;
}
.name{
width: 25%;
float: left;
clear: none;
}
.phone{
width: 25%;
float: left;
clear: none;
}
/**************************** table styles ***************************/
table{
width:760px;
border-collapse:collapse;
}
tr{
padding: 25px;
font-weight: bold;
}
td{
text-align: left;
border-bottom: 25px solid #8BDD3A;
}
.one{
width: 180px;
background: #4BB400;
padding: 4px;
padding-left: 10px;
}
.two{
width: auto;
background: #4BB400;
color: black;
padding: 4px;
}
.three{
width: 158px;
background: #4BB400;
color: black;
padding: 4px;
}
/************************** links ****************************/
a:link, a:visited{
color: white;
/*color: #0000EE;*/
text-decoration: none;
display: block;
}
table a:hover{
background: white;
color: #2D6400;
}
#sort a{
display: inline;
}
#sort a:hover{
color: black;
}