| @CHARSET "ISO-8859-1"; |
| |
| #novaContent .home { |
| color: #FFF; |
| width: 979px; |
| position: relative; |
| } |
| |
| .galileo { |
| background: #000 url('images/galileo.jpg') no-repeat; ); |
| min-height: 600px; |
| } |
| |
| .galileo_container { |
| position: relative; |
| } |
| |
| .description { |
| font-size: 14px; |
| line-height: 24px; |
| position: absolute; |
| top: 280px; |
| width: 500px; |
| } |
| |
| #linkBlock { |
| position: absolute; |
| right: 0px; |
| } |
| |
| #linkBlock ul { |
| margin: 0px; |
| padding: 0px; |
| } |
| |
| #linkBlock ul li { |
| margin: 0px; |
| padding: 0px; |
| display: block; |
| list-style-image: none; |
| width: 400px; |
| } |
| |
| #linkBlock ul li a { |
| display: block; |
| text-decoration: none; |
| height: 100px; |
| } |
| |
| .download a { |
| background: transparent url('images/white.jpg') no-repeat 0px 0px; |
| } |
| |
| .projects a { |
| background: transparent url('images/white.jpg') no-repeat 0px -100px; |
| } |
| |
| .nest a { |
| background: transparent url('images/white.jpg') no-repeat 0px -200px; |
| } |
| |
| .friends a { |
| background: transparent url('images/white.jpg') no-repeat 0px -300px; |
| } |
| |
| .blog a { |
| background: transparent url('images/white.jpg') no-repeat 0px -400px; |
| } |
| |
| .action a { |
| background: transparent url('images/white.jpg') no-repeat 0px -500px; |
| } |
| |
| .download a:hover { |
| background: transparent url('images/hover.jpg') no-repeat 0px 0px; |
| } |
| |
| .projects a:hover { |
| background: transparent url('images/hover.jpg') no-repeat 0px -100px; |
| } |
| |
| .nest a:hover { |
| background: transparent url('images/hover.jpg') no-repeat 0px -200px; |
| } |
| |
| .friends a:hover { |
| background: transparent url('images/hover.jpg') no-repeat 0px -300px; |
| } |
| |
| .blog a:hover { |
| background: transparent url('images/hover.jpg') no-repeat 0px -400px; |
| } |
| |
| .action a:hover { |
| background: transparent url('images/hover.jpg') no-repeat 0px -500px; |
| } |
| |
| .homepage { |
| position: absolute; |
| top: 560px; |
| clear: both; |
| text-align: center; |
| } |
| |
| .homepage a { |
| color: #CCC; |
| font-size: 16px; |
| } |
| |
| .item_contents { |
| margin: 0px;; |
| background-color: #F8F8F8;; |
| padding: 5px; |
| } |