49 lines
1.3 KiB
CSS
Executable file
49 lines
1.3 KiB
CSS
Executable file
body {
|
|
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
background-image: url('/images/bg-gradient.gif');
|
|
background-repeat: repeat-y;
|
|
padding: 0;
|
|
margin: 0;
|
|
overflow: hidden;
|
|
}
|
|
|
|
.nav-button {
|
|
margin: 0;
|
|
padding: 0;
|
|
min-height: 50px;
|
|
min-width: 200px;
|
|
}
|
|
|
|
.nav-button.home {
|
|
background: url('/images/nav-frame/nav-home.png') no-repeat;
|
|
}
|
|
a:hover > .nav-button.home {
|
|
background: url('/images/nav-frame/nav-home-hover.png') no-repeat;
|
|
}
|
|
.nav-button.blog {
|
|
background: url('/images/nav-frame/nav-blog.png') no-repeat;
|
|
}
|
|
a:hover > .nav-button.blog {
|
|
background: url('/images/nav-frame/nav-blog-hover.png') no-repeat;
|
|
}
|
|
.nav-button.gallery {
|
|
background: url('/images/nav-frame/nav-gallery.png') no-repeat;
|
|
}
|
|
a:hover > .nav-button.gallery {
|
|
background: url('/images/nav-frame/nav-gallery-hover.png') no-repeat;
|
|
}
|
|
.nav-button.links {
|
|
background: url('/images/nav-frame/nav-links.png') no-repeat;
|
|
}
|
|
a:hover > .nav-button.links {
|
|
background: url('/images/nav-frame/nav-links-hover.png') no-repeat;
|
|
}
|
|
.nav-button.attribution {
|
|
background: url('/images/nav-frame/nav-attribution.png') no-repeat;
|
|
}
|
|
a:hover > .nav-button.attribution {
|
|
background: url('/images/nav-frame/nav-attribution-hover.png') no-repeat;
|
|
}
|
|
.preload {
|
|
display: none;
|
|
} |