Mercurial > laserkard
view main.css @ 23:707d202f58b1 laserkard
[svn r24] added.... ARROWS~!
author | rlm |
---|---|
date | Sun, 03 Jan 2010 08:30:32 -0500 |
parents | 3298256dd459 |
children | b9a4988a22ed |
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 13.5px "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 }99 /*stuff to make the links show which page you're on*/100 body#buy a#buy,101 body#hom a#hom,102 body#about a#about,103 body#contact a#contact {104 color: #ffffff;107 }