diff main.css @ 57:8324f195ef36 laserkard

[svn r58] implemented various changes
author rlm
date Sun, 14 Mar 2010 00:32:38 -0500
parents 41d66ff99136
children
line wrap: on
line diff
     1.1 --- a/main.css	Sat Mar 13 22:30:59 2010 -0500
     1.2 +++ b/main.css	Sun Mar 14 00:32:38 2010 -0500
     1.3 @@ -2,23 +2,6 @@
     1.4  /* CSS Document */
     1.5  
     1.6  
     1.7 -div.slogan,div.slogan>a
     1.8 -{
     1.9 -
    1.10 -color: white;
    1.11 -background-color: black;
    1.12 -margin-left: auto;
    1.13 -margin-right: auto;
    1.14 -clear: left;
    1.15 -clear: right;
    1.16 -width: 100%;
    1.17 -text-align: center;
    1.18 -font: bold 25px "arial", "sans-serif";
    1.19 -text-decoration: none;
    1.20 -margin-bottom:-15px;
    1.21 -margin-top:20px;
    1.22 -
    1.23 -}
    1.24  
    1.25  
    1.26  
    1.27 @@ -30,14 +13,40 @@
    1.28  	margin-top:-4px;
    1.29  	padding:0;
    1.30  
    1.31 +}
    1.32  
    1.33  
    1.34 +h1 
    1.35 +{
    1.36  
    1.37 +color: white;
    1.38 +background-color:#000000;
    1.39 +text-align: center;
    1.40 +font: bold 32px "arial", "sans-serif";
    1.41  }
    1.42 +
    1.43 +
    1.44 +
    1.45 +
    1.46 +div.headlinks ul
    1.47 +{
    1.48 +	margin-top:10px;
    1.49 +}
    1.50 +div.headlinks ul li
    1.51 +{
    1.52 +	text-align:center;
    1.53 +	display: inline;
    1.54 +	list-style-type: none;
    1.55 +	padding-left: 2.9%;
    1.56 +	padding-right: 2.9%;
    1.57 +}
    1.58 +
    1.59 +
    1.60  div.topbar
    1.61  {
    1.62  	height:60px;
    1.63  	margin-top:2px;
    1.64 +	z-index: 100;
    1.65  }
    1.66  div.headlinks
    1.67  {
    1.68 @@ -66,55 +75,6 @@
    1.69  
    1.70  
    1.71  
    1.72 -div.headlinks ul
    1.73 -{
    1.74 -	margin-top:10px;
    1.75 -}
    1.76 -div.headlinks ul li
    1.77 -{
    1.78 -	text-align:center;
    1.79 -	display: inline;
    1.80 -	list-style-type: none;
    1.81 -	padding-left: 2.9%;
    1.82 -	padding-right: 2.9%;
    1.83 -}
    1.84 -
    1.85 -
    1.86 -div.center
    1.87 -{
    1.88 -	display:block;
    1.89 -	width:460px;
    1.90 -	height:244px;
    1.91 -	background-color:#000000;
    1.92 -	margin-left:auto;
    1.93 -	margin-right:auto;
    1.94 -	margin-top:60px;
    1.95 -	margin-bottom:auto;
    1.96 -	padding:0px;
    1.97 -}
    1.98 -
    1.99 -
   1.100 -img
   1.101 -{
   1.102 -	margin:0;
   1.103 -	padding:0;
   1.104 -}
   1.105 -
   1.106 -h1 
   1.107 -{
   1.108 -
   1.109 -color: white;
   1.110 -background-color:#000000;
   1.111 -text-align: center;
   1.112 -font: bold 32px "arial", "sans-serif";
   1.113 -}
   1.114 -
   1.115 -
   1.116 -
   1.117 -
   1.118 -
   1.119 -
   1.120 -
   1.121  /*stuff to make the links show which page you're on*/
   1.122  body#buy a#buy,
   1.123  body#hom a#hom,
   1.124 @@ -126,3 +86,6 @@
   1.125  
   1.126  }
   1.127  
   1.128 +
   1.129 +
   1.130 +