Mercurial > laserkard
view main.css @ 43:329638a361cc laserkard
[svn r44] implemented redraw memory.
author | rlm |
---|---|
date | Thu, 28 Jan 2010 00:32:54 -0500 |
parents | bb048e29406b |
children | b2a11435a89b |
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: 2.9%;56 padding-right: 2.9%;57 }60 div.center61 {62 display:block;63 width:460px;64 height:244px;65 background-color:#000000;66 margin-left:auto;67 margin-right:auto;68 margin-top:60px;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:50px;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 body#faq a#faq {123 color: #ffffff;126 }