Mercurial > laserkard
view main.css @ 32:0deeb2d5d1db laserkard
[svn r33] modifications with Kevin on jan 18.
author | rlm |
---|---|
date | Mon, 18 Jan 2010 00:19:17 -0500 |
parents | 4475e9ee3c36 |
children | ae22c2d59891 |
line wrap: on
line source
1 @charset "UTF-8";2 /* CSS Document */3 body4 {5 background-color:#000;6 margin:0;7 margin-top:-4px;8 padding:0;13 }14 div.topbar15 {16 height:60px;17 margin-top:2px;18 }19 div.headlinks20 {21 font-family: Helvetica, sans-serif, Arial;22 text-transform:uppercase;23 font-weight:bold;24 text-align:center;25 color:#000;26 padding-top:1px;27 margin-top:0px;28 margin-left:-30px;29 }30 div.headlinks a31 {32 text-decoration:none;33 color:#999999;34 text-shadow:#555 0px 0px 5px;35 }36 div.headlinks a:hover37 {38 text-decoration:none;39 color:#FFF;40 text-shadow:#222 0px 0px 8px;41 }46 div.headlinks ul47 {48 margin-top:10px;49 }50 div.headlinks ul li51 {52 text-align:center;53 display: inline;54 list-style-type: none;55 padding-left: 4.9%;56 padding-right: 4.9%;57 }60 div.center61 {62 display:block;63 width:425px;64 height:244px;65 background-color:#939;66 margin-left:auto;67 margin-right:auto;68 margin-top:100px;69 margin-bottom:auto;70 padding:0px;71 }72 div.text73 {74 color:#aaaaaa;75 /*font-family:Helvetica, sans-serif, Arial;*/76 font: bold 16px "arial", "sans-serif";78 margin-top:80px;79 margin-bottom:30px;80 }82 img83 {84 margin:0;85 padding:0;86 }88 h189 {91 color: white;92 background-color:#000000;93 text-align: center;94 font: bold 32px "arial", "sans-serif";95 }98 div#copyright99 {101 position:relative;102 bottom: -310px;103 margin-left:44%;106 font: bold 14px "helvetica","arial", "sans-serif";107 color: white;111 }117 /*stuff to make the links show which page you're on*/118 body#buy a#buy,119 body#hom a#hom,120 body#about a#about,121 body#contact a#contact {122 color: #ffffff;125 }