-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
124 lines (101 loc) · 1.63 KB
/
styles.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
* {
font-family: Helvetica;
color: #333333;
}
body {
padding: 1em;
background-image:url('images/site_bg.gif');
}
.breaker {
clear: both;
}
a, a:visited {
text-decoration: none;
color: #ffedc8;
}
a:hover {
text-decoration: underline;
color: red;
}
#header {
padding-bottom: 1em;
}
#content {
float: left;
}
#footer {
float: left;
padding-left: 1em;
}
dt {
text-transform: uppercase;
font-size: x-small;
border-top: thin dashed lightgrey;
margin-top: 1em;
padding-left: 1em;
}
dd {
text-align: right;
padding-right: 1em;
}
div.headshot {
float: left;
margin-right: 0.5em;
width: 168px;
height: 145px;
}
#teds-pic {
background-image:url('images/ted.jpg');
}
#craigs-pic {
background-image:url('images/craig.jpg');
}
h2 {
line-height: 2em;
padding-left: 2.4em;
height: 2em;
font-weight: normal;
}
#rss {
background-image:url('images/rss.png');
background-repeat:no-repeat;
}
#itunes {
background-image:url('images/podcast.png');
background-repeat:no-repeat;
}
#email {
background-image:url('images/email.png');
background-repeat:no-repeat;
}
div.bio a, div.bio a:visited {
color: darkblue;
}
div.bio {
float: left;
width: 247px;
margin: 0 0.5em 0.5em 0;
padding: 0em 10px 0em 10px;
}
#teds-box {
background-image:url('images/ted_paper.png');
padding-top: 2em;
}
#craigs-box {
background-image:url('images/craig_paper.png');
padding-top: 2em;
}
h3.name {
height:26px;
width:239px;
line-height:500px;
margin:0;
overflow:hidden;
background-repeat:no-repeat;
}
h3.ted {
background-image:url(images/thomas_teflon_ted_davis.png);
}
h3.craig {
background-image:url(images/craig_kanook_walker.png);
}