diff css/shadowbar.css @ 78:4ebd94bfecda laserkard

moved css files to own directory; deleted USELESS files
author Robert McIntyre <rlm@mit.edu>
date Thu, 22 Jul 2010 09:56:12 -0400
parents
children
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/css/shadowbar.css	Thu Jul 22 09:56:12 2010 -0400
     1.3 @@ -0,0 +1,68 @@
     1.4 +@charset "UTF-8";
     1.5 +/* CSS Document */
     1.6 +body
     1.7 +{
     1.8 +	background-color:#000;
     1.9 +	margin:0;
    1.10 +	margin-top:-4px;
    1.11 +	padding:0;
    1.12 +}
    1.13 +div.topbar
    1.14 +{
    1.15 +	background-image:url(images/topbar.png);
    1.16 +	background-repeat:repeat-x;
    1.17 +	height:60px;
    1.18 +	margin-top:2px;
    1.19 +}
    1.20 +div.headlinks
    1.21 +{
    1.22 +	font-family: Helvetica, sans-serif, Arial;
    1.23 +	text-transform:uppercase;
    1.24 +	font-weight:bold;
    1.25 +	text-align:center;
    1.26 +	color:#000;
    1.27 +	padding-top:1px;
    1.28 +	margin-top:0px;
    1.29 +	margin-left:-30px;
    1.30 +}
    1.31 +div.headlinks a
    1.32 +{
    1.33 +	text-decoration:none;
    1.34 +	color:#000;
    1.35 +	text-shadow:#555 0px 1px 0.5px;
    1.36 +}
    1.37 +div.headlinks a:hover
    1.38 +{
    1.39 +	text-decoration:none;
    1.40 +	color:#555;
    1.41 +	text-shadow:#000 0px 0px 50px, #000 0px 0px 20px, #111 0px 1px 0.5px;
    1.42 +}
    1.43 +div.headlinks ul
    1.44 +{
    1.45 +	margin-top:7px;
    1.46 +}
    1.47 +div.headlinks ul li
    1.48 +{
    1.49 +	text-align:center;
    1.50 +	display: inline;
    1.51 +	list-style-type: none;
    1.52 +	padding-left: 90px;
    1.53 +	padding-right: 90px;
    1.54 +}
    1.55 +div.center
    1.56 +{
    1.57 +	display:block;
    1.58 +	width:425px;
    1.59 +	height:244px;
    1.60 +	background-color:#939;
    1.61 +	margin-left:auto;
    1.62 +	margin-right:auto;
    1.63 +	margin-top:170px;
    1.64 +	margin-bottom:auto;
    1.65 +	padding:0px;
    1.66 +}
    1.67 +img
    1.68 +{
    1.69 +	margin:0;
    1.70 +	padding:0;
    1.71 +}
    1.72 \ No newline at end of file