-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtmpl.css
63 lines (58 loc) · 1.13 KB
/
tmpl.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
body {
background-color: #eeeeee;
text-align:center; margin:0; padding:0;
font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited, a:hover { color:#036; text-decoration:underline; }
a:hover{ color:#00f; }
img{ border:0; padding:0; margin:0; }
.header {
margin:0 auto 2px auto;
text-align:left;
font-size:.7em;
color:#999;
width:97%;
}
.header h1{ float:left; margin:0; padding:2px 0 0 0; }
.header img{
margin-top: 5px; margin-right: 5px;
}
.header a{
text-decoration:none;
color:#999;
}
.footer
{
text-align:right; padding-right:2px;
font-size:.6em;
color:#666;
margin:0 auto 2px auto;
width:97%;
}
.footer a, .footer a:visited, .footer a:hover
{
color:#666;
}
.container{
padding:0 10px 0 10px;
clear:both;
background-color:#ddd;
width:98%;
margin:3px auto 4px auto;
text-align:left;
border:1px solid #ccc;
}
.sectionLinks{
color:#777;
float:left;
text-align:left;
padding:50px 2px 0 0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
.sectionLinks a:link, .sectionLinks a:visited {
color:#666;
text-decoration:none;
font-weight:200;
}
.sectionLinks a:hover{ color:#036; }