Mercurial > laserkard
view shadowbar.css @ 43:329638a361cc laserkard
[svn r44] implemented redraw memory.
author | rlm |
---|---|
date | Thu, 28 Jan 2010 00:32:54 -0500 |
parents | 599d0315537d |
children |
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;9 }10 div.topbar11 {12 background-image:url(images/topbar.png);13 background-repeat:repeat-x;14 height:60px;15 margin-top:2px;16 }17 div.headlinks18 {19 font-family: Helvetica, sans-serif, Arial;20 text-transform:uppercase;21 font-weight:bold;22 text-align:center;23 color:#000;24 padding-top:1px;25 margin-top:0px;26 margin-left:-30px;27 }28 div.headlinks a29 {30 text-decoration:none;31 color:#000;32 text-shadow:#555 0px 1px 0.5px;33 }34 div.headlinks a:hover35 {36 text-decoration:none;37 color:#555;38 text-shadow:#000 0px 0px 50px, #000 0px 0px 20px, #111 0px 1px 0.5px;39 }40 div.headlinks ul41 {42 margin-top:7px;43 }44 div.headlinks ul li45 {46 text-align:center;47 display: inline;48 list-style-type: none;49 padding-left: 90px;50 padding-right: 90px;51 }52 div.center53 {54 display:block;55 width:425px;56 height:244px;57 background-color:#939;58 margin-left:auto;59 margin-right:auto;60 margin-top:170px;61 margin-bottom:auto;62 padding:0px;63 }64 img65 {66 margin:0;67 padding:0;68 }