aboutsummaryrefslogtreecommitdiffstats
path: root/g/style/common_footer.css
blob: c2915fb7d3e737c1b0bb08d637ac20f45e81f518 (plain)
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
hr.divider { display: none; }

#navb { line-height: 1.4; }

#navb {
padding: 0;
margin: 0 auto;
display: table;
border-radius: 4px;
font-size: 80%;
margin-bottom: 20px;
}

#navb li {
display: table-cell;
padding: 0;
border-right: 1px solid #f0f0f0;
}

#navb li:last-child { border: none; }

#navb a {
font: 12.8px Verdana,Arial,sans-serif;
text-decoration: none;
padding: 20px 1em 20px 1em;
display: block;
min-width: 80px;
text-align: center;
color: #444;
}
#navb a:hover {
color: #2383C2;
}


#fnotes {
text-align: center;
font: 80%/1.2 Verdana,Arial,sans-serif;
color: #f0f0f0;
}

#fnotes a { color: #aaa; text-decoration: none; }