forked from nje/jquery-datalink
-
Notifications
You must be signed in to change notification settings - Fork 1
/
demo-contacts.css
41 lines (40 loc) · 939 Bytes
/
demo-contacts.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
/*
css adapted from:
http://veerle.duoh.com/blog/comments/a_css_styled_table/
*/
a {
color: #6D929B;
}
.contacts {
border: 1px solid #C1DAD7
}
.contacts td {
border-right: 1px solid #C1DAD7;
border-bottom: 1px solid #C1DAD7;
padding: 6px 6px 6px 12px;
color: #6D929B;
vertical-align: middle;
}
.contacts th {
border-right: 1px solid #C1DAD7;
border-bottom: 1px solid #C1DAD7;
border-top: 1px solid #C1DAD7;
letter-spacing: 2px;
text-transform: uppercase;
text-align: left;
padding: 6px 6px 6px 12px;
}
.agebar {
color: #000000;
background-color: #8888FF;
text-align: center;
font-weight: bold;
border: solid 1px blue;
width: 2em;
height: 25px;
}
.phones td, .phones th {
border: none;
padding: 2px 2px 2px 4px;
vertical-align: top;
}