diff front_page.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/front_page.css	Sat Mar 13 22:30:59 2010 -0500
     1.2 +++ b/front_page.css	Sun Mar 14 00:32:38 2010 -0500
     1.3 @@ -7,7 +7,44 @@
     1.4  margin-right:auto;
     1.5  
     1.6  
     1.7 +
     1.8  }
     1.9 +div.stupid_fuck
    1.10 +{
    1.11 +position: absolute;
    1.12 +width: 1100px ;
    1.13 +
    1.14 +margin-left:auto;
    1.15 +margin-right:auto;
    1.16 +
    1.17 +z-index: -10;
    1.18 +margin-top: -100px;
    1.19 +
    1.20 +}
    1.21 +
    1.22 +div.stupid_fuck2
    1.23 +{
    1.24 +position: absolute;
    1.25 +width: 1100px ;
    1.26 +
    1.27 +margin-left:auto;
    1.28 +margin-right:auto;
    1.29 +
    1.30 +z-index: 50;
    1.31 +margin-top: 680px;
    1.32 +
    1.33 +}
    1.34 +
    1.35 +
    1.36 +
    1.37 +a.behind
    1.38 +{
    1.39 +
    1.40 +
    1.41 +
    1.42 +}
    1.43 +
    1.44 +
    1.45  
    1.46  div.text_center
    1.47  {
    1.48 @@ -20,9 +57,12 @@
    1.49  	/*font-family:Helvetica, sans-serif, Arial;*/
    1.50  	font: bold 16px "arial", "sans-serif";
    1.51  text-align:center;
    1.52 -	margin-top:-50px;
    1.53 +	margin-top:-90px;
    1.54  }
    1.55  
    1.56 +
    1.57 +
    1.58 +
    1.59  div.copyright
    1.60  {
    1.61  
    1.62 @@ -37,3 +77,51 @@
    1.63  	
    1.64  
    1.65  }
    1.66 +
    1.67 +
    1.68 +
    1.69 +/*START stupid crap */
    1.70 +
    1.71 +
    1.72 +
    1.73 +
    1.74 +
    1.75 +div.slogan,div.slogan>a
    1.76 +{
    1.77 +
    1.78 +color: white;
    1.79 +background-color: black;
    1.80 +margin-left: auto;
    1.81 +margin-right: auto;
    1.82 +clear: left;
    1.83 +clear: right;
    1.84 +width: 100%;
    1.85 +text-align: center;
    1.86 +font: bold 25px "arial", "sans-serif";
    1.87 +text-decoration: none;
    1.88 +margin-bottom:-15px;
    1.89 +margin-top:20px;
    1.90 +
    1.91 +}
    1.92 +
    1.93 +
    1.94 +
    1.95 +
    1.96 +
    1.97 +div.center
    1.98 +{
    1.99 +	display:block;
   1.100 +	width:460px;
   1.101 +	height:244px;
   1.102 +	background-color:#000000;
   1.103 +	margin-left:auto;
   1.104 +	margin-right:auto;
   1.105 +	margin-top:60px;
   1.106 +	margin-bottom:auto;
   1.107 +	padding:0px;
   1.108 +}
   1.109 +
   1.110 +
   1.111 +
   1.112 +
   1.113 +