Mercurial > laserkard
view css/main.css @ 85:da4f4f91f8aa laserkard
got three separate Raphael instances
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 25 Jul 2010 22:36:16 -0400 |
parents | 4ebd94bfecda |
children |
line wrap: on
line source
1 @charset "UTF-8";2 /* CSS Document */9 body10 {11 background-color:#000;12 margin:0;13 margin-top:-4px;14 padding:0;16 }19 h120 {22 color: white;23 background-color:#000000;24 text-align: center;25 font: bold 32px "arial", "sans-serif";26 }31 div.headlinks ul32 {33 margin-top:10px;34 }35 div.headlinks ul li36 {37 text-align:center;38 display: inline;39 list-style-type: none;40 padding-left: 2.9%;41 padding-right: 2.9%;42 }45 div.topbar46 {47 height:60px;48 margin-top:2px;49 z-index: 100;50 }51 div.headlinks52 {53 font-family: Helvetica, sans-serif, Arial;54 text-transform:uppercase;55 font-weight:bold;56 text-align:center;57 color:#000;58 padding-top:1px;59 margin-top:0px;60 margin-left:-30px;61 }62 div.headlinks a63 {64 text-decoration:none;65 color:#999999;66 text-shadow:#555 0px 0px 5px;67 }68 div.headlinks a:hover69 {70 text-decoration:none;71 color:#FFF;72 text-shadow:#222 0px 0px 8px;73 }78 /*stuff to make the links show which page you're on*/79 body#buy a#buy,80 body#hom a#hom,81 body#about a#about,82 body#contact a#contact,83 body#faq a#faq {84 color: #ffffff;87 }