Mercurial > laserkard
diff css/main.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/main.css Thu Jul 22 09:56:12 2010 -0400 1.3 @@ -0,0 +1,91 @@ 1.4 +@charset "UTF-8"; 1.5 +/* CSS Document */ 1.6 + 1.7 + 1.8 + 1.9 + 1.10 + 1.11 + 1.12 +body 1.13 +{ 1.14 + background-color:#000; 1.15 + margin:0; 1.16 + margin-top:-4px; 1.17 + padding:0; 1.18 + 1.19 +} 1.20 + 1.21 + 1.22 +h1 1.23 +{ 1.24 + 1.25 +color: white; 1.26 +background-color:#000000; 1.27 +text-align: center; 1.28 +font: bold 32px "arial", "sans-serif"; 1.29 +} 1.30 + 1.31 + 1.32 + 1.33 + 1.34 +div.headlinks ul 1.35 +{ 1.36 + margin-top:10px; 1.37 +} 1.38 +div.headlinks ul li 1.39 +{ 1.40 + text-align:center; 1.41 + display: inline; 1.42 + list-style-type: none; 1.43 + padding-left: 2.9%; 1.44 + padding-right: 2.9%; 1.45 +} 1.46 + 1.47 + 1.48 +div.topbar 1.49 +{ 1.50 + height:60px; 1.51 + margin-top:2px; 1.52 + z-index: 100; 1.53 +} 1.54 +div.headlinks 1.55 +{ 1.56 + font-family: Helvetica, sans-serif, Arial; 1.57 + text-transform:uppercase; 1.58 + font-weight:bold; 1.59 + text-align:center; 1.60 + color:#000; 1.61 + padding-top:1px; 1.62 + margin-top:0px; 1.63 + margin-left:-30px; 1.64 +} 1.65 +div.headlinks a 1.66 +{ 1.67 + text-decoration:none; 1.68 + color:#999999; 1.69 + text-shadow:#555 0px 0px 5px; 1.70 +} 1.71 +div.headlinks a:hover 1.72 +{ 1.73 + text-decoration:none; 1.74 + color:#FFF; 1.75 + text-shadow:#222 0px 0px 8px; 1.76 +} 1.77 + 1.78 + 1.79 + 1.80 + 1.81 +/*stuff to make the links show which page you're on*/ 1.82 +body#buy a#buy, 1.83 +body#hom a#hom, 1.84 +body#about a#about, 1.85 +body#contact a#contact, 1.86 +body#faq a#faq { 1.87 +color: #ffffff; 1.88 + 1.89 + 1.90 +} 1.91 + 1.92 + 1.93 + 1.94 +