严智鑫
2025-11-13 945bc394f40d8af1072a53da9a94f24207124e6d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* header */
#header {margin-bottom:15px;}
 
#header h1 a {
    color: #658A16;
    text-decoration: none
}
 
#header h1 small {color: #BACE87;}
 
/* footer */
#footer {
    margin-top: 15px;
    padding: 15px 0px 0px 0px;
    font-size: 95%;
    text-align: center;
    border-top: 2px solid #658A16;
}
 
#footer a {color: #999;}