-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhome.css
More file actions
89 lines (89 loc) · 1.49 KB
/
home.css
File metadata and controls
89 lines (89 loc) · 1.49 KB
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
#top{
background: #f0f0f0;
font-size: 0.8em;
font-family: "DejaVu Sans", "Bitstreams Vera Sans", helvetica, arial;
padding: 0.18em;
margin: 0px;
position: absolute;
top: 0;
left: 0;
right: 0;
white-space: nowrap;
overflow: hidden;
}
#top a {
color: #0771a6;
text-decoration: none;
}
#top a:hover {
text-decoration: underline;
}
#cont{
width: 750px;
margin: 0 auto;
padding-top: 1em;
text-align: center;
font-family: helvetica, arial;
font-size: 0.78em;
}
#cont img {
border: 0;
}
#cont a, a:visited {
text-decoration: none;
color: #000;
}
#cont a:hover {
text-decoration: underline;
}
h2 {
font-size: 1em;
text-align: center;
color: #0771a6;
font-variant: small-caps;
}
h3 {
font-size: 0.9em;
margin-bottom: 0px;
text-align: center;
}
#updates {
font-family: "DejaVu Sans", "Bitstream Vera Sans", "Lucida Grande", Arial, sans-serif;
width: 50%;
margin-left: auto;
margin-right: auto;
margin-top: 2.5em;
}
#updates table {
width: 100%;
margin: 0px auto;
/* display: inline-block;
vertical-align: top;
*/
}
#updates_t {
background-color: #f0f0f0;
list-style-type: none;
/*margin-left: 0.7em;*/
margin-top: 0em;
/*padding: 0.4em;*/
/*width: 12em;*/
font-size: 0.9em;
overflow: hidden;
white-space: nowrap;
border: gray 1px solid;
}
#updates a {
color: #000;
text-decoration: none;
}
#footer {
font-family: "DejaVu Sans", "Bitstreams Vera Sans", helvetica, arial;
font-size: 0.8em;
padding-top: 2em;
text-align: center;
}
#footer a {
color: #0771A6;
text-decoration: none;
}