32 lines
327 B
CSS
32 lines
327 B
CSS
|
#header {
|
||
|
padding: 25px 0;
|
||
|
}
|
||
|
|
||
|
#header h1 {
|
||
|
width: 500px;
|
||
|
height: 70px;
|
||
|
|
||
|
line-height: 120px;
|
||
|
padding-left: 8px;
|
||
|
|
||
|
font-size: 12px;
|
||
|
}
|
||
|
|
||
|
#header h1 a {
|
||
|
color: #000;
|
||
|
}
|
||
|
|
||
|
#header h1 a:hover {
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
#header h1 a sup {
|
||
|
color: #F90;
|
||
|
padding: 5px;
|
||
|
font-size: 10px;
|
||
|
}
|
||
|
|
||
|
#footer #footer-logo {
|
||
|
height: 65px;
|
||
|
}
|