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