-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
100 lines (82 loc) · 1.29 KB
/
main.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
@charset "UTF-8";
body {
margin: 20px 150px;
font-family: "Optima", "Nu Sans", Baskerville, "Times New Roman", "Arial", sans-serif;
}
a:link {
color: #005585;
}
a:visited {
color: #485270;
}
a:hover {
color: #b83800;
}
blockquote {
font-style: italic;
background: url('img/quote.png') no-repeat no-repeat;
padding: 10px 20px;
}
pre {
padding: 8px;
background-color: #eee;
line-height: normal;
white-space: pre-wrap;
}
dl {
margin-left: 20px;
}
#header {
font-size: 40px;
}
#header h1 {
background: transparent url('img/logo.png') 0 0 no-repeat;
height: 89px;
width: 290px;
overflow: hidden;
text-indent: -9999px;
margin: 0;
}
#header h1 .title {
text-indent: 0;
position: absolute;
font-size: 40px;
font-weight: bold;
}
#catch-copy {
text-align: center;
font-size: 30px;
font-style: italic;
margin: 15px 0;
}
.member img {
float: right;
}
#footer {
margin-top: 30px;
padding-top: 15px;
border-top: 1px black solid;
}
.copyright .small-logo {
height: 30px;
width: 100px;
vertical-align: bottom;
}
table {
margin: 0 20px 0.5em 20px;
border: 1px solid #aaa;
background-color: #eee;
font-size: small;
}
th,
td {
padding: 0 10px;
}
th {
color: #fff;
background-color: #999;
}
td {
border: 1px solid #ddd;
background-color: #fff;
}